diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-24 21:22:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-24 21:22:00 +0000 |
commit | e1ea3dd50b177f29a05fa5edbb40a0c19fde8632 (patch) | |
tree | 71eec4a52243191851dcec279bc7b65784992189 /bfd | |
parent | b2634de4f3b58b0433ed275ee7d5af7d4158478f (diff) | |
download | gdb-e1ea3dd50b177f29a05fa5edbb40a0c19fde8632.zip gdb-e1ea3dd50b177f29a05fa5edbb40a0c19fde8632.tar.gz gdb-e1ea3dd50b177f29a05fa5edbb40a0c19fde8632.tar.bz2 |
* targmatch.sed: Use the hold space to put the #ifdef around the
the string constant.
* targets.c (UNSUPPORTED_TARGET): Don't define.
(find_target): Don't check for UNSUPPORTED_TARGET.
(bfd_set_default_target): Don't try to optimize by checking for
default.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 93d4944..beffcb2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Mon Mar 24 13:41:00 1997 Ian Lance Taylor <ian@cygnus.com> + * targmatch.sed: Use the hold space to put the #ifdef around the + the string constant. + * targets.c (UNSUPPORTED_TARGET): Don't define. + (find_target): Don't check for UNSUPPORTED_TARGET. + (bfd_set_default_target): Don't try to optimize by checking for + default. + * Makefile.in: Rebuild dependencies. (ALL_MACHINES_CFILES): Add cpu-m32r.c. (BFD32_BACKENDS_CFILES): Add elf32-m32r.c. |