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
a5508152
Commit
a5508152
authored
Jul 08, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jul 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m32r.h (STDIO_PROTO): Fix typo.
From-SVN: r21016
parent
a6610106
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/config/m32r/m32r.h
+1
-1
No files found.
gcc/ChangeLog
View file @
a5508152
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
* i386/cygwin32.h (STDIO_PROTO): Fix typo.
* i386/cygwin32.h (STDIO_PROTO): Fix typo.
* m32r.h (STDIO_PROTO): Fix typo.
* pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by
* pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by
LEGITIMIZE_RELOAD_ADDRESS.
LEGITIMIZE_RELOAD_ADDRESS.
...
...
gcc/config/m32r/m32r.h
View file @
a5508152
...
@@ -1991,7 +1991,7 @@ enum m32r_function_type
...
@@ -1991,7 +1991,7 @@ enum m32r_function_type
#endif
#endif
#endif
#endif
#ifdef BUFSIZ
E
/* stdio.h has been included, ok to use FILE * */
#ifdef BUFSIZ
/* stdio.h has been included, ok to use FILE * */
#define STDIO_PROTO(ARGS) PROTO(ARGS)
#define STDIO_PROTO(ARGS) PROTO(ARGS)
#else
#else
#define STDIO_PROTO(ARGS) ()
#define STDIO_PROTO(ARGS) ()
...
...
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