tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: perl on VAX



On Mon, Aug 07, 2017 at 05:05:14PM +0000, John Klos wrote:
> Unhappy number two, with debug (CFLAGS="-g3 -ggdb -O0"
> INSTALL_UNSTRIPPED=yes), text relocations, no floating exceptions:

The text relocations are just warnings, as discussed in the "addressing
modes" threat probably (slightly) broken object code emitted by gas
when fed with the gcc output for huge swich()/case statements.

Our ld.elf_so emits the warning (so we can catch this issues and fix
the toolchain), but the binaries still work.

Martin


Home | Main Index | Thread Index | Old Index