aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-03-18 02:55:51 +0000
committerAlan Modra <amodra@gmail.com>2002-03-18 02:55:51 +0000
commit862120bdbe9b36aa448b8372b120cd3dada51d14 (patch)
treee38e5e0a750b72bc64445e6060d832c8df2e4d38 /ld/ChangeLog
parent1868c04ebae02e64e51631c2614703b4a294be6b (diff)
downloadfsf-binutils-gdb-862120bdbe9b36aa448b8372b120cd3dada51d14.zip
fsf-binutils-gdb-862120bdbe9b36aa448b8372b120cd3dada51d14.tar.gz
fsf-binutils-gdb-862120bdbe9b36aa448b8372b120cd3dada51d14.tar.bz2
* ldmain.c (main): Move .text readonly flag fudges from here..
* ldlang.c (lang_process): ..to here.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b85af57..fbee9a6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-18 Alan Modra <amodra@bigpond.net.au>
+
+ * ldmain.c (main): Move .text readonly flag fudges from here..
+ * ldlang.c (lang_process): ..to here.
+
2002-03-14 Alan Modra <amodra@bigpond.net.au>
* ldlang.c (lang_check): Remove the word size check added in last