|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug binutils/23299] macOS: objcopy renders object files unusable |
Date: | Wed, 20 Jun 2018 09:44:08 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23299 --- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c6643fcc058d6b4aebca75818fbbb705837a9fa3 commit c6643fcc058d6b4aebca75818fbbb705837a9fa3 Author: Nick Clifton <address@hidden> Date: Wed Jun 20 10:43:00 2018 +0100 Stop objcopy from corrupting mach-o files. PR 23299 * mach-o.c (cputype): New function. (cpusubtype): New function. (bfd_mach_o_bfd_print_private_data): New function. Dispalys the values in the MACH-O file header. (bfd_mach_o_bfd_copy_private_header_data): Copy the cputype and cpusubtype fields from the input bfd's mach-o header to the output bfd. * mach-o-target.c (bfd_mach_o_bfd_print_private_bfd_data): Redefine to bfd_mach_o_bfd_print_private_data. * mach-o.h (bfd_mach_o_bfd_print_private_bfd_data): Prototype. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |