diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-03-21 20:59:30 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-03-21 20:59:30 +0000 |
commit | 37bdd624bd222c32e23be1997bbd29e5e0d8c6a1 (patch) | |
tree | f83a6eb6dc4d62db49cb73ec944fda2ddc11985d /bfd/config.bfd | |
parent | 23e92f3fbdeea2cd4c21017c74228aa0b2384156 (diff) | |
download | gdb-37bdd624bd222c32e23be1997bbd29e5e0d8c6a1.zip gdb-37bdd624bd222c32e23be1997bbd29e5e0d8c6a1.tar.gz gdb-37bdd624bd222c32e23be1997bbd29e5e0d8c6a1.tar.bz2 |
Remove m32r sanitization.
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 5d1bb9e..0638eb7 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -247,11 +247,9 @@ case "${targ}" in targ_underscore=yes ;; -# start-sanitize-m32r m32r-*-*) targ_defvec=bfd_elf32_m32r_vec ;; -# end-sanitize-m32r m68*-apollo-*) targ_defvec=apollocoff_vec |