(concat, basename, buildargv, freeargv, strerrno, strsigno,

errno_max, signo_max, strtoerrno, strtosigno):  Delete.
Include "libiberty.h" instead.
This commit is contained in:
David Edelsohn 1994-08-11 11:09:54 +00:00
parent af76a6e052
commit 97e7b66f5e
2 changed files with 14 additions and 24 deletions

View File

@ -1,3 +1,9 @@
Thu Aug 11 04:06:42 1994 Doug Evans (dje@canuck.cygnus.com)
* defs.h (concat, basename, buildargv, freeargv, strerrno, strsigno,
errno_max, signo_max, strtoerrno, strtosigno): Delete.
Include "libiberty.h" instead.
Wed Aug 10 13:23:47 1994 Rick Sladkey (jrs@world.std.com)
* i386v-nat.c (i386_insert_nonaligned_watchpoint):

View File

@ -28,6 +28,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "ansidecl.h"
#include "libiberty.h"
/* libiberty.h can't declare this one, but evidently we can. */
extern char *strsignal PARAMS ((int));
/* For BFD64 and bfd_vma. */
#include "bfd.h"
@ -498,8 +503,6 @@ extern char *strsave PARAMS ((const char *));
extern char *mstrsave PARAMS ((void *, const char *));
extern char *concat PARAMS ((char *, ...));
extern PTR xmalloc PARAMS ((long));
extern PTR xrealloc PARAMS ((PTR, long));
@ -564,31 +567,12 @@ extern void warning_setup PARAMS ((void));
extern void warning ();
/* Global functions from other, non-gdb GNU thingies (libiberty for
instance) */
extern char *basename PARAMS ((char *));
/* Global functions from other, non-gdb GNU thingies.
Libiberty thingies are no longer declared here. We include libiberty.h
above, instead. */
extern char *getenv PARAMS ((const char *));
extern char **buildargv PARAMS ((char *));
extern void freeargv PARAMS ((char **));
extern char *strerrno PARAMS ((int));
extern char *strsigno PARAMS ((int));
extern int errno_max PARAMS ((void));
extern int signo_max PARAMS ((void));
extern int strtoerrno PARAMS ((char *));
extern int strtosigno PARAMS ((char *));
extern char *strsignal PARAMS ((int));
/* From other system libraries */
#ifndef PSIGNAL_IN_SIGNAL_H