aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-03-01 20:39:07 +0000
committerNick Clifton <nickc@redhat.com>2000-03-01 20:39:07 +0000
commit86033394008aa009b3382199efa24b0cfa749862 (patch)
treed69205614c88f833cf46f7f09efe75b8e65ada6f /bfd/elflink.h
parent30e28a0e4beb1fae729bf1fd8dcce9074e154b3c (diff)
downloadfsf-binutils-gdb-86033394008aa009b3382199efa24b0cfa749862.zip
fsf-binutils-gdb-86033394008aa009b3382199efa24b0cfa749862.tar.gz
fsf-binutils-gdb-86033394008aa009b3382199efa24b0cfa749862.tar.bz2
Fix building with --enable-targets=all
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r--bfd/elflink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h
index 394f1c8..bddf290 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -83,7 +83,7 @@ elf_bfd_link_add_symbols (abfd, info)
/* Return true iff this is a non-common definition of a symbol. */
static boolean
is_global_symbol_definition (abfd, sym)
- bfd * abfd;
+ bfd * abfd ATTRIBUTE_UNUSED;
Elf_Internal_Sym * sym;
{
/* Local symbols do not count, but target specific ones might. */