diff options
author | Jeff Law <law@redhat.com> | 1997-07-25 14:20:12 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-07-25 14:20:12 +0000 |
commit | 491501de77e8bd158bd24db610a04c2ef3f55ab4 (patch) | |
tree | 68bd4b4110b03aa0f9ad5ea618de84383439de0d /bfd | |
parent | 09e1d69565e6e90da928ffbdff872615ab3def2c (diff) | |
download | gdb-491501de77e8bd158bd24db610a04c2ef3f55ab4.zip gdb-491501de77e8bd158bd24db610a04c2ef3f55ab4.tar.gz gdb-491501de77e8bd158bd24db610a04c2ef3f55ab4.tar.bz2 |
* som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for the
difference of two symbols if the relocation size is 32 bits.
(som_write_fixups): Handle R_DATA_EXPR.
Useful stuff from one of the aborted attempts to fix 12912.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 81ff26d..e6d052b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 25 08:22:15 1997 Jeffrey A Law (law@cygnus.com) + + * som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for the + difference of two symbols if the relocation size is 32 bits. + (som_write_fixups): Handle R_DATA_EXPR. + Wed Jul 23 16:08:02 1997 Ian Lance Taylor <ian@cygnus.com> * coff-i386.c (coff_i386_reloc): Don't offset a common symbol by |