Skip to content
Snippets Groups Projects
  1. Apr 14, 2007
    • Haavard Skinnemoen's avatar
      AVR32: Build position-independent u-boot · 28c699ef
      Haavard Skinnemoen authored
      
      Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
      position independent. This will make relocation a lot easier.
      
      -mno-init-got means that gcc shouldn't emit code to load the GOT
      address into r6 in every function prologue. We do it once and for
      all in the early startup assembly code, so enabling this option
      makes u-boot a bit faster and smaller.
      
      The assembly parts have always been position-independent, so no code
      changes should be necessary.
      
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      28c699ef
  2. Oct 24, 2006
  3. Aug 14, 2002
  4. May 29, 2001
  5. Feb 28, 2001
  6. Jul 10, 2000
Loading