fix a comment in configure.ac
authorTom Tromey <tromey@redhat.com>
Tue, 5 Nov 2013 16:54:13 +0000 (09:54 -0700)
committerTom Tromey <tromey@redhat.com>
Fri, 8 Nov 2013 19:30:07 +0000 (12:30 -0700)
My grepping around showed that HAVE_MULTIPLE_PROC_FDS is only ever
mentioned in a comment in configure.ac.  Since the macro is long dead,
let's remove the last mention.

2013-11-08  Tom Tromey  <tromey@redhat.com>

* configure: Rebuild.
* configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.

gdb/ChangeLog
gdb/config.in
gdb/configure.ac

index 639c9120e89e6f5a60ed28e5ccb11f6209197291..22de9aaf5d862e5d2b8e6321c145d9a782e25036 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-08  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuild.
+       * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
+
 2013-11-08  Tom Tromey  <tromey@redhat.com>
 
        * configure, config.in: Rebuild.
index ada9b3bade1ca50b8161d80d93731e41d22bcaa9..7dfb5c77b1f4f1d47298d940ed2489ed7686623b 100644 (file)
    moved. */
 #undef JIT_READER_DIR_RELOCATABLE
 
-/* Define if you want to use new multi-fd /proc interface (replaces
-   HAVE_MULTIPLE_PROC_FDS as well as other macros). */
+/* Define if you want to use new multi-fd /proc interface. */
 #undef NEW_PROC_API
 
 /* Name of this package. */
index 10fe947459ed9db62b2dd688a9a02b0915c66bdd..34908abdb30d079d3187774cc2799e31749da683 100644 (file)
@@ -1389,13 +1389,11 @@ if test "${target}" = "${host}"; then
   case "${host}" in
   *-*-sysv4.2* | *-*-sysv5* )
       AC_DEFINE(NEW_PROC_API, 1,
-      [Define if you want to use new multi-fd /proc interface
-       (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).])
+      [Define if you want to use new multi-fd /proc interface.])
       ;;
   *-*-solaris2.[[6789]] | *-*-solaris2.1[[0-9]]*)
       AC_DEFINE(NEW_PROC_API, 1,
-      [Define if you want to use new multi-fd /proc interface
-       (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).])
+      [Define if you want to use new multi-fd /proc interface.])
       ;;
   mips-sgi-irix5*)
       # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.