From: Ian Lance Taylor Date: Thu, 31 Aug 1995 21:02:39 +0000 (+0000) Subject: * ldlang.c (lang_memory_region_lookup): Don't use the first region X-Git-Tag: gdb-4_18-branchpoint~10998 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b4fc03b3789e0f55006222913364b7ba7bbd1b2;p=thirdparty%2Fbinutils-gdb.git * ldlang.c (lang_memory_region_lookup): Don't use the first region as the default region. Create a new region instead. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 34e79a12796..6914e7e0815 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,26 @@ +Thu Aug 31 17:01:37 1995 Ian Lance Taylor + + * 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 + + * 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 * scripttempl/pe.sc: Keep .edata, don't base stabs at 0.