mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Include <libunwind.h> instead of "internal.h" and "mempool.h".
(dwarf_reg_state_pool): Move to dwarf_i.h. (dwarf_cie_info_pool): Likewise. (Logical change 1.294)
This commit is contained in:
parent
d3d722fb0a
commit
f9b7af51ed
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* libunwind - a platform-independent unwind library
|
/* libunwind - a platform-independent unwind library
|
||||||
Copyright (c) 2003-2004 Hewlett-Packard Development Company, L.P.
|
Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of libunwind.
|
This file is part of libunwind.
|
||||||
|
@ -26,8 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
#ifndef dwarf_h
|
#ifndef dwarf_h
|
||||||
#define dwarf_h
|
#define dwarf_h
|
||||||
|
|
||||||
#include "internal.h"
|
#include <libunwind.h>
|
||||||
#include "mempool.h"
|
|
||||||
|
|
||||||
struct dwarf_cursor; /* forward-declaration */
|
struct dwarf_cursor; /* forward-declaration */
|
||||||
|
|
||||||
|
@ -198,9 +197,6 @@ dwarf_cfa_t;
|
||||||
#define DW_EH_PE_funcrel 0x40 /* start-of-procedure-relative */
|
#define DW_EH_PE_funcrel 0x40 /* start-of-procedure-relative */
|
||||||
#define DW_EH_PE_aligned 0x50 /* aligned pointer */
|
#define DW_EH_PE_aligned 0x50 /* aligned pointer */
|
||||||
|
|
||||||
extern struct mempool dwarf_reg_state_pool;
|
|
||||||
extern struct mempool dwarf_cie_info_pool;
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
DWARF_WHERE_UNDEF, /* register isn't saved at all */
|
DWARF_WHERE_UNDEF, /* register isn't saved at all */
|
||||||
|
|
Loading…
Reference in a new issue