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
accea034
Commit
accea034
authored
Apr 27, 2012
by
Tom Tromey
Committed by
Tom Tromey
Apr 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2.h: Wrap function declarations in extern "C".
From-SVN: r186918
parent
324612b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
include/ChangeLog
+4
-0
include/dwarf2.h
+8
-0
No files found.
include/ChangeLog
View file @
accea034
2012-04-27 Tom Tromey <tromey@redhat.com>
* dwarf2.h: Wrap function declarations in extern "C".
2012-04-27 Tom Tromey <tromey@redhat.com>
* dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
(enum dwarf_location_atom, enum dwarf_type, enum
dwarf_call_frame_info): Remove.
...
...
include/dwarf2.h
View file @
accea034
...
...
@@ -361,6 +361,10 @@ enum dwarf_macro_record_type
#define DW_EH_PE_indirect 0x80
#ifdef __cplusplus
extern
"C"
{
#endif
/* __cplusplus */
/* Return the name of a DW_TAG_ constant, or NULL if the value is not
recognized. */
extern
const
char
*
get_DW_TAG_name
(
unsigned
int
tag
);
...
...
@@ -385,4 +389,8 @@ extern const char *get_DW_ATE_name (unsigned int enc);
recognized. */
extern
const
char
*
get_DW_CFA_name
(
unsigned
int
opc
);
#ifdef __cplusplus
}
#endif
/* __cplusplus */
#endif
/* _DWARF2_H */
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