From: Ken Raeburn Date: Fri, 21 Jan 1994 02:00:05 +0000 (+0000) Subject: * hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs, X-Git-Tag: gdb-4_18~15938 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc3da58f2ca3acb37293ec4b47fdcf3bc20ce7df;p=thirdparty%2Fbinutils-gdb.git * hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs, since HOST_64_BIT will take care of defining them in bfd.h. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0085624c29d..5b47c973703 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 20 20:57:27 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete + typedefs, since HOST_64_BIT will take care of defining them in + bfd.h. + Wed Jan 19 17:28:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * config/alphaosf.mh (HDEFINES): Don't define HOST_64_BIT here; diff --git a/bfd/hosts/alphaosf.h b/bfd/hosts/alphaosf.h index b7f4ed0461f..bb341b6f31a 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