diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-11-25 16:27:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-11-25 16:27:55 +0000 |
commit | cc37e39a1493c38ee2e4f1bafa2e68aa21818f3f (patch) | |
tree | 00b6ba869a2c8093e3d374a1188fe3a443d35623 /bfd/ChangeLog | |
parent | 7de19d317a12cb2d699e2adea1564300fe971372 (diff) | |
download | gdb-cc37e39a1493c38ee2e4f1bafa2e68aa21818f3f.zip gdb-cc37e39a1493c38ee2e4f1bafa2e68aa21818f3f.tar.gz gdb-cc37e39a1493c38ee2e4f1bafa2e68aa21818f3f.tar.bz2 |
* coff-arm.c (arm_allocate_interworking_sections): Fix typo
(COFF_WITH_PR to COFF_WITH_PE).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c415e35..0f829b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 25 11:26:27 1997 Ian Lance Taylor <ian@cygnus.com> + + * coff-arm.c (arm_allocate_interworking_sections): Fix typo + (COFF_WITH_PR to COFF_WITH_PE). + Mon Nov 24 15:47:49 1997 Nick Clifton <nickc@cygnus.com> * coff-arm.c: Make variables and some functions static, so that |