diff options
Diffstat (limited to 'recipes-devtools/binutils/files/0002-297486a0aa2156f8a9a03ec95d43fe4ee0cb159a.patch')
| -rw-r--r-- | recipes-devtools/binutils/files/0002-297486a0aa2156f8a9a03ec95d43fe4ee0cb159a.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/binutils/files/0002-297486a0aa2156f8a9a03ec95d43fe4ee0cb159a.patch b/recipes-devtools/binutils/files/0002-297486a0aa2156f8a9a03ec95d43fe4ee0cb159a.patch deleted file mode 100644 index e8ee3673..00000000 --- a/recipes-devtools/binutils/files/0002-297486a0aa2156f8a9a03ec95d43fe4ee0cb159a.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From 297486a0aa2156f8a9a03ec95d43fe4ee0cb159a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Michael Eager <eager@eagercon.com> | ||
| 3 | Date: Wed, 7 Nov 2012 15:36:08 +0000 | ||
| 4 | Subject: 2012-11-07 David Holsgrove <david.holsgrove@xilinx.com> | ||
| 5 | |||
| 6 | * config/tc-microblaze.c: Remove special register condition check | ||
| 7 | for INST_TYPE_RFSL related instructions. | ||
| 8 | |||
| 9 | 2012-11-07 David Holsgrove <david.holsgrove@xilinx.com> | ||
| 10 | |||
| 11 | * testsuite/gas/microblaze/special_reg.exp: Add test case. | ||
| 12 | * testsuite/gas/microblaze/special_reg.s: Likewise. | ||
| 13 | * testsuite/gas/microblaze/special_reg.d: Likewise. | ||
| 14 | |||
| 15 | Upstream-Status: Backport | ||
| 16 | |||
| 17 | diff --git a/gas/config/tc-microblaze.c b/gas/config/tc-microblaze.c | ||
| 18 | index 86ac90b..de0efda 100644 | ||
| 19 | --- a/gas/config/tc-microblaze.c | ||
| 20 | +++ b/gas/config/tc-microblaze.c | ||
| 21 | @@ -1198,9 +1198,6 @@ md_assemble (char * str) | ||
| 22 | as_fatal (_("Error in statement syntax")); | ||
| 23 | immed = 0; | ||
| 24 | } | ||
| 25 | - /* Check for spl registers. */ | ||
| 26 | - if (check_spl_reg (®1)) | ||
| 27 | - as_fatal (_("Cannot use special register with this instruction")); | ||
| 28 | inst |= (immed << IMM_LOW) & RFSL_MASK; | ||
| 29 | output = frag_more (isize); | ||
| 30 | break; | ||
