mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
COFF weak symbol support, based on patches from Mark Elbrecht
<snowball3@usa.net>: * config/obj-coff.h (S_IS_WEAK): Define if not BFD_ASSEMBLER. * config/obj-coff.c (obj_coff_weak): New static function. (obj_coff_endef) [both versions]: Handle weak symbols. (coff_frob_symbol): Likewise. (yank_symbols): Likewise. (obj_pseudo_table): Add "weak".
This commit is contained in:
@ -1,5 +1,14 @@
|
|||||||
Sun Dec 6 12:46:36 1998 Ian Lance Taylor <ian@cygnus.com>
|
Sun Dec 6 12:46:36 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
COFF weak symbol support, based on patches from Mark Elbrecht
|
||||||
|
<snowball3@usa.net>:
|
||||||
|
* config/obj-coff.h (S_IS_WEAK): Define if not BFD_ASSEMBLER.
|
||||||
|
* config/obj-coff.c (obj_coff_weak): New static function.
|
||||||
|
(obj_coff_endef) [both versions]: Handle weak symbols.
|
||||||
|
(coff_frob_symbol): Likewise.
|
||||||
|
(yank_symbols): Likewise.
|
||||||
|
(obj_pseudo_table): Add "weak".
|
||||||
|
|
||||||
* configure.in (m68k-*-gnu*): New target. From Aymeric Vincent
|
* configure.in (m68k-*-gnu*): New target. From Aymeric Vincent
|
||||||
<aymeric.vincent@emi.u-bordeaux.fr>.
|
<aymeric.vincent@emi.u-bordeaux.fr>.
|
||||||
* aclocal.m4: Rebuild with current tools.
|
* aclocal.m4: Rebuild with current tools.
|
||||||
|
Reference in New Issue
Block a user