aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2024-01-05 08:09:18 +0100
committerJan Beulich <jbeulich@suse.com>2024-01-05 08:09:18 +0100
commit86658411d6e46e9ba2744ec1b066f7a369be5bd5 (patch)
tree05122918df5bd1c7397be144c10961db3d8a57d3 /gas
parent8fc8d7cd79a3da61f6af4cb9f0ad057c238a91f2 (diff)
downloadfsf-binutils-gdb-86658411d6e46e9ba2744ec1b066f7a369be5bd5.zip
fsf-binutils-gdb-86658411d6e46e9ba2744ec1b066f7a369be5bd5.tar.gz
fsf-binutils-gdb-86658411d6e46e9ba2744ec1b066f7a369be5bd5.tar.bz2
rl78: 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-rl78.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/config/tc-rl78.c b/gas/config/tc-rl78.c
index 78027c0..3be82f3 100644
--- a/gas/config/tc-rl78.c
+++ b/gas/config/tc-rl78.c
@@ -375,16 +375,6 @@ md_show_usage (FILE * stream)
}
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
rl78_float_cons (int ignore ATTRIBUTE_UNUSED)
{
if (elf_flags & E_FLAG_RL78_64BIT_DOUBLES)
@@ -397,7 +387,6 @@ const pseudo_typeS md_pseudo_table[] =
{
/* Our "standard" pseudos. */
{ "double", rl78_float_cons, 'd' },
- { "bss", s_bss, 0 },
{ "3byte", cons, 3 },
{ "int", cons, 4 },
{ "word", cons, 4 },