diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-10-07 07:25:36 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-10-07 07:25:36 +0000 |
commit | 5c1a3f0fa74b2b0cc679d03e4158b4f37ae973f1 (patch) | |
tree | 3c22356e4655f4502c04d3602f380617e17d5b10 /ld/ChangeLog | |
parent | 700d40ca16eb3ba1ecc1e602cb3eec175bdf70f0 (diff) | |
download | gdb-5c1a3f0fa74b2b0cc679d03e4158b4f37ae973f1.zip gdb-5c1a3f0fa74b2b0cc679d03e4158b4f37ae973f1.tar.gz gdb-5c1a3f0fa74b2b0cc679d03e4158b4f37ae973f1.tar.bz2 |
ld/
* ldlang.c (lang_new_phdr): Check PHDRS and FILEHDR in loadable
segments do not appear after a different loadable segment.
* ld.texinfo (PHDRS): Document order of processing segments.
Document where PHDRS and FILEHDR may appear.
ld/testsuite/
* ld-scripts/phdrs3.d: New.
* ld-scripts/phdrs3.t: New.
* ld-scripts/phdrs3.exp: New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index df61ad0..fe15c36 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2009-10-06 Nathan Sidwell <nathan@codesourcery.com> + + * ldlang.c (lang_new_phdr): Check PHDRS and FILEHDR in loadable + segments do not appear after a different loadable segment. + * ld.texinfo (PHDRS): Document order of processing segments. + Document where PHDRS and FILEHDR may appear. + 2009-10-03 Alan Modra <amodra@bigpond.net.au> * emultempl/ppc32elf.em (emit_stub_syms): Init to -1. |