Ian Lance Taylor wrote: > Andrew Cagney writes: > > >>On 32-bit PPC GNU/Linux when running: >> >>$ nm --synthetic ... >>BFD: /home/cagney/tmp/a.out(.rela.plt): relocation 0 has invalid >>symbol index 1 >>10010900 ? *ABS*@plt >>10010918 B bar >>. >>. >>. >> >>I'm seeing the above (and similar on i386, ....). Is this valid? > > > Probably not. However, you will get better information, and a more > reliable answer, if you provide output from objdump -t and readelf -s. Both attached (but they don't issue the warning :-). Andrew