summaryrefslogtreecommitdiff
path: root/bfd/hosts/sparc-ll.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-02-03 03:31:22 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-02-03 03:31:22 +0000
commit96ad107bcc9a8adb87dc4ce233b0d17c5e61db96 (patch)
treec804a8ad5e5feb6d9a8aa6018cbd62b80247841c /bfd/hosts/sparc-ll.h
parenteade0c6ce8bc6432131360656fd44516d1c70a70 (diff)
downloadbinutils-gdb-96ad107bcc9a8adb87dc4ce233b0d17c5e61db96.tar.gz
* libbfd.c, bfd-in.h, hosts/alphaosf.h, hosts/sparc-ll.h, aoutf1.h,
sparclynx.c, Makefile.in: Change HOST_64_BIT to BFD_HOST_64_BIT.
Diffstat (limited to 'bfd/hosts/sparc-ll.h')
-rw-r--r--bfd/hosts/sparc-ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h
index f2578d0cee7..23fc3bdfe3d 100644
--- a/bfd/hosts/sparc-ll.h
+++ b/bfd/hosts/sparc-ll.h
@@ -18,7 +18,7 @@
#define SEEK_CUR 1
/* Make the basic types 64-bit quantities on the host */
-#define HOST_64_BIT long long
+#define BFD_HOST_64_BIT long long
extern int abort PARAMS ((void));
extern int close PARAMS ((int));