diff options
author | Michael Tiemann <tiemann@cygnus> | 1994-11-25 00:01:26 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1994-11-25 00:01:26 +0000 |
commit | 03c4ce2fcc3582e65cfe2ec336769074a80f3146 (patch) | |
tree | 9b562805138500c7ec159ab177f2d90c3ba0425d /bfd/config.bfd | |
parent | 5fa60968605904d23a6ce37901c9710295baf0b0 (diff) | |
download | gdb-03c4ce2fcc3582e65cfe2ec336769074a80f3146.zip gdb-03c4ce2fcc3582e65cfe2ec336769074a80f3146.tar.gz gdb-03c4ce2fcc3582e65cfe2ec336769074a80f3146.tar.bz2 |
Rename r16 files to rce, and fix some more .Sanitize typos.
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 3f93128..dd28600 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -34,9 +34,9 @@ case "${canon}" in h8300*-*-*) bfd_name=h8300-coff strip_underscore=yes ;; h8500-*-*) bfd_name=h8500-coff strip_underscore=yes ;; sh-*-*) bfd_name=sh-coff strip_underscore=yes ;; -# start-sanitize-r16 - r16-*-aout) bfd_name=r16-aout ;; -# end-sanitize-r16 +# start-sanitize-rce + rce-*-aout) bfd_name=rce-aout ;; +# end-sanitize-rce hppa*-*-*elf*) bfd_name=hppa-elf ;; hppa*-*-bsd*) bfd_name=hppabsd ;; hppa*-*-hpux*) bfd_name=hppahpux ;; |