------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-01-07 
21:09 -------
Subject: Bug 11061

CVSROOT:        /cvs/src
Module name:    src
Changes by:     i...@sourceware.org     2010-01-07 21:09:31

Modified files:
        gold           : ChangeLog layout.cc layout.h output.cc output.h 

Log message:
        PR 11061
        * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
        function.
        (class Output_data_reloc_generic): Define.
        (class Output_data_reloc_base): Change base class to
        Output_data_reloc_generic.  Change add() method to call
        bump_relative_reloc_count for a relative reloc.  Remove
        sort_relocs_ field.
        * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
        to sort_relocs().
        * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
        Output_data_reloc_generic*.  Add DT_RELCOUNT/DT_RELACOUNT tag if
        appropriate.
        * layout.h (class Layout): Update declaration.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.437&r2=1.438
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.160&r2=1.161
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.h.diff?cvsroot=src&r1=1.77&r2=1.78
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=src&r1=1.112&r2=1.113
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.95&r2=1.96



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to