2009-11-19 Tristan Gingold <gingold@adacore.com>

* coff-rs6000.c (rs6000coff_vec): Use generic routines instead of
	hard-coded casts.
	(pmac_xcoff_vec): Ditto.
	* coff64-rs6000.c (rs6000coff64_vec): Ditto.
	(aix5coff64_vec): Ditto.
This commit is contained in:
Tristan Gingold 2009-11-19 10:06:03 +00:00
parent f08e1e197a
commit ac96f0c73d
3 changed files with 40 additions and 32 deletions

View File

@ -1,3 +1,11 @@
2009-11-19 Tristan Gingold <gingold@adacore.com>
* coff-rs6000.c (rs6000coff_vec): Use generic routines instead of
hard-coded casts.
(pmac_xcoff_vec): Ditto.
* coff64-rs6000.c (rs6000coff64_vec): Ditto.
(aix5coff64_vec): Ditto.
2009-11-18 Alan Modra <amodra@bigpond.net.au>
* bfd-in.h (_bfd_elf_ppc_at_tls_transform): Declare.

View File

@ -4171,13 +4171,13 @@ const bfd_target rs6000coff_vec =
/* Copy */
_bfd_xcoff_copy_private_bfd_data,
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
_bfd_generic_bfd_merge_private_bfd_data,
_bfd_generic_init_private_section_data,
((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true),
((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true),
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
((bfd_boolean (*) (bfd *, flagword)) bfd_true),
((bfd_boolean (*) (bfd *, void * )) bfd_true),
_bfd_generic_bfd_copy_private_section_data,
_bfd_generic_bfd_copy_private_symbol_data,
_bfd_generic_bfd_copy_private_header_data,
_bfd_generic_bfd_set_private_flags,
_bfd_generic_bfd_print_private_bfd_data,
/* Core */
coff_core_file_failing_command,
@ -4186,8 +4186,8 @@ const bfd_target rs6000coff_vec =
/* Archive */
_bfd_xcoff_slurp_armap,
bfd_false,
((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) bfd_false),
_bfd_noarchive_slurp_extended_name_table,
_bfd_noarchive_construct_extended_name_table,
bfd_dont_truncate_arname,
_bfd_xcoff_write_armap,
_bfd_xcoff_read_ar_hdr,
@ -4424,13 +4424,13 @@ const bfd_target pmac_xcoff_vec =
/* Copy */
_bfd_xcoff_copy_private_bfd_data,
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
_bfd_generic_bfd_merge_private_bfd_data,
_bfd_generic_init_private_section_data,
((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true),
((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true),
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
((bfd_boolean (*) (bfd *, flagword)) bfd_true),
((bfd_boolean (*) (bfd *, void * )) bfd_true),
_bfd_generic_bfd_copy_private_section_data,
_bfd_generic_bfd_copy_private_symbol_data,
_bfd_generic_bfd_copy_private_header_data,
_bfd_generic_bfd_set_private_flags,
_bfd_generic_bfd_print_private_bfd_data,
/* Core */
coff_core_file_failing_command,
@ -4439,8 +4439,8 @@ const bfd_target pmac_xcoff_vec =
/* Archive */
_bfd_xcoff_slurp_armap,
bfd_false,
((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) bfd_false),
_bfd_noarchive_slurp_extended_name_table,
_bfd_noarchive_construct_extended_name_table,
bfd_dont_truncate_arname,
_bfd_xcoff_write_armap,
_bfd_xcoff_read_ar_hdr,

View File

@ -2741,13 +2741,13 @@ const bfd_target rs6000coff64_vec =
/* Copy */
_bfd_xcoff_copy_private_bfd_data,
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
_bfd_generic_bfd_merge_private_bfd_data,
_bfd_generic_init_private_section_data,
((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true),
((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true),
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
((bfd_boolean (*) (bfd *, flagword)) bfd_true),
((bfd_boolean (*) (bfd *, void * )) bfd_true),
_bfd_generic_bfd_copy_private_section_data,
_bfd_generic_bfd_copy_private_symbol_data,
_bfd_generic_bfd_copy_private_header_data,
_bfd_generic_bfd_set_private_flags,
_bfd_generic_bfd_print_private_bfd_data,
/* Core */
coff_core_file_failing_command,
@ -2756,8 +2756,8 @@ const bfd_target rs6000coff64_vec =
/* Archive */
xcoff64_slurp_armap,
bfd_false,
((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) bfd_false),
_bfd_noarchive_slurp_extended_name_table,
_bfd_noarchive_construct_extended_name_table,
bfd_dont_truncate_arname,
_bfd_xcoff_write_armap,
_bfd_xcoff_read_ar_hdr,
@ -2995,13 +2995,13 @@ const bfd_target aix5coff64_vec =
/* Copy */
_bfd_xcoff_copy_private_bfd_data,
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
_bfd_generic_bfd_merge_private_bfd_data,
_bfd_generic_init_private_section_data,
((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true),
((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true),
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
((bfd_boolean (*) (bfd *, flagword)) bfd_true),
((bfd_boolean (*) (bfd *, void * )) bfd_true),
_bfd_generic_bfd_copy_private_section_data,
_bfd_generic_bfd_copy_private_symbol_data,
_bfd_generic_bfd_copy_private_header_data,
_bfd_generic_bfd_set_private_flags,
_bfd_generic_bfd_print_private_bfd_data,
/* Core */
xcoff64_core_file_failing_command,
@ -3010,8 +3010,8 @@ const bfd_target aix5coff64_vec =
/* Archive */
xcoff64_slurp_armap,
bfd_false,
((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) bfd_false),
_bfd_noarchive_slurp_extended_name_table,
_bfd_noarchive_construct_extended_name_table,
bfd_dont_truncate_arname,
_bfd_xcoff_write_armap,
_bfd_xcoff_read_ar_hdr,