1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-26 17:17:39 +01:00

Include "tdep.h".

(Logical change 1.59)
This commit is contained in:
mostang.com!davidm 2003-03-06 06:14:36 +00:00
parent 5daa8619b7
commit d098282ff5
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include <stdio.h> #include <stdio.h>
#include "internal.h" #include "internal.h"
#include "tdep.h"
#ifndef UNW_REMOTE_ONLY #ifndef UNW_REMOTE_ONLY

View file

@ -35,6 +35,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <sys/ptrace.h> #include <sys/ptrace.h>
#include "internal.h" #include "internal.h"
#include "tdep.h"
struct UPT_info struct UPT_info
{ {

View file

@ -29,6 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <sys/types.h> #include <sys/types.h>
#include "tdep.h"
extern HIDDEN int extern HIDDEN int
elfW (valid_object) (struct elf_image *ei) elfW (valid_object) (struct elf_image *ei)

View file

@ -29,6 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <string.h> #include <string.h>
#include "internal.h" #include "internal.h"
#include "tdep.h"
#ifdef offsetof #ifdef offsetof
# undef offsetof # undef offsetof

View file

@ -29,6 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <stdio.h> #include <stdio.h>
#include "internal.h" #include "internal.h"
#include "tdep.h"
#include "os-linux.h" #include "os-linux.h"
/* Here, it doesn't matter whether we include elf64.h or elf32.h. /* Here, it doesn't matter whether we include elf64.h or elf32.h.