aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Fix implementation of readelf's -wE and -wN options,Nick Clifton3-4/+18
2022-06-28windres: add quotes around preprocessor cmd if neededClément Chigot1-12/+14
2022-06-28Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx...Nick Clifton3-127/+183
2022-06-27Replace a run-time assertion failure with a warning message when parsing corr...Nick Clifton2-1/+12
2022-06-27Fix NULL pointer indirection when parsing corrupt DWARF data.Nick Clifton2-6/+12
2022-06-27Stop bogus warnings about DWARF indexed string offsets being too big.Nick Clifton3-75/+26
2022-06-27drop XC16x bitsJan Beulich1-14/+0
2022-06-27Fix location list offset address dump under DW_AT_location (dwarf-5)Bhuvanendra Kumar N1-12/+26
2022-06-22Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra3-15/+56
2022-06-22readelf: replace xmalloc with malloc in slurp_relr_relocsMarcus Nilsson2-1/+6
2022-06-22PR29270, DW_FORM_udata signed outputAlan Modra1-1/+5
2022-06-21Binutils support for dwarf-5 (location and range lists related)Nick Clifton3-13/+51
2022-06-20PR29262, memory leak in pr_function_typeAlan Modra1-5/+2
2022-06-20PR29261, memory leak in parse_stab_struct_fieldsAlan Modra1-1/+4
2022-06-17PR29255, memory leak in make_tempdirAlan Modra1-9/+11
2022-06-17PR29254, memory leak in stab_demangle_v3_argAlan Modra1-1/+4
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra9-48/+15
2022-06-16Restore readelf -wFAlan Modra1-102/+59
2022-06-16PR29250, readelf erases CIE initial register stateAlan Modra1-37/+31
2022-06-14asan: applying zero offset to NULL pointerAlan Modra1-2/+3
2022-05-31Trailing spaces in objdump -r headerAlan Modra1-1/+1
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra4-124/+35
2022-05-26Re: Add bionutils support for DWARF v5's DW_OP_addrxNatarajan, Kavitha2-0/+169
2022-05-25Add bionutils support for DWARF v5's DW_OP_addrx.Natarajan, Kavitha3-6/+76
2022-05-24PR29171, invalid read causing SIGSEGVAlan Modra1-4/+5
2022-05-24PR29170, divide by zero displaying fuzzed .debug_namesAlan Modra1-21/+24
2022-05-24PR29169, invalid read displaying fuzzed .gdb_indexAlan Modra1-58/+22
2022-05-20Stop readekf and objdump from aggressively following links.Nick Clifton8-66/+179
2022-05-19Fix potentially uninitialised variables in the Windows toolsNick Clifton7-7/+19
2022-05-19COFF/PE: don't leave zero timestamp after objcopy / stripJan Beulich1-6/+8
2022-05-18Add a --no-weak option to nm.Nick Clifton6-2/+74
2022-05-12PR29142, segv in ar with empty archive and libdeps specifiedAlan Modra1-7/+9
2022-05-11nm: use -U as an alias for --defines-only, in line with llvm-nmNick Clifton2-29/+40
2022-05-10Fix compiling binutils/resbin.c with Clang version 14Nick Clifton1-5/+3
2022-05-04Dwarf: rename yet another instance of "index"Jan Beulich1-3/+3
2022-05-03Add a linker warning when creating potentially dangerous executable segments....Nick Clifton1-0/+2
2022-05-03objdump: fix styled printing of addressesAndrew Burgess1-4/+5
2022-04-25Emit a note warning the user that creating an executable stack because of a m...Nick Clifton2-0/+7
2022-04-21prune .note.GNU-stack warning from testsuiteAlan Modra1-2/+3
2022-04-12Stop strip from removing debuglink sections.Nick Clifton2-2/+20
2022-04-09Correct nds32 readelf reloc numbersAlan Modra1-7/+7
2022-04-08gdb maintainer commit rightsAlan Modra1-1/+5
2022-04-07Recognize the NT_ARM_SYSTEM_CALL register setLuis Machado1-0/+2
2022-04-06Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton5-114/+511
2022-04-04objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess3-32/+232
2022-04-01Recognize FreeBSD core dump note for x86 segment base registers.John Baldwin2-0/+7
2022-03-31Accept the + character as part of filenames for MRI scripts.Nick Clifton2-1/+5
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock1-7/+13
2022-03-24MAINTAINERS: add myselfJan Beulich1-1/+2
2022-03-16objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbolsFangrui Song5-2/+24