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
18100198
Commit
18100198
authored
Jun 18, 2012
by
Doug Evans
Committed by
Doug Evans
Jun 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
From-SVN: r188759
parent
843f0d3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
include/ChangeLog
+4
-0
include/dwarf2.def
+1
-0
No files found.
include/ChangeLog
View file @
18100198
2012-06-18 Doug Evans <dje@google.com>
* dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
...
...
include/dwarf2.def
View file @
18100198
...
...
@@ -588,6 +588,7 @@ DW_OP (DW_OP_GNU_reinterpret, 0xf9)
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
)
DW_OP
(
DW_OP_GNU_const_index
,
0xfc
)
/* 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