diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-17 19:54:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-17 19:54:47 +0000 |
commit | 7a3761e194e8fcd83c4b0c741b021241ff6f4227 (patch) | |
tree | 6fb22f5f9f8f8d89ab77747873494d3fbc0b42c0 /gas | |
parent | 5ab41086ca8752af8f088ec86fb667e581ce3882 (diff) | |
download | gdb-7a3761e194e8fcd83c4b0c741b021241ff6f4227.zip gdb-7a3761e194e8fcd83c4b0c741b021241ff6f4227.tar.gz gdb-7a3761e194e8fcd83c4b0c741b021241ff6f4227.tar.bz2 |
* config/obj-elf.c (elf_frob_symbol): Warn if a symbol is both
weak and common.
* config/obj-aout.c (obj_aout_frob_symbol): Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c54cdf3..8479564 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 17 14:50:08 1995 Ian Lance Taylor <ian@cygnus.com> + + * config/obj-elf.c (elf_frob_symbol): Warn if a symbol is both + weak and common. + * config/obj-aout.c (obj_aout_frob_symbol): Likewise. + Fri Feb 17 12:43:47 1995 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.c (md_pseudo_table): Don't redefine byte under |