summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-20 23:05:19 +0000
committerobrien <obrien@FreeBSD.org>2002-03-20 23:05:19 +0000
commit0b0025a20251363713b8b04d5ad7d8183683341e (patch)
treefd861a14486d7afe0869bad19ed6d7316cbec7b4 /gnu/usr.bin
parent120c3c211a8089f3738404796935729d10069e44 (diff)
downloadFreeBSD-src-0b0025a20251363713b8b04d5ad7d8183683341e.zip
FreeBSD-src-0b0025a20251363713b8b04d5ad7d8183683341e.tar.gz
Update to Binutils 2.12.0 release.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc04
-rw-r--r--gnu/usr.bin/binutils/addr2line/Makefile2
-rw-r--r--gnu/usr.bin/binutils/ar/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/Makefile.inc02
-rw-r--r--gnu/usr.bin/binutils/as/alpha-freebsd/config.h19
-rw-r--r--gnu/usr.bin/binutils/as/i386-freebsd/config.h17
-rw-r--r--gnu/usr.bin/binutils/as/ia64-freebsd/config.h24
-rw-r--r--gnu/usr.bin/binutils/as/powerpc-freebsd/config.h17
-rw-r--r--gnu/usr.bin/binutils/as/sparc64-freebsd/config.h13
-rw-r--r--gnu/usr.bin/binutils/ld/config.h5
-rw-r--r--gnu/usr.bin/binutils/libbfd/alpha/bfd.h6
-rw-r--r--gnu/usr.bin/binutils/libbfd/config.h.fbsd5
-rw-r--r--gnu/usr.bin/binutils/libbfd/i386/bfd.h6
-rw-r--r--gnu/usr.bin/binutils/libbfd/ia64/bfd.h6
-rw-r--r--gnu/usr.bin/binutils/libbfd/powerpc/bfd.h6
-rw-r--r--gnu/usr.bin/binutils/libbfd/sparc64/bfd.h6
-rw-r--r--gnu/usr.bin/binutils/libbinutils/config.h2
-rw-r--r--gnu/usr.bin/binutils/libopcodes/config.h2
-rw-r--r--gnu/usr.bin/binutils/nm/Makefile2
-rw-r--r--gnu/usr.bin/binutils/objcopy/Makefile2
-rw-r--r--gnu/usr.bin/binutils/objdump/Makefile2
-rw-r--r--gnu/usr.bin/binutils/ranlib/Makefile2
-rw-r--r--gnu/usr.bin/binutils/readelf/Makefile2
-rw-r--r--gnu/usr.bin/binutils/size/Makefile2
-rw-r--r--gnu/usr.bin/binutils/strings/Makefile2
-rw-r--r--gnu/usr.bin/binutils/strip/Makefile2
26 files changed, 82 insertions, 78 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 5d684fd..9856118 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -4,8 +4,8 @@
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
-VERSION= "2.12.0 pre-release snap [FreeBSD] 20020221"
-VERSION_DATE= 20020221
+VERSION= "2.12.0 [FreeBSD] 2002-03-20"
+VERSION_DATE= 20020320
TARGET_ARCH?= ${MACHINE_ARCH}
BINUTIL_ARCH= ${TARGET_ARCH}
diff --git a/gnu/usr.bin/binutils/addr2line/Makefile b/gnu/usr.bin/binutils/addr2line/Makefile
index de2ca7a..6988857 100644
--- a/gnu/usr.bin/binutils/addr2line/Makefile
+++ b/gnu/usr.bin/binutils/addr2line/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= addr2line
SRCS= addr2line.c
diff --git a/gnu/usr.bin/binutils/ar/Makefile b/gnu/usr.bin/binutils/ar/Makefile
index aae3115..d1e6493 100644
--- a/gnu/usr.bin/binutils/ar/Makefile
+++ b/gnu/usr.bin/binutils/ar/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= ar
SRCS= ar.c not-ranlib.c
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0
index 0fd86c2..9296264 100644
--- a/gnu/usr.bin/binutils/as/Makefile.inc0
+++ b/gnu/usr.bin/binutils/as/Makefile.inc0
@@ -13,6 +13,8 @@ SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
input-scrub.c listing.c literal.c macro.c messages.c \
output-file.c read.c sb.c stabs.c \
subsegs.c symbols.c write.c depend.c ehopt.c
+# DEO: why not used?
+#SRCS+= itbl-ops.c
.if (${TARGET_ARCH} == "alpha")
WARNS= 0
.else
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
index b4b9253..fcbdec0 100644
--- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
@@ -28,6 +28,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
+/* Define if you need to in order for stat and other things to work. */
+/* #undef _POSIX_SOURCE */
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -146,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -154,15 +157,15 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
/* #undef DEFAULT_ARCH */
@@ -212,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -224,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "alpha-unknown-freebsd5.0"
+#define TARGET_ALIAS "alpha-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "alpha-unknown-freebsd5.0"
+#define TARGET_CANONICAL "alpha-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "alpha"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h
index a70a280..842af61 100644
--- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h
@@ -28,6 +28,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
+/* Define if you need to in order for stat and other things to work. */
+/* #undef _POSIX_SOURCE */
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -146,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -154,15 +157,15 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
/* #define DEFAULT_ARCH "i386" */
@@ -224,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "i386-unknown-freebsd5.0"
+#define TARGET_ALIAS "i386-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "i386-unknown-freebsd5.0"
+#define TARGET_CANONICAL "i386-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "i386"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
index 5e5b7430..078e8f8 100644
--- a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
@@ -149,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11.2" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -157,20 +157,14 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
-/* Default architecture. */
-/* #undef DEFAULT_ARCH */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
/* Default architecture. */
/* #undef DEFAULT_ARCH */
@@ -221,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -233,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "ia64-unknown-freebsd5"
+#define TARGET_ALIAS "ia64-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "ia64-unknown-freebsd5"
+#define TARGET_CANONICAL "ia64-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "ia64"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
@@ -254,13 +248,13 @@
#define HAVE_LC_MESSAGES 1
/* Define to 1 if NLS is requested */
-/* #undef ENABLE_NLS */
+/* #define ENABLE_NLS 1 */
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
/* #undef HAVE_GETTEXT */
/* Compiling cross-assembler? */
-/* #define CROSS_COMPILE 1 */
+/* #undef CROSS_COMPILE */
/* assert broken? */
/* #undef BROKEN_ASSERT */
diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
index 2bcaeae..6333f48 100644
--- a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
@@ -149,13 +149,13 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "000427" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
+/* Using strict COFF? */
+/* #undef STRICTCOFF */
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
@@ -163,6 +163,9 @@
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
/* #undef DEFAULT_ARCH */
@@ -212,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -224,16 +227,16 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "powerpc-unknown-freebsd5.0"
+#define TARGET_ALIAS "powerpc-obrien-freebsd5.0"
/* Canonical target. */
-#define TARGET_CANONICAL "powerpc-unknown-freebsd5.0"
+#define TARGET_CANONICAL "powerpc-obrien-freebsd5.0"
/* Target CPU. */
#define TARGET_CPU "powerpc"
/* Target vendor. */
-#define TARGET_VENDOR "unknown"
+#define TARGET_VENDOR "obrien"
/* Target OS. */
#define TARGET_OS "freebsd5.0"
diff --git a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
index cacc4cd..e32566b 100644
--- a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
@@ -149,7 +149,7 @@
#define PACKAGE "gas"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if defaulting to ELF on SCO 5. */
/* #undef SCO_ELF */
@@ -157,17 +157,16 @@
/* Using strict COFF? */
/* #undef STRICTCOFF */
-/* Use ELF stabs for MIPS, not ECOFF stabs */
-/* #undef MIPS_STABS_ELF */
-
/* Define if default target is PowerPC Solaris. */
/* #undef TARGET_SOLARIS_COMMENT */
/* Define as 1 if big endian. */
/* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Use ELF stabs for MIPS, not ECOFF stabs */
+/* #undef MIPS_STABS_ELF */
+
/* Default architecture. */
-/* #undef DEFAULT_ARCH */
#define DEFAULT_ARCH "v9-64"
/* Using cgen code? */
@@ -216,7 +215,7 @@
/* #undef USE_EMULATIONS */
/* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS
/* Default emulation. */
#define DEFAULT_EMULATION ""
@@ -228,7 +227,7 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "sparc54-obrien-freebsd5.0"
+#define TARGET_ALIAS "sparc64-obrien-freebsd5.0"
/* Canonical target. */
#define TARGET_CANONICAL "sparc64-obrien-freebsd5.0"
diff --git a/gnu/usr.bin/binutils/ld/config.h b/gnu/usr.bin/binutils/ld/config.h
index 660ec86..2cfddb1 100644
--- a/gnu/usr.bin/binutils/ld/config.h
+++ b/gnu/usr.bin/binutils/ld/config.h
@@ -28,9 +28,6 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
-/* Define if you need to in order for stat and other things to work. */
-/* #undef _POSIX_SOURCE */
-
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -140,7 +137,7 @@
#define PACKAGE "ld"
/* Version number of package */
-/* #define VERSION "2.9.5" */
+/* #define VERSION "2.12" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
diff --git a/gnu/usr.bin/binutils/libbfd/alpha/bfd.h b/gnu/usr.bin/binutils/libbfd/alpha/bfd.h
index 147e671..88ac097 100644
--- a/gnu/usr.bin/binutils/libbfd/alpha/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/alpha/bfd.h
@@ -52,9 +52,9 @@ extern "C" {
#endif
#endif
-/* #define BFD_VERSION 211930000 */
-/* #define BFD_VERSION_DATE 20020209 */
-/* #define BFD_VERSION_STRING "2.11.93 20020209" */
+/* #define BFD_VERSION 212000000 */
+/* #define BFD_VERSION_DATE 20020309 */
+/* #define BFD_VERSION_STRING "2.12" */
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
diff --git a/gnu/usr.bin/binutils/libbfd/config.h.fbsd b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
index 3610907..c5ff152 100644
--- a/gnu/usr.bin/binutils/libbfd/config.h.fbsd
+++ b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
@@ -28,6 +28,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
+/* Define if you need to in order for stat and other things to work. */
+/* #undef _POSIX_SOURCE */
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -176,7 +179,7 @@
#define PACKAGE "bfd"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.12" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
index df92eb9..e5e018b 100644
--- a/gnu/usr.bin/binutils/libbfd/i386/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
@@ -52,9 +52,9 @@ extern "C" {
#endif
#endif
-/* #define BFD_VERSION 211930000 */
-/* #define BFD_VERSION_DATE 20020209 */
-/* #define BFD_VERSION_STRING "2.11.93 20020209" */
+/* #define BFD_VERSION 212000000 */
+/* #define BFD_VERSION_DATE 20020309 */
+/* #define BFD_VERSION_STRING "2.12" */
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
diff --git a/gnu/usr.bin/binutils/libbfd/ia64/bfd.h b/gnu/usr.bin/binutils/libbfd/ia64/bfd.h
index 6267179..ce0e60f 100644
--- a/gnu/usr.bin/binutils/libbfd/ia64/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/ia64/bfd.h
@@ -53,9 +53,9 @@ extern "C" {
#endif
#endif
-/* #define BFD_VERSION 211930000 */
-/* #define BFD_VERSION_DATE 20020127 */
-/* #define BFD_VERSION_STRING "2.11.93 20020127" */
+/* #define BFD_VERSION 212000000 */
+/* #define BFD_VERSION_DATE 20020309 */
+/* #define BFD_VERSION_STRING "2.12" */
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
diff --git a/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h b/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h
index 799050b..24b0549 100644
--- a/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h
@@ -53,9 +53,9 @@ extern "C" {
#endif
#endif
-/* #define BFD_VERSION 211930000 */
-/* #define BFD_VERSION_DATE 20020127 */
-/* #define BFD_VERSION_STRING "2.11.93 20020127" */
+/* #define BFD_VERSION 212000000 */
+/* #define BFD_VERSION_DATE 20020309 */
+/* #define BFD_VERSION_STRING "2.12" */
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
diff --git a/gnu/usr.bin/binutils/libbfd/sparc64/bfd.h b/gnu/usr.bin/binutils/libbfd/sparc64/bfd.h
index 37ab50f..d2776b5 100644
--- a/gnu/usr.bin/binutils/libbfd/sparc64/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/sparc64/bfd.h
@@ -49,9 +49,9 @@ extern "C" {
#endif
#endif
-/* #define BFD_VERSION 211930000 */
-/* #define BFD_VERSION_DATE 20020209 */
-/* #define BFD_VERSION_STRING "2.11.93 20020209" */
+/* #define BFD_VERSION 212000000 */
+/* #define BFD_VERSION_DATE 20020309 */
+/* #define BFD_VERSION_STRING "2.12" */
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h
index 4308f06..98d0fee 100644
--- a/gnu/usr.bin/binutils/libbinutils/config.h
+++ b/gnu/usr.bin/binutils/libbinutils/config.h
@@ -149,7 +149,7 @@
#define PACKAGE "binutils"
/* Version number of package */
-/* #define VERSION "2.11.93" */
+/* #define VERSION "2.12" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h
index a3b70db..bce0fce 100644
--- a/gnu/usr.bin/binutils/libopcodes/config.h
+++ b/gnu/usr.bin/binutils/libopcodes/config.h
@@ -119,7 +119,7 @@
#define PACKAGE "opcodes"
/* Version number of package */
-/* #define VERSION "2.11.93" */
+/* #define VERSION "2.12" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
diff --git a/gnu/usr.bin/binutils/nm/Makefile b/gnu/usr.bin/binutils/nm/Makefile
index 98c0c48..76acc7c 100644
--- a/gnu/usr.bin/binutils/nm/Makefile
+++ b/gnu/usr.bin/binutils/nm/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= nm
SRCS= nm.c
diff --git a/gnu/usr.bin/binutils/objcopy/Makefile b/gnu/usr.bin/binutils/objcopy/Makefile
index db2dc09..dfa04f5 100644
--- a/gnu/usr.bin/binutils/objcopy/Makefile
+++ b/gnu/usr.bin/binutils/objcopy/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= objcopy
SRCS= objcopy.c not-strip.c
diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile
index 28f6f49..4a1d6a3 100644
--- a/gnu/usr.bin/binutils/objdump/Makefile
+++ b/gnu/usr.bin/binutils/objdump/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= objdump
SRCS= objdump.c prdbg.c
diff --git a/gnu/usr.bin/binutils/ranlib/Makefile b/gnu/usr.bin/binutils/ranlib/Makefile
index 1df57c0..960b130 100644
--- a/gnu/usr.bin/binutils/ranlib/Makefile
+++ b/gnu/usr.bin/binutils/ranlib/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= ranlib
SRCS= ar.o is-ranlib.o
diff --git a/gnu/usr.bin/binutils/readelf/Makefile b/gnu/usr.bin/binutils/readelf/Makefile
index 69799ef..9601246 100644
--- a/gnu/usr.bin/binutils/readelf/Makefile
+++ b/gnu/usr.bin/binutils/readelf/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
# No a.out vs. ELF version so don't install in /usr/libexec/elf
BINDIR=/usr/bin
diff --git a/gnu/usr.bin/binutils/size/Makefile b/gnu/usr.bin/binutils/size/Makefile
index 6e03ec7..a0ef3171 100644
--- a/gnu/usr.bin/binutils/size/Makefile
+++ b/gnu/usr.bin/binutils/size/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= size
SRCS= size.c
diff --git a/gnu/usr.bin/binutils/strings/Makefile b/gnu/usr.bin/binutils/strings/Makefile
index b946e3d..346e59f 100644
--- a/gnu/usr.bin/binutils/strings/Makefile
+++ b/gnu/usr.bin/binutils/strings/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= strings
SRCS= strings.c
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile
index faec40f..4dc10c2 100644
--- a/gnu/usr.bin/binutils/strip/Makefile
+++ b/gnu/usr.bin/binutils/strip/Makefile
@@ -2,7 +2,7 @@
.include "../Makefile.inc0"
-.PATH: ${SRCDIR}/binutils
+.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
PROG= strip
SRCS= objcopy.c is-strip.c
OpenPOWER on IntegriCloud