freebsd-skq/contrib/elftoolchain
Ed Maste d938d64e55 elfcopy: fix symbol table handling when sections come after symtab/strtab
Fix a symbol table handling bug in elfcopy: elfcopy puts .symtab,
  .strtab and .shstrtab sections in the end of the output object.  If
  the input objects have more sections after any of these 3 sections,
  the section table will be reordered, and in that case the section
  symbols should be regenerated for relocations.

  The bug is triggered since newer clang puts .strtab section in the
  beginning of the object produced.

   Ticket: #525

Reported by:	royger
Obtained from:	ELF Tool Chain r3443
2016-04-15 19:06:36 +00:00
..
addr2line Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
ar Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
brandelf Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
common Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
cxxfilt Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
elfcopy elfcopy: fix symbol table handling when sections come after symtab/strtab 2016-04-15 19:06:36 +00:00
elfdump Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
libdwarf libdwarf: fix SHT_REL relocation processing 2016-03-11 16:24:39 +00:00
libelf libelf: correct byte count in cross-endian note translation 2016-03-11 22:37:12 +00:00
libelftc Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
libpe Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
nm Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
readelf Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
size Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
strings Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00