http://sourceware.org/bugzilla/show_bug.cgi?id=12689
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ccoutant at google dot com
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-20 16:27:16
UTC ---
There are
struct Archive_member
{
Archive_member()
: obj_(NULL), sd_(NULL), arg_serial_(0)
{ }
Archive_member(Object* obj, Read_symbols_data* sd)
: obj_(obj), sd_(sd)
{ }
// The object file.
Object* obj_;
// The data to pass from read_symbols() to add_symbols().
Read_symbols_data* sd_;
// The serial number of the file in the argument list.
unsigned int arg_serial_;
};
arg_serial_ isn't initialized in
Archive_member(Object* obj, Read_symbols_data* sd)
: obj_(obj), sd_(sd)
{ }
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils