diff options
author | Jeff Law <law@redhat.com> | 1995-07-03 23:33:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-03 23:33:21 +0000 |
commit | 249c7415a4fe4e628a2adc10dfd17b1d73cd677d (patch) | |
tree | 991e235499c86c07b0df77a085ab0d0c3e66aa22 /gas/ChangeLog | |
parent | c40439a219ba23c42dd614b78d2c1b5c9d4bc44e (diff) | |
download | gdb-249c7415a4fe4e628a2adc10dfd17b1d73cd677d.zip gdb-249c7415a4fe4e628a2adc10dfd17b1d73cd677d.tar.gz gdb-249c7415a4fe4e628a2adc10dfd17b1d73cd677d.tar.bz2 |
* config/tc-hppa.h (MAX_RELOC_EXPANSION): Bump to 6.
* config/tc-hppa.c (tc_gen_reloc, SOM version): Handle
relocations for the difference of two (possibly external)
symbols.
(hppa_fix_adjustable): For SOM, reject reductions involving
the difference of two symbols.
(hppa_force_relocation): Force relocations for expressions
involving the difference of two symbols.
gas/bfd part of mentor-7363
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8d779b9..9478716 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Mon Jul 3 15:58:16 1995 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.h (MAX_RELOC_EXPANSION): Bump to 6. + * config/tc-hppa.c (tc_gen_reloc, SOM version): Handle + relocations for the difference of two (possibly external) + symbols. + (hppa_fix_adjustable): For SOM, reject reductions involving + the difference of two symbols. + (hppa_force_relocation): Force relocations for expressions + involving the difference of two symbols. + Mon Jul 3 14:22:59 1995 Steve Chamberlain <sac@slash.cygnus.com> * configure[.in] (i386-*-win32): New host and target. |