summaryrefslogtreecommitdiff
path: root/sources/binutils/2.15.90.0.3/500-branch-likely.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-09 01:06:03 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-09 01:06:03 +0000
commit2d523c23175b8e8772c2e223d92513f836cde8a6 (patch)
tree4482f6ad3b4e5a3259da65110e95cf853ac5d419 /sources/binutils/2.15.90.0.3/500-branch-likely.patch
parent3c09cf4b5e7cdc72e3a9945389766e687c476b37 (diff)
Major buildroot facelift, step one.
-Erik
Diffstat (limited to 'sources/binutils/2.15.90.0.3/500-branch-likely.patch')
-rw-r--r--sources/binutils/2.15.90.0.3/500-branch-likely.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/sources/binutils/2.15.90.0.3/500-branch-likely.patch b/sources/binutils/2.15.90.0.3/500-branch-likely.patch
deleted file mode 100644
index 0bb1a4b4f..000000000
--- a/sources/binutils/2.15.90.0.3/500-branch-likely.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- binutils-2.15.90.0.3/gas/config/tc-mips.c-dist 2004-08-19 12:56:20.000000000 -0500
-+++ binutils-2.15.90.0.3/gas/config/tc-mips.c 2004-08-19 12:57:30.000000000 -0500
-@@ -2708,6 +2708,7 @@
- prev_insn_reloc_type[1] = BFD_RELOC_UNUSED;
- prev_insn_reloc_type[2] = BFD_RELOC_UNUSED;
- prev_insn_extended = 0;
-+ prev_insn_is_delay_slot = 1;
- }
- else
- {