mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
* arm-linux-nat.c: Really include arm-tdep.h.
* config/arm/tm-linux.h (struct type, struct value): Declare.
This commit is contained in:
parent
7650f1f042
commit
aeb98c6089
@ -1,3 +1,8 @@
|
||||
2002-02-11 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* arm-linux-nat.c: Really include arm-tdep.h.
|
||||
* config/arm/tm-linux.h (struct type, struct value): Declare.
|
||||
|
||||
2002-02-11 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* arm-tdep.h: New file.
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include "gdb_string.h"
|
||||
#include "regcache.h"
|
||||
|
||||
#include "arm-tdep.h"
|
||||
|
||||
#include <sys/user.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/utsname.h>
|
||||
|
@ -51,6 +51,8 @@ extern LONGEST arm_linux_call_dummy_words[];
|
||||
/* Extract from an array REGBUF containing the (raw) register state
|
||||
a function return value of type TYPE, and copy that, in virtual format,
|
||||
into VALBUF. */
|
||||
struct type;
|
||||
struct value;
|
||||
extern void arm_linux_extract_return_value (struct type *, char[], char *);
|
||||
#undef EXTRACT_RETURN_VALUE
|
||||
#define EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \
|
||||
|
Loading…
Reference in New Issue
Block a user