From 71c7a006e5e9fbbee53687c4d93fe75a2e537bca Mon Sep 17 00:00:00 2001 From: Alexandre Oliva <oliva@dcc.unicamp.br> Date: Sat, 31 Jul 1999 23:50:05 +0000 Subject: [PATCH] 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 --- boehm-gc/ChangeLog | 4 ++++ boehm-gc/mips_sgi_mach_dep.s | 1 + 2 files changed, 5 insertions(+) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 5cea85f7cf12..49db7cf03d6e 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 Tom Tromey <tromey@cygnus.com> * config.h (MPROTECT_VDB): Don't define on Linux. diff --git a/boehm-gc/mips_sgi_mach_dep.s b/boehm-gc/mips_sgi_mach_dep.s index 03c4b98060cc..bae9b5ebfe41 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 -- GitLab