special_sections before returning when called with a non XCOFF
BFD.
Tue Nov 21 13:03:57 1995 Ian Lance Taylor <ian@cygnus.com>
+ * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
+ special_sections before returning when called with a non XCOFF
+ BFD.
+
* coffgen.c (coff_renumber_symbols): Sort common symbols with
global symbols.
bfd_byte *debug_contents = NULL;
if (! XCOFF_XVECP (output_bfd->xvec))
- return true;
+ {
+ for (i = 0; i < 6; i++)
+ special_sections[i] = NULL;
+ return true;
+ }
ldinfo.failed = false;
ldinfo.output_bfd = output_bfd;