1 Index: gcc-4.2.3/gcc/config/avr32/avr32.opt
2 ===================================================================
3 --- gcc-4.2.3.orig/gcc/config/avr32/avr32.opt 2008-05-21 13:45:54.165287871 +0200
4 +++ gcc-4.2.3/gcc/config/avr32/avr32.opt 2008-05-21 13:45:57.194288771 +0200
6 Target Report Var(avr32_imm_in_const_pool) Init(-1)
7 Put large immediates in constant pool. This is enabled by default for archs with insn-cache.
10 +Target Report RejectNegative Mask(NO_PIC)
11 +Do not generate position-independent code.
12 Index: gcc-4.2.3/gcc/config/avr32/avr32.c
13 ===================================================================
14 --- gcc-4.2.3.orig/gcc/config/avr32/avr32.c 2008-05-21 13:45:54.145288116 +0200
15 +++ gcc-4.2.3/gcc/config/avr32/avr32.c 2008-05-21 13:45:57.202289511 +0200
17 avr32_imm_in_const_pool = 0;
23 avr32_add_gc_roots ();