aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-11 17:10:07 +0000
committerNick Clifton <nickc@redhat.com>2005-02-11 17:10:07 +0000
commitcb7a88a4dd27fb2fd82ce56161188fb80174e36a (patch)
treef4fedecaa1643fd551b0e84c1b62b2fcd1c132a3 /bfd/coffcode.h
parent3e25964f9b4f3a7ccdf7b9addc97fdf39df9ee63 (diff)
downloadfsf-binutils-gdb-cb7a88a4dd27fb2fd82ce56161188fb80174e36a.zip
fsf-binutils-gdb-cb7a88a4dd27fb2fd82ce56161188fb80174e36a.tar.gz
fsf-binutils-gdb-cb7a88a4dd27fb2fd82ce56161188fb80174e36a.tar.bz2
(coff_std_swap_table): Add an unused attribute in case it is not used.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index b9dc23c..589b855 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -5296,7 +5296,7 @@ coff_final_link_postscript (abfd, pfinfo)
#define coff_SWAP_scnhdr_in coff_swap_scnhdr_in
#endif
-static const bfd_coff_backend_data bfd_coff_std_swap_table =
+static const bfd_coff_backend_data bfd_coff_std_swap_table ATTRIBUTE_UNUSED =
{
coff_SWAP_aux_in, coff_SWAP_sym_in, coff_SWAP_lineno_in,
coff_SWAP_aux_out, coff_SWAP_sym_out,