mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
bfin: 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.
This commit is contained in:
parent
3e73bcf724
commit
3e40ef4f40
@ -106,16 +106,6 @@ bfin_pic_ptr (int nbytes)
|
||||
demand_empty_rest_of_line ();
|
||||
}
|
||||
|
||||
static void
|
||||
bfin_s_bss (int ignore ATTRIBUTE_UNUSED)
|
||||
{
|
||||
int temp;
|
||||
|
||||
temp = get_absolute_expression ();
|
||||
subseg_set (bss_section, (subsegT) temp);
|
||||
demand_empty_rest_of_line ();
|
||||
}
|
||||
|
||||
const pseudo_typeS md_pseudo_table[] = {
|
||||
{"align", s_align_bytes, 0},
|
||||
{"byte2", cons, 2},
|
||||
@ -128,7 +118,6 @@ const pseudo_typeS md_pseudo_table[] = {
|
||||
{"p", s_ignore, 0},
|
||||
{"pdata", s_ignore, 0},
|
||||
{"var", s_ignore, 0},
|
||||
{"bss", bfin_s_bss, 0},
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user