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
2ee06322
Commit
2ee06322
authored
Aug 03, 2011
by
Rainer Orth
Committed by
Rainer Orth
Aug 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* link.c: Include "auto-host.h" before system headers.
From-SVN: r177272
parent
72c2f810
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/link.c
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
2ee06322
2011
-
08
-
03
Rainer
Orth
<
ro
@
CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
link
.
c
:
Include
"auto-host.h"
before
system
headers
.
2011
-
08
-
03
Vincent
Celier
<
celier
@
adacore
.
com
>
2011
-
08
-
03
Vincent
Celier
<
celier
@
adacore
.
com
>
*
make
.
adb
(
Gnatmake
):
Add
to
table
Library_Projs
only
library
projects
*
make
.
adb
(
Gnatmake
):
Add
to
table
Library_Projs
only
library
projects
...
...
gcc/ada/link.c
View file @
2ee06322
...
@@ -36,12 +36,12 @@
...
@@ -36,12 +36,12 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include <string.h>
#ifdef IN_GCC
#ifdef IN_GCC
#include "auto-host.h"
#include "auto-host.h"
#endif
#endif
#include <string.h>
/* objlist_file_supported is set to 1 when the system linker allows */
/* objlist_file_supported is set to 1 when the system linker allows */
/* response file, that is a file that contains the list of object files. */
/* response file, that is a file that contains the list of object files. */
/* This is useful on systems where the command line length is limited, */
/* This is useful on systems where the command line length is limited, */
...
...
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