aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2005-02-10 12:39:17 +0000
committerJulian Brown <julian@codesourcery.com>2005-02-10 12:39:17 +0000
commit620b81c130ed4ceb5521bbf2dcac7a858c8c3a58 (patch)
tree9b380751821efb152741b2c2b4a17c8d08e91be4 /gas/ChangeLog
parentd457dcf69843196978118f12d749e8aa284202a0 (diff)
downloadgdb-620b81c130ed4ceb5521bbf2dcac7a858c8c3a58.zip
gdb-620b81c130ed4ceb5521bbf2dcac7a858c8c3a58.tar.gz
gdb-620b81c130ed4ceb5521bbf2dcac7a858c8c3a58.tar.bz2
* config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
BFD_RELOC_UNUSED. (do_t_push_pop): Likewise. (md_assemble): Likewise. (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE. (create_unwind_entry): Output dependency on the required personality routines. testsuite/gas/arm/unwind.d: Alter expected output to include dependency on __aeabi_unwind_cpp_pr[01].
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 42bd4c9..538fd2f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,16 @@
+2005-02-10 Julian Brown <julian@codesourcery.com>
+
+ * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
+ BFD_RELOC_UNUSED.
+ (do_t_push_pop): Likewise.
+ (md_assemble): Likewise.
+ (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
+ BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
+ (create_unwind_entry): Output dependency on the required personality
+ routines.
+ testsuite/gas/arm/unwind.d: Alter expected output to include
+ dependency on __aeabi_unwind_cpp_pr[01].
+
2005-02-07 Nathan Sidwell <nathan@codesourcery.com>
* as.h (seg_not_empty_p): Return int, not bfd_boolean.