diff options
author | Jeff Law <law@redhat.com> | 1995-11-13 04:17:57 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-11-13 04:17:57 +0000 |
commit | 8b39c5df0eeb7eefeb29b6a73e365d80b9a475e8 (patch) | |
tree | ec15dcb3fc9d9b243d3243b92bbff2af18b4a762 /gas/ChangeLog | |
parent | 0cf78faa258eb1752068e24f9e448b59258c1ec7 (diff) | |
download | gdb-8b39c5df0eeb7eefeb29b6a73e365d80b9a475e8.zip gdb-8b39c5df0eeb7eefeb29b6a73e365d80b9a475e8.tar.gz gdb-8b39c5df0eeb7eefeb29b6a73e365d80b9a475e8.tar.bz2 |
* config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
conditional branches.
(md_apply_fix): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ffeeb5a..19338fb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for + conditional branches. + (md_apply_fix): Likewise. + +Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to + generate a reloc which the linker will not handle correctly. Fix + overflow checking--R_IREL is 18 bits, not 17. + Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from |