freebsd-skq/contrib/elftoolchain/elfcopy
emaste 6f846e4655 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
..
archive.c Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
ascii.c Update elftoolchain to upstream revision 3179 2015-04-01 01:08:01 +00:00
binary.c Update to ELF Tool Chain r3272 2015-12-11 20:28:27 +00:00
elfcopy.1 Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
elfcopy.h elfcopy: overhaul of LMA handling 2016-03-24 20:13:17 +00:00
main.c Allow elfcopy to convert between two non-ELF formats 2016-02-16 14:03:25 +00:00
Makefile Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
mcs.1
pe.c Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
sections.c elfcopy: fix symbol table handling when sections come after symtab/strtab 2016-04-15 19:06:36 +00:00
segments.c elfcopy: overhaul of LMA handling 2016-03-24 20:13:17 +00:00
strip.1
symbols.c Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00