diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 1998-04-01 17:26:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1998-04-01 17:26:35 +0000 |
commit | ea65007e03fba1e5692479be8d4864c93dfe3193 (patch) | |
tree | 0c02694bfec48ddad2fe83335894593db5022713 | |
parent | e7a587ef75586fe75930f48e8c4eccf8804df946 (diff) | |
download | gcc-ea65007e03fba1e5692479be8d4864c93dfe3193.zip gcc-ea65007e03fba1e5692479be8d4864c93dfe3193.tar.gz gcc-ea65007e03fba1e5692479be8d4864c93dfe3193.tar.bz2 |
Removed thumb-pe target.
From-SVN: r18937
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rwxr-xr-x | gcc/config.sub | 4 | ||||
-rwxr-xr-x | gcc/configure | 10 | ||||
-rw-r--r-- | gcc/configure.in | 10 |
4 files changed, 0 insertions, 30 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e82194..3f38c2e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,17 +3,11 @@ Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com> * config/arm/thumb.h: Add super interworking support. * config/arm/thumb.c: Add super interworking support. * config/arm/thumb.md: Add super interworking support. - * config/arm/tpe.h: New file. * config/arm/lib1funcs.asm: Add interworking support. * config/arm/lib1thumb.asm: Add super interworking support. - * config/arm/t-pe: New file. * config/arm/t-semi: Add interworking support. * config/arm/t-thumb: Add interworking support. - * config/arm/t-pe-thumb: New file. * config/arm/README-interworking: New file. - * config.sub: Add thumb-pe target. - * configure.in: Add thumb-pe target. - * configure: Add thumb-pe target. Wed Apr 1 14:38:10 1998 Jim Wilson <wilson@cygnus.com> diff --git a/gcc/config.sub b/gcc/config.sub index 0271e34..dd52e87 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -162,10 +162,6 @@ case $basic_machine in thumb | thumbel) basic_machine=$basic_machine-unknown ;; - thumb-pe) # CYGNUS LOCAL nickc/thumb-pe - basic_machine=$basic_machine-unknown - ;; - # END CYGNUS LOCAL nickc/thumb-pe # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. diff --git a/gcc/configure b/gcc/configure index 7b010b5..90b4309 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4175,16 +4175,6 @@ for machine in $build $host $target; do md_file=arm/thumb.md tmake_file=arm/t-thumb ;; - # CYGNUS LOCAL thumb-pe/nickc - thumb-*-pe) - tm_file=arm/tpe.h - out_file=arm/thumb.c - xm_file=arm/xm-thumb.h - md_file=arm/thumb.md - tmake_file=arm/t-pe-thumb - extra_objs=pe.o - ;; - # END CYGNUS LOCAL # This hasn't been upgraded to GCC 2. # tron-*-*) # cpu_type=gmicro diff --git a/gcc/configure.in b/gcc/configure.in index 70a1373..0a0fc41 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2492,16 +2492,6 @@ for machine in $build $host $target; do md_file=arm/thumb.md tmake_file=arm/t-thumb ;; - # CYGNUS LOCAL thumb-pe/nickc - thumb-*-pe) - tm_file=arm/tpe.h - out_file=arm/thumb.c - xm_file=arm/xm-thumb.h - md_file=arm/thumb.md - tmake_file=arm/t-pe-thumb - extra_objs=pe.o - ;; - # END CYGNUS LOCAL # This hasn't been upgraded to GCC 2. # tron-*-*) # cpu_type=gmicro |