aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-08-07 01:52:36 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-08-07 01:52:36 +0000
commit1fa1d2cdfc4c9a81fb04dea853cc215a6076f141 (patch)
treeab414703d31979e1558d25bdafc7d1254935a4c0 /ld/ChangeLog
parent51cacde56330f7b4a890d544a4a5d9d1b71a2033 (diff)
downloadgdb-1fa1d2cdfc4c9a81fb04dea853cc215a6076f141.zip
gdb-1fa1d2cdfc4c9a81fb04dea853cc215a6076f141.tar.gz
gdb-1fa1d2cdfc4c9a81fb04dea853cc215a6076f141.tar.bz2
* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
Change second (cmdline) arg to lang_add_entry to FALSE. (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d87dfbe..b88715d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-07 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
+ Change second (cmdline) arg to lang_add_entry to FALSE.
+ (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
+
2003-08-05 Christian Groessler <chris@groessler.org>
Jason Eckhardt <jle@rice.edu>
@@ -702,7 +708,7 @@
2003-03-18 Danny Smith <dannysmith@users.sourceforge.net>
- * defilep.y (opt_base): If no number given, set to default
+ * deffilep.y (opt_base): If no number given, set to default
(-1), not 0.
2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>