diff options
author | Per Bothner <per@bothner.com> | 1992-02-29 04:44:27 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-02-29 04:44:27 +0000 |
commit | 8eb8b9aaa36fbe087793ef0beda32060c8bdb745 (patch) | |
tree | f1c33c38d41f7bc6ee980a5703ae4fa7b524f023 /bfd | |
parent | 93bd5493dc710e406877ef0e68cf7f5d2ec34c33 (diff) | |
download | gdb-8eb8b9aaa36fbe087793ef0beda32060c8bdb745.zip gdb-8eb8b9aaa36fbe087793ef0beda32060c8bdb745.tar.gz gdb-8eb8b9aaa36fbe087793ef0beda32060c8bdb745.tar.bz2 |
* 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).
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/sparc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/hosts/sparc.h b/bfd/hosts/sparc.h index ee1fb6f..dcd81c7 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 |