diff options
Diffstat (limited to 'packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch')
-rw-r--r-- | packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch b/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch deleted file mode 100644 index e850c35804..0000000000 --- a/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc-3.4.0/gcc/config/arm/arm.c~ 2004-04-12 17:17:05.000000000 +0100 -+++ gcc-3.4.0/gcc/config/arm/arm.c 2004-04-25 21:27:08.000000000 +0100 -@@ -2739,7 +2739,7 @@ - && GET_MODE_SIZE (mode) <= 4 - && arm_address_register_rtx_p (XEXP (x, 0), strict_p) - && GET_CODE (XEXP (x, 1)) == PLUS -- && XEXP (XEXP (x, 1), 0) == XEXP (x, 0)) -+ && rtx_equal_p (XEXP (XEXP (x, 1), 0), XEXP (x, 0))) - return arm_legitimate_index_p (mode, XEXP (XEXP (x, 1), 1), strict_p); - - /* After reload constants split into minipools will have addresses |