* aoutx.h (NAME(aout,print_symbol)): Don't print
authorPer Bothner <per@bothner.com>
Sat, 29 Feb 1992 04:44:27 +0000 (04:44 +0000)
committerPer Bothner <per@bothner.com>
Sat, 29 Feb 1992 04:44:27 +0000 (04:44 +0000)
symbol addresss for undefined symbols.
* coff-rs6000.c:  Various updates (due to target-
independent changes).
* libbfd.h:  Ditto (tdata field is now a union).
* hosts/h-sparc.h:  Removed prototype for bogus function
'emset' (presumably should have been 'memset' - which is there).

bfd/hosts/sparc.h

index ee1fb6ffd9170a46c7f16910d99b787be23580e4..dcd81c70670f2c928c6540307d99e22761477639 100644 (file)
@@ -28,7 +28,6 @@ extern int EXFUN(fclose,(FILE*));
 extern void EXFUN(bcopy,(char*,char*,int));
 extern int EXFUN(bcmp,(char *, char *, int));
 extern void EXFUN(bzero,(char *, int));
-extern PTR EXFUN(emset,(PTR, int,unsigned int));
 #ifndef __GNUC__
 PTR EXFUN(memcpy,(PTR,CONST PTR,unsigned int));
 #else