summaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-09-30 10:50:03 +0000
committerNick Clifton <nickc@redhat.com>2008-09-30 10:50:03 +0000
commit3196c415a0bfdd612e1a5b99639f942e096a7b79 (patch)
treeafe94a8474668f0692cae8639b675e6f51fe4792 /bfd/coff64-rs6000.c
parent83a4750af53cdfd809b48c72d7b08d4f266be177 (diff)
downloadbinutils-redhat-3196c415a0bfdd612e1a5b99639f942e096a7b79.tar.gz
* coffgen.c (coff_write_symbols): Check to see if a symbol's flags
do not match it class and if necessary update the class. (null_error_handler): New function. Suppresses the generation of bfd error messages. * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment. * config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as S_SET_STORAGE_CLASS.
Diffstat (limited to 'bfd/coff64-rs6000.c')
-rw-r--r--bfd/coff64-rs6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c
index 7a0ec1f2ca..ee797ed4a2 100644
--- a/bfd/coff64-rs6000.c
+++ b/bfd/coff64-rs6000.c
@@ -2580,7 +2580,7 @@ static const struct xcoff_backend_data_rec bfd_xcoff_backend_data =
coff_print_aux,
dummy_reloc16_extra_cases,
dummy_reloc16_estimate,
- NULL, /* bfd_coff_sym_is_global */
+ NULL, /* bfd_coff_symbol_classification */
coff_compute_section_file_positions,
NULL, /* _bfd_coff_start_final_link */
xcoff64_ppc_relocate_section,