summaryrefslogtreecommitdiff
path: root/bfd/pdp11.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-10-24asan: aout: heap buffer overflowAlan Modra
2021-10-06PR28403, null pointer dereference in disassemble_bytesAlan Modra
2021-05-11PR27844, Unstable symbol name in objdump outputsAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-06-11PR26107, Compilation failure in pdp11.cAlan Modra
2020-06-05Fix a use before initialization bug in the pdp11.c source file.Nick Clifton
2020-06-04Extend pdp11-aout symbol table format and code for .stab symbols.Stephen Casner
2020-06-04Correct a comment.Stephen Casner
2020-06-03Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c.Stephen Casner
2020-05-28Fix all unexpected failures in gas testsuite for pdp11-aout.Stephen Casner
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-04-20When bfd/pdp11.c was copied from bfd/aoutx.h, the #defines for external symbo...Stephen Casner
2020-04-14Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner
2020-03-02bfd_cleanup for object_pAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-21PR25569, PDP11 ld -s clobbers last data byteAlan Modra
2020-02-19_bfd_alloc_and_readAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-15Set the default page size of the PDP11 target to 8192 bytes.Lars Brinkhoff
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18bfd_asymbol_* macrosAlan Modra
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra
2019-02-24PR24144, pdp11-ld overwriting section data with zerosAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-02-16Remove bfd stub function casts.Alan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-05-25Skip an archive element if not added by linkerH.J. Lu
2016-01-01Copyright update for binutilsAlan Modra
2015-12-01Trim unused params from aout adjust_sizes_and_vmasAlan Modra
2015-12-01Invoke aout N_* macros with pointer to struct internal_execAlan Modra
2015-11-20Synchronize PDP11 page size between BFD and LD.David Bridgham
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-02-24Fix the gas test align2 for the PDP11 by ensuring that the .text and .data se...Nick Clifton
2015-02-15This fixes a bug I introduced to the PDP11 target when I was trying to fix an...Nick Clifton
2015-01-27Fix memory access violations triggered by running dlltool on corrupt binaries.Nick Clifton