Module Name:    src
Committed By:   joerg
Date:           Wed Mar 13 13:21:18 UTC 2013

Modified Files:
        src/external/bsd/llvm: Makefile.inc
        src/external/bsd/llvm/config/mclinker/mcld/Config: Config.h
        src/external/bsd/llvm/lib/libMCLinkerLD: Makefile

Log Message:
Update mclinker snapshot to include the various amd64 fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 \
    src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libMCLinkerLD/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.47 src/external/bsd/llvm/Makefile.inc:1.48
--- src/external/bsd/llvm/Makefile.inc:1.47	Wed Feb 27 21:25:08 2013
+++ src/external/bsd/llvm/Makefile.inc	Wed Mar 13 13:21:17 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.47 2013/02/27 21:25:08 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.48 2013/03/13 13:21:17 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
@@ -12,7 +12,7 @@ LLVM_REVISION=		${COMMON_REVISION}
 CLANG_REVISION=		${COMMON_REVISION}
 COMPILER_RT_REVISION=	${COMMON_REVISION}
 
-MCLINKER_REVISION=	a5d978e2561fe37b84aa18b83cbd5fff8b6475a0
+MCLINKER_REVISION=	32f0b51103cce6907806e08642ca4a5692c3a66e
 MCLINKER_ROOT=		https://code.google.com/p/mclinker/
 
 LLVM_VERSION=		3.3

Index: src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h
diff -u src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h:1.1 src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h:1.2
--- src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h:1.1	Wed Feb 27 21:25:08 2013
+++ src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h	Wed Mar 13 13:21:17 2013
@@ -41,6 +41,9 @@
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#define HAVE_SYS_MMAN_H 1
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
@@ -54,6 +57,9 @@
    */
 #define LT_OBJDIR ".libs/"
 
+/* Target triple MCLinker will generate code for by default */
+#define MCLD_DEFAULT_TARGET_TRIPLE "x86_64--netbsd"
+
 /* Define if this is Unixish platform */
 #define MCLD_ON_UNIX 1
 

Index: src/external/bsd/llvm/lib/libMCLinkerLD/Makefile
diff -u src/external/bsd/llvm/lib/libMCLinkerLD/Makefile:1.1 src/external/bsd/llvm/lib/libMCLinkerLD/Makefile:1.2
--- src/external/bsd/llvm/lib/libMCLinkerLD/Makefile:1.1	Wed Feb 27 21:25:10 2013
+++ src/external/bsd/llvm/lib/libMCLinkerLD/Makefile	Wed Mar 13 13:21:18 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
+#	$NetBSD: Makefile,v 1.2 2013/03/13 13:21:18 joerg Exp $
 
 LIB=	MCLinkerLD
 
@@ -32,7 +32,6 @@ SRCS=	Archive.cpp \
 	ELFReaderIf.cpp \
 	ELFSegment.cpp \
 	ELFSegmentFactory.cpp \
-	ELFWriter.cpp \
 	GNUArchiveReader.cpp \
 	GroupReader.cpp \
 	LDContext.cpp \
@@ -40,7 +39,6 @@ SRCS=	Archive.cpp \
 	LDReader.cpp \
 	LDSection.cpp \
 	LDSymbol.cpp \
-	LDWriter.cpp \
 	MsgHandler.cpp \
 	NamePool.cpp \
 	ObjectWriter.cpp \

Reply via email to