diff options
author | Jeff Law <law@redhat.com> | 1993-12-03 18:57:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-03 18:57:28 +0000 |
commit | 753dcbbd0b9ec9a7ab6eb75d0bb2f11a42482125 (patch) | |
tree | c388cb22e8d2b3f67dcc216b38a41df1d9a1ae7c /gas/ChangeLog | |
parent | 00d8666550b91667b296ecd7ad38b5b7152a948d (diff) | |
download | gdb-753dcbbd0b9ec9a7ab6eb75d0bb2f11a42482125.zip gdb-753dcbbd0b9ec9a7ab6eb75d0bb2f11a42482125.tar.gz gdb-753dcbbd0b9ec9a7ab6eb75d0bb2f11a42482125.tar.bz2 |
* config/tc-hppa.c (md_apply_fix): Delete old wrapper function.
(md_apply_fix_1): Rename to md_apply_fix. Fix argument decls.
Fix comments in various places. Always return a value.
Avoid dereferencing a NULL fx_addsy.
(hppa_force_relocation): Avoid dereferencing a NULL fx_addsy.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 214bd68..bf8d972 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 3 10:56:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (md_apply_fix): Delete old wrapper function. + (md_apply_fix_1): Rename to md_apply_fix. Fix argument decls. + Fix comments in various places. Always return a value. + Avoid dereferencing a NULL fx_addsy. + (hppa_force_relocation): Avoid dereferencing a NULL fx_addsy. + Thu Dec 2 11:52:21 1993 Ken Raeburn (raeburn@cygnus.com) * config/tc-sparc.c (tc_gen_reloc): Make adjustment to addend be |