13 lines
330 B
Diff
13 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
|