Update to binutils' bfd 2.9.1.

This commit is contained in:
tv 1999-02-02 20:00:39 +00:00
parent 8befad84b1
commit 3677e2d7cb
3 changed files with 14 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: bfd-h.sed,v 1.5 1999/01/23 20:51:57 eeh Exp $
# $NetBSD: bfd-h.sed,v 1.6 1999/02/02 20:00:39 tv Exp $
# Preparse bfd.h such that it can be used on multiple machines.
s/@VERSION@/2.8.1/
s/@VERSION@/2.9.1/
/@wordsize@/{
i\
#if defined(__alpha__) || defined (__sparc_v9__)\

View File

@ -1,9 +1,15 @@
/* $NetBSD: config.h,v 1.3 1998/12/30 01:19:18 kristerw Exp $ */
/* $NetBSD: config.h,v 1.4 1999/02/02 20:00:39 tv Exp $ */
/****************/
/* bfd config.h */
/****************/
/* Name of package. */
#define PACKAGE "bfd"
/* Version of package. */
#define VERSION "2.9.1"
/* Whether strstr must be declared even if <string.h> is included. */
/* #undef NEED_DECLARATION_STRSTR */
@ -43,6 +49,9 @@
/* Define if you have the fcntl function. */
#define HAVE_FCNTL 1
/* Define if you have the fdopen function. */
#define HAVE_FDOPEN 1
/* Define if you have the getpagesize function. */
#define HAVE_GETPAGESIZE 1

View File

@ -1,3 +1,3 @@
# $NetBSD: shlib_version,v 1.6 1998/08/28 22:38:25 tv Exp $
major=2
# $NetBSD: shlib_version,v 1.7 1999/02/02 20:00:40 tv Exp $
major=3
minor=0