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
d0a5eb32
Commit
d0a5eb32
authored
Feb 18, 2001
by
Richard Kenner
Committed by
Richard Kenner
Feb 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (-I): Add note avoiding use for system header files.
From-SVN: r39833
parent
751aa7cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+2
-0
gcc/invoke.texi
+6
-3
No files found.
gcc/ChangeLog
View file @
d0a5eb32
Sun Feb 18 09:30:09 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* invoke.texi (-I): Add note avoiding use for system header files.
* rtl.h (add_clobbers): Remove duplicate declaration.
* recog.h (added_clobbers_hard_reg_p): New declaration.
* genemit.c (struct clobber_pat): New field has_hard_reg.
...
...
gcc/invoke.texi
View file @
d0a5eb32
@
c
Copyright
(
C
)
1988
,
1989
,
1992
,
1993
,
1994
,
1995
,
1996
,
1997
,
1998
,
1999
,
2000
,
2001
Free
Software
Foundation
,
Inc
.
@
c
Copyright
(
C
)
1988
,
1989
,
1992
,
1993
,
1994
,
1995
,
1996
,
1997
,
1998
,
1999
,
@
c
2000
,
2001
Free
Software
Foundation
,
Inc
.
@
c
This
is
part
of
the
GCC
manual
.
@
c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
...
...
@@ -3792,8 +3793,10 @@ libraries and for parts of the compiler:
Add the directory @var{dir} to the head of the list of directories to be
searched for header files. This can be used to override a system header
file, substituting your own version, since these directories are
searched before the system header file directories. If you use more
than one @samp{-I} option, the directories are scanned in left-to-right
searched before the system header file directories. However, you should
not use this option to add directories that contain vendor-supplied
system header files (use @samp{-isystem} for that). If you use more than
one @samp{-I} option, the directories are scanned in left-to-right
order; the standard system directories come after.
@item -I-
...
...
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