diff options
author | Alan Modra <amodra@gmail.com> | 2009-07-11 00:10:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-07-11 00:10:29 +0000 |
commit | 0fa4d7cf2d7ccdd0776d37ab88e87afeecddc2e5 (patch) | |
tree | 777ae8e42fca0ed9c432e50c6011ab2610e6f838 /ld/ChangeLog | |
parent | 43dd447d910e6a16340b2381ae3e2849ce087413 (diff) | |
download | gdb-0fa4d7cf2d7ccdd0776d37ab88e87afeecddc2e5.zip gdb-0fa4d7cf2d7ccdd0776d37ab88e87afeecddc2e5.tar.gz gdb-0fa4d7cf2d7ccdd0776d37ab88e87afeecddc2e5.tar.bz2 |
* ldlang.c (insert_os_after): Don't tie assignments to non-alloc
output sections.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8ffee59..5d877ec 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2009-07-11 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (insert_os_after): Don't tie assignments to non-alloc + output sections. + 2009-07-10 Alan Modra <amodra@bigpond.net.au> * emultempl/ppc32elf.em (ppc_before_allocation): Turn on |