From 536c2ad4be7dcff61ec93b5705bc2a505fce8bcb Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 29 Jan 1993 05:04:45 +0000 Subject: [PATCH] Fix minor bugs reported by Carl Greco, : * hosts/delta88.h (strtol): Fix prototype. * config/m88k-coff.mh (SELECT_ARCHITECTURES): Fix name. --- bfd/ChangeLog | 6 ++++++ bfd/hosts/delta88.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 733191580d1..e3a055224ee 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 28 21:01:37 1993 John Gilmore (gnu@cygnus.com) + + Fix minor bugs reported by Carl Greco, : + * hosts/delta88.h (strtol): Fix prototype. + * config/m88k-coff.mh (SELECT_ARCHITECTURES): Fix name. + Tue Jan 26 11:43:14 1993 Ian Lance Taylor (ian@cygnus.com) * section.c (SEC_IS_COMMON): New section flag, needed for MIPS diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h index 2632705449f..81aaff8f97c 100644 --- a/bfd/hosts/delta88.h +++ b/bfd/hosts/delta88.h @@ -20,7 +20,7 @@ extern int EXFUN(abort,(void)); extern int EXFUN(free,(PTR)); extern void EXFUN(bcopy,(char*,char*,int)); extern void EXFUN(exit,(int)); -extern int EXFUN(strtol()); +extern int EXFUN(strtol,(char *, char **, int)); extern void EXFUN(bzero,(char *, int)); #define NO_STDARG 1 extern int EXFUN(abort,(void)); -- 2.30.2