* coff-rs6000.c: Formatting fixes.
(xcoff_calculate_relocation): Use PARAMS in declaration. (xcoff_complain_overflow): Likewise. (xcoff_ppc_relocate_section): Use old-style function pointer call. (bfd_xcoff_backend_data): Remove useless comments. (rs6000coff_vec): Likewise. (bfd_pmac_xcoff_backend_data): Likewise. (pmac_xcoff_vec): Likewise. * coff64-rs6000.c: Formatting fixes. (xcoff64_calculate_relocation): Use PARAMS in declaration. (xcoff64_ppc_relocate_section): Use old-style function pointer call. (bfd_xcoff_backend_data): Remove useless comments. (rs6000coff64_vec): Likewise. (bfd_xcoff_aix5_backend_data): Likewise. (aix5coff64_vec): Likewise.
This commit is contained in:
parent
a78eab4eaf
commit
cf9ab45bc0
3 changed files with 1663 additions and 1707 deletions
|
@ -1,3 +1,21 @@
|
|||
2002-08-06 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* coff-rs6000.c: Formatting fixes.
|
||||
(xcoff_calculate_relocation): Use PARAMS in declaration.
|
||||
(xcoff_complain_overflow): Likewise.
|
||||
(xcoff_ppc_relocate_section): Use old-style function pointer call.
|
||||
(bfd_xcoff_backend_data): Remove useless comments.
|
||||
(rs6000coff_vec): Likewise.
|
||||
(bfd_pmac_xcoff_backend_data): Likewise.
|
||||
(pmac_xcoff_vec): Likewise.
|
||||
* coff64-rs6000.c: Formatting fixes.
|
||||
(xcoff64_calculate_relocation): Use PARAMS in declaration.
|
||||
(xcoff64_ppc_relocate_section): Use old-style function pointer call.
|
||||
(bfd_xcoff_backend_data): Remove useless comments.
|
||||
(rs6000coff64_vec): Likewise.
|
||||
(bfd_xcoff_aix5_backend_data): Likewise.
|
||||
(aix5coff64_vec): Likewise.
|
||||
|
||||
2002-08-06 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* coff-rs6000.c (xcoff_howto_table): Revert some of last change to
|
||||
|
|
2178
bfd/coff-rs6000.c
2178
bfd/coff-rs6000.c
File diff suppressed because it is too large
Load diff
1174
bfd/coff64-rs6000.c
1174
bfd/coff64-rs6000.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue