Jim Wilson <wilson@cygnus.com> writes: > Should I try to create an internal reloc with no corresponding external > reloc? Probably. That is what the PowerPC gas does. See the end of md_assemble, where it creates fixups, and see md_apply_fix3 for the case of >= BFD_RELOC_UNUSED. Ian