Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch Everyone has libexpat so e...
details: https://anonhg.NetBSD.org/src/rev/dde799e79aa5
branches: trunk
changeset: 456371:dde799e79aa5
user: christos <christos%NetBSD.org@localhost>
date: Sun May 05 20:48:46 2019 +0000
description:
Everyone has libexpat so enable it.
diffstat:
external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/alpha/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/arm/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/armeb/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/coldfire/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/hppa/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/i386/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/m68000/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/m68k/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/sparc/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h | 2 +-
external/gpl3/gdb/lib/libgdb/arch/vax/config.h | 2 +-
20 files changed, 20 insertions(+), 20 deletions(-)
diffs (240 lines):
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/alpha/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/arm/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/arm/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/arm/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/armeb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/coldfire/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/coldfire/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/coldfire/config.h Sun May 05 20:48:46 2019 +0000
@@ -237,7 +237,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/hppa/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/i386/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/i386/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/i386/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/m68000/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/m68k/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/sparc/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
diff -r d643d3a086b0 -r dde799e79aa5 external/gpl3/gdb/lib/libgdb/arch/vax/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/vax/config.h Sun May 05 20:45:08 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/vax/config.h Sun May 05 20:48:46 2019 +0000
@@ -240,7 +240,7 @@
/* #undef HAVE_LIBDL */
/* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `libiconvlist' function. */
/* #undef HAVE_LIBICONVLIST */
Home |
Main Index |
Thread Index |
Old Index