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
91294f1e
Commit
91294f1e
authored
May 24, 2018
by
Tom Rix
Committed by
Jeff Law
May 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
From-SVN: r260695
parent
b0eb19e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
include/ChangeLog
+4
-0
include/dwarf2.def
+8
-0
No files found.
include/ChangeLog
View file @
91294f1e
2018-05-24 Tom Rix <trix@juniper.net>
* dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
2018-05-02 Alan Modra <amodra@gmail.com>
* ansidecl.h (ATTRIBUTE_NONSTRING): Define.
...
...
include/dwarf2.def
View file @
91294f1e
...
...
@@ -220,6 +220,14 @@ DW_FORM (DW_FORM_implicit_const, 0x21)
DW_FORM
(
DW_FORM_loclistx
,
0x22
)
DW_FORM
(
DW_FORM_rnglistx
,
0x23
)
DW_FORM
(
DW_FORM_ref_sup8
,
0x24
)
DW_FORM
(
DW_FORM_strx1
,
0x25
)
DW_FORM
(
DW_FORM_strx2
,
0x26
)
DW_FORM
(
DW_FORM_strx3
,
0x27
)
DW_FORM
(
DW_FORM_strx4
,
0x28
)
DW_FORM
(
DW_FORM_addrx1
,
0x29
)
DW_FORM
(
DW_FORM_addrx2
,
0x2a
)
DW_FORM
(
DW_FORM_addrx3
,
0x2b
)
DW_FORM
(
DW_FORM_addrx4
,
0x2c
)
/* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
DW_FORM
(
DW_FORM_GNU_addr_index
,
0x1f01
)
DW_FORM
(
DW_FORM_GNU_str_index
,
0x1f02
)
...
...
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