mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
|
||||
|
||||
2002-07-19 Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
|
||||
|
@ -325,10 +325,6 @@ enum mips_pic_level
|
||||
/* Do not generate PIC code. */
|
||||
NO_PIC,
|
||||
|
||||
/* Generate PIC code as in Irix 4. This is not implemented, and I'm
|
||||
not sure what it is supposed to do. */
|
||||
IRIX4_PIC,
|
||||
|
||||
/* Generate PIC code as in the SVR4 MIPS ABI. */
|
||||
SVR4_PIC,
|
||||
|
||||
|
Reference in New Issue
Block a user