Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/notes/common Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/dca68c15298a
branches:  netbsd-1-4
changeset: 470871:dca68c15298a
user:      he <he%NetBSD.org@localhost>
date:      Sat Aug 26 18:32:44 2000 +0000

description:
Apply patch (requested by he):
  Note -fPIC for c++rt0.o on sparc/a.out.

diffstat:

 distrib/notes/common/main |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 880ef71f800b -r dca68c15298a distrib/notes/common/main
--- a/distrib/notes/common/main Sat Aug 26 18:32:12 2000 +0000
+++ b/distrib/notes/common/main Sat Aug 26 18:32:44 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.6.2.33 2000/07/07 21:25:51 he Exp $
+.\" $NetBSD: main,v 1.6.2.34 2000/08/26 18:32:44 he Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -206,6 +206,10 @@
 .It
 A minor problem related to locking of semaphore resources has
 been fixed.  Fixes SA#2000-004.
+.It
+The sparc c++rt0.o code is now compiled with -fPIC.  This means
+that libraries with global constructors (which must link in 
+c++rt0.o on sparc/a.out) must also be compiled -fPIC.
 .El
 .Pp
 In addition, many bugs have been fixed -- more than 40 problems



Home | Main Index | Thread Index | Old Index