Age | Commit message (Expand) | Author | Files | Lines |
2025-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2024-12-16 | goodbye aout_section_data | Alan Modra | 1 | -12/+5 |
2024-12-14 | Delete asection.symbol_ptr_ptr | Alan Modra | 1 | -5/+5 |
2024-12-12 | tdata related object_p tidy for various formats | Alan Modra | 1 | -8/+1 |
2024-04-11 | Remove bfdwin.c | Alan Modra | 1 | -72/+18 |
2024-04-04 | Re: USE_MMAP fuzzed object file attacks | Alan Modra | 1 | -4/+3 |
2024-04-04 | USE_MMAP fuzzed object file attacks | Alan Modra | 1 | -46/+50 |
2024-02-28 | PR23881, pdp11 binutils fails if too much debug data | Alan Modra | 1 | -2/+26 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -20/+17 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -19/+17 |
2023-03-29 | Re: Fix an aout memory leak | Alan Modra | 1 | -2/+3 |
2023-01-05 | PR29963, PDP11 link produces spurious relocation truncated messages | Paul Koning | 1 | -3/+3 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-11-23 | PR22509 - Null pointer dereference on coff_slurp_reloc_table | Alan Modra | 1 | -1/+3 |
2022-11-10 | Sanity check reloc count in get_reloc_upper_bound | Alan Modra | 1 | -8/+12 |
2022-06-08 | Don't encode reloc.size | Alan Modra | 1 | -1/+1 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -3/+3 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-10-24 | asan: aout: heap buffer overflow | Alan Modra | 1 | -3/+2 |
2021-10-06 | PR28403, null pointer dereference in disassemble_bytes | Alan Modra | 1 | -1/+2 |
2021-05-11 | PR27844, Unstable symbol name in objdump outputs | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -256/+256 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-06-11 | PR26107, Compilation failure in pdp11.c | Alan Modra | 1 | -2/+2 |
2020-06-05 | Fix a use before initialization bug in the pdp11.c source file. | Nick Clifton | 1 | -4/+5 |
2020-06-04 | Extend pdp11-aout symbol table format and code for .stab symbols. | Stephen Casner | 1 | -31/+124 |
2020-06-04 | Correct a comment. | Stephen Casner | 1 | -1/+1 |
2020-06-03 | Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c. | Stephen Casner | 1 | -32/+100 |
2020-05-28 | Fix all unexpected failures in gas testsuite for pdp11-aout. | Stephen Casner | 1 | -0/+3 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -31/+14 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -3/+4 |
2020-04-20 | When bfd/pdp11.c was copied from bfd/aoutx.h, the #defines for external symbo... | Stephen Casner | 1 | -1/+3 |
2020-04-14 | Fixes for the magic number used in PDP11 AOUT binaries. | Stephen Casner | 1 | -3/+59 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -7/+7 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-21 | PR25569, PDP11 ld -s clobbers last data byte | Alan Modra | 1 | -127/+133 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -19/+7 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -5/+5 |
2020-01-15 | Set the default page size of the PDP11 target to 8192 bytes. | Lars Brinkhoff | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -9/+7 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -1/+1 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -3/+3 |
2019-03-12 | Don't use bfd_get_file_size in objdump | Alan Modra | 1 | -21/+21 |
2019-02-24 | PR24144, pdp11-ld overwriting section data with zeros | Alan Modra | 1 | -8/+0 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-04-16 | Remove m68k-aout and m68k-coff support | Alan Modra | 1 | -17/+2 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -4/+4 |