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
4a7bb85b
Commit
4a7bb85b
authored
Jul 25, 2008
by
Rainer Orth
Committed by
Rainer Orth
Jul 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* raise-gcc.c: Move tsystem.h before tm.h.
From-SVN: r138139
parent
3f715f24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/raise-gcc.c
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
4a7bb85b
2008
-
07
-
25
Rainer
Orth
<
ro
@
TechFak
.
Uni
-
Bielefeld
.
DE
>
*
raise
-
gcc
.
c
:
Move
tsystem
.
h
before
tm
.
h
.
2008
-
07
-
20
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
gnathtml
.
pl
:
New
file
.
gcc/ada/raise-gcc.c
View file @
4a7bb85b
...
...
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* Copyright (C) 1992-200
7
, Free Software Foundation, Inc. *
* Copyright (C) 1992-200
8
, Free Software Foundation, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
...
...
@@ -35,6 +35,7 @@
#ifdef IN_RTS
#include "tconfig.h"
#include "tsystem.h"
/* In the top-of-tree GCC, tconfig does not include tm.h, but in GCC 3.2
it does. To avoid branching raise.c just for that purpose, we kludge by
looking for a symbol always defined by tm.h and if it's not defined,
...
...
@@ -43,7 +44,6 @@
#include "coretypes.h"
#include "tm.h"
#endif
#include "tsystem.h"
#include <sys/stat.h>
#include <stdarg.h>
typedef
char
bool
;
...
...
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