aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-07-31 23:49:37 +0000
committerTom Tromey <tromey@cygnus.com>1999-07-31 23:49:37 +0000
commit57a32a8fd24771dd606cc7a29c583f9724f3bbe3 (patch)
tree1a957633983c32a1e9d92c2d21e83a64b6b30494
parent188a476a47f704f2648eb17b88afd544b93a4d8f (diff)
1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* mips_sgi_mach_dep.s: Enable PIC option. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/libgcj-2_95-branch@28362 138bc75d-0d04-0410-961f-82ee72b054a4
-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 beab3b3da1d..2ccca07f5fa 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 03c4b98060c..bae9b5ebfe4 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