cvs commit: src/sys/boot/ia64/skiload Makefile ldscript.ia64 main.c start.S

Marcel Moolenaar marcel at FreeBSD.org
Wed Jul 16 18:50:00 PDT 2003


marcel      2003/07/16 18:49:59 PDT

  FreeBSD src repository

  Modified files:
    sys/boot/ia64/skiload Makefile ldscript.ia64 main.c 
  Added files:
    sys/boot/ia64/skiload start.S 
  Log:
  Fix the ski loader, broken by the gcc upgrade. Update the linker
  script to match the one for the EFI loader and rewrite __start()
  in assembly to have gp defined without getting in the way of the
  compiler.
  
  Revision  Changes    Path
  1.11      +1 -1      src/sys/boot/ia64/skiload/Makefile
  1.2       +49 -123   src/sys/boot/ia64/skiload/ldscript.ia64
  1.4       +1 -7      src/sys/boot/ia64/skiload/main.c
  1.1       +64 -0     src/sys/boot/ia64/skiload/start.S (new)


More information about the cvs-src mailing list