GCC 5.3.0: fix filenames in 0008-shsibcall.diff
as reported in #15, some patch programs choke on the comments after the filename...
This commit is contained in:
parent
e3e354f63a
commit
474a7e06c0
|
@ -1,5 +1,5 @@
|
||||||
--- a/gcc/config/sh/sh.md (revision 233324)
|
--- a/gcc/config/sh/sh.md
|
||||||
+++ b/gcc/config/sh/sh.md (working copy)
|
+++ b/gcc/config/sh/sh.md
|
||||||
@@ -10476,7 +10476,7 @@
|
@@ -10476,7 +10476,7 @@
|
||||||
(call (mem:SI (match_operand:SI 1 "symbol_ref_operand" ""))
|
(call (mem:SI (match_operand:SI 1 "symbol_ref_operand" ""))
|
||||||
(match_operand 2 "" "")))
|
(match_operand 2 "" "")))
|
||||||
|
|
Loading…
Reference in New Issue