diff options
author | Jeff Law <law@redhat.com> | 1993-11-30 21:43:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-30 21:43:15 +0000 |
commit | 335d35c8bc7d8983c69b2e1502d5db61f992b3f4 (patch) | |
tree | 99ca14e9d6be5fb6cb739911785437800b5fa366 /gas/ChangeLog | |
parent | 1f44fb57ca94a53c37a56fd150c9e99a292f9be4 (diff) | |
download | gdb-335d35c8bc7d8983c69b2e1502d5db61f992b3f4.zip gdb-335d35c8bc7d8983c69b2e1502d5db61f992b3f4.tar.gz gdb-335d35c8bc7d8983c69b2e1502d5db61f992b3f4.tar.bz2 |
* write.c (TC_FORCE_RELOCATION): Provide a default definition.
(fixup_segment): Allow the target machine to specify that a
relocation must be generated for a particular fixup. Remove
#ifndef TC_HPPA hack.
* config/tc-hppa.h (TC_FORCE_RELOCATION): Define.
* config/tc-hppa.c (md_apply_fix_1): Never change fx_addsy to
be NULL. Only fixup_segment is supposed to do that.
(hppa_force_relocation): New function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index be9da74..22dd3cb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Tue Nov 30 13:40:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * write.c (TC_FORCE_RELOCATION): Provide a default definition. + (fixup_segment): Allow the target machine to specify that a + relocation must be generated for a particular fixup. Remove + #ifndef TC_HPPA hack. + + * config/tc-hppa.h (TC_FORCE_RELOCATION): Define. + + * config/tc-hppa.c (md_apply_fix_1): Never change fx_addsy to + be NULL. Only fixup_segment is supposed to do that. + (hppa_force_relocation): New function. + Tue Nov 30 11:21:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * Makefile.in (stabs.o): Added dependencies. |