Browse Source

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.
gdb-4_18-branch
John Gilmore 34 years ago
parent
commit
536c2ad4be
  1. 6
      bfd/ChangeLog
  2. 2
      bfd/hosts/delta88.h

6
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, <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

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

Loading…
Cancel
Save