From: Nick Clifton Date: Fri, 11 Feb 2005 17:10:07 +0000 (+0000) Subject: (coff_std_swap_table): Add an unused attribute in case it is not used. X-Git-Tag: binutils-2_16-branchpoint~323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb7a88a4dd27fb2fd82ce56161188fb80174e36a;p=platform%2Fupstream%2Fbinutils.git (coff_std_swap_table): Add an unused attribute in case it is not used. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 78411ff..78412ec 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -29,6 +29,9 @@ * coff-tic4x.c (coff_rtype_to_howto): Move definition before inclusion of coffcode.h so that it is actually picked up. + * coffcode.h (coff_std_swap_table): Add an unused attribute in + case it is not used. + 2005-02-12 Alan Modra * elf64-ppc.c (toc_adjusting_stub_needed): Return true for 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,