OSDN Git Service

PR 10450
authorian <ian>
Wed, 30 Dec 2009 16:22:06 +0000 (16:22 +0000)
committerian <ian>
Wed, 30 Dec 2009 16:22:06 +0000 (16:22 +0000)
commit1fb6a1fe86d301e271325244441d35f765d94d7e
treefabf059002ed81c132ca06a256f8dcd3a72ea32c
parent3552780c12d81d93b58eadeb1e556527a79e6d48
PR 10450
* i386.cc (class Target_i386): Initialize global_offset_table_ in
constructor.  Add global_offset_table_ field.
(Target_i386::got_section): Set global_offset_table_.
(Target_i386::do_finalize_sections): Set global_offset_table_
size.
* x86_64.cc (class Target_x86_64): Initialize global_offset_table_
in constructor.  Add global_offset_table_ field.
(Target_x86_64::got_section): Set global_offset_table_.
(Target_x86_64::do_finalize_sections): Set global_offset_table_
size.
gold/ChangeLog
gold/i386.cc
gold/x86_64.cc