Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2001 20:46:39 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/include elf.h src/sys/i386/include elf.h src/sys/ia64/include elf.h src/sys/powerpc/include elf.h src/sys/kern link_elf.c
Message-ID:  <200107310346.f6V3kdx38012@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/07/30 20:46:39 PDT

  Modified files:
    sys/alpha/include    elf.h 
    sys/i386/include     elf.h 
    sys/ia64/include     elf.h 
    sys/powerpc/include  elf.h 
    sys/kern             link_elf.c 
  Log:
  Use a machine dependent type, Elf_Hashelt, for the elements of the elf
  dynamic symbol table buckets and chains.  The sparc64 toolchain uses 32
  bit .hash entries, unlike other 64 bits architectures (alpha), which use
  64 bit entries.
  
  Discussed with: dfr, jdp
  
  Revision  Changes    Path
  1.11      +12 -1     src/sys/alpha/include/elf.h
  1.11      +12 -1     src/sys/i386/include/elf.h
  1.3       +12 -1     src/sys/ia64/include/elf.h
  1.3       +12 -1     src/sys/powerpc/include/elf.h
  1.40      +6 -6      src/sys/kern/link_elf.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107310346.f6V3kdx38012>