emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/amdx86-64.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/amdx86-64.h,v
Date: Thu, 24 Jul 2008 18:45:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/24 18:45:46

Index: m/amdx86-64.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/amdx86-64.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- m/amdx86-64.h       21 Jul 2008 17:16:35 -0000      1.26
+++ m/amdx86-64.h       24 Jul 2008 18:45:44 -0000      1.27
@@ -107,23 +107,18 @@
 #undef LIB_STANDARD
 
 #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */
-
-#undef START_FILES
-#ifdef HAVE_LIB64_DIR
-#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
-#else
-#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
-#endif
-
 /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD.
    The reason is that some functions in libgcc.a call functions from libc.a,
    and some libc.a functions need functions from libgcc.a.  Since most
    versions of ld are one-pass linkers, we need to mention -lgcc twice,
    or else we risk getting unresolved externals.  */
+#undef START_FILES
 #undef LIB_STANDARD
 #ifdef HAVE_LIB64_DIR
+#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
 #else
+#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]