2003-02-25 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Tue, 25 Feb 2003 21:58:20 +0000 (21:58 +0000)
committerMichael Chastain <mec@google.com>
Tue, 25 Feb 2003 21:58:20 +0000 (21:58 +0000)
* PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
to avoid uintptr_t definition problems.

gdb/ChangeLog
gdb/PROBLEMS

index 71b00cb9b934f2ad95c1f75a2b9a948d113b4e79..4fcb5b10d2a1ebe75f6a25727ca3fd20f6a2a418 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-25  Michael Chastain  <mec@shout.net>
+
+       * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
+       to avoid uintptr_t definition problems.
+
 2003-02-25  David Carlton  <carlton@math.stanford.edu>
 
        * symtab.h (SYMBOL_NATURAL_NAME): New macro.
index a26f3e0b2fc87868bf6db4d76349d91915b65cd7..f992b0bc77ede7aa8b95bb9eda368cf87e5aa0d8 100644 (file)
@@ -69,6 +69,10 @@ 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/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.
 You can check the version of binutils with the command:
This page took 0.039683 seconds and 4 git commands to generate.