From b9ac0a53fd5714691ba2484e87258d81ea7c7b3c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 7 Jun 1994 20:20:05 +0000 Subject: [PATCH] * elfcode.h (assign_section_numbers): Put shstrtab, symtab and strtab sections at end of file. Avoids bug in some versions of SVR4 strip. From Eric Youngdale . --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c080c0b9d3e..ae7410f2918 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Tue Jun 7 13:25:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * elfcode.h (assign_section_numbers): Put shstrtab, symtab and + strtab sections at end of file. Avoids bug in some versions of + SVR4 strip. From Eric Youngdale . + * coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined, set SEC_DEBUGGING for STYP_INFO sections. (coff_compute_section_file_positions): If COFF_PAGE_SIZE is -- 2.30.2