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
261f21e7
Commit
261f21e7
authored
Oct 23, 2000
by
Donald Lindsay
Committed by
Don Lindsay
Oct 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k-coff removed libgloss to fix a multiple definition of crt0
From-SVN: r37020
parent
2af88768
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+6
-0
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
261f21e7
Wed Oct 18 11:16:40 2000 Donald Lindsay <dlindsay@cygnus.com>
* gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
since this (only) drags in a crt0.o reference that the .ld files
also introduce.
2000-10-23 Geoff Keating <geoffk@cygnus.com>
2000-10-23 Geoff Keating <geoffk@cygnus.com>
* reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
* reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
...
...
gcc/configure.in
View file @
261f21e7
...
@@ -2423,7 +2423,7 @@ changequote([,])dnl
...
@@ -2423,7 +2423,7 @@ changequote([,])dnl
;;
;;
m68k-*-coff*)
m68k-*-coff*)
tmake_file=m68k/t-m68kbare
tmake_file=m68k/t-m68kbare
tm_file="m68k/m68k-coff.h dbx.h
libgloss.h
"
tm_file="m68k/m68k-coff.h dbx.h"
extra_headers=math-68881.h
extra_headers=math-68881.h
float_format=m68k
float_format=m68k
;;
;;
...
...
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