diff options
author | Jeff Law <law@redhat.com> | 1994-10-20 06:45:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-10-20 06:45:55 +0000 |
commit | e443a0212051e843cd8604b8d321488abe75feb3 (patch) | |
tree | 1563a6c3464e02d7830fb991758cd091e74fa6c1 | |
parent | 91dc42c57902e9f0957fcf3b572141c63bb9fa4f (diff) | |
download | gdb-e443a0212051e843cd8604b8d321488abe75feb3.zip gdb-e443a0212051e843cd8604b8d321488abe75feb3.tar.gz gdb-e443a0212051e843cd8604b8d321488abe75feb3.tar.bz2 |
* config/tc-hppa.c (md_apply_fix): Set new_val to 8 for all
fixups to branch instructions (not just pc-relative ones) which
will generate SOM relocations.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 77df46f..439d453 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 20 00:43:38 1994 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (md_apply_fix): Set new_val to 8 for all + fixups to branch instructions (not just pc-relative ones) which + will generate SOM relocations. + Wed Oct 19 13:41:56 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * config/tc-a29k.c: Include ctype.h with angle brackets. |