diff options
Diffstat (limited to 'sys-devel/gdb-apple/files/gdb-apple-1461-dyld-info.patch')
-rw-r--r-- | sys-devel/gdb-apple/files/gdb-apple-1461-dyld-info.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb-apple/files/gdb-apple-1461-dyld-info.patch b/sys-devel/gdb-apple/files/gdb-apple-1461-dyld-info.patch index 75b910432278..fb9ca9c74115 100644 --- a/sys-devel/gdb-apple/files/gdb-apple-1461-dyld-info.patch +++ b/sys-devel/gdb-apple/files/gdb-apple-1461-dyld-info.patch @@ -1,8 +1,8 @@ If dyld-info is not available, don't try to compile unreachable code using it either. ---- gdb-1461.2/src/gdb/macosx/macosx-nat-dyld.c -+++ gdb-1461.2/src/gdb/macosx/macosx-nat-dyld.c +--- a/gdb/macosx/macosx-nat-dyld.c ++++ b/gdb/macosx/macosx-nat-dyld.c @@ -731,7 +731,7 @@ { #if !defined (TASK_DYLD_INFO) || !defined (NM_NEXTSTEP) |