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 ld.elf_so grew more PLABELS with...
details: https://anonhg.NetBSD.org/src/rev/bd609d619f3d
branches: trunk
changeset: 747634:bd609d619f3d
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Sep 25 17:49:56 2009 +0000
description:
ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE.
diffstat:
libexec/ld.elf_so/arch/hppa/hppa_reloc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ff7dece55a39 -r bd609d619f3d libexec/ld.elf_so/arch/hppa/hppa_reloc.c
--- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Fri Sep 25 14:09:27 2009 +0000
+++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Fri Sep 25 17:49:56 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hppa_reloc.c,v 1.29 2009/08/29 13:46:54 jmmv Exp $ */
+/* $NetBSD: hppa_reloc.c,v 1.30 2009/09/25 17:49:56 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.29 2009/08/29 13:46:54 jmmv Exp $");
+__RCSID("$NetBSD: hppa_reloc.c,v 1.30 2009/09/25 17:49:56 skrll Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -117,7 +117,7 @@
* Because I'm hesitant to use NEW while relocating self,
* this is a small pool of preallocated PLABELs.
*/
-#define HPPA_PLABEL_PRE (12)
+#define HPPA_PLABEL_PRE (14)
static hppa_plabel hppa_plabel_pre[HPPA_PLABEL_PRE];
static int hppa_plabel_pre_next = 0;
Home |
Main Index |
Thread Index |
Old Index