remove some sun3 function decls
authorDavid D. Zuhn <zoo@cygnus>
Fri, 30 Jul 1993 03:22:30 +0000 (03:22 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 30 Jul 1993 03:22:30 +0000 (03:22 +0000)
bfd/ChangeLog
bfd/hosts/sun3.h

index 409e0e393a151425ce715229ce69798d61bbdcaf..b4944ef6ad4c375676dad85ab44ebe8026845e94 100644 (file)
@@ -1,3 +1,12 @@
+Thu Jul 29 20:20:39 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * hosts/sun3.h: remove some function decls that conflict w/ ANSI
+       C, and aren't needed anyway (return int)
+
+Wed Jul 28 15:46:38 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * elfcode.h: Use casts with bfd_alloc and alloca.
+
 Tue Jul 27 12:51:43 1993  Fred Fish  (fnf@deneb.cygnus.com)
 
        * nlm{32,64}-gen.c (JUMP_TABLE_PREFIX):  Delete.
@@ -160,7 +169,7 @@ Tue Jul 20 14:36:27 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
 Tue Jul 20 16:21:52 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
-       * elf32-sparc.c (elf_sparc_howto_table): Don't use "^&" before
+       * elf32-sparc.c (elf_sparc_howto_table): Don't use "&" before
        function name; it's valid without, and some compilers give
        warnings with it there.
 
@@ -198,7 +207,7 @@ Mon Jul 19 14:53:30 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
        * elf.c, elfcode.h, libelf.h: Serious reorganization.
        Deleted `thunk' structure, merged into tdata, duplicate data
        eliminated.
-       Rearranged functions, grouping by function.
+       Rearranged functions, grouping by functionality.
        Broke up many functions in elfcode.h, re-ordered many parts of
        file writing to handle unpredictable state of section relocation
        table as provided by various applications.
index 8d2d1820f3e0ab94acaace4d91a291feab48dddf..8089e85b97b1ee1e1f03477eb1f1ebf42099e9e3 100644 (file)
@@ -20,12 +20,9 @@ extern int EXFUN(free,(PTR));
 #endif /* not __STDC__ */
 extern void  EXFUN(abort,(void));
 extern int  EXFUN(close,(int));
-extern int  EXFUN(fcntl,(int des, int cmd, int e));
 extern int  EXFUN(fprintf,(FILE *,CONST char *,...));
-extern int  EXFUN(printf,(char *,...));
 extern int  EXFUN(qsort,(void *data,int els, int siz, int func()));
 extern void  EXFUN(exit,(int));
-extern int  EXFUN(fseek,(FILE*, int, int));
 extern int  EXFUN(fclose,(FILE*));
 extern void EXFUN(bcopy,(char*,char*,int));
 extern int  EXFUN(bcmp,(char *, char *, int));
@@ -36,9 +33,7 @@ extern char * strchr();
 extern char *memchr();
 extern char *strrchr();
 extern int chmod();
-extern int fread();
 extern int fstat();
-extern int fwrite();
 extern int sscanf();
 extern int stat();
 extern int strtol();