You may extract default linker script "gcc ... -Wl,--verbose", change
the base address and rebuild application, overriding default linker
script by the new-one.
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0x40 + SIZEOF_HEADERS;
- Grigory
>-Original Message
IA64 bootstrap failed at abi_check stage reporting undefined references
from libstdc++ (see log at the bottom).
That happens because of missed bodies of some compiler-generate
functions. For example, minimal reproducer listed below fails to link
with xgcc, reporting undefined reference from B::vt