diff options
author | Clément Chigot <clement.chigot@atos.net> | 2021-03-11 11:08:18 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-03-12 13:09:21 +1030 |
commit | 0c929e83c1fdb29e553021b1d03565862accfd2d (patch) | |
tree | 6fab5abcfbde1b952d9fed6f4f4ac0292721c835 /bfd/ChangeLog | |
parent | 6d4d932867fa8b3c685b3a358bf81f7f6c6ea7d6 (diff) | |
download | gdb-0c929e83c1fdb29e553021b1d03565862accfd2d.zip gdb-0c929e83c1fdb29e553021b1d03565862accfd2d.tar.gz gdb-0c929e83c1fdb29e553021b1d03565862accfd2d.tar.bz2 |
bfd: move xcoff64_ppc_relocate_section after the HOWTO table
This will be needed for later commits, as xcoff64_ppc_relocate_section
will use the HOWTO table unlike now.
* coff64-rs6000.c (xcoff64_ppc_relocate_section): Move.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95dcc57..9c301d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2021-03-12 Clément Chigot <clement.chigot@atos.net> + * coff64-rs6000.c (xcoff64_ppc_relocate_section): Move. + +2021-03-12 Clément Chigot <clement.chigot@atos.net> + * coff64-rs6000.c (xcoff64_write_object_contents): Remove. * coffcode.h (coff_write_object_contents): Add bfd_mach_ppc_620 support for o_cputype field. Avoid creating an empty a.out header |