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.
This commit is contained in:
parent
22abf04a5d
commit
b18a0fd22d
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue