diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-23 12:37:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-23 12:37:57 +0000 |
commit | c62e1cc30f77e49b15d48d4d32c7f6c1e6827163 (patch) | |
tree | 7b9b45107783f709e9478e138286efc5c6682384 /gas/ChangeLog | |
parent | 6ff96af674ed8b5872e90def470405f90f8b4aac (diff) | |
download | gdb-c62e1cc30f77e49b15d48d4d32c7f6c1e6827163.zip gdb-c62e1cc30f77e49b15d48d4d32c7f6c1e6827163.tar.gz gdb-c62e1cc30f77e49b15d48d4d32c7f6c1e6827163.tar.bz2 |
For the Thumb BLX reloc round the relocation up rather than down.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3970519..9d8b183 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com> + * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc + round the relocation up rather than down. + +2002-05-23 Nick Clifton <nickc@cambridge.redhat.com> + * config/obj-coff.c (obj_coff_section): Silently ignore an 'a' flag. * doc/as.texinfo: Document that the COFF version of .section |