diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-09-20 04:59:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-09-20 04:59:11 +0000 |
commit | ba5900222de9982b4ecdc8cc1d8e588d56cb0203 (patch) | |
tree | 9bae30f333c03a5c608d201d8e4a05f0d4f1330e /gas | |
parent | 776c436d8bcac9cec0dbf56a6d63118c289672a4 (diff) | |
download | gdb-ba5900222de9982b4ecdc8cc1d8e588d56cb0203.zip gdb-ba5900222de9982b4ecdc8cc1d8e588d56cb0203.tar.gz gdb-ba5900222de9982b4ecdc8cc1d8e588d56cb0203.tar.bz2 |
Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable
relocs.
* config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 38d78e9..d2b2b67 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable + relocs. + * config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs. + +Tue Sep 15 08:51:07 1998 Catherine Moore <clm@cygnus.com> + + * config/obj-elf.c (obj_elf_vtable_inherit): Handle arm + assembler syntax. + (obj_elf_vtable_entry): Likewise. + * config/tc-arm.h: Define TC_FORCE_RELOCATION for OBJ_ELF. + * config/tc-arm.c (md_apply_fix3): Handle VTABLE relocations. + (tc_gen_reloc): Likewise. + (arm_fix_adjustable): Likewise. + (elf32_arm_force_relocation): New. + (armelf_frob_symbol): Remove coff-style symbol support. + Wed Sep 9 11:27:16 1998 Richard Henderson <rth@cygnus.com> * config/tc-i386.c (i386_operand): Fix typo in last patch. |