diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-01 20:39:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-01 20:39:07 +0000 |
commit | 86033394008aa009b3382199efa24b0cfa749862 (patch) | |
tree | d69205614c88f833cf46f7f09efe75b8e65ada6f /bfd/elflink.h | |
parent | 30e28a0e4beb1fae729bf1fd8dcce9074e154b3c (diff) | |
download | gdb-86033394008aa009b3382199efa24b0cfa749862.zip gdb-86033394008aa009b3382199efa24b0cfa749862.tar.gz gdb-86033394008aa009b3382199efa24b0cfa749862.tar.bz2 |
Fix building with --enable-targets=all
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r-- | bfd/elflink.h | 2 |
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. */ |