CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/20 11:55:46
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.h
Log message:
Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC.
Also, when compiling PIC, do not force PIC_OFFSET_TABLE_REGNUM to be set
in global_regs[], there is no reason to do this (on the other hand, forcing it
to be set in fixed_regs[] and call_used_regs[] is still necessary and correct).
