mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* 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).
This commit is contained in:
parent
93bd5493dc
commit
8eb8b9aaa3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user