lto test fails with -fno-inline in CFLAGS
[binutils-gdb.git] / bfd / mach-o.c
2023-06-21 Alan Modramacho-o.c don't leak strtab
2023-06-07 Alan Modra_bfd_free_cached_info
2023-03-17 Alan Modramach-o: out of memory in get_dynamic_reloc_upper_bound
2023-03-06 Alan Modramacho null dereference read
2023-02-10 Alan Modraobjcopy of mach-o indirect symbols
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-11-10 Alan Modramach-o reloc size overflow
2022-11-10 Alan ModraSanity check reloc count in get_reloc_upper_bound
2022-10-14 Alan ModraPR29677, Field `the_bfd` of `asymbol` is uninitialised
2022-09-14 Alan Modralooping in bfd_mach_o_fat_openr_next_archived_file
2022-08-06 Alan Modramsan: bfd_mach_o_layout_commands use of uninitialised...
2022-06-04 Alan Modraasan: uninitialised write in bfd_mach_o_write_contents
2022-05-27 Alan ModraRemove use of bfd_uint64_t and similar
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2022-01-01 Alan Modraubsan: bfd_mach_o_build_commands shift exponent 64...
2021-11-06 Alan Modraubsan: undefined shift in mach-o.c
2021-11-01 Alan Modramacho-o archive sanity checks
2021-10-28 Alan Modrabfd: remove use of INLINE
2021-07-30 Alan Modrareloc_upper_bound size calculations
2021-04-30 Nick CliftonFix illegal memory access parsing a corrupt MACH-O...
2021-03-31 Alan ModraUse bool in bfd
2021-03-29 Alan ModraTRUE/FALSE simplification
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-18 Alan ModraRemove some static buffers
2020-06-22 Saagar JhaRecognize some new Mach-O load commands
2020-05-20 Alan ModraPR25993, read of freed memory
2020-05-19 Alan ModraUse bfd_get_filename throughout bfd
2020-03-02 Alan Modrabfd_cleanup for object_p
2020-02-21 Alan ModraFuzzers whining about mach-o support
2020-02-19 Alan Modra_bfd_alloc_and_read
2020-02-19 Alan ModraMiscellaneous memory alloc related fixes
2020-02-19 Alan Modra_bfd_mul_overflow
2020-02-19 Alan ModraCheck return status of memory alloc functions
2020-01-06 Alan ModraBasic error checking for mach-o
2020-01-03 Nick CliftonFix potential illegal memory access failures in the...
2020-01-03 Jan BeulichMach-O: misc build adjustments
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan ModraUse bfd_set_filename more
2019-08-14 Alan ModraRemove _bfd_dwarf2_find_nearest_line addr_size parameter
2019-06-26 Nick CliftonEnsure that when attempting to process an ARM Mach...
2019-04-03 Alan ModraBFD whitespace fixes
2019-03-28 Alan ModraPR24392, Clang warning Wtautological-constant-out-of...
2019-03-12 Alan ModraDon't use bfd_get_file_size in objdump
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-12-18 Alan ModraInclude bfd_stdint.h in bfd.h
2018-11-07 Roman BolshakovAdd support for new load commands added by Apple to...
2018-11-06 Nick CliftonAdd support for a couple of new Mach-O commands.
2018-08-21 mephi42Fix running objcopy on Mach-O binaries.
2018-07-02 Tom TromeyAllow BFD to recognize macOS universal libraries
2018-06-20 Nick CliftonStop objcopy from corrupting mach-o files.
2018-04-16 Alan ModraRemove m88k support
2018-04-11 Alan ModraRemove i860, i960, bout and aout-adobe targets
2018-02-19 Alan Modra%L conversions
2018-02-19 Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-16 Alan ModraRemove bfd stub function casts.
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-07-27 Nick CliftonFix address violation issues encountered when parsing...
2017-07-24 Nick CliftonFix address violation errors parsing corrupt binary...
2017-07-12 Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-05-18 Alan ModraDon't compare boolean values against TRUE or FALSE
2017-01-03 Nick CliftonFix compile time warning about using a possibly uniniti...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-10-19 Nick CliftonAdd c-format tags to translatable strings with more...
2016-09-30 Alan ModraRemove syntactic sugar
2016-06-14 Alan ModraSet my_archive for thin archives
2016-01-25 Nick CliftonAdd missing end-of-comment marker to previous delta...
2016-01-25 Nick CliftonFix memory corruption on Mach-O systems by suppressing...
2016-01-01 Alan ModraCopyright update for binutils
2015-11-18 Tristan Gingoldmach-o: use a per-target reloc canonicalize function.
2015-11-18 Tristan Gingoldmach-o cleanup: remove useless calls to bfd_seek.
2015-09-23 Nick CliftonFix compile time warnings generated when compiling...
2015-08-12 H.J. LuRemove trailing spaces in bfd
2015-02-26 Nick CliftonFixes illegal memory access errors and arithmetic overf...
2015-02-03 Nick CliftonFix typo in previous delta for mach-o.c.
2015-02-03 Nick CliftonMore fixes for illegal memory accesses triggered by...
2015-01-21 Nick CliftonFix memory access violations triggered by running strip...
2015-01-06 Nick CliftonAnother fix for an objdump crash when parsing a corrupt...
2015-01-05 Nick CliftonMore fixes for invalid memory accesses triggered by...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-22 Nick CliftonMore fixes for memory access violations exposed by...
2014-12-16 Nick CliftonFix a memory access violation triggeed by a fuzzed...
2014-11-26 Nick CliftonMore fixes for memory access errors triggered by attemp...
2014-11-21 Nick CliftonFixes for memory access violations exposed by fuzzinf...
2014-10-15 Alan ModraMerge bfd_find_nearest_line variants
2014-04-24 Alan ModraPR16867, linking object with separate debug file
2014-04-18 Tristan Gingoldmach-o: layout executables
2014-04-18 Tristan Gingoldmach-o: Define copy_private_header instead of copy_priv...
2014-04-18 Tristan Gingoldmach-o: remove name_len field.
2014-04-18 Tristan Gingoldmach-o: add page_size to backend data.
2014-04-18 Tristan Gingoldmach-o.c: use boolean instead of int to return status.
2014-04-04 Tristan Gingoldmach-o: reject 64 bit targets when not configured for.
2014-04-04 Tristan Gingoldmach-o: fix section name conversion from bfd to mach-o.
2014-04-03 Tristan Gingoldmach-o: fix section number while writing symbols.
2014-04-02 Tristan Gingoldmach-o: read and dump: prebound_dylib, prebind_cksum...
2014-04-01 Tristan Gingoldbfd/mach-o: avoid a crash when num == 0 in reloc.
2014-03-27 Tristan GingoldMach-O: disp dyld environment command in objdump -P...
2014-03-27 Tristan GingoldMach-O: add objdump -P function_starts to display funct...
2014-03-26 Tristan GingoldMach-O: Add BFD_MACH_O_CPU_TYPE_ARM64.
next