aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-07-31 23:49:37 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-07-31 23:49:37 +0000
commitf3f6c4ff33e1b29a1abaae987b4629704763c8f7 (patch)
tree1a957633983c32a1e9d92c2d21e83a64b6b30494
parent29c3c6a6cdb3dbbd41718605672e97e74ac2381d (diff)
downloadgcc-f3f6c4ff33e1b29a1abaae987b4629704763c8f7.zip
gcc-f3f6c4ff33e1b29a1abaae987b4629704763c8f7.tar.gz
gcc-f3f6c4ff33e1b29a1abaae987b4629704763c8f7.tar.bz2
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
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/mips_sgi_mach_dep.s1
2 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index beab3b3..2ccca07 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * mips_sgi_mach_dep.s: Enable PIC option.
+
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
* config.h: Updates for GNU/Linux/sparc. Use HEURISTIC2 on
diff --git a/boehm-gc/mips_sgi_mach_dep.s b/boehm-gc/mips_sgi_mach_dep.s
index 03c4b98..bae9b5e 100644
--- a/boehm-gc/mips_sgi_mach_dep.s
+++ b/boehm-gc/mips_sgi_mach_dep.s
@@ -3,6 +3,7 @@
# define call_push(x) move $4,x; jal GC_push_one
+ .option pic2
.text
/* Mark from machine registers that are saved by C compiler */
# define FRAMESZ 32