jb          2006-10-04 21:37:10 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    elf.h 
    sys/arm/include      elf.h 
    sys/i386/include     elf.h 
    sys/ia64/include     elf.h 
    sys/powerpc/include  elf.h 
    sys/sparc64/include  elf.h 
    sys/sys              elf32.h elf64.h elf_common.h 
  Log:
  Move the relocation definitions to the common elf header so that DTrace
  can use them on one architecture targeted to a different one.
  
  Add the additional ELF types defines in Sun's "Linker and Libraries"
  manual.
  
  Revision  Changes    Path
  1.19      +0 -25     src/sys/amd64/include/elf.h
  1.8       +0 -34     src/sys/arm/include/elf.h
  1.17      +0 -32     src/sys/i386/include/elf.h
  1.15      +0 -86     src/sys/ia64/include/elf.h
  1.8       +0 -88     src/sys/powerpc/include/elf.h
  1.15      +0 -84     src/sys/sparc64/include/elf.h
  1.12      +48 -0     src/sys/sys/elf32.h
  1.16      +46 -0     src/sys/sys/elf64.h
  1.20      +468 -11   src/sys/sys/elf_common.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to