summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
AgeCommit message (Expand)Author
2016-01-25Add missing end-of-comment marker to previous delta. (Doh!)Nick Clifton
2016-01-25Fix memory corruption on Mach-O systems by suppressing a memory tidy up.Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-11-18mach-o: use a per-target reloc canonicalize function.Tristan Gingold
2015-11-18mach-o cleanup: remove useless calls to bfd_seek.Tristan Gingold
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton
2015-08-12Remove trailing spaces in bfdH.J. Lu
2015-02-26Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton
2015-02-03Fix typo in previous delta for mach-o.c.Nick Clifton
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton
2015-01-06Another fix for an objdump crash when parsing a corrupt binary.Nick Clifton
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-12-16Fix a memory access violation triggeed by a fuzzed binary.Nick Clifton
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra
2014-04-24PR16867, linking object with separate debug fileAlan Modra
2014-04-18mach-o: layout executablesTristan Gingold
2014-04-18mach-o: Define copy_private_header instead of copy_private_bfd.Tristan Gingold
2014-04-18mach-o: remove name_len field.Tristan Gingold
2014-04-18mach-o: add page_size to backend data.Tristan Gingold
2014-04-18mach-o.c: use boolean instead of int to return status.Tristan Gingold
2014-04-04mach-o: reject 64 bit targets when not configured for.Tristan Gingold
2014-04-04mach-o: fix section name conversion from bfd to mach-o.Tristan Gingold
2014-04-03mach-o: fix section number while writing symbols.Tristan Gingold
2014-04-02mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.Tristan Gingold
2014-04-01bfd/mach-o: avoid a crash when num == 0 in reloc.Tristan Gingold
2014-03-27Mach-O: disp dyld environment command in objdump -P load.Tristan Gingold
2014-03-27Mach-O: add objdump -P function_starts to display function starts.Tristan Gingold
2014-03-26Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64.Tristan Gingold
2014-03-17mach-o: handle lasz load dylib command.Tristan Gingold
2014-03-05Update copyright yearsAlan Modra
2014-01-02 PR binutils/11983Nick Clifton
2013-12-05Clear allocated target data.Tristan Gingold
2013-07-18 * mach-o.c (mach_o_section_name_xlat dw): Add entry forNick Clifton
2013-04-17 * coffcode.h: Added a cast to void when a bfd_set_section_*()Nick Clifton
2013-02-042013-02-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2013-01-312013-01-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra
2013-01-10Remove trailing white spaces in bfdH.J. Lu
2012-11-14bfd/Tristan Gingold
2012-11-142012-11-14 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-11-06 * mach-o.c (bfd_mach_o_close_and_cleanup): Don't callAlan Modra
2012-08-20 * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc forTom Tromey
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant
2012-02-23deal with endian-ness in mach-o non-scattered relocs.Iain Sandoe
2012-02-10bfd:Iain Sandoe