Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ea65007e
Commit
ea65007e
authored
Apr 01, 1998
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed thumb-pe target.
From-SVN: r18937
parent
e7a587ef
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
30 deletions
+0
-30
gcc/ChangeLog
+0
-6
gcc/config.sub
+0
-4
gcc/configure
+0
-10
gcc/configure.in
+0
-10
No files found.
gcc/ChangeLog
View file @
ea65007e
...
...
@@ -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>
...
...
gcc/config.sub
View file @
ea65007e
...
...
@@ -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.
...
...
gcc/configure
View file @
ea65007e
...
...
@@ -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
...
...
gcc/configure.in
View file @
ea65007e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment