Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/lib/libbfd/arch Re-run mknative for b...



details:   https://anonhg.NetBSD.org/src/rev/05aa5c25867a
branches:  trunk
changeset: 748070:05aa5c25867a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 12 12:47:09 2009 +0000

description:
Re-run mknative for branding update.

diffstat:

 external/gpl3/binutils/lib/libbfd/arch/alpha/bfdver.h     |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/arm/bfdver.h       |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/armeb/bfdver.h     |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/hppa/bfdver.h      |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/i386/bfdver.h      |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/m68000/bfdver.h    |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/m68k/bfdver.h      |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/mipseb/bfdver.h    |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/mipsel/bfdver.h    |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/powerpc/bfdver.h   |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/sh3eb/bfdver.h     |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/sh3el/bfdver.h     |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/sparc/bfdver.h     |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/sparc64/bfdver.h   |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/vax/bfdver.h       |  4 ++--
 external/gpl3/binutils/lib/libbfd/arch/x86_64/bfdver.h    |  4 ++--
 17 files changed, 34 insertions(+), 34 deletions(-)

diffs (187 lines):

diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/alpha/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/alpha/bfdver.h     Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/alpha/bfdver.h     Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/arm/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/arm/bfdver.h       Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/arm/bfdver.h       Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/armeb/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/armeb/bfdver.h     Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/armeb/bfdver.h     Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/hppa/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/hppa/bfdver.h      Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/hppa/bfdver.h      Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/i386/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/i386/bfdver.h      Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/i386/bfdver.h      Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/m68000/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/m68000/bfdver.h    Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/m68000/bfdver.h    Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/m68k/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/m68k/bfdver.h      Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/m68k/bfdver.h      Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/mipseb/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/mipseb/bfdver.h    Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/mipseb/bfdver.h    Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/mipsel/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/mipsel/bfdver.h    Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/mipsel/bfdver.h    Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/powerpc/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/powerpc/bfdver.h   Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/powerpc/bfdver.h   Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/sh3eb/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/sh3eb/bfdver.h     Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/sh3eb/bfdver.h     Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/sh3el/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/sh3el/bfdver.h     Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/sh3el/bfdver.h     Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/sparc/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/sparc/bfdver.h     Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/sparc/bfdver.h     Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/sparc64/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/sparc64/bfdver.h   Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/sparc64/bfdver.h   Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/vax/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/vax/bfdver.h       Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/vax/bfdver.h       Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"
diff -r 2964321f3cb3 -r 05aa5c25867a external/gpl3/binutils/lib/libbfd/arch/x86_64/bfdver.h
--- a/external/gpl3/binutils/lib/libbfd/arch/x86_64/bfdver.h    Mon Oct 12 10:05:29 2009 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/x86_64/bfdver.h    Mon Oct 12 12:47:09 2009 +0000
@@ -4,5 +4,5 @@
 
 #define BFD_VERSION_DATE 20090202
 #define BFD_VERSION 219010000
-#define BFD_VERSION_STRING  "(NetBSD) " "2.19.1"
-#define REPORT_BUGS_TO "<http://www.NetBSD.org/Misc/send-pr.html>"
+#define BFD_VERSION_STRING  "(NetBSD Binutils) " "2.19.1"
+#define REPORT_BUGS_TO "<http://www.NetBSD.org/support/send-pr.html>"



Home | Main Index | Thread Index | Old Index