public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] m32c: drop .bss override
Date: Fri,  5 Jan 2024 07:07:32 +0000 (GMT)	[thread overview]
Message-ID: <20240105070732.9FB41385AC1D@sourceware.org> (raw)

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

commit 781d0ac9908b133b8a42923f830e3b41da92712e
Author: Jan Beulich <jbeulich@suse.com>
Date:   Fri Jan 5 08:06:35 2024 +0100

    m32c: 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-m32c.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gas/config/tc-m32c.c b/gas/config/tc-m32c.c
index 728b2020c15..c29f754d4b2 100644
--- a/gas/config/tc-m32c.c
+++ b/gas/config/tc-m32c.c
@@ -100,8 +100,6 @@ set_isa (enum isa_attr isa_num)
   cgen_bitset_set (& m32c_isa, isa_num);
 }
 
-static void s_bss (int);
-
 int
 md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED)
 {
@@ -141,20 +139,9 @@ md_show_usage (FILE * stream)
   fprintf (stream, _(" M32C specific command line options:\n"));
 }
 
-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 ();
-}
-
 /* The target specific pseudo-ops which we support.  */
 const pseudo_typeS md_pseudo_table[] =
 {
-  { "bss",	s_bss, 		0},
   { "3byte",	cons,		3 },
   { "word",	cons,		4 },
   { NULL, 	NULL, 		0 }

                 reply	other threads:[~2024-01-05  7:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240105070732.9FB41385AC1D@sourceware.org \
    --to=jbeulich@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).