diff options
author | Nick Clifton <nickc@redhat.com> | 1999-12-17 19:03:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-12-17 19:03:09 +0000 |
commit | cb665cd3e27a53bdc921ba8df64d44dfce65291d (patch) | |
tree | 1e366ebf64f07b581199e75900fd5845135f90aa /bfd/ChangeLog | |
parent | eaeaa15ca4218d3486bb5d9a3a27201c55311e56 (diff) | |
download | gdb-cb665cd3e27a53bdc921ba8df64d44dfce65291d.zip gdb-cb665cd3e27a53bdc921ba8df64d44dfce65291d.tar.gz gdb-cb665cd3e27a53bdc921ba8df64d44dfce65291d.tar.bz2 |
Move PE format object file detection code into common place.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e19cbdd..8f147b7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +1999-12-17 Nick Clifton <nickc@cygnus.com> + + * coff-i386.c (i3coff_object_p): Delete. + (i386coff_vec): Replace reference to i3coff_object_p with a + reference to coff_object_p. + + * coff-mcore.c (pe_object_p): Delete. + + * peicode.h (pe_bfd_object_p): New function: Detect the + presence of a PE format COFF object file. Also detect and + warn about the presence of LINK6 format Image Library Format + object files. + 1999-12-16 Nick Clifton <nickc@cygnus.com> * coff-arm.c (NUM_ELEM): New macro. |