aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2021-06-19dwarf.c: string_fortify.h strncpy errorAlan Modra2-16/+14
2021-06-18elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXXH.J. Lu2-0/+21
2021-06-15Allow readelf to recognise GO buildid notes.Nick Clifton2-0/+6
2021-06-15readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra3-42/+145
2021-06-14Use consistent type in binutils/dwarf.cEric Botcazou2-10/+17
2021-06-12readelf: don't clear section_headers in process_file_headerAlan Modra2-2/+4
2021-06-12Re: readelf section readingAlan Modra2-3/+12
2021-06-11readelf info leaks from one object to the nextAlan Modra2-25/+11
2021-06-11readelf section readingAlan Modra2-74/+74
2021-06-09Remove Daniel Jacobwitz from the maintainers listNick Clifton2-2/+4
2021-06-07fix Dwarf2 build with certain gcc versionsJan Beulich2-1/+5
2021-05-29Re: readelf and objdump helpAlan Modra2-4/+8
2021-05-29readelf and objdump helpAlan Modra3-132/+254
2021-05-29MIPS/opcodes: Do not use CP0 register names for control registersMaciej W. Rozycki3-2/+8
2021-05-29MIPS/binutils/testsuite: Fix XPA and Virtualization ASE casesMaciej W. Rozycki5-4/+12
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu2-3/+5
2021-05-27readelf -w and --debug-dump option helpAlan Modra2-5/+9
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu2-0/+9
2021-05-23elf: Use official name LoongArch for EM_LOONGARCH.Chenghua Xu2-1/+6
2021-05-21[Binutils] Update NT_ARM note types for readelfLuis Machado2-0/+10
2021-05-21[AArch64] MTE corefile supportLuis Machado2-0/+6
2021-05-19Fix a build problem if ENABLE_CHECKING is not defined.Eli Schwartz2-0/+8
2021-05-19PR27884, skip_attr_bytes: Assertion (data) <= (end) failedAlan Modra2-19/+32
2021-05-19PR27879, stack-buffer-overflow on sysdumpAlan Modra2-5/+14
2021-05-15process_cu_tu_indexAlan Modra2-27/+14
2021-05-15display_gdb_indexAlan Modra2-11/+12
2021-05-15display_debug_namesAlan Modra2-15/+35
2021-05-15display_debug_framesAlan Modra2-103/+114
2021-05-15read_cieAlan Modra2-1/+17
2021-05-15display_debug_rangesAlan Modra2-10/+12
2021-05-15display_debug_rnglists_listAlan Modra2-1/+5
2021-05-15display_debug_str_offsetsAlan Modra2-2/+7
2021-05-15display_debug_arangesAlan Modra2-18/+21
2021-05-15display_loc_listAlan Modra2-7/+18
2021-05-15display_debug_macroAlan Modra2-6/+15
2021-05-15get_line_filename_and_dirnameAlan Modra2-15/+28
2021-05-15display_debug_macinfoAlan Modra2-9/+20
2021-05-15display_debug_pubnames_workerAlan Modra2-20/+19
2021-05-15display_debug_lines_decodedAlan Modra2-4/+9
2021-05-15read_debug_line_headerAlan Modra2-18/+11
2021-05-15process_debug_infoAlan Modra2-82/+68
2021-05-15SAFE_BYTE_GET_INTERNALAlan Modra2-1/+8
2021-05-15_mul_overflow and get_encoded_valueAlan Modra3-1/+14
2021-05-13revert previous deltaNick Clifton2-13/+0
2021-05-13Fix an infinite loop in the DWARF decoder when parsing a corrupt string table.Nick Clifton2-1/+14
2021-05-13PR27861, Infinite loop in dwarf.c:7507-7526Alan Modra2-1/+14
2021-05-13PR27860, Segmentation fault on readelf -wAlan Modra2-0/+8
2021-05-12Ensure data pointer kept within boundsAlan Modra2-40/+72
2021-05-12SAFE_BYTE_GETAlan Modra2-82/+73
2021-05-12SAFE_BYTE_GET64Alan Modra4-274/+85