diff options
author | Michael Chastain <mec@google.com> | 2003-02-26 17:24:12 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-02-26 17:24:12 +0000 |
commit | 18972eea777ff3b1cfe54141862e8ce3368ab8f4 (patch) | |
tree | 0edc784421c02c1ea2f535eb5ee661a9f7e5470e /gdb/PROBLEMS | |
parent | bb6317d347dc460b2515e927648edc54d1d2bbe1 (diff) | |
download | gdb-18972eea777ff3b1cfe54141862e8ce3368ab8f4.zip gdb-18972eea777ff3b1cfe54141862e8ce3368ab8f4.tar.gz gdb-18972eea777ff3b1cfe54141862e8ce3368ab8f4.tar.bz2 |
2003-02-26 Michael Chastain <mec@shout.net>
Close PR build/660.
* PROBLEMS (i[3456]86-*-linux*): Note explicit error message
for old libc5/glibc.
* gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r-- | gdb/PROBLEMS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index f992b0b..8511263 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -69,9 +69,9 @@ building GDB vis: i[3456]86-*-linux* ------------------ -gdb/660: gdb does not build with linux libc5. The symptom is a parse -error before `uintptr_t'. Upgrade to glibc 2.1.3 or later, which -defines uintptr_t. +gdb/660: gdb does not build with GNU/Linux libc5. The symptom is a +parse error before `uintptr_t' or an error message about `uintptr_t'. +Upgrade to glibc 2.1.3 or later, which defines uintptr_t. gdb/1030: GNU binutils 2.12.1 and earlier versions do not work properly with gdb. If you use GNU binutils, upgrade to version 2.13 or later. |