aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-09-05 16:26:29 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-09-05 16:26:29 +0000
commit88b882e985781f6774df2cc341bcb76eab26d556 (patch)
tree1d263694b16ab4ea313f50d53892a7dc72a66343 /ld/ChangeLog
parent428e3f1f4e7539e2706c12f2f2880c42a7948a92 (diff)
downloadgdb-88b882e985781f6774df2cc341bcb76eab26d556.zip
gdb-88b882e985781f6774df2cc341bcb76eab26d556.tar.gz
gdb-88b882e985781f6774df2cc341bcb76eab26d556.tar.bz2
2006-09-05 H.J. Lu <hongjiu.lu@intel.com>
PR ld/3015 * emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE is defined.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 76bdc65..939fef0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/3015
+ * emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE
+ is defined.
+
2006-08-29 Nathan Sidwell <nathan@codesourcery.com>
* ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.