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
2816d164
Commit
2816d164
authored
Oct 01, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Oct 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix i386elf bug
From-SVN: r29756
parent
125ed86f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/config/i386/i386elf.h
+2
-3
No files found.
gcc/ChangeLog
View file @
2816d164
Fri
Oct
1
18
:
01
:
11
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
i386elf
.
h
(
TARGET_DEFAULT
)
:
Use
symbolic
constants
.
Fri
Oct
1
12
:
42
:
53
1999
Andreas
Schwab
<
schwab
@suse
.
de
>
Fri
Oct
1
12
:
42
:
53
1999
Andreas
Schwab
<
schwab
@suse
.
de
>
*
config
/
m68k
/
m68k
.
c
(
use_return_insn
)
:
Return
false
if
the
pic
*
config
/
m68k
/
m68k
.
c
(
use_return_insn
)
:
Return
false
if
the
pic
...
...
gcc/config/i386/i386elf.h
View file @
2816d164
...
@@ -30,10 +30,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -30,10 +30,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_VERSION fprintf (stderr, " (i386 bare ELF target)");
#define TARGET_VERSION fprintf (stderr, " (i386 bare ELF target)");
/* By default, target has a 80387, uses IEEE compatible arithmetic,
/* By default, target has a 80387, uses IEEE compatible arithmetic,
and returns float values in the 387, ie,
and returns float values in the 387. */
(TARGET_80387 | TARGET_IEEE_FP | TARGET_FLOAT_RETURNS_IN_80387) */
#define TARGET_DEFAULT
0301
#define TARGET_DEFAULT
(MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS)
/* The svr4 ABI for the i386 says that records and unions are returned
/* The svr4 ABI for the i386 says that records and unions are returned
in memory. */
in memory. */
...
...
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