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
b3cb08bd
Commit
b3cb08bd
authored
Dec 11, 2007
by
Kai Tietz
Committed by
Kai Tietz
Dec 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/i386/cygming.h (DWARF2_UNWIND_INFO): Handle 64-bit
target same as 32-bit. From-SVN: r130773
parent
7389bce6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
gcc/ChangeLog
+5
-0
gcc/config/i386/cygming.h
+3
-5
No files found.
gcc/ChangeLog
View file @
b3cb08bd
2007
-
12
-
11
Kai
Tietz
<
kai
.
tietz
@
onevision
.
com
>
*
config
/
i386
/
cygming
.
h
(
DWARF2_UNWIND_INFO
):
Handle
64
-
bit
target
same
as
32
-
bit
.
2007
-
12
-
10
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
PR
tree
-
optimization
/
34371
gcc/config/i386/cygming.h
View file @
b3cb08bd
...
...
@@ -277,11 +277,9 @@ do { \
#define ASM_COMMENT_START " #"
#ifndef DWARF2_UNWIND_INFO
/* 64-bit target uses DWARF2 unwind by default. If 32-bit target
configured with --disable-sjlj-exceptions, use DWARF2, else default
to SJLJ. */
#if TARGET_64BIT_DEFAULT \
|| (defined (CONFIG_SJLJ_EXCEPTIONS) && !CONFIG_SJLJ_EXCEPTIONS)
/* If configured with --disable-sjlj-exceptions, use DWARF2, else
default to SJLJ. */
#if (defined (CONFIG_SJLJ_EXCEPTIONS) && !CONFIG_SJLJ_EXCEPTIONS)
#define DWARF2_UNWIND_INFO 1
#else
#define DWARF2_UNWIND_INFO 0
...
...
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