]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Removed thumb-pe target.
authorNick Clifton <nickc@gcc.gnu.org>
Wed, 1 Apr 1998 17:26:35 +0000 (17:26 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 1 Apr 1998 17:26:35 +0000 (17:26 +0000)
From-SVN: r18937

gcc/ChangeLog
gcc/config.sub
gcc/configure
gcc/configure.in

index 8e821948519c9c79b1a3fdafaaaf611108bb753f..3f38c2edc5ed7824e0e4822a916972d8014b4f17 100644 (file)
@@ -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>
 
index 0271e3452bab083a3d7236271e0a6939e03b84a4..dd52e87aee8565d3ac1de3e70807ed38513f2f6a 100755 (executable)
@@ -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.
index 7b010b5ab09069a8ff842662bdcf7be6ea2b49aa..90b43098d6242df7f44bda35dabebed5635cd8dd 100755 (executable)
@@ -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
index 70a13735fbf61eff71cbb548f82007a8aa5e8196..0a0fc4100f1f3bf82127536813d7b78d26d93d46 100644 (file)
@@ -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