aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-07-30 03:22:30 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-07-30 03:22:30 +0000
commit6592e701b3070ac4a0f24e80acfe996aa06910dc (patch)
treee0b5c6339db2af0a3be03e663a8a61042694d993
parent1410f5f13bd8bcaeeedfbb8c642a0d1545b703ce (diff)
downloadfsf-binutils-gdb-6592e701b3070ac4a0f24e80acfe996aa06910dc.zip
fsf-binutils-gdb-6592e701b3070ac4a0f24e80acfe996aa06910dc.tar.gz
fsf-binutils-gdb-6592e701b3070ac4a0f24e80acfe996aa06910dc.tar.bz2
remove some sun3 function decls
-rw-r--r--bfd/ChangeLog13
-rw-r--r--bfd/hosts/sun3.h5
2 files changed, 11 insertions, 7 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 409e0e3..b4944ef 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h
index 8d2d182..8089e85 100644
--- a/bfd/hosts/sun3.h
+++ b/bfd/hosts/sun3.h
@@ -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();