From: Daniel Jacobowitz Date: Fri, 30 Mar 2007 12:58:13 +0000 (+0000) Subject: * README: Mention ISO C library requirement. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30b50213ec9759b035bc719efb13ef5e090ed7ef;p=binutils-gdb.git * README: Mention ISO C library requirement. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f34bf5cfc4..97171403a23 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-03-30 Daniel Jacobowitz + + * README: Mention ISO C library requirement. + 2007-03-30 Daniel Jacobowitz * Makefile.in (SFILES): Remove nlmread.c. diff --git a/gdb/README b/gdb/README index 05b3fab02ed..1857d17efcf 100644 --- a/gdb/README +++ b/gdb/README @@ -87,7 +87,9 @@ Bugs' section below; there are a few known problems. GDB requires an ISO C (ANSI C) compiler. If you do not have an ISO C compiler for your system, you may be able to download and install the GNU CC compiler. It is available via anonymous FTP from the -directory `ftp://ftp.gnu.org/pub/gnu/gcc'. +directory `ftp://ftp.gnu.org/pub/gnu/gcc'. GDB also requires an ISO +C standard library. The GDB remote server, gdbserver, builds with some +non-ISO standard libraries - e.g. for Windows CE. GDB uses Expat, an XML parsing library, to implement some target-specific features. Expat will be linked in if it is available at build time, or