From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1386) id E011D385DC1A; Fri, 5 Jan 2024 07:10:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E011D385DC1A Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jan Beulich To: bfd-cvs@sourceware.org Subject: [binutils-gdb] rx: drop .bss override X-Act-Checkin: binutils-gdb X-Git-Author: Jan Beulich X-Git-Refname: refs/heads/master X-Git-Oldrev: 86658411d6e46e9ba2744ec1b066f7a369be5bd5 X-Git-Newrev: b89861c7941296228525334485356ca50431f9b5 Message-Id: <20240105071046.E011D385DC1A@sourceware.org> Date: Fri, 5 Jan 2024 07:10:46 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2024 07:10:47 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db89861c79412= 96228525334485356ca50431f9b5 commit b89861c7941296228525334485356ca50431f9b5 Author: Jan Beulich Date: Fri Jan 5 08:09:40 2024 +0100 rx: drop .bss override =20 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")); } =20 -static void -s_bss (int ignore ATTRIBUTE_UNUSED) -{ - int temp; - - temp =3D 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[] =3D =20 /* Our "standard" pseudos. */ { "double", rx_float_cons, 0 }, - { "bss", s_bss, 0 }, { "3byte", cons, 3 }, { "int", cons, 4 }, { "word", cons, 4 },