]> Git Repo - binutils.git/commitdiff
* hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs,
authorKen Raeburn <raeburn@cygnus>
Fri, 21 Jan 1994 02:00:05 +0000 (02:00 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 21 Jan 1994 02:00:05 +0000 (02:00 +0000)
since HOST_64_BIT will take care of defining them in bfd.h.

bfd/ChangeLog
bfd/hosts/alphaosf.h

index 0085624c29df2fdb1b2bb6e7889927a12c080114..5b47c973703d27bdd655d558197111fd7b214941 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jan 20 20:57:27 1994  Ken Raeburn  ([email protected])
+
+       * 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  ([email protected])
 
        * config/alphaosf.mh (HDEFINES): Don't define HOST_64_BIT here;
index b7f4ed0461f0f70d0bbbdd1b13f46318e59a3403..bb341b6f31a408ae7aab785c8ef109991f522cbd 100644 (file)
 #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
This page took 0.033812 seconds and 4 git commands to generate.