diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-12 06:34:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-12 06:34:11 +0000 |
commit | cc37d01df331cc78f78c2708cddc4627ddab7678 (patch) | |
tree | ca0ae1f96cac1af54f6b645483c99329012b9b91 /ld/ChangeLog | |
parent | 4a9758edbcbd646774ce815a1d3f981af43719cd (diff) | |
download | gdb-cc37d01df331cc78f78c2708cddc4627ddab7678.zip gdb-cc37d01df331cc78f78c2708cddc4627ddab7678.tar.gz gdb-cc37d01df331cc78f78c2708cddc4627ddab7678.tar.bz2 |
* 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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 61a5707..7cb48a6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 12 01:32:25 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com> + + * 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 <raeburn@cujo.cygnus.com> * ldctor.c (ldctor_build_sets): Don't use `const' with typedef |