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
3807773b
Commit
3807773b
authored
Aug 13, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build fewer multilibs
From-SVN: r12632
parent
d59c4c8e
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
34 additions
and
22 deletions
+34
-22
gcc/config/rs6000/eabi.h
+1
-1
gcc/config/rs6000/eabiaix.h
+1
-1
gcc/config/rs6000/eabile.h
+1
-1
gcc/config/rs6000/linux.h
+12
-0
gcc/config/rs6000/rs6000.c
+3
-3
gcc/config/rs6000/sol2.h
+1
-1
gcc/config/rs6000/sysv4.h
+1
-1
gcc/config/rs6000/sysv4le.h
+1
-1
gcc/config/rs6000/t-ppcgas
+13
-13
No files found.
gcc/config/rs6000/eabi.h
View file @
3807773b
...
...
@@ -37,4 +37,4 @@ Boston, MA 02111-1307, USA. */
"-DPPC -D__embedded__ -Asystem(embedded) -Acpu(powerpc) -Amachine(powerpc)"
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mbig", "m
big-endian", "mcall-sysv-eabi", "mno-sdata
" }
#define MULTILIB_DEFAULTS { "mbig", "m
call-sysv
" }
gcc/config/rs6000/eabiaix.h
View file @
3807773b
...
...
@@ -38,4 +38,4 @@ Boston, MA 02111-1307, USA. */
`MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mbig", "m
big-endian", "mcall-aix", "mno-sdata
" }
#define MULTILIB_DEFAULTS { "mbig", "m
call-aix
" }
gcc/config/rs6000/eabile.h
View file @
3807773b
...
...
@@ -43,4 +43,4 @@ Boston, MA 02111-1307, USA. */
`MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mlittle", "m
little-endian", "mcall-sysv-eabi", "mno-sdata
" }
#define MULTILIB_DEFAULTS { "mlittle", "m
call-sysv
" }
gcc/config/rs6000/linux.h
View file @
3807773b
...
...
@@ -46,3 +46,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (PowerPC Linux)");
/* Define this macro as a C expression for the initializer of an
array of string to tell the driver program which options are
defaults for this target and thus do not need to be handled
specially when using `MULTILIB_OPTIONS'.
Do not define this macro if `MULTILIB_OPTIONS' is not defined in
the target makefile fragment or if none of the options listed in
`MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mbig", "mcall-linux" }
gcc/config/rs6000/rs6000.c
View file @
3807773b
...
...
@@ -4135,9 +4135,9 @@ output_toc (file, x, labelno)
a TOC reference to an unknown section. Thus, for vtables only,
we emit the TOC reference to reference the symbol and not the
section. */
if
(
!
strncmp
(
"_vt."
,
real_
name
,
4
))
if
(
!
strncmp
(
"_vt."
,
name
,
4
))
{
RS6000_OUTPUT_BASENAME
(
file
,
real_
name
);
RS6000_OUTPUT_BASENAME
(
file
,
name
);
if
(
offset
<
0
)
fprintf
(
file
,
"%d"
,
offset
);
else
if
(
offset
>
0
)
...
...
@@ -4974,7 +4974,7 @@ handle_mac_pragma (finput, t)
int
retval
=
0
;
register
char
*
pname
;
char
pbuf
[
200
];
int
c
,
psize
;
int
c
,
psize
=
0
;
if
(
TREE_CODE
(
t
)
!=
IDENTIFIER_NODE
)
return
0
;
...
...
gcc/config/rs6000/sol2.h
View file @
3807773b
...
...
@@ -164,4 +164,4 @@ while (0)
`MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mlittle", "m
little-endian", "mcall-solaris", "mno-sdata
" }
#define MULTILIB_DEFAULTS { "mlittle", "m
call-solaris
" }
gcc/config/rs6000/sysv4.h
View file @
3807773b
...
...
@@ -1347,4 +1347,4 @@ do { \
`MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mbig", "m
big-endian", "mcall-sysv-noeabi", "mno-sdata
" }
#define MULTILIB_DEFAULTS { "mbig", "m
call-sysv
" }
gcc/config/rs6000/sysv4le.h
View file @
3807773b
...
...
@@ -43,4 +43,4 @@ Boston, MA 02111-1307, USA. */
`MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mlittle", "m
little-endian", "mcall-sysv-noeabi", "mno-sdata
" }
#define MULTILIB_DEFAULTS { "mlittle", "m
call-sysv
" }
gcc/config/rs6000/t-ppcgas
View file @
3807773b
...
...
@@ -24,30 +24,30 @@ eabi-ctors.c: $(srcdir)/config/rs6000/eabi-ctors.c
# Build libgcc.a with different options.
MULTILIB_OPTIONS = msoft-float \
mrelocatable-lib \
mlittle/mbig \
mcall-sysv
-noeabi/mcall-sysv-eabi/mcall-ai
x
mcall-sysv
/mcall-aix/mcall-solaris/mcall-linu
x
MULTILIB_DIRNAMES = nof \
rel \
le be \
cs c
e ca
cs c
a sol lin
MULTILIB_MATCHES = mlittle=mlittle-endian \
mlittle=mcall-solaris \
mbig=mbig-endian \
mbig=mcall-linux \
msoft-float=mcpu?403 \
msoft-float=mcpu?821 \
msoft-float=mcpu?860 \
mcall-sysv-noeabi=mcall-linux \
mcall-sysv-eabi=meabi \
mcall-sysv-noeabi=mno-eabi \
mcall-sysv-noeabi=mcall-solaris \
mrelocatable-lib=mrelocatable \
mrelocatable-lib=fpic \
mrelocatable-lib=fPIC \
mrelocatable-lib=shared
mcall-sysv=mcall-solaris \
mcall-sysv=mcall-sysv-eabi \
mcall-sysv=mcall-sysv-noeabi
MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi
MULTILIB_EXCEPTIONS = *mbig/*mcall-solaris* \
*mlittle/*mcall-solaris* \
*msoft-float/*mcall-solaris* \
*mbig/*mcall-linux* \
*mlittle/*mcall-linux* \
*msoft-float/*mcall-linux*
LIBGCC = stmp-multilib stmp-crt
INSTALL_LIBGCC = install-multilib install-crt
...
...
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