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
54be96ce
Commit
54be96ce
authored
Mar 01, 2013
by
Cary Coutant
Committed by
Cary Coutant
Mar 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwarf2.h (enum dwarf_sect): New enum type.
include/ * dwarf2.h (enum dwarf_sect): New enum type. From-SVN: r196400
parent
9d676bf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
include/ChangeLog
+4
-0
include/dwarf2.h
+14
-0
No files found.
include/ChangeLog
View file @
54be96ce
2013-03-01 Cary Coutant <ccoutant@google.com>
* dwarf2.h (enum dwarf_sect): New enum type.
2013-02-11 Sriraman Tallam <tmsriram@google.com>
* plugin-api.h (enum ld_plugin_level): Assign integers
...
...
include/dwarf2.h
View file @
54be96ce
...
...
@@ -376,6 +376,20 @@ enum dwarf_macro_record_type
#define DW_EH_PE_indirect 0x80
/* Codes for the debug sections in a dwarf package (.dwp) file.
Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFissionDWP. */
enum
dwarf_sect
{
DW_SECT_INFO
=
1
,
DW_SECT_TYPES
=
2
,
DW_SECT_ABBREV
=
3
,
DW_SECT_LINE
=
4
,
DW_SECT_LOC
=
5
,
DW_SECT_STR_OFFSETS
=
6
,
DW_SECT_MACINFO
=
7
,
DW_SECT_MACRO
=
8
,
DW_SECT_MAX
=
8
};
#ifdef __cplusplus
extern
"C"
{
...
...
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