diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-05 07:51:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-05 07:51:39 +0000 |
commit | f11523b01363bac4f0b7384c30fee355e9943b99 (patch) | |
tree | 53c4635a65694d8d4869595374cd2d42f1dcb047 /ld/ChangeLog | |
parent | 9f20bbfd4c709ce9141913e51935899b23fc0907 (diff) | |
download | gdb-f11523b01363bac4f0b7384c30fee355e9943b99.zip gdb-f11523b01363bac4f0b7384c30fee355e9943b99.tar.gz gdb-f11523b01363bac4f0b7384c30fee355e9943b99.tar.bz2 |
Abort if input format is ARM and output format is not
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1476db9..58e5b8a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +1999-07-05 Nick Clifton <nickc@cygnus.com> + + * emultempl/pe.em (after_open): Abort if input format is ARM and + output format is not. + * emultempl/armcoff.em (after_open): Abort if input format is ARM + and output format is not. + * emultempl/armelf.em (after_open): Abort if input format is ARM + and output format is not. + 1999-07-02 Ian Lance Taylor <ian@zembu.com> * ldlang.c: Revert change of 1999-06-23. |