diff options
author | Nick Clifton <nickc@redhat.com> | 1999-01-28 17:29:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-01-28 17:29:49 +0000 |
commit | 760798c61ed30f7a7d53c310b85145d9439951c2 (patch) | |
tree | c5f64e046ef272e6434035572520fc8439852092 /gas | |
parent | 7b58591634b646821040def0d25083ae86bc1179 (diff) | |
download | gdb-760798c61ed30f7a7d53c310b85145d9439951c2.zip gdb-760798c61ed30f7a7d53c310b85145d9439951c2.tar.gz gdb-760798c61ed30f7a7d53c310b85145d9439951c2.tar.bz2 |
Fixes to allow vtable support to work.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5fa058c..d1b53dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +1999-01-28 Nick Clifton <nickc@cygnus.com> + + * config/tc-fr30.c (fr30_fix_adjustable): New function. + (fr30_force_relocation): Default to 0. + + * config/tc-fr30.h (obj_fix_adjustable): Define. + (TC_FORCE_RELOCATION): Define. + + * cgen.c (gas_cgen_md_apply_fix3): Do not apply fixes to VTABLE + relocs. + 1999-01-16 Nick Clifton <nickc@cygnus.com> * config/tc-d30v.c (write_2_short): Do not generate a sequential |