From: Ian Lance Taylor Date: Sun, 20 Sep 1998 04:59:11 +0000 (+0000) Subject: Sun Sep 20 00:58:12 1998 Andreas Schwab X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba5900222de9982b4ecdc8cc1d8e588d56cb0203;p=binutils-gdb.git Sun Sep 20 00:58:12 1998 Andreas Schwab * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 38d78e9661a..d2b2b67119e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +Sun Sep 20 00:58:12 1998 Andreas Schwab + + * 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 + + * 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 * config/tc-i386.c (i386_operand): Fix typo in last patch.