diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-21 02:00:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-21 02:00:05 +0000 |
commit | dc3da58f2ca3acb37293ec4b47fdcf3bc20ce7df (patch) | |
tree | 1bdae72aa6172af85547909cb2636d7e09d96b53 /bfd/hosts | |
parent | 23c6150b6f30dd0e09426652bdf459dfc351e8f8 (diff) | |
download | gdb-dc3da58f2ca3acb37293ec4b47fdcf3bc20ce7df.zip gdb-dc3da58f2ca3acb37293ec4b47fdcf3bc20ce7df.tar.gz gdb-dc3da58f2ca3acb37293ec4b47fdcf3bc20ce7df.tar.bz2 |
* hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs,
since HOST_64_BIT will take care of defining them in bfd.h.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/alphaosf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/hosts/alphaosf.h b/bfd/hosts/alphaosf.h index b7f4ed0..bb341b6 100644 --- a/bfd/hosts/alphaosf.h +++ b/bfd/hosts/alphaosf.h @@ -16,10 +16,6 @@ #define sprintf_vma(s,x) sprintf (s, "%016lx", x) /* HOST_64_BIT */ #define fprintf_vma(f,x) fprintf (f, "%016lx", x) /* HOST_64_BIT */ -typedef unsigned long uint64e_type; -typedef unsigned long uint64_type; -typedef long int64_type; - #define BYTES_IN_PRINTF_INT 4 /* These must have type unsigned long because they are used as |