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
a0ba837e
Commit
a0ba837e
authored
Oct 27, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Oct 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* linux64.h (DEFAULT_PCC_STRUCT_RETURN): Define.
From-SVN: r58579
parent
cc0017a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/linux64.h
+6
-0
No files found.
gcc/ChangeLog
View file @
a0ba837e
Sun
Oct
27
10
:
15
:
24
CET
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
linux64
.
h
(
DEFAULT_PCC_STRUCT_RETURN
)
:
Define
.
2002
-
10
-
27
Zdenek
Dvorak
<
rakdver
@atrey
.
karlin
.
mff
.
cuni
.
cz
>
*
Makefile
.
in
(
dwarf2out
.
o
)
:
Add
dependendcy
on
hashtab
.
h
.
...
...
gcc/config/i386/linux64.h
View file @
a0ba837e
...
...
@@ -42,6 +42,12 @@ Boston, MA 02111-1307, USA. */
#undef CPP_SPEC
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
/* The svr4 ABI for the i386 says that records and unions are returned
in memory. In the 64bit compilation we will turn this flag off in
override_options, as we never do pcc_struct_return scheme on this target. */
#undef DEFAULT_PCC_STRUCT_RETURN
#define DEFAULT_PCC_STRUCT_RETURN 1
/* Provide a LINK_SPEC. Here we provide support for the special GCC
options -static and -shared, which allow us to link things in one
of these three modes by applying the appropriate combinations of
...
...
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