On Mon, 17 Sep 2001 10:53:50 +0200,
Christoph Hellwig <[EMAIL PROTECTED]> wrote:
>The version required by Linux itself is 2.9.1.0.25, so could
>you please either apply the patch (preffered) or write down
>somewhere what exactly the binutils requirement for kdb is?
You need at least GNU ld version 2.9.5 (with BFD 2.9.5.0.22) for kdb,
that is the minimum level I develop on. kdb uses bfd definitions which
do not exist before that version, it is not just ATTRIBUTE_UNUSED,
there are other declarations as well. Even binutils 2.9.5 defines
ATTRIBUTE_UNUSED in ansidecl.h.
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif /* ATTRIBUTE_UNUSED */