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 gcc 4.5 generates an extra plabe...



details:   https://anonhg.NetBSD.org/src/rev/fe70956128de
branches:  trunk
changeset: 769881:fe70956128de
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Sep 25 13:34:54 2011 +0000

description:
gcc 4.5 generates an extra plabel in ld.elf_so,
so expand the array of preallocated ones.

diffstat:

 libexec/ld.elf_so/arch/hppa/hppa_reloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e02e16f804d3 -r fe70956128de libexec/ld.elf_so/arch/hppa/hppa_reloc.c
--- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c  Sun Sep 25 13:34:16 2011 +0000
+++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c  Sun Sep 25 13:34:54 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hppa_reloc.c,v 1.39 2011/03/25 18:07:05 joerg Exp $    */
+/*     $NetBSD: hppa_reloc.c,v 1.40 2011/09/25 13:34:54 chs 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.39 2011/03/25 18:07:05 joerg Exp $");
+__RCSID("$NetBSD: hppa_reloc.c,v 1.40 2011/09/25 13:34:54 chs 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 (18)
+#define        HPPA_PLABEL_PRE (32)
 static hppa_plabel hppa_plabel_pre[HPPA_PLABEL_PRE];
 static int hppa_plabel_pre_next = 0;
 



Home | Main Index | Thread Index | Old Index