http://sourceware.org/bugzilla/show_bug.cgi?id=14570

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2012-09-12 18:29:24 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    i...@sourceware.org    2012-09-12 18:29:19

Modified files:
    gold           : ChangeLog incremental.h object.h output.cc 

Log message:
    PR gold/14570
    * output.cc: Rename Output_data_got template parameter from size
    to got_size for all functions.  Compile all variants of
    Output_data_got.
    (Output_data_got::Got_entry::write): Correct use of size for
    symbol value.  Use local_is_tls rather than casting to
    Sized_relobj_file.
    * object.h (class Object): Add local_is_tls and do_local_is_tls.
    (class Sized_relobj_file): Add do_local_is_tls.
    * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.957&r2=1.958
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/incremental.h.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/object.h.diff?cvsroot=src&r1=1.119&r2=1.120
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=src&r1=1.173&r2=1.174

-- 
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
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to