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
c40b5400
Commit
c40b5400
authored
Mar 01, 2010
by
Christian Bruel
Committed by
Christian Bruel
Mar 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set LABEL_PRESERVE_P for landing pad labels
From-SVN: r157146
parent
004d6973
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/except.c
+1
-0
No files found.
gcc/ChangeLog
View file @
c40b5400
2010-03-01 Christian Bruel <christian.bruel@st.com>
* except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
...
...
gcc/except.c
View file @
c40b5400
...
...
@@ -974,6 +974,7 @@ dw2_build_landing_pads (void)
lp
->
landing_pad
=
gen_label_rtx
();
emit_label
(
lp
->
landing_pad
);
LABEL_PRESERVE_P
(
lp
->
landing_pad
)
=
1
;
#ifdef HAVE_exception_receiver
if
(
HAVE_exception_receiver
)
...
...
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