mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
Include "tdep.h".
(Logical change 1.59)
This commit is contained in:
parent
5daa8619b7
commit
d098282ff5
5 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "tdep.h"
|
||||
|
||||
#ifndef UNW_REMOTE_ONLY
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#include <sys/ptrace.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "tdep.h"
|
||||
|
||||
struct UPT_info
|
||||
{
|
||||
|
|
|
@ -29,6 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "tdep.h"
|
||||
|
||||
extern HIDDEN int
|
||||
elfW (valid_object) (struct elf_image *ei)
|
||||
|
|
|
@ -29,6 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#include <string.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "tdep.h"
|
||||
|
||||
#ifdef offsetof
|
||||
# undef offsetof
|
||||
|
|
|
@ -29,6 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#include <stdio.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "tdep.h"
|
||||
#include "os-linux.h"
|
||||
|
||||
/* Here, it doesn't matter whether we include elf64.h or elf32.h.
|
||||
|
|
Loading…
Reference in a new issue