aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/xm-mips.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-08-01 17:30:37 +0000
committerFred Fish <fnf@specifix.com>1996-08-01 17:30:37 +0000
commit8efb80797cacf61ac0857cb9b149cac079356a3b (patch)
tree27e805f5af3c16e0c5a44c9bd0ef545ae1f48358 /gdb/config/mips/xm-mips.h
parentc2ba368448a5ea54a1e01cf59f5824aa0f7a535d (diff)
downloadgdb-8efb80797cacf61ac0857cb9b149cac079356a3b.zip
gdb-8efb80797cacf61ac0857cb9b149cac079356a3b.tar.gz
gdb-8efb80797cacf61ac0857cb9b149cac079356a3b.tar.bz2
* config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
this, define when contents are included. (mips_read_processor_type): Add prototype. * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h * mdebugread.c (ecoff_relocate_efi): Add prototype. (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
Diffstat (limited to 'gdb/config/mips/xm-mips.h')
-rw-r--r--gdb/config/mips/xm-mips.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h
index b90d03e..3bbc72e 100644
--- a/gdb/config/mips/xm-mips.h
+++ b/gdb/config/mips/xm-mips.h
@@ -29,10 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define KERNEL_U_ADDR UADDR
#endif
-#ifdef ultrix
-extern char *strdup();
-#endif
-
#if ! defined (__STDC__) && ! defined (offsetof)
# define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER)
#endif