Remove path name from test case
[binutils-gdb.git] / bfd / aoutx.h
2023-08-08 Alan ModraRename bfd_bread and bfd_bwrite
2023-06-07 Alan Modra_bfd_free_cached_info
2023-01-06 Alan ModraFix an aout memory leak
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-11-23 Alan ModraPR22509 - Null pointer dereference on coff_slurp_reloc_...
2022-11-10 Alan ModraSanity check reloc count in get_reloc_upper_bound
2022-09-24 Alan ModraRe: bfd_cleanup for object_p
2022-06-08 Alan ModraDon't encode reloc.size
2022-06-08 Alan ModraHOWTO size encoding
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-10-28 Alan Modrabfd: remove use of INLINE
2021-10-24 Alan Modraasan: aout: heap buffer overflow
2021-10-06 Alan ModraPR28403, null pointer dereference in disassemble_bytes
2021-05-11 Alan ModraPR27844, Unstable symbol name in objdump outputs
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-06-04 Stephen CasnerCorrect a comment.
2020-06-03 Gunther NiklThis patch set for the generic BFD a.out backend remove...
2020-05-21 Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-05-19 Alan ModraUse bfd_get_filename throughout bfd
2020-05-12 Gunther Nikl [PATCH] bfd: Fix 64-bit relocation handling for a.out
2020-04-29 Gunther Niklbfd: Fix 64-bit relocation handling for a.out
2020-03-02 Alan Modrabfd_cleanup for object_p
2020-02-26 Alan ModraIndent labels
2020-02-21 Alan ModraPR25569, PDP11 ld -s clobbers last data byte
2020-02-19 Alan Modra_bfd_alloc_and_read
2020-02-19 Alan ModraMiscellaneous memory alloc related fixes
2020-02-19 Alan Modrabfd_size_type to size_t
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-18 Alan ModraDon't use bfd_get_* macro to set bfd fields
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-12-17 Alan ModraPR23994, libbfd integer overflow
2018-04-23 Nick CliftonPrevent an illegal memory access in gprof by ensuring...
2018-04-17 Nick CliftonFix illegal memory accesses trigeered when linking...
2018-04-16 Alan ModraRemove m68k-aout and m68k-coff support
2018-04-16 Alan ModraRemove m88k support
2018-04-16 Alan ModraRemove sony newsos3 support
2018-04-11 Alan ModraRemove i860, i960, bout and aout-adobe targets
2018-02-28 Alan ModraPR22887, null pointer dereference in aout_32_swap_std_r...
2018-02-28 Alan ModraNonsense error messages on invalid aout string offset
2018-02-25 Alan Modraunrecognized/unsupported reloc message
2018-02-19 Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-01-12 Alan ModraFix override of common symbols for a.out
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-10-17 Alan ModraPR22306, Invalid free() in slurp_symtab()
2017-05-19 Jose E. Marchesibinutils: support for the SPARC M8 processor
2017-04-13 Alan ModraUse %A and %B in more error messages
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-06 Nick CliftonFix seg-fault running strip on a corrupt binary.
2016-12-05 Nick CliftonFix seg-fault running strip on a corrupt binary.
2016-12-05 Nick CliftonFix seg-fault in linker parsing a corrupt input file.
2016-12-05 Nick CliftonFix assertion failure in linker triggered by corrupt...
2016-12-02 Nick CliftonFix seg-fault in the linker when examining a corrupt...
2016-12-01 Nick CliftonFix a seg-fault disassembling a corrupt binary.
2016-12-01 Nick CliftonFix seg-fault running addr2line on a corrupt binary.
2016-10-19 Nick CliftonAdd c-format tags to translatable strings with more...
2016-09-30 Alan ModraRemove syntactic sugar
2016-06-17 Jose E. Marchesibfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectu...
2016-05-28 Alan ModraReturn void from linker callbacks
2016-02-19 Nick CliftonPrevent a seg-fault in the linker when accessing a...
2016-01-01 Alan ModraCopyright update for binutils
2015-12-01 Alan ModraTrim unused params from aout adjust_sizes_and_vmas
2015-12-01 Alan ModraInvoke aout N_* macros with pointer to struct internal_exec
2015-08-18 H.J. LuAdd output_type to bfd_link_info
2015-01-19 Alan ModraFallout from recent bfd_reloc_outofrange changes
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-11-07 Alan Modraaoutx.h tidy
2014-11-06 Nick CliftonRevert changes in previous deltas that introduced new...
2014-11-03 Nick CliftonMore fixes for buffer overruns instigated by corrupt...
2014-10-15 Alan ModraMerge bfd_find_nearest_line variants
2014-09-15 Andrew BennettAdd support for MIPS R6.
2014-08-05 Alan ModraFix LTO vs. COFF archives
2014-07-04 Alan ModraUpdate "configure.in" in comments and doco
2014-06-13 Alan ModraMake bfd.link_next field a union
2014-05-07 Andrew BennettAdd MIPS r3 and r5 support.
2014-05-02 Alan Modrabfd target vector rationalisation
2014-03-05 Alan ModraUpdate copyright years
2012-05-01 Nick Clifton PR binutils/13121
2011-06-13 Alan Modra * linker.c (bfd_link_hash_traverse): Follow warning...
2011-03-03 Michael Snyder2011-03-03 Michael Snyder <msnyder@vmware.com>
2010-12-13 Alan Modra * aoutx.h (aout_link_check_ar_symbols): Formatting.
2010-10-14 Dave KornApplied patch series for LD plugin interface (six parts).
2010-08-25 Alan Modra * aout-arm.c (MY(bfd_reloc_type_lookup)): Use bfd_arch...
2010-07-22 Alan Modra * aoutx.h (some_aout_object_p): Don't set EXEC_P for...
2010-04-09 Nick Cliftonbfd/ChangeLog
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-10-14 Alan Modrainclude/
2009-09-09 Nick Clifton Updated soruces in bfd/* to compile cleanly...
2009-09-02 Alan Modraupdate copyright dates
2009-08-29 Nick Clifton Updated sources to avoid using the identifier...
2009-07-02 Tom Tromey * aoutx.h (aout_get_external_symbols): Declare 'amt...
2009-02-03 Joseph Myersbfd:
2008-11-28 Thiemo Seufer * aoutx.h (NAME): Add case statements for bfd_mach_mip...
2007-08-09 Michael Snyder2007-08-09 Michael Snyder <msnyder@access-company...
2007-08-01 Michael Snyder2007-08-01 Michael Snyder <msnyder@access-company...
2007-08-01 Alan Modra * aoutx.h (swap_ext_reloc_in): Set howto to NULL for...
next