diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-30 08:19:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-30 08:19:30 +0000 |
commit | 06aa72344f3d961f1c6c6bbbdf59b415b329611d (patch) | |
tree | bf1aacf6ccb5d1834a14fd51fc46b4ba1c0449e6 /ld/ChangeLog | |
parent | 01e51bd08148b55264dd83db3d4cfae5ffa18595 (diff) | |
download | gdb-06aa72344f3d961f1c6c6bbbdf59b415b329611d.zip gdb-06aa72344f3d961f1c6c6bbbdf59b415b329611d.tar.gz gdb-06aa72344f3d961f1c6c6bbbdf59b415b329611d.tar.bz2 |
(arm_elf_before_allocation): Replace ASSERT with a test for a NULL
bfd_for_interworking.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5b6621e..fbd7106 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-05-30 Nick Clifton <nickc@redhat.com> + + * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT + with a test for a NULL bfd_for_interworking. + 2003-05-29 Jason Thorpe <thorpej@wasabisystems.com> * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS |