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
01075bcb
Commit
01075bcb
authored
Feb 03, 2001
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add blanks
From-SVN: r39432
parent
a315b955
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/mips-tdump.c
+4
-4
No files found.
gcc/mips-tdump.c
View file @
01075bcb
/* Read and manage MIPS symbol tables from object modules.
Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000
Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000
, 2001
Free Software Foundation, Inc.
Contributed by hartzell@boulder.colorado.edu,
Rewritten by meissner@osf.org.
...
...
@@ -60,11 +60,11 @@ void fatal PARAMS ((const char *)) ATTRIBUTE_NORETURN;
void
fancy_abort
PARAMS
((
void
))
ATTRIBUTE_NORETURN
;
void
fatal
(
s
)
fatal
(
s
)
const
char
*
s
;
{
fprintf
(
stderr
,
"%s
\n
"
,
s
);
exit
(
FATAL_EXIT_CODE
);
fprintf
(
stderr
,
"%s
\n
"
,
s
);
exit
(
FATAL_EXIT_CODE
);
}
/* Due to size_t being defined in sys/types.h and different
...
...
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