GCC with patches for OS216
Revision | f3f6c4ff33e1b29a1abaae987b4629704763c8f7 (tree) |
---|---|
Zeit | 1999-08-01 08:49:37 |
Autor | Alexandre Oliva <oliva@dcc....> |
Commiter | Tom Tromey |
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: r28362
@@ -1,3 +1,7 @@ | ||
1 | +1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br> | |
2 | + | |
3 | + * mips_sgi_mach_dep.s: Enable PIC option. | |
4 | + | |
1 | 5 | 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> |
2 | 6 | |
3 | 7 | * config.h: Updates for GNU/Linux/sparc. Use HEURISTIC2 on |
@@ -3,6 +3,7 @@ | ||
3 | 3 | |
4 | 4 | # define call_push(x) move $4,x; jal GC_push_one |
5 | 5 | |
6 | + .option pic2 | |
6 | 7 | .text |
7 | 8 | /* Mark from machine registers that are saved by C compiler */ |
8 | 9 | # define FRAMESZ 32 |