diff options
| author | skrll <skrll@NetBSD.org> | 2009-09-25 17:49:56 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2009-09-25 17:49:56 +0000 |
| commit | 15653ebb45368b272bd5245bf2af26641cf25cb4 (patch) | |
| tree | 2992564c96e5b3adfee403a05b77ce67b85dfe2e /libexec | |
| parent | 6964e246cad18b325f7b7bc0c7c659ea4f684147 (diff) | |
ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/arch/hppa/hppa_reloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c index d0c4b3b95a2..54a17633fad 100644 --- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c +++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c @@ -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 @@ static SLIST_HEAD(hppa_plabel_head, _hppa_plabel) hppa_plabel_list * 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; |
