fix failure of mips libgcc_eh patch to apply
commit 0a16a12799
introduced this patch
with missing leading path component.
This commit is contained in:
parent
0a16a12799
commit
2f1e820bed
|
@ -1,5 +1,5 @@
|
|||
--- libgcc/config/mips/linux-unwind.h.orig 2016-04-07 23:08:58.088577977 +0000
|
||||
+++ libgcc/config/mips/linux-unwind.h 2016-04-07 23:04:34.016523639 +0000
|
||||
--- a/libgcc/config/mips/linux-unwind.h 2016-04-07 23:08:58.088577977 +0000
|
||||
+++ b/libgcc/config/mips/linux-unwind.h 2016-04-07 23:04:34.016523639 +0000
|
||||
@@ -27,7 +27,7 @@
|
||||
state data appropriately. See unwind-dw2.c for the structs. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue