This is the mail archive of the bfd@sourceware.cygnus.com mailing list for the bfd project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Date: Mon, 19 Jan 1998 13:28:58 PST From: "Marty Leisner" <leisner@sdsp.mc.xerox.com> At line 5518, sec == sec->output_section and sec->name = "*ABS*", hence the link fails... I doubt you need a loader reloc against an absolute symbol at all, and I'm not sure why the linker thinks you need one. You probably can't just skip emitting one in xcoff_link_input_bfd. You probably have to skip counting it in xcoff_mark as well. Ian