c756cffd61
--HG-- extra : convert_revision : fca781441c2812386dc7a0f244292e63c0dc7fed
12 lines
330 B
Diff
12 lines
330 B
Diff
--- ld/x86_aout.h 2005-11-07 20:07:31.506442000 +0100
|
|
+++ ld/x86_aout.h 2020-02-07 20:07:41.106982496 +0100
|
|
@@ -12,6 +12,9 @@
|
|
#if defined(i386) || defined(__BCC__) || defined(MSDOS)
|
|
typedef long Long;
|
|
#define __OUT_OK 1
|
|
+#elif defined(__x86_64__)
|
|
+typedef int Long;
|
|
+#define __OUT_OK 1
|
|
#else
|
|
typedef char Long[4];
|
|
#endif
|