Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
  2. Jan 15, 2016
  3. Oct 13, 2015
  4. Sep 28, 2015
  5. Sep 21, 2015
  6. Sep 18, 2015
  7. Aug 28, 2015
  8. Jul 24, 2015
  9. Jun 30, 2015
  10. Jun 03, 2015
  11. Feb 06, 2015
  12. Jan 09, 2015
  13. Jan 08, 2015
  14. Jan 06, 2015
  15. Nov 18, 2014
    • Alessandro Rubini's avatar
      ldscript and crt0.S: remove useless _gp · f235dfbc
      Alessandro Rubini authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      
      The global pointer is used by some special assembly instructions
      that we are not using (i.e., the compiler is not generating them
      for us, because we don't use PIC or other "strange" stuff.
      
      So, we'd better remove an assignement in the linker script that makes
      little sense (it must be a typo of some kind, in the dark ages of this
      code base).
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      f235dfbc
  16. Mar 14, 2014
  17. Mar 07, 2014
  18. Nov 14, 2013