summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
Commit message (Expand)AuthorAgeFilesLines
* Allow BFD to recognize macOS universal librariesTom Tromey2018-07-021-1/+8
* Stop objcopy from corrupting mach-o files.Nick Clifton2018-06-201-3/+137
* Remove m88k supportAlan Modra2018-04-161-5/+0
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-5/+0
* %L conversionsAlan Modra2018-02-191-2/+3
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-442/+442
* Fix address violation issues encountered when parsing corrupt binaries.Nick Clifton2017-07-271-0/+3
* Fix address violation errors parsing corrupt binary files.Nick Clifton2017-07-241-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-19/+19
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* Fix compile time warning about using a possibly uninitialised variable.Nick Clifton2017-01-031-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+6
* Remove syntactic sugarAlan Modra2016-09-301-27/+33
* Set my_archive for thin archivesAlan Modra2016-06-141-1/+1
* Add missing end-of-comment marker to previous delta. (Doh!)Nick Clifton2016-01-251-1/+1
* Fix memory corruption on Mach-O systems by suppressing a memory tidy up.Nick Clifton2016-01-251-0/+12
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* mach-o: use a per-target reloc canonicalize function.Tristan Gingold2015-11-181-76/+99
* mach-o cleanup: remove useless calls to bfd_seek.Tristan Gingold2015-11-181-85/+67
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-1/+1
* Remove trailing spaces in bfdH.J. Lu2015-08-121-10/+10
* Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton2015-02-261-0/+13
* Fix typo in previous delta for mach-o.c.Nick Clifton2015-02-031-1/+1
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-35/+45
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-20/+34
* Another fix for an objdump crash when parsing a corrupt binary.Nick Clifton2015-01-061-1/+3
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2015-01-051-12/+49
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-221-0/+2
* Fix a memory access violation triggeed by a fuzzed binary.Nick Clifton2014-12-161-2/+4
* More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton2014-11-261-7/+19
* Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton2014-11-211-8/+14
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-9/+8
* PR16867, linking object with separate debug fileAlan Modra2014-04-241-1/+2
* mach-o: layout executablesTristan Gingold2014-04-181-436/+1079
* mach-o: Define copy_private_header instead of copy_private_bfd.Tristan Gingold2014-04-181-1/+1
* mach-o: remove name_len field.Tristan Gingold2014-04-181-11/+15
* mach-o: add page_size to backend data.Tristan Gingold2014-04-181-0/+6
* mach-o.c: use boolean instead of int to return status.Tristan Gingold2014-04-181-141/+141
* mach-o: reject 64 bit targets when not configured for.Tristan Gingold2014-04-041-0/+9
* mach-o: fix section name conversion from bfd to mach-o.Tristan Gingold2014-04-041-4/+5
* mach-o: fix section number while writing symbols.Tristan Gingold2014-04-031-7/+16
* mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.Tristan Gingold2014-04-021-5/+67
* bfd/mach-o: avoid a crash when num == 0 in reloc.Tristan Gingold2014-04-011-2/+1
* Mach-O: disp dyld environment command in objdump -P load.Tristan Gingold2014-03-271-3/+1
* Mach-O: add objdump -P function_starts to display function starts.Tristan Gingold2014-03-271-5/+37