aboutsummaryrefslogtreecommitdiff
path: root/bfd/pdp11.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra1-72/+18
2024-04-04Re: USE_MMAP fuzzed object file attacksAlan Modra1-4/+3
2024-04-04USE_MMAP fuzzed object file attacksAlan Modra1-46/+50
2024-02-28PR23881, pdp11 binutils fails if too much debug dataAlan Modra1-2/+26
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-20/+17
2023-06-07_bfd_free_cached_infoAlan Modra1-19/+17
2023-03-29Re: Fix an aout memory leakAlan Modra1-2/+3
2023-01-05PR29963, PDP11 link produces spurious relocation truncated messagesPaul Koning1-3/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-23PR22509 - Null pointer dereference on coff_slurp_reloc_tableAlan Modra1-1/+3
2022-11-10Sanity check reloc count in get_reloc_upper_boundAlan Modra1-8/+12
2022-06-08Don't encode reloc.sizeAlan Modra1-1/+1
2022-06-08HOWTO size encodingAlan Modra1-3/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-24asan: aout: heap buffer overflowAlan Modra1-3/+2
2021-10-06PR28403, null pointer dereference in disassemble_bytesAlan Modra1-1/+2
2021-05-11PR27844, Unstable symbol name in objdump outputsAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-256/+256
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-11PR26107, Compilation failure in pdp11.cAlan Modra1-2/+2
2020-06-05Fix a use before initialization bug in the pdp11.c source file.Nick Clifton1-4/+5
2020-06-04Extend pdp11-aout symbol table format and code for .stab symbols.Stephen Casner1-31/+124
2020-06-04Correct a comment.Stephen Casner1-1/+1
2020-06-03Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c.Stephen Casner1-32/+100
2020-05-28Fix all unexpected failures in gas testsuite for pdp11-aout.Stephen Casner1-0/+3
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-31/+14
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-3/+4
2020-04-20When bfd/pdp11.c was copied from bfd/aoutx.h, the #defines for external symbo...Stephen Casner1-1/+3
2020-04-14Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner1-3/+59
2020-03-02bfd_cleanup for object_pAlan Modra1-7/+7
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-21PR25569, PDP11 ld -s clobbers last data byteAlan Modra1-127/+133
2020-02-19_bfd_alloc_and_readAlan Modra1-19/+7
2020-02-19bfd_size_type to size_tAlan Modra1-5/+5
2020-01-15Set the default page size of the PDP11 target to 8192 bytes.Lars Brinkhoff1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-9/+7
2019-09-18bfd_asymbol_* macrosAlan Modra1-1/+1
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-3/+3
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-21/+21
2019-02-24PR24144, pdp11-ld overwriting section data with zerosAlan Modra1-8/+0
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra1-17/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-4/+4
2018-02-16Remove bfd stub function casts.Alan Modra1-16/+28
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-56/+56
2017-04-13Use %A and %B in more error messagesAlan Modra1-5/+4