diff options
author | Michael Chastain <mec@google.com> | 2003-02-05 17:45:14 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-02-05 17:45:14 +0000 |
commit | 8cc15142e83c23ceb7b474c3937ff6548f2062db (patch) | |
tree | 9f78ef4da3ed07eeea0cccf67fd130485714d3cd /gdb | |
parent | 6349e62823303e3157524f9e34b6c84eb93f795a (diff) | |
download | gdb-8cc15142e83c23ceb7b474c3937ff6548f2062db.zip gdb-8cc15142e83c23ceb7b474c3937ff6548f2062db.tar.gz gdb-8cc15142e83c23ceb7b474c3937ff6548f2062db.tar.bz2 |
2003-02-05 Michael Chastain <mec@shout.net>
* PROBLEMS (i[3456]86-*-linux*): Warn about binutils
2.12.1 and earlier versions.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/PROBLEMS | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1188164..cf0b828 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-02-05 Michael Chastain <mec@shout.net> + + * PROBLEMS (i[3456]86-*-linux*): Warn about binutils + 2.12.1 and earlier versions. + 2003-02-05 Andrew Cagney <ac131313@redhat.com> Remove orphaned hosts, targets and files. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index b2f45d8..a26f3e0 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -65,3 +65,12 @@ building GDB vis: $ make CFLAGS='-O2 -D__digital__' + +i[3456]86-*-linux* +------------------ + +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: + + $ ld --version |