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
17074a35
Commit
17074a35
authored
Nov 04, 1999
by
David Billinghurst
Committed by
Alexandre Oliva
Nov 04, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtl.c: Include toplev.h.
* rtl.c: Include toplev.h. (fatal): Remove declaration. From-SVN: r30398
parent
397f674e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+5
-0
gcc/rtl.c
+1
-3
No files found.
gcc/ChangeLog
View file @
17074a35
Thu
Nov
4
14
:
22
:
12
1999
David
Billinghurst
<
David
.
Billinghurst
@riotinto
.
com
.
au
>
,
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
*
rtl
.
c
:
Include
toplev
.
h
.
(
fatal
)
:
Remove
declaration
.
Thu
Nov
4
06
:
39
:
47
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
haifa
-
sched
.
c
(
schedule_block
)
:
Fix
thinko
.
...
...
gcc/rtl.c
View file @
17074a35
...
...
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "bitmap.h"
#include "ggc.h"
#include "obstack.h"
#include "toplev.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
...
...
@@ -1243,9 +1244,6 @@ trim_filename (name)
/* Report an internal compiler error in a friendly manner and without
dumping core. */
extern
void
fatal
PVPROTO
((
const
char
*
,
...))
ATTRIBUTE_PRINTF_1
ATTRIBUTE_NORETURN
;
void
fancy_abort
(
file
,
line
,
function
)
const
char
*
file
;
...
...
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