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
2a6f449e
Commit
2a6f449e
authored
May 12, 1995
by
Roland McGrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contents replaced with old i386/gnuelf.h.
From-SVN: r9669
parent
36427b78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
gcc/config/i386/gnu.h
+12
-12
No files found.
gcc/config/i386/gnu.h
View file @
2a6f449e
/* Configuration for an i386 running GNU as the target machine. */
/* Configuration for an i386 running GNU
with ELF
as the target machine. */
/* We do want to add an underscore to the front of each user symbol.
/* This does it mostly for us. */
i386/gas.h checks this. */
#include <i386/linux.h>
#define YES_UNDERSCORES
#include <i386/gstabs.h>
/* Get perform_* macros to build libgcc.a. */
#include <i386/perform.h>
#undef CPP_PREDEFINES
#undef CPP_PREDEFINES
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
#undef LINK_SPEC
we want to retain compatibility with older gcc versions. */
#define LINK_SPEC "-m elf_i386 %{shared:-shared} \
#define DEFAULT_PCC_STRUCT_RETURN 0
%{!shared: \
%{!ibcs: \
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /lib/ld.so} \
%{!rpath:-rpath /lib/}} %{static:-static}}}"
/* Get machine-independent configuration parameters for the GNU system. */
/* Get machine-independent configuration parameters for the GNU system. */
#include <gnu.h>
#include <gnu.h>
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