From: Ian Lance Taylor Date: Wed, 6 Mar 1996 22:19:22 +0000 (+0000) Subject: * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is X-Git-Tag: gdb-4_18-branchpoint~9132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8ed20d4ae75100dbe4b7454ea9365eab28290f;p=thirdparty%2Fbinutils-gdb.git * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is not SHT_NOBITS. Don't tamper with flags based on type if a special section was found (revert Feb 29 change). --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 317f003984d..de31e19d15f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Wed Mar 6 14:11:30 1996 Ian Lance Taylor + * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is + not SHT_NOBITS. Don't tamper with flags based on type if a + special section was found (revert Feb 29 change). + * config/tc-sh.c (sh_do_align): Only align using the nop pattern if aligning to a longword boundary or greater.