diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-04 22:48:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-04 22:48:24 +0000 |
commit | 5c11dba28a5afc2e634aa7d227889876bbc96d0b (patch) | |
tree | 35a8abf5c5411645dbe6e8cdae830f3d01174e25 /gas/ChangeLog | |
parent | 8d5f01200fd1ed799e4647f24d5eea6aeaac3e4a (diff) | |
download | gdb-5c11dba28a5afc2e634aa7d227889876bbc96d0b.zip gdb-5c11dba28a5afc2e634aa7d227889876bbc96d0b.tar.gz gdb-5c11dba28a5afc2e634aa7d227889876bbc96d0b.tar.bz2 |
* config/tc-hppa.c (tc_gen_reloc): If hppa_ren_reloc_type fails,
call abort (i.e., as_abort) rather than crashing.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 28f8c73..f9525eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com> + * config/tc-hppa.c (tc_gen_reloc): If hppa_ren_reloc_type fails, + call abort (i.e., as_abort) rather than crashing. + * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of OBJ_ELF, rather than of S_GET_OTHER. |