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
a1c37766
Commit
a1c37766
authored
Jan 10, 1993
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# Fix misspellings in comments.
From-SVN: r3182
parent
8008b228
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/gcc.c
+1
-1
gcc/libgcc2.c
+2
-2
No files found.
gcc/gcc.c
View file @
a1c37766
...
...
@@ -2204,7 +2204,7 @@ process_command (argc, argv)
else
if
(
argv
[
i
][
0
]
==
'+'
&&
argv
[
i
][
1
]
==
'e'
)
{
/* Compensate for the +e options to the C++ front-end;
they're there simply for cfront call-compat
a
bility. We do
they're there simply for cfront call-compat
i
bility. We do
some magic in default_compilers to pass them down properly.
Note we deliberately start at the `+' here, to avoid passing
-e0 or -e1 down into the linker. */
...
...
gcc/libgcc2.c
View file @
a1c37766
...
...
@@ -62,10 +62,10 @@ typedef float XFtype __attribute__ ((mode (XF)));
typedef
float
TFtype
__attribute__
((
mode
(
TF
)));
#endif
/* Make sure that we don't accidentaly use any normal C language built-in
/* Make sure that we don't accidental
l
y use any normal C language built-in
type names in the first part of this file. Instead we want to use *only*
the type names defined above. The following macro definitions insure
that if we *do* accidently use soem normal C language built-in type name,
that if we *do* accident
al
ly use soem normal C language built-in type name,
we will get a syntax error. */
#define char bogus_type
...
...
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