mirror of git://gcc.gnu.org/git/gcc.git
mips_sgi_mach_dep.s: Enable PIC option.
1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br> * mips_sgi_mach_dep.s: Enable PIC option. From-SVN: r28363
This commit is contained in:
parent
138607df84
commit
71c7a006e5
|
|
@ -1,3 +1,7 @@
|
||||||
|
1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* mips_sgi_mach_dep.s: Enable PIC option.
|
||||||
|
|
||||||
1999-07-19 Tom Tromey <tromey@cygnus.com>
|
1999-07-19 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* config.h (MPROTECT_VDB): Don't define on Linux.
|
* config.h (MPROTECT_VDB): Don't define on Linux.
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
# define call_push(x) move $4,x; jal GC_push_one
|
# define call_push(x) move $4,x; jal GC_push_one
|
||||||
|
|
||||||
|
.option pic2
|
||||||
.text
|
.text
|
||||||
/* Mark from machine registers that are saved by C compiler */
|
/* Mark from machine registers that are saved by C compiler */
|
||||||
# define FRAMESZ 32
|
# define FRAMESZ 32
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue