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
86d086ba
Commit
86d086ba
authored
Apr 17, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.
From-SVN: r11839
parent
141713de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
gcc/config/h8300/h8300.h
+1
-1
gcc/config/i960/i960.h
+1
-1
gcc/config/nextstep.h
+1
-2
No files found.
gcc/config/h8300/h8300.h
View file @
86d086ba
...
...
@@ -1304,7 +1304,7 @@ do { char dstr[30]; \
text can be read. CH is the first character after the #pragma. The
result of the expression is the terminating character found
(newline or EOF). */
#define HANDLE_PRAGMA(FILE,
CH) handle_pragma (FILE, CH
)
#define HANDLE_PRAGMA(FILE,
NODE) handle_pragma (FILE, NODE
)
#define FINAL_PRESCAN_INSN(insn, operand, nop) final_prescan_insn (insn, operand,nop)
...
...
gcc/config/i960/i960.h
View file @
86d086ba
...
...
@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA. */
fprintf (asm_out_file, "\t.type\t0x%x;", (A & 0xf) + 2 * (A & ~0xf))
/* Handle pragmas for compatibility with Intel's compilers. */
#define HANDLE_PRAGMA(FILE,
CH) process_pragma (FILE, CH
)
#define HANDLE_PRAGMA(FILE,
NODE) process_pragma (FILE, NODE
)
/* Run-time compilation parameters selecting different hardware subsets. */
...
...
gcc/config/nextstep.h
View file @
86d086ba
...
...
@@ -240,8 +240,7 @@ Boston, MA 02111-1307, USA. */
/* How to parse #pragma's */
#undef HANDLE_PRAGMA
#define HANDLE_PRAGMA(finput, ch) \
handle_pragma (finput, ch, &get_directive_line)
#define HANDLE_PRAGMA(FINPUT, NODE) handle_pragma (FINPUT, NODE)
/* Give methods pretty symbol names on NeXT. */
...
...
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