diff options
author | David MacKenzie <djm@cygnus> | 1993-08-13 00:34:19 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-13 00:34:19 +0000 |
commit | cba949c5a30c746e9cbdc237290146814b395c70 (patch) | |
tree | e32ab4936e85029d44387b92e18eface21a563ef /bfd | |
parent | dc4fba51d289e78cf161cf3de124400c65e51448 (diff) | |
download | gdb-cba949c5a30c746e9cbdc237290146814b395c70.zip gdb-cba949c5a30c746e9cbdc237290146814b395c70.tar.gz gdb-cba949c5a30c746e9cbdc237290146814b395c70.tar.bz2 |
* format.c (bfd_check_format): If the target matches the default
target, set match_count to 1, to ignore any previous matches.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2c89beb..8152c52 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com) + * format.c (bfd_check_format): If the target matches the default + target, set match_count to 1, to ignore any previous matches. + * Makefile.in (BFD32_BACKENDS): Remove srec.o, add reloc16.o. * configure.in: Add reloc16.o when we add |