mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 15:02:18 +00:00
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
* coff-rs6000.c (rs6000coff_vec): Initialize _bfd_init_private_section_data with _bfd_generic_init_private_section_data. (pmac_xcoff_vec): Likewise. * coff64-rs6000.c (rs6000coff64_vec): Likewise. (aix5coff64_vec): Likewise.
This commit is contained in:
parent
ccd2ec6a87
commit
60b488501c
@ -1,3 +1,12 @@
|
||||
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* coff-rs6000.c (rs6000coff_vec): Initialize
|
||||
_bfd_init_private_section_data with
|
||||
_bfd_generic_init_private_section_data.
|
||||
(pmac_xcoff_vec): Likewise.
|
||||
* coff64-rs6000.c (rs6000coff64_vec): Likewise.
|
||||
(aix5coff64_vec): Likewise.
|
||||
|
||||
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/1487
|
||||
|
@ -4135,6 +4135,7 @@ const bfd_target rs6000coff_vec =
|
||||
/* Copy */
|
||||
_bfd_xcoff_copy_private_bfd_data,
|
||||
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
|
||||
_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),
|
||||
@ -4385,6 +4386,7 @@ const bfd_target pmac_xcoff_vec =
|
||||
/* Copy */
|
||||
_bfd_xcoff_copy_private_bfd_data,
|
||||
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
|
||||
_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),
|
||||
|
@ -2682,6 +2682,7 @@ const bfd_target rs6000coff64_vec =
|
||||
/* Copy */
|
||||
_bfd_xcoff_copy_private_bfd_data,
|
||||
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
|
||||
_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),
|
||||
@ -2933,6 +2934,7 @@ const bfd_target aix5coff64_vec =
|
||||
/* Copy */
|
||||
_bfd_xcoff_copy_private_bfd_data,
|
||||
((bfd_boolean (*) (bfd *, bfd *)) bfd_true),
|
||||
_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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user