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
c3b11311
Commit
c3b11311
authored
27 years ago
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert last change
From-SVN: r17067
parent
5a5ab947
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
17 deletions
+3
-17
gcc/ChangeLog
+0
-5
gcc/config/i386/gnu.h
+0
-3
gcc/config/i386/linux.h
+3
-9
No files found.
gcc/ChangeLog
View file @
c3b11311
...
...
@@ -20,11 +20,6 @@ Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
* i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
(DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
1997-11-13 Dave Love <d.love@dl.ac.uk>
* i386/linux.h (STACK_BOUNDARY): Define as 64 for glibc2.
* i386/gnu.h (STACK_BOUNDARY): Define as 64.
Thu Dec 11 23:55:17 1997 Manfred Hollstein <manfred@s-direktnet.de>
* fixincludes (str{len,spn,cspn} return value): Handle different
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/gnu.h
View file @
c3b11311
...
...
@@ -3,9 +3,6 @@
/* This does it mostly for us. */
#include <i386/linux.h>
#undef STACK_BOUNDARY
#define STACK_BOUNDARY 64
/* glibc2's crt ensures this */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/linux.h
View file @
c3b11311
/* Definitions for Intel 386 running Linux
-based GNU systems with ELF format.
/* Definitions for Intel 386 running Linux
with ELF format
Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Eric Youngdale.
Modified for stabs-in-ELF by H.J. Lu.
...
...
@@ -30,19 +30,13 @@ Boston, MA 02111-1307, USA. */
#include <linux.h>
/* some common stuff */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i386
GNU/Linux with
ELF)");
#define TARGET_VERSION fprintf (stderr, " (i386
Linux/
ELF)");
/* The svr4 ABI for the i386 says that records and unions are returned
in memory. */
#undef DEFAULT_PCC_STRUCT_RETURN
#define DEFAULT_PCC_STRUCT_RETURN 1
#ifndef USE_GNULIBC_1
#undef STACK_BOUNDARY
#define STACK_BOUNDARY 64
/* glibc2's crt ensures this, libc5
only gives you 32 */
#endif
/* This is how to output an element of a case-vector that is relative.
This is only used for PIC code. See comments by the `casesi' insn in
i386.md for an explanation of the expression this outputs. */
...
...
@@ -166,7 +160,7 @@ Boston, MA 02111-1307, USA. */
#undef CC1_SPEC
#define CC1_SPEC "%(cc1_cpu) %{profile:-p}"
/* Provide a LINK_SPEC appropriate for
GNU/
Linux. Here we provide support
/* Provide a LINK_SPEC appropriate for Linux. 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 options at link-time. We like to support here for
...
...
This diff is collapsed.
Click to expand it.
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