diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-18 18:38:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-18 18:38:18 +0000 |
commit | f11900d058f9253366aab8f61741eae338e4dc03 (patch) | |
tree | 6330e7385273d2ab303818305535b3b5a935d8e5 /gas/ChangeLog | |
parent | 078c8694a9d03160f630e006a689e7d1ff559f95 (diff) | |
download | gdb-f11900d058f9253366aab8f61741eae338e4dc03.zip gdb-f11900d058f9253366aab8f61741eae338e4dc03.tar.gz gdb-f11900d058f9253366aab8f61741eae338e4dc03.tar.bz2 |
Fix generation of RVA relocs
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6b99838..807af87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +1999-11-18 Nick Clifton <nickc@cygnus.com> + + * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe + target. + + * config/tc-mcore.c (tc_gen_reloc): Support generation of RVA + relocs. + (mcore_force_relocation): Force relocations to be generated for + RVA relocs. + 1999-11-16 Alan Modra <alan@spri.levels.unisa.edu.au> * config/tc-i386.c (i386_immediate): Disallow O_big immediates. |