On Thu, Dec 12, 2002 at 09:07:27AM +0200, yaelgilad wrote: > Looking in the assembly code of my driver, I see the following > pattern repeating with every function call. > 4ce4: 0c000000 jal 0 > 4ce4: R_MIPS_26 rx_wait_packet > (R_MIPS_26 is sometimes replaces by a similar command) jal takes a 26 bit address. R_MIPS_26 is the corresponding relocation. -- greg