On Thu, Dec 10, 2009 at 04:43:15PM +0000, me wrote: > Does anyone know what I should use instead of > "objcopy -O binary a.out a.com" > to stop losing the relocs?
If you want a binary output you must lose the relocs. So don't try to objcopy relocatable file. Final link them first. -- Alan Modra Australia Development Lab, IBM _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils