RE: How to specify customized base addr?

2005-04-07 Thread Zagorodnev, Grigory
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

GCC 4.1 bootstrap failed at ia64-*-linux

2005-03-31 Thread Zagorodnev, Grigory
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