From: Ian Lance Taylor Date: Thu, 12 Jan 1995 06:34:11 +0000 (+0000) Subject: * ldlang.c (lang_place_orphans): Don't ignore files with X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc37d01df331cc78f78c2708cddc4627ddab7678;p=binutils-gdb.git * ldlang.c (lang_place_orphans): Don't ignore files with just_syms_flag set. Instead, put all their sections in bfd_abs_section_ptr, using the section VMA as the output_offset. PR 6159. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 61a570780fd..7cb48a6f97b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 12 01:32:25 1995 Ian Lance Taylor + + * ldlang.c (lang_place_orphans): Don't ignore files with + just_syms_flag set. Instead, put all their sections in + bfd_abs_section_ptr, using the section VMA as the output_offset. + Wed Jan 11 22:59:09 1995 Ken Raeburn * ldctor.c (ldctor_build_sets): Don't use `const' with typedef