Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/llvm Update mclinker snapshot to include the va...



details:   https://anonhg.NetBSD.org/src/rev/7cb500695a8e
branches:  trunk
changeset: 785432:7cb500695a8e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Mar 13 13:21:17 2013 +0000

description:
Update mclinker snapshot to include the various amd64 fixes.

diffstat:

 external/bsd/llvm/Makefile.inc                         |  4 ++--
 external/bsd/llvm/config/mclinker/mcld/Config/Config.h |  6 ++++++
 external/bsd/llvm/lib/libMCLinkerLD/Makefile           |  4 +---
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs (66 lines):

diff -r 106d15dfbbd3 -r 7cb500695a8e external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc    Wed Mar 13 13:16:38 2013 +0000
+++ b/external/bsd/llvm/Makefile.inc    Wed Mar 13 13:21:17 2013 +0000
@@ -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 @@
 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
diff -r 106d15dfbbd3 -r 7cb500695a8e external/bsd/llvm/config/mclinker/mcld/Config/Config.h
--- a/external/bsd/llvm/config/mclinker/mcld/Config/Config.h    Wed Mar 13 13:16:38 2013 +0000
+++ b/external/bsd/llvm/config/mclinker/mcld/Config/Config.h    Wed Mar 13 13:21:17 2013 +0000
@@ -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
 
diff -r 106d15dfbbd3 -r 7cb500695a8e external/bsd/llvm/lib/libMCLinkerLD/Makefile
--- a/external/bsd/llvm/lib/libMCLinkerLD/Makefile      Wed Mar 13 13:16:38 2013 +0000
+++ b/external/bsd/llvm/lib/libMCLinkerLD/Makefile      Wed Mar 13 13:21:17 2013 +0000
@@ -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 @@
        ELFReaderIf.cpp \
        ELFSegment.cpp \
        ELFSegmentFactory.cpp \
-       ELFWriter.cpp \
        GNUArchiveReader.cpp \
        GroupReader.cpp \
        LDContext.cpp \
@@ -40,7 +39,6 @@
        LDReader.cpp \
        LDSection.cpp \
        LDSymbol.cpp \
-       LDWriter.cpp \
        MsgHandler.cpp \
        NamePool.cpp \
        ObjectWriter.cpp \



Home | Main Index | Thread Index | Old Index