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
458ebeba
Commit
458ebeba
authored
Nov 05, 2010
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Nov 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
From-SVN: r166367
parent
6ab31ade
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.h
+2
-0
No files found.
include/ChangeLog
View file @
458ebeba
2010-11-04 Ian Lance Taylor <iant@google.com>
* dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go.
2010-11-02 Ian Lance Taylor <iant@google.com>
* simple-object.h: New file.
...
...
include/dwarf2.h
View file @
458ebeba
...
...
@@ -894,6 +894,8 @@ enum dwarf_source_language
DW_LANG_D
=
0x0013
,
/* DWARF 4. */
DW_LANG_Python
=
0x0014
,
/* DWARF 5. */
DW_LANG_Go
=
0x0016
,
DW_LANG_lo_user
=
0x8000
,
/* Implementation-defined range start. */
DW_LANG_hi_user
=
0xffff
,
/* Implementation-defined range start. */
...
...
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