summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-08-29 11:03:29 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-08-29 11:03:29 +0000
commit032428e93a15e4481bbd9268bcfdbbe48e8f97aa (patch)
tree4b05061b6b796c96e25862e841b74cb90d7105fd
parent86d376a09fc6289d12259ffc0500911d835b48e4 (diff)
downloadgdb-032428e93a15e4481bbd9268bcfdbbe48e8f97aa.tar.gz
ld/
Backport 2006-08-28 Alan Modra <amodra@bigpond.net.au> * scripttempl/elf.sc: Ensure that crtbegin and crtend entries will not match random object files in a path containing "crtbegin" or "crtend" as part of a directory name. * scripttempl/armbpabi.sc: Likewise. * scripttempl/crisaout.sc: Likewise. * scripttempl/elf32crx.sc: Likewise. * scripttempl/elf32sh-symbian.sc: Likewise. * scripttempl/elf_chaos.sc: Likewise. * scripttempl/elfd10v.sc: Likewise. * scripttempl/elfd30v.sc: Likewise. * scripttempl/elfxtensa.sc: Likewise. * scripttempl/iq2000.sc: Likewise. * scripttempl/mmo.sc: Likewise. * scripttempl/xstormy16.sc: Likewise.
-rw-r--r--ChangeLog.csl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index f469507cf66..d011d37bb7b 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,6 +1,25 @@
2006-08-29 Nathan Sidwell <nathan@codesourcery.com>
ld/
+ Backport 2006-08-28 Alan Modra <amodra@bigpond.net.au>
+ * scripttempl/elf.sc: Ensure that crtbegin and crtend entries will
+ not match random object files in a path containing "crtbegin" or
+ "crtend" as part of a directory name.
+ * scripttempl/armbpabi.sc: Likewise.
+ * scripttempl/crisaout.sc: Likewise.
+ * scripttempl/elf32crx.sc: Likewise.
+ * scripttempl/elf32sh-symbian.sc: Likewise.
+ * scripttempl/elf_chaos.sc: Likewise.
+ * scripttempl/elfd10v.sc: Likewise.
+ * scripttempl/elfd30v.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+ * scripttempl/iq2000.sc: Likewise.
+ * scripttempl/mmo.sc: Likewise.
+ * scripttempl/xstormy16.sc: Likewise.
+
+2006-08-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ ld/
* ldexp.c (fold_name): Loadaddrs of sections with an lma_region
are absolute.