diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-10-02 23:08:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-10-02 23:08:14 +0000 |
commit | 46d2f9e1d69bfe0518b0f7e7421e66ce26a9e9f3 (patch) | |
tree | fcd1d48f2333ecd96d7c8d2283b3184300520fd9 | |
parent | 353e5cb6049896a7393ff1ee6a52925b416dddf4 (diff) | |
download | gdb-46d2f9e1d69bfe0518b0f7e7421e66ce26a9e9f3.zip gdb-46d2f9e1d69bfe0518b0f7e7421e66ce26a9e9f3.tar.gz gdb-46d2f9e1d69bfe0518b0f7e7421e66ce26a9e9f3.tar.bz2 |
* ldlang.c (wild_doit): Rewrite flag handling for clarity. If we
are not adding the first input section, and SEC_READONLY is clear
on the output section, then don't copy it from the input section.
If SEC_READONLY is not set on the input section, then clear it on
the output section.
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7984cf5..1cd1fb5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ Thu Oct 2 18:40:28 1997 Ian Lance Taylor <ian@cygnus.com> + * ldlang.c (wild_doit): Rewrite flag handling for clarity. If we + are not adding the first input section, and SEC_READONLY is clear + on the output section, then don't copy it from the input section. + If SEC_READONLY is not set on the input section, then clear it on + the output section. + * configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than elf32bmip. (mips*el-*-linux*): Change elf32lmip to elf32lsmip and elf32bmip |