DJ Delorie <dj@redhat.com> writes: >> Does it help if we change >> if (pic_offset_table_rtx) >> to >> if (PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM) > > That seems to work. That patch is fine if it bootstraps. Ian