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
d028426a
Commit
d028426a
authored
Apr 28, 2012
by
Doug Evans
Committed by
Doug Evans
Apr 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
From-SVN: r186934
parent
e4bb767e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
include/ChangeLog
+4
-0
include/dwarf2.def
+2
-0
No files found.
include/ChangeLog
View file @
d028426a
2012-04-28 Doug Evans <dje@google.com>
* dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
2012-04-27 Tom Tromey <tromey@redhat.com>
* dwarf2.h: Wrap function declarations in extern "C".
...
...
include/dwarf2.def
View file @
d028426a
...
...
@@ -583,6 +583,8 @@ DW_OP (DW_OP_GNU_convert, 0xf7)
DW_OP
(
DW_OP_GNU_reinterpret
,
0xf9
)
/* The GNU parameter ref extension. */
DW_OP
(
DW_OP_GNU_parameter_ref
,
0xfa
)
/* Extension for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
DW_OP
(
DW_OP_GNU_addr_index
,
0xfb
)
/* HP extensions. */
DW_OP_DUP
(
DW_OP_HP_unknown
,
0xe0
)
/* Ouch, the same as GNU_push_tls_address. */
DW_OP
(
DW_OP_HP_is_value
,
0xe1
)
...
...
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