mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
PR gas/14315
* config/obj-elf.c (obj_elf_weak): Don't set local.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-06-30 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR gas/14315
|
||||
* config/obj-elf.c (obj_elf_weak): Don't set local.
|
||||
|
||||
2012-06-30 Johan Olmutz Nielsen <jnielsen@ddci.com>
|
||||
|
||||
* frags.h (frag_offset_fixed_p): Update prototype.
|
||||
|
@ -447,7 +447,6 @@ obj_elf_weak (int ignore ATTRIBUTE_UNUSED)
|
||||
symbolP = get_sym_from_input_line_and_check ();
|
||||
c = *input_line_pointer;
|
||||
S_SET_WEAK (symbolP);
|
||||
symbol_get_obj (symbolP)->local = 1;
|
||||
if (c == ',')
|
||||
{
|
||||
input_line_pointer++;
|
||||
|
Reference in New Issue
Block a user