Clean up my ChangeLog entry
[binutils-gdb.git] / gdb / README
index be7fdcb65d807c178a54ee4c3ab87a086bf75284..e65c5ea7ffab53ebb71e2a3d3ac4ad09d778b8c7 100644 (file)
@@ -432,6 +432,15 @@ more obscure GDB `configure' options are not listed here.
      Use the curses library instead of the termcap library, for
      text-mode terminal operations.
 
+`--with-debuginfod'
+     Build GDB with libdebuginfod, the debuginfod client library.  Used
+     to automatically fetch source files and separate debug files from
+     debuginfod servers using the associated executable's build ID.
+     Enabled by default if libdebuginfod is installed and found at
+     configure time.  debuginfod is packaged with elfutils, starting
+     with version 0.178.  You can get the latest version from
+     'https://sourceware.org/elfutils/'.
+
 `--with-libunwind-ia64'
      Use the libunwind library for unwinding function call stack on ia64
      target platforms.
@@ -475,6 +484,11 @@ more obscure GDB `configure' options are not listed here.
      not have liblzma installed, you can get the latest version from
      `https://tukaani.org/xz/'.
 
+`--with-libgmp-prefix=DIR'
+     Build GDB using the GMP library installed at the directory DIR.
+     If your host does not have GMP installed, you can get the latest
+     version at `https://gmplib.org/'.
+
 `--with-mpfr'
      Build GDB with GNU MPFR, a library for multiple-precision
      floating-point computation with correct rounding.  (Done by
@@ -484,7 +498,7 @@ more obscure GDB `configure' options are not listed here.
      floating-point formats than the host.  If GNU MPFR is not
      available, GDB will fall back to using host floating-point
      arithmetic.  If your host does not have GNU MPFR installed, you
-     can get the latest version from `http://www.mpfr.org'.
+     can get the latest version from `https://www.mpfr.org/'.
 
 `--with-python[=PYTHON]'
      Build GDB with Python scripting support.  (Done by default if
@@ -583,12 +597,11 @@ of remote stubs to be used with remote.c.  They are designed to run
 standalone on an m68k, i386, or SPARC cpu and communicate properly
 with the remote.c stub over a serial line.
 
-   The directory gdb/gdbserver/ contains `gdbserver', a program that
+   The directory gdbserver/ contains `gdbserver', a program that
 allows remote debugging for Unix applications.  GDBserver is only
-supported for some native configurations, including Sun 3, Sun 4, and
-Linux.
+supported for some native configurations.
 
-   The file gdb/gdbserver/README includes further notes on GDBserver; in
+   The file gdbserver/README includes further notes on GDBserver; in
 particular, it explains how to build GDBserver for cross-debugging
 (where GDBserver runs on the target machine, which is of a different
 architecture than the host machine running GDB).