From 272cea14212461d21ca973c99023ffbf2ab6f55f Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 5 Oct 1998 14:30:25 +0000 Subject: [PATCH] * symbols.c (S_IS_FUNCTION): New. * config/tc-v850.h (obj_fix_adjustable): Define. (TC_FORCE_RELOCATION): Define. (v850_force_relocation): Declare. * config/tc-v850.c (tc_gen_reloc): Use offset instead of fx_addnumber for VTABLE reloc addends. (md_apply_fix3): Handle VTABLE relocs. (v850_fix_adjustable): New. (v850_force_relocation): New. --- gas/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index bfcefb2e1d..ced161afb0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Mon Oct 5 09:25:32 1998 Catherine Moore + + * symbols.c (S_IS_FUNCTION): New. + * config/tc-v850.h (obj_fix_adjustable): Define. + (TC_FORCE_RELOCATION): Define. + (v850_force_relocation): Declare. + * config/tc-v850.c (tc_gen_reloc): Use offset instead + of fx_addnumber for VTABLE reloc addends. + (md_apply_fix3): Handle VTABLE relocs. + (v850_fix_adjustable): New. + (v850_force_relocation): New. + Mon Oct 5 00:48:52 1998 Jeffrey A Law (law@cygnus.com) * tc-hppa.c (fp_operand_format): Add some additional formats.