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
7ec6d4d9
Commit
7ec6d4d9
authored
Feb 01, 1996
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HANDLE_PRAGMA): Change to expression with terminating character as result.
From-SVN: r11154
parent
20be034b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/i960/i960.h
+1
-1
gcc/config/nextstep.h
+1
-1
gcc/config/sh/sh.h
+2
-2
No files found.
gcc/config/i960/i960.h
View file @
7ec6d4d9
...
@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA. */
fprintf (asm_out_file, "\t.type\t0x%x;", (A & 0xf) + 2 * (A & ~0xf))
fprintf (asm_out_file, "\t.type\t0x%x;", (A & 0xf) + 2 * (A & ~0xf))
/* Handle pragmas for compatibility with Intel's compilers. */
/* Handle pragmas for compatibility with Intel's compilers. */
#define HANDLE_PRAGMA(FILE, CH)
return
process_pragma (FILE, CH)
#define HANDLE_PRAGMA(FILE, CH) process_pragma (FILE, CH)
/* Run-time compilation parameters selecting different hardware subsets. */
/* Run-time compilation parameters selecting different hardware subsets. */
...
...
gcc/config/nextstep.h
View file @
7ec6d4d9
...
@@ -241,7 +241,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -241,7 +241,7 @@ Boston, MA 02111-1307, USA. */
#undef HANDLE_PRAGMA
#undef HANDLE_PRAGMA
#define HANDLE_PRAGMA(finput, ch) \
#define HANDLE_PRAGMA(finput, ch) \
return
handle_pragma (finput, ch, &get_directive_line)
handle_pragma (finput, ch, &get_directive_line)
/* Give methods pretty symbol names on NeXT. */
/* Give methods pretty symbol names on NeXT. */
...
...
gcc/config/sh/sh.h
View file @
7ec6d4d9
...
@@ -1511,10 +1511,10 @@ extern char *output_far_jump();
...
@@ -1511,10 +1511,10 @@ extern char *output_far_jump();
#define TARGET_MEM_FUNCTIONS
#define TARGET_MEM_FUNCTIONS
/* Define this macro if you want to implement any pragmas. If defined, it
/* Define this macro if you want to implement any pragmas. If defined, it
should be a C statement
to be executed when #pragma is seen. The
is a C expression
to be executed when #pragma is seen. The
argument STREAM is the stdio input stream from which the source
argument STREAM is the stdio input stream from which the source
text can be read. CH is the first character after the #pragma. The
text can be read. CH is the first character after the #pragma. The
statement should execute a `return' with
the terminating character found
result of the expression is
the terminating character found
(newline or EOF). */
(newline or EOF). */
#define HANDLE_PRAGMA(FILE, CH) return handle_pragma (FILE, CH)
#define HANDLE_PRAGMA(FILE, CH) return handle_pragma (FILE, CH)
...
...
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