From: Michael Chastain Date: Wed, 5 Feb 2003 17:45:14 +0000 (+0000) Subject: 2003-02-05 Michael Chastain X-Git-Tag: binutils-2_14-branchpoint~941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cc15142e83c23ceb7b474c3937ff6548f2062db;p=platform%2Fupstream%2Fbinutils.git 2003-02-05 Michael Chastain * PROBLEMS (i[3456]86-*-linux*): Warn about binutils 2.12.1 and earlier versions. --- 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 + + * PROBLEMS (i[3456]86-*-linux*): Warn about binutils + 2.12.1 and earlier versions. + 2003-02-05 Andrew Cagney 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