diff options
author | Phil Blundell <philb@gnu.org> | 2000-12-01 17:11:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-12-01 17:11:57 +0000 |
commit | 4ce3447c164823aa64a96abb840d0886d1f84c63 (patch) | |
tree | a2f4c8cb108bb16266c02cd04778005aa744b904 /gas/ChangeLog | |
parent | d3d6d17346f2f8667b8d8539bdb8a21bb5d03b72 (diff) | |
download | gdb-4ce3447c164823aa64a96abb840d0886d1f84c63.zip gdb-4ce3447c164823aa64a96abb840d0886d1f84c63.tar.gz gdb-4ce3447c164823aa64a96abb840d0886d1f84c63.tar.bz2 |
2000-11-30 Philip Blundell <pb@futuretv.com>
* config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists,
even in non BFD_ASSEMBLER case.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f82e499..bb154d6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-11-30 Philip Blundell <pb@futuretv.com> + + * config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists, + even in non BFD_ASSEMBLER case. + 2000-11-30 Diego Novillo <dnovillo@redhat.com> * tc-i386.c (md_assemble): Swap i.disp_relocs when using intel |