diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-09 16:10:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-09 16:10:28 +0000 |
commit | 4af4a84ce05ce544b44a5e65dc5400592a4eb40e (patch) | |
tree | 63b17b29e4f42c6cb0c77ade91c5e601a43ac20f /gas | |
parent | 1f0ba346ebc02d7ba4c42bfb59f9d95fa7bf54be (diff) | |
download | gdb-4af4a84ce05ce544b44a5e65dc5400592a4eb40e.zip gdb-4af4a84ce05ce544b44a5e65dc5400592a4eb40e.tar.gz gdb-4af4a84ce05ce544b44a5e65dc5400592a4eb40e.tar.bz2 |
Thu Jul 9 12:09:57 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust vtable
relocs.
(md_apply_fix_2): Force the symbol of the vtable reloc to be
weak.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8a81fde..4eee361 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 9 12:09:57 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust vtable + relocs. + (md_apply_fix_2): Force the symbol of the vtable reloc to be + weak. + Thu Jul 9 11:31:54 1998 Ian Lance Taylor <ian@cygnus.com> * doc/Makefile.am (MAINTAINERCLEANFILES): Define. |