From b18a0fd22d2f54d8e23ecd0d28a6a4b3efea21cb Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Tue, 25 Feb 2003 21:58:20 +0000 Subject: [PATCH] 2003-02-25 Michael Chastain * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later to avoid uintptr_t definition problems. --- gdb/ChangeLog | 5 +++++ gdb/PROBLEMS | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 71b00cb9b93..4fcb5b10d2a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-02-25 Michael Chastain + + * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later + to avoid uintptr_t definition problems. + 2003-02-25 David Carlton * symtab.h (SYMBOL_NATURAL_NAME): New macro. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index a26f3e0b2fc..f992b0bc77e 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -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: -- 2.30.2