summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/binutils/gas.app.c.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/binutils/gas.app.c.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/binutils/gas.app.c.p13
1 files changed, 0 insertions, 13 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/binutils/gas.app.c.p b/m68k-unknown-amigaos/recipes/patches/binutils/gas.app.c.p
deleted file mode 100644
index 33124b5..0000000
--- a/m68k-unknown-amigaos/recipes/patches/binutils/gas.app.c.p
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gas/app.c
-===================================================================
---- gas/app.c (revision 240)
-+++ gas/app.c (working copy)
-@@ -1279,6 +1279,8 @@
- case 1: *to++ = *from++;
- }
- }
-+ if (to >= toend)
-+ goto tofull;
- ch = GET ();
- }
- }