From 8eb8b9aaa36fbe087793ef0beda32060c8bdb745 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sat, 29 Feb 1992 04:44:27 +0000 Subject: [PATCH] * aoutx.h (NAME(aout,print_symbol)): Don't print 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/bfd/hosts/sparc.h b/bfd/hosts/sparc.h index ee1fb6ffd91..dcd81c70670 100644 --- a/bfd/hosts/sparc.h +++ b/bfd/hosts/sparc.h @@ -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 -- 2.30.2