cvs commit: src/sys/boot/efi/libefi/arch/ia64 start.S

Marcel Moolenaar marcel at FreeBSD.org
Tue Jul 20 00:11:15 PDT 2004


marcel      2004-07-20 07:11:14 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/efi/libefi/arch/ia64 start.S 
  Log:
  o  Support the REL32LSB relocation. It's in the ELF file from which
     we construct the EFI image. It doesn't seem to actually end up
     in the EFI image, AFAICT.
  o  Replace .quad, .long and .short with data8, data4 and data2 resp.
     The former are gnuisms.
  o  Redefine _start_plabel as a data16 with @iplt(_start) as its
     value. This is the preferred way to create user PLT entries.
  
  Revision  Changes    Path
  1.7       +18 -9     src/sys/boot/efi/libefi/arch/ia64/start.S


More information about the cvs-all mailing list