* elflink.c (elf_link_add_object_symbols): Also clear
_cooked_size for warning sections.
+2004-10-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elflink.c (elf_link_add_object_symbols): Also clear
+ _cooked_size for warning sections.
+
2004-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
Merge from mainline:
the section size so that the warning does not
get copied into the output file. */
s->_raw_size = 0;
+ s->_cooked_size = 0;
continue;
}
}
/* Clobber the section size so that the warning does
not get copied into the output file. */
s->_raw_size = 0;
+ s->_cooked_size = 0;
}
}
}