public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] rx: drop .bss override
@ 2024-01-05  7:10 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2024-01-05  7:10 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b89861c7941296228525334485356ca50431f9b5

commit b89861c7941296228525334485356ca50431f9b5
Author: Jan Beulich <jbeulich@suse.com>
Date:   Fri Jan 5 08:09:40 2024 +0100

    rx: drop .bss override
    
    It doesn't look to be a good idea to override the custom handler that
    ELF has; afaict doing so broke .previous.

Diff:
---
 gas/config/tc-rx.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gas/config/tc-rx.c b/gas/config/tc-rx.c
index d78661effaa..157f8958e19 100644
--- a/gas/config/tc-rx.c
+++ b/gas/config/tc-rx.c
@@ -221,16 +221,6 @@ md_show_usage (FILE * stream)
   fprintf (stream, _("  --mno-allow-string-insns"));
 }
 
-static void
-s_bss (int ignore ATTRIBUTE_UNUSED)
-{
-  int temp;
-
-  temp = get_absolute_expression ();
-  subseg_set (bss_section, (subsegT) temp);
-  demand_empty_rest_of_line ();
-}
-
 static void
 rx_float_cons (int ignore ATTRIBUTE_UNUSED)
 {
@@ -650,7 +640,6 @@ const pseudo_typeS md_pseudo_table[] =
 
   /* Our "standard" pseudos. */
   { "double",   rx_float_cons,  0 },
-  { "bss",	s_bss, 		0 },
   { "3byte",	cons,		3 },
   { "int",	cons,		4 },
   { "word",	cons,		4 },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-05  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05  7:10 [binutils-gdb] rx: drop .bss override Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).