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
2995277c
Commit
2995277c
authored
Jan 10, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make powerpc-eabi work again
From-SVN: r10959
parent
ef5193b0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
11 deletions
+13
-11
gcc/config/rs6000/eabi-ci.asm
+2
-2
gcc/config/rs6000/eabi-cn.asm
+2
-2
gcc/config/rs6000/eabi.h
+2
-2
gcc/config/rs6000/eabisim.h
+2
-2
gcc/config/rs6000/t-ppc
+2
-2
gcc/config/rs6000/t-ppcgas
+3
-1
No files found.
gcc/config/rs6000/eabi-ci.asm
View file @
2995277c
...
...
@@ -71,6 +71,6 @@ __FIXUP_START__:
__CTOR_LIST__
:
.
section
".dtors"
,
"w"
.
globl
__
C
TOR_LIST__
.
type
__
C
TOR_LIST__
,
@
object
.
globl
__
D
TOR_LIST__
.
type
__
D
TOR_LIST__
,
@
object
__DTOR_LIST__
:
gcc/config/rs6000/eabi-cn.asm
View file @
2995277c
...
...
@@ -65,6 +65,6 @@ __FIXUP_END__:
__CTOR_END__
:
.
section
".dtors"
,
"w"
.
globl
__
C
TOR_END__
.
type
__
C
TOR_END__
,
@
object
.
globl
__
D
TOR_END__
.
type
__
D
TOR_END__
,
@
object
__DTOR_END__
:
gcc/config/rs6000/eabi.h
View file @
2995277c
...
...
@@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
/* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crti.o \
#define STARTFILE_SPEC "crti.o
%s
\
%{mmvme: mvme-crt0.o%s} \
%{msim: sim-crt0.o%s}"
...
...
@@ -83,4 +83,4 @@ Boston, MA 02111-1307, USA. */
#define LIBGCC_SPEC "libgcc.a%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtn.o"
#define ENDFILE_SPEC "crtn.o
%s
"
gcc/config/rs6000/eabisim.h
View file @
2995277c
...
...
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
/* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crti.o \
#define STARTFILE_SPEC "crti.o
%s
\
%{mmvme: mvme-crt0.o%s} \
%{!mmvme: sim-crt0.o%s}"
...
...
@@ -44,4 +44,4 @@ Boston, MA 02111-1307, USA. */
#define LIBGCC_SPEC "libgcc.a%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtn.o"
#define ENDFILE_SPEC "crtn.o
%s
"
gcc/config/rs6000/t-ppc
View file @
2995277c
...
...
@@ -22,8 +22,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
MULTILIB_OPTIONS = msoft-float
MULTILIB_DIRNAMES = soft-float
MULTILIB_MATCHES = msoft-float=mcpu?403 \
msoft-float=mcpu?
mpc403
\
msoft-float=mcpu?
ppc403
msoft-float=mcpu?
821
\
msoft-float=mcpu?
860
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
gcc/config/rs6000/t-ppcgas
View file @
2995277c
...
...
@@ -27,7 +27,9 @@ MULTILIB_DIRNAMES = soft-float \
MULTILIB_MATCHES = mlittle=mlittle-endian \
mbig=mbig-endian \
msoft-float=mcpu?403
msoft-float=mcpu?403 \
msoft-float=mcpu?821 \
msoft-float=mcpu?860
MULTILIB_EXCEPTIONS = *mlittle/*mcall-aixdesc*
...
...
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