diff options
author | Jeff Holcomb <jeffh@redhat.com> | 2001-01-26 19:47:23 +0000 |
---|---|---|
committer | Jeff Holcomb <jeffh@redhat.com> | 2001-01-26 19:47:23 +0000 |
commit | 5b616ba11e5389dc47b9d85a3cbfbdbb54955801 (patch) | |
tree | b9efaef3347e013222c3a8b373607dbef3007a0f /gdb/config/m68k | |
parent | b91d87cfc7f7c17338c5100c06424cc1b0b59c28 (diff) | |
download | gdb-5b616ba11e5389dc47b9d85a3cbfbdbb54955801.zip gdb-5b616ba11e5389dc47b9d85a3cbfbdbb54955801.tar.gz gdb-5b616ba11e5389dc47b9d85a3cbfbdbb54955801.tar.bz2 |
2001-01-24 Jeff Holcomb <jeffh@redhat.com>
* remote-udi.c (udi_open): Change strdup to xstrdup.
* thread.c (thread_apply_all_command): Change strdup to xstrdup.
Update copyright message.
* varobj.c (delete_variable_1): Likewise.
* gdb_string.h: Remove declaration of strdup. Update copyright
message.
* config/xm-mpw.h: Likewise.
* config/i386/xm-i386mach.h: Likewise.
* config/m68k/xm-apollo68b.h: Likewise.
* config/m68k/xm-hp300bsd.h: Likewise.
* config/rs6000/xm-rs6000.h: Likewise.
* config/vax/xm-vaxult.h: Remove declaration of strdup.
* config/vax/xm-vaxult2.h: Likewise.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/xm-apollo68b.h | 4 | ||||
-rw-r--r-- | gdb/config/m68k/xm-hp300bsd.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/gdb/config/m68k/xm-apollo68b.h b/gdb/config/m68k/xm-apollo68b.h index 8509c32..c73c974 100644 --- a/gdb/config/m68k/xm-apollo68b.h +++ b/gdb/config/m68k/xm-apollo68b.h @@ -1,5 +1,5 @@ /* Macro definitions for an Apollo m68k in BSD mode - Copyright (C) 1992 Free Software Foundation, Inc. + Copyright (C) 1992, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -21,5 +21,3 @@ #define HOST_BYTE_ORDER BIG_ENDIAN #define ALIGN_STACK_ON_STARTUP - -extern char *strdup (); diff --git a/gdb/config/m68k/xm-hp300bsd.h b/gdb/config/m68k/xm-hp300bsd.h index 3911801..2986fd8 100644 --- a/gdb/config/m68k/xm-hp300bsd.h +++ b/gdb/config/m68k/xm-hp300bsd.h @@ -1,5 +1,5 @@ /* Parameters for hosting on a Hewlett-Packard 9000/300, running bsd. - Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -30,8 +30,6 @@ /* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */ #define ONE_PROCESS_WRITETEXT - -extern char *strdup (const char *); /* Interface definitions for kernel debugger KDB. */ |