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
a2350322
Commit
a2350322
authored
Jun 30, 2009
by
Eric Botcazou
Committed by
Eric Botcazou
Jun 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* raise-gcc: Include dwarf2.h conditionally.
From-SVN: r149084
parent
ef12ae45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ada/ChangeLog
+4
-0
gcc/ada/raise-gcc.c
+4
-0
No files found.
gcc/ada/ChangeLog
View file @
a2350322
2009
-
06
-
30
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
raise
-
gcc
:
Include
dwarf2
.
h
conditionally
.
2009
-
06
-
29
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
raise
-
gcc
.
c
:
Include
elf
/
dwarf2
.
h
.
...
...
gcc/ada/raise-gcc.c
View file @
a2350322
...
...
@@ -96,7 +96,11 @@ __gnat_Unwind_ForcedUnwind (_Unwind_Exception *, void *, void *);
#ifdef IN_RTS
/* For eh personality routine */
#if (__GNUC__ * 10 + __GNUC_MINOR__ > 44)
#include "elf/dwarf2.h"
#else
#include "dwarf2.h"
#endif
#include "unwind-dw2-fde.h"
#include "unwind-pe.h"
...
...
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