Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch/hppa More PLABELS are required due to...
details: https://anonhg.NetBSD.org/src/rev/f31369dcf1a0
branches: trunk
changeset: 763222:f31369dcf1a0
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Mar 14 08:49:29 2011 +0000
description:
More PLABELS are required due to TLS stuff.
diffstat:
libexec/ld.elf_so/arch/hppa/hppa_reloc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9793a8683005 -r f31369dcf1a0 libexec/ld.elf_so/arch/hppa/hppa_reloc.c
--- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Mon Mar 14 08:21:54 2011 +0000
+++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Mon Mar 14 08:49:29 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hppa_reloc.c,v 1.36 2011/03/14 08:21:54 skrll Exp $ */
+/* $NetBSD: hppa_reloc.c,v 1.37 2011/03/14 08:49:29 skrll Exp $ */
/*-
* Copyright (c) 2002, 2004 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hppa_reloc.c,v 1.36 2011/03/14 08:21:54 skrll Exp $");
+__RCSID("$NetBSD: hppa_reloc.c,v 1.37 2011/03/14 08:49:29 skrll Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -114,7 +114,7 @@
* Because I'm hesitant to use NEW while relocating self,
* this is a small pool of preallocated PLABELs.
*/
-#define HPPA_PLABEL_PRE (14)
+#define HPPA_PLABEL_PRE (18)
static hppa_plabel hppa_plabel_pre[HPPA_PLABEL_PRE];
static int hppa_plabel_pre_next = 0;
Home |
Main Index |
Thread Index |
Old Index