Fix minor bugs reported by Carl Greco, <cgreco@parrot.creighton.edu>:

* hosts/delta88.h (strtol):  Fix prototype.
* config/m88k-coff.mh (SELECT_ARCHITECTURES):  Fix name.
This commit is contained in:
John Gilmore 1993-01-29 05:04:45 +00:00
parent 926d780054
commit 536c2ad4be
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Jan 28 21:01:37 1993 John Gilmore (gnu@cygnus.com)
Fix minor bugs reported by Carl Greco, <cgreco@parrot.creighton.edu>:
* 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

View File

@ -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));