refresh gcc-4.2.3 patches
[openwrt/openwrt.git] / toolchain / gcc / patches / 4.2.3 / 901-avr32_add_mno-pic.patch
index c21450a9ad73897978b2f1880e58279e912fa3d2..76b57f42ad8886cf9748099346947fd3ba6169e7 100644 (file)
@@ -1,7 +1,7 @@
-Index: gcc/gcc/config/avr32/avr32.opt
+Index: gcc-4.2.3/gcc/config/avr32/avr32.opt
 ===================================================================
---- gcc/gcc/config/avr32/avr32.opt     (revision 31583)
-+++ gcc/gcc/config/avr32/avr32.opt     (working copy)
+--- gcc-4.2.3.orig/gcc/config/avr32/avr32.opt  2008-05-21 13:45:54.165287871 +0200
++++ gcc-4.2.3/gcc/config/avr32/avr32.opt       2008-05-21 13:45:57.194288771 +0200
 @@ -71,3 +71,6 @@
  Target Report Var(avr32_imm_in_const_pool) Init(-1)
  Put large immediates in constant pool. This is enabled by default for archs with insn-cache.
@@ -9,10 +9,10 @@ Index: gcc/gcc/config/avr32/avr32.opt
 +mno-pic
 +Target Report RejectNegative Mask(NO_PIC)
 +Do not generate position-independent code.
-Index: gcc/gcc/config/avr32/avr32.c
+Index: gcc-4.2.3/gcc/config/avr32/avr32.c
 ===================================================================
---- gcc/gcc/config/avr32/avr32.c       (revision 31583)
-+++ gcc/gcc/config/avr32/avr32.c       (working copy)
+--- gcc-4.2.3.orig/gcc/config/avr32/avr32.c    2008-05-21 13:45:54.145288116 +0200
++++ gcc-4.2.3/gcc/config/avr32/avr32.c 2008-05-21 13:45:57.202289511 +0200
 @@ -230,6 +230,9 @@
            avr32_imm_in_const_pool = 0;
        }