aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-31 21:02:39 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-31 21:02:39 +0000
commit0b4fc03b3789e0f55006222913364b7ba7bbd1b2 (patch)
tree0b684e4e106ab6b2d1d61c23f9d17e749954d50e
parent07846c7a1ff09f392c1f173b9fed17924020da18 (diff)
downloadgdb-0b4fc03b3789e0f55006222913364b7ba7bbd1b2.zip
gdb-0b4fc03b3789e0f55006222913364b7ba7bbd1b2.tar.gz
gdb-0b4fc03b3789e0f55006222913364b7ba7bbd1b2.tar.bz2
* ldlang.c (lang_memory_region_lookup): Don't use the first region
as the default region. Create a new region instead.
-rw-r--r--ld/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 34e79a1..6914e7e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,26 @@
+Thu Aug 31 17:01:37 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * ldlang.c (lang_memory_region_lookup): Don't use the first region
+ as the default region. Create a new region instead.
+
+Tue Aug 29 14:21:41 1995 steve chamberlain <sac@slash.cygnus.com>
+
+ * ldemul.c (ldemul_set_symbols): New function.
+ * ldemul.h (ld_emulation_xfer_struct): Add set_symbols.
+ * ldmain.c (main): Add call to ldemul_set_symbols.
+ * lexsup.c (set_pe_value): New args.
+ (set_pe_name): New.
+ (parse_args): Cope with new set_pe_value args.
+ * emultempl/pe.em (set_symbols): New function.
+ (ld_emulation_xfer_struct): Add set_symbols.
+ * scripttempl/pe.sc: Use new symbols.
+
+Thu Aug 24 18:12:18 1995 Ian Lance Taylor (ian@cygnus.com)
+
+ * lexsup.c (parse_args): Don't call set_default_dirlist for -O.
+ For -Y, ignore a leading `P,', and only call set_default_dirlist
+ after processing all the other arguments.
+
Tue Aug 22 07:36:58 1995 steve chamberlain <sac@slash.cygnus.com>
* scripttempl/pe.sc: Keep .edata, don't base stabs at 0.