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
61170c08
Commit
61170c08
authored
Apr 12, 2000
by
Nick Clifton
Committed by
Nick Clifton
Apr 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Dwarf2 restriction on EH frame generation
From-SVN: r33086
parent
85b0830b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+6
-0
gcc/config/arm/arm.h
+0
-2
No files found.
gcc/ChangeLog
View file @
61170c08
2000
-
04
-
11
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
arm
.
h
:
(
INCOMING_RETURN_ADDR_RTX
)
:
Remove
Dwarf2
restriction
.
(
DWARF_FRAME_RETURN_COLUMN
)
:
Remove
Dwarf2
restriction
.
2000
-
04
-
10
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
2000
-
04
-
10
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
*
config
/
elfos
.
h
(
SELECT_SECTION
)
:
Decide
whether
to
use
a
data
or
*
config
/
elfos
.
h
(
SELECT_SECTION
)
:
Decide
whether
to
use
a
data
or
...
...
gcc/config/arm/arm.h
View file @
61170c08
...
@@ -2825,13 +2825,11 @@ extern int making_const_table;
...
@@ -2825,13 +2825,11 @@ extern int making_const_table;
when running in 26-bit mode. */
when running in 26-bit mode. */
#define RETURN_ADDR_MASK26 (0x03fffffc)
#define RETURN_ADDR_MASK26 (0x03fffffc)
#ifdef DWARF2_DEBUGGING_INFO
/* Pick up the return address upon entry to a procedure. Used for
/* Pick up the return address upon entry to a procedure. Used for
dwarf2 unwind information. This also enables the table driven
dwarf2 unwind information. This also enables the table driven
mechanism. */
mechanism. */
#define INCOMING_RETURN_ADDR_RTX gen_rtx_REG (Pmode, LR_REGNUM)
#define INCOMING_RETURN_ADDR_RTX gen_rtx_REG (Pmode, LR_REGNUM)
#define DWARF_FRAME_RETURN_COLUMN DWARF_FRAME_REGNUM (LR_REGNUM)
#define DWARF_FRAME_RETURN_COLUMN DWARF_FRAME_REGNUM (LR_REGNUM)
#endif
/* Used to mask out junk bits from the return address, such as
/* Used to mask out junk bits from the return address, such as
processor state, interrupt status, condition codes and the like. */
processor state, interrupt status, condition codes and the like. */
...
...
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