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
63883fc3
Commit
63883fc3
authored
24 years ago
by
Stephane Carrez
Committed by
Stephane Carrez
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recognize m6811-elf and m6812-elf
From-SVN: r36282
parent
808788fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
gcc/ChangeLog
+5
-0
gcc/configure
+0
-0
gcc/configure.in
+17
-0
No files found.
gcc/ChangeLog
View file @
63883fc3
2000-09-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* configure.in: Recognize m6811-elf and m6812-elf.
* configure: Regenerate.
2000-09-09 Geoff Keating <geoffk@cygnus.com>
* recog.c (validate_replace_rtx_1): Correct MODE parameter in call
...
...
This diff is collapsed.
Click to expand it.
gcc/configure
View file @
63883fc3
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
63883fc3
...
...
@@ -2047,6 +2047,23 @@ changequote([,])dnl
m32r-*-elf*)
extra_parts="crtinit.o crtfini.o"
;;
# m68hc11 and m68hc12 share the same machine description.
m68hc11-*-*|m6811-*-*)
tm_file="m68hc11/m68hc11.h"
xm_file="m68hc11/xm-m68hc11.h"
tm_p_file="m68hc11/m68hc11-protos.h"
md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c"
tmake_file="m68hc11/t-m68hc11-gas"
;;
m68hc12-*-*|m6812-*-*)
tm_file="m68hc11/m68hc12.h"
tm_p_file="m68hc11/m68hc11-protos.h"
xm_file="m68hc11/xm-m68hc11.h"
md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c"
tmake_file="m68hc11/t-m68hc11-gas"
;;
m68000-convergent-sysv*)
tm_file=m68k/ctix.h
xm_file="m68k/xm-3b1.h ${xm_file}"
...
...
This diff is collapsed.
Click to expand it.
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