It become inlined into Sized_relobj::do_initialize_xindex when compiling with
-O3. But initialize_symtab_xindex is also used by
Sized_dynobj::do_initialize_xindex in dynobj.cc. This causes undefined reference
errors.
--
Summary: Xindex::initialize_symtab_xindex in object.cc is not
--- Additional Comments From jerker dot back at gmail dot com 2009-11-25
12:44 ---
(In reply to comment #1)
> Random comment coming out of the woodwork:
> I can't help thinking that you should change this and all uses to
> TARGET_PAGE_SIZE and TARGET_PAGE_MASK, and the problem would prob
The following change, between binutils 2.18 and 2.20, removed the ability of
ld's -L option to influence how linker scripts are located:
http://sourceware.org/ml/binutils-cvs/2009-04/msg00044.html
http://sourceware.org/ml/binutils/2009-04/msg00107.html
As far as I can tell, there is no longer a wa
--- Additional Comments From amodra at bigpond dot net dot au 2009-11-26
06:35 ---
No there isn't a chance of reverting this fix. Having ld search in -L paths for
scripts was a bad idea. It has resulted in a number of very confused users over
the years, who installed a new version of l