pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lldb/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 20 15:53:01 UTC 2021

Added Files:
        pkgsrc/devel/lldb/patches:
            patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp

Log Message:
lldb: add missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp

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

Added files:

Index: pkgsrc/devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp
diff -u /dev/null pkgsrc/devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp:1.1
--- /dev/null   Mon Sep 20 15:53:01 2021
+++ pkgsrc/devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp        Mon Sep 20 15:53:01 2021
@@ -0,0 +1,13 @@
+$NetBSD: patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp,v 1.1 2021/09/20 15:53:01 adam Exp $
+
+--- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp.orig  2021-03-04 11:38:58.000000000 +0000
++++ source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+@@ -2596,7 +2596,7 @@ size_t ObjectFileMachO::ParseSymtab() {
+   typedef std::set<ConstString> IndirectSymbols;
+   IndirectSymbols indirect_symbol_names;
+ 
+-#if defined(__APPLE__) && TARGET_OS_EMBEDDED
++#if defined(__APPLE__) && defined(TARGET_OS_EMBEDDED)
+ 
+   // Some recent builds of the dyld_shared_cache (hereafter: DSC) have been
+   // optimized by moving LOCAL symbols out of the memory mapped portion of



Home | Main Index | Thread Index | Old Index