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
b7976767
Commit
b7976767
authored
May 11, 2000
by
Zack Weinberg
Committed by
Zack Weinberg
May 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
From-SVN: r33858
parent
d80c3489
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
12 deletions
+9
-12
gcc/ChangeLog
+4
-0
gcc/fixinc/fixfixes.c
+4
-10
gcc/fixinc/fixtests.c
+1
-2
No files found.
gcc/ChangeLog
View file @
b7976767
2000
-
05
-
11
Zack
Weinberg
<
zack
@wolery
.
cumb
.
org
>
*
fixinc
/
fixfixes
.
c
,
fixinc
/
fixtests
.
c
:
Update
commentary
.
Thu
May
11
22
:
28
:
05
2000
Denis
Chertykov
<
denisc
@overta
.
ru
>
Thu
May
11
22
:
28
:
05
2000
Denis
Chertykov
<
denisc
@overta
.
ru
>
*
config
/
avr
/
avr
-
protos
.
c
(
jump_over_one_insn_p
)
:
New
declaration
.
*
config
/
avr
/
avr
-
protos
.
c
(
jump_over_one_insn_p
)
:
New
declaration
.
...
...
gcc/fixinc/fixfixes.c
View file @
b7976767
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
NOTE TO DEVELOPERS
NOTE TO DEVELOPERS
The routines you write here must work closely with both the fixincl.c
The routines you write here must work closely with fixincl.c.
and the test_need.c program.
Here are the rules:
Here are the rules:
...
@@ -27,24 +26,19 @@ Here are the rules:
...
@@ -27,24 +26,19 @@ Here are the rules:
5. Write to stderr only in the event of a reportable error
5. Write to stderr only in the event of a reportable error
In such an event, call "exit(1)".
In such an event, call "exit(1)".
6.
If "MAIN" is _not_ defined, then you have access to the fixDescList
6.
You have access to the fixDescList entry for the fix in question.
entry for the fix in question. This may be useful, for example,
This may be useful, for example, if there are pre-compiled
if there are pre-compiled
selection expressions stored there.
selection expressions stored there.
For example, you may do this if you know that the first
For example, you may do this if you know that the first
test contains a useful regex. This is okay because, remember,
test contains a useful regex. This is okay because, remember,
this code perforce works closely with the inclhack.def fixes!!
this code perforce works closely with the inclhack.def fixes!!
tFixDesc* pMyDesc = fixDescList + MY_FIX_NAME_FIXIDX;
tFixDesc* pMyDesc = fixDescList + MY_FIX_NAME_FIXIDX;
tTestDesc* pTestList = pMyDesc->p_test_desc;
tTestDesc* pTestList = pMyDesc->p_test_desc;
regexec (pTestList->p_test_regex, ...)
regexec (pTestList->p_test_regex, ...)
If MAIN _is_ defined, then you will have to compile it on
your own.
= = = = = = = = = = = = = = = = = = = = = = = = =
= = = = = = = = = = = = = = = = = = = = = = = = =
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/fixinc/fixtests.c
View file @
b7976767
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
NOTE TO DEVELOPERS
NOTE TO DEVELOPERS
The routines you write here must work closely with both the fixincl.c
The routines you write here must work closely with fixincl.c.
and the test_need.c program.
Here are the rules:
Here are the rules:
...
...
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