Fix minor bugs reported by Carl Greco, <cgreco@parrot.creighton.edu>:
authorJohn Gilmore <gnu@cygnus>
Fri, 29 Jan 1993 05:04:45 +0000 (05:04 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 29 Jan 1993 05:04:45 +0000 (05:04 +0000)
* hosts/delta88.h (strtol):  Fix prototype.
* config/m88k-coff.mh (SELECT_ARCHITECTURES):  Fix name.

bfd/ChangeLog
bfd/hosts/delta88.h

index 733191580d146f90e14cf25d8c144b54188ee7a1..e3a055224eee6580cb515404ef0fd16930b0d734 100644 (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
index 2632705449f85b61f6d01730b00fe91f7c2569f4..81aaff8f97c56beb4c94e25d98fd84f08f14de1f 100644 (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));