From f3f6c4ff33e1b29a1abaae987b4629704763c8f7 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 31 Jul 1999 23:49:37 +0000 Subject: [PATCH] mips_sgi_mach_dep.s: Enable PIC option. 1999-07-31 Alexandre Oliva * mips_sgi_mach_dep.s: Enable PIC option. From-SVN: r28362 --- 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 beab3b3da1da..2ccca07f5fad 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +1999-07-31 Alexandre Oliva + + * mips_sgi_mach_dep.s: Enable PIC option. + 1999-07-19 Alexandre Oliva * 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 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 -- 2.47.2