diff options
author | Nick Clifton <nickc@redhat.com> | 2008-09-30 10:50:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-09-30 10:50:03 +0000 |
commit | e144674af8458b72b0f03fc68989b00101773543 (patch) | |
tree | 834b85c7328bacebbcb60963a1728fc22d6ae4d0 /bfd/coff64-rs6000.c | |
parent | 34b23dab7edd4ba72695b8c352be4ca2496553f1 (diff) | |
download | gdb-e144674af8458b72b0f03fc68989b00101773543.zip gdb-e144674af8458b72b0f03fc68989b00101773543.tar.gz gdb-e144674af8458b72b0f03fc68989b00101773543.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c index 7a0ec1f..ee797ed 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, |