PR 10876
* defstd.cc (in_segment): Set only_if_ref true for "end".
This commit is contained in:
parent
8aa5642e16
commit
e53ad1b5b5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-11-06 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
|
PR 10876
|
||||||
|
* defstd.cc (in_segment): Set only_if_ref true for "end".
|
||||||
|
|
||||||
2009-11-06 Doug Kwan <dougkwan@google.com>
|
2009-11-06 Doug Kwan <dougkwan@google.com>
|
||||||
|
|
||||||
* arm.cc (class Reloc_stub): Correct a comment.
|
* arm.cc (class Reloc_stub): Correct a comment.
|
||||||
|
|
|
@ -298,7 +298,7 @@ const Define_symbol_in_segment in_segment[] =
|
||||||
elfcpp::STV_DEFAULT, // visibility
|
elfcpp::STV_DEFAULT, // visibility
|
||||||
0, // nonvis
|
0, // nonvis
|
||||||
Symbol::SEGMENT_END, // offset_from_base
|
Symbol::SEGMENT_END, // offset_from_base
|
||||||
false // only_if_ref
|
true // only_if_ref
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue