mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
Prepare dwarf2.h for multiple inclusion
This commit is contained in:
parent
7da46b42d1
commit
ca743930cd
@ -22,6 +22,9 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
|
#ifndef _DWARF2_H
|
||||||
|
#define _DWARF2_H 1
|
||||||
|
|
||||||
/* This file is derived from the DWARF specification (a public document)
|
/* This file is derived from the DWARF specification (a public document)
|
||||||
Revision 2.0.0 (July 27, 1993) developed by the UNIX International
|
Revision 2.0.0 (July 27, 1993) developed by the UNIX International
|
||||||
Programming Languages Special Interest Group (UI/PLSIG) and distributed
|
Programming Languages Special Interest Group (UI/PLSIG) and distributed
|
||||||
@ -585,3 +588,5 @@ enum dwarf_macinfo_record_type
|
|||||||
#define DW_EH_PE_aligned 0x50
|
#define DW_EH_PE_aligned 0x50
|
||||||
|
|
||||||
#define DW_EH_PE_indirect 0x80
|
#define DW_EH_PE_indirect 0x80
|
||||||
|
|
||||||
|
#endif /* dwarf2.h */
|
||||||
|
Loading…
Reference in New Issue
Block a user