(lang_place_orphans): Abort if just_syms_flag.
+2002-05-15 Alan Modra <amodra@bigpond.net.au>
+
+ * ldlang.c (section_already_linked): Call bfd_link_just_syms.
+ (lang_place_orphans): Abort if just_syms_flag.
+
2002-05-10 Tom Rix <trix@redhat.com>
* emultempl/aix.em: (gld*_set_output_arch): New function. Use
2002-05-10 Tom Rix <trix@redhat.com>
* emultempl/aix.em: (gld*_set_output_arch): New function. Use
discard all sections. */
if (entry->just_syms_flag)
{
discard all sections. */
if (entry->just_syms_flag)
{
- sec->output_section = bfd_abs_section_ptr;
- sec->output_offset = sec->vma;
+ bfd_link_just_syms (sec, &link_info);
if (file->just_syms_flag)
{
if (file->just_syms_flag)
{
- /* We are only retrieving symbol values from this
- file. We want the symbols to act as though the
- values in the file are absolute. */
- s->output_section = bfd_abs_section_ptr;
- s->output_offset = s->vma;
}
else if (strcmp (s->name, "COMMON") == 0)
{
}
else if (strcmp (s->name, "COMMON") == 0)
{