aboutsummaryrefslogtreecommitdiff
path: root/bfd/pdp11.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-4/+8
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-4/+4
2016-05-28Return void from linker callbacksAlan Modra1-28/+19
2016-05-25Skip an archive element if not added by linkerH.J. Lu1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-01Trim unused params from aout adjust_sizes_and_vmasAlan Modra1-20/+5
2015-12-01Invoke aout N_* macros with pointer to struct internal_execAlan Modra1-27/+27
2015-11-20Synchronize PDP11 page size between BFD and LD.David Bridgham1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-6/+6
2015-02-24Fix the gas test align2 for the PDP11 by ensuring that the .text and .data se...Nick Clifton1-0/+8
2015-02-15This fixes a bug I introduced to the PDP11 target when I was trying to fix an...Nick Clifton1-1/+6
2015-01-27Fix memory access violations triggered by running dlltool on corrupt binaries.Nick Clifton1-0/+3
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-2/+5
2014-08-05Fix LTO vs. COFF archivesAlan Modra1-1/+3
2014-06-13Make bfd.link_next field a unionAlan Modra1-3/+3