diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-06 22:19:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-06 22:19:22 +0000 |
commit | 6b8ed20d4ae75100dbe4b7454ea9365eab28290f (patch) | |
tree | 130dbc1eb42c158acd85c32819b728dad62dfec2 /gas | |
parent | 0c27542fad09d75291eafb43ce2cb328347d45e8 (diff) | |
download | gdb-6b8ed20d4ae75100dbe4b7454ea9365eab28290f.zip gdb-6b8ed20d4ae75100dbe4b7454ea9365eab28290f.tar.gz gdb-6b8ed20d4ae75100dbe4b7454ea9365eab28290f.tar.bz2 |
* 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).
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 317f003..de31e19 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com> + * 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. |