pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/bfd-crunchide Don't strip a leading underscore. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6e6d54f3194
branches: trunk
changeset: 519401:f6e6d54f3194
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Oct 02 19:11:13 2006 +0000
description:
Don't strip a leading underscore. From PR 15141.
Bump to version 1.2.
diffstat:
cross/bfd-crunchide/Makefile | 5 ++---
cross/bfd-crunchide/files/crunchide.c | 6 ++----
2 files changed, 4 insertions(+), 7 deletions(-)
diffs (40 lines):
diff -r 7c71ac2571f6 -r f6e6d54f3194 cross/bfd-crunchide/Makefile
--- a/cross/bfd-crunchide/Makefile Mon Oct 02 18:59:06 2006 +0000
+++ b/cross/bfd-crunchide/Makefile Mon Oct 02 19:11:13 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2006/09/03 00:56:28 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/02 19:11:13 joerg Exp $
-DISTNAME= bfd-crunchide-1.1
-PKGREVISION= 2
+DISTNAME= bfd-crunchide-1.2
CATEGORIES= cross
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 7c71ac2571f6 -r f6e6d54f3194 cross/bfd-crunchide/files/crunchide.c
--- a/cross/bfd-crunchide/files/crunchide.c Mon Oct 02 18:59:06 2006 +0000
+++ b/cross/bfd-crunchide/files/crunchide.c Mon Oct 02 19:11:13 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crunchide.c,v 1.4 2006/08/24 20:23:28 kristerw Exp $ */
+/* $NetBSD: crunchide.c,v 1.5 2006/10/02 19:11:13 joerg Exp $ */
/* NetBSD: crunchide.c,v 1.9 1999/01/11 22:40:00 kleink Exp */
/*
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: crunchide.c,v 1.4 2006/08/24 20:23:28 kristerw Exp $");
+__RCSID("$NetBSD: crunchide.c,v 1.5 2006/10/02 19:11:13 joerg Exp $");
#endif
#include <unistd.h>
@@ -297,8 +297,6 @@
continue;
symname = bfd_asymbol_name(new_symtable[i]);
- if (symname[0] == '_')
- symname++;
if (in_keep_list(symname))
continue;
Home |
Main Index |
Thread Index |
Old Index