aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-16dlltool: Use the output name as basis for deterministic temp prefixesMartin Storsj?2-3/+10
2022-03-16binutils/readelf: handle AMDGPU relocation typesSimon Marchi2-0/+7
2022-03-16binutils/readelf: build against msgpack, dump NT_AMDGPU_METADATA note contentsSimon Marchi7-19/+374
2022-03-16binutils/readelf: handle NT_AMDGPU_METADATA note nameSimon Marchi2-0/+25
2022-03-16binutils/readelf: decode AMDGPU-specific e_flagsSimon Marchi2-0/+158
2022-03-16binutils/readelf: handle AMDGPU OS ABIsSimon Marchi2-0/+15
2022-03-16Updated Serbian (for binutils/) and Russian (for gprof/) translationsNick Clifton2-1936/+2296
2022-03-15Fix bug in dwarf-mode.elTom Tromey2-4/+11
2022-03-11gprofng: a new GNU profilerVladimir Mezentsev3-6/+12
2022-03-10Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton9-12/+105
2022-03-06MIPS/opcodes: Fix alias annotation for branch instructionsMaciej W. Rozycki12-0/+200
2022-03-04binutils/readelf: fix indentation in process_dynamic_sectionSimon Marchi2-6/+10
2022-02-09Update the obsolete list and how-to-make-a-release documentation now that the...Nick Clifton2-35/+51
2022-02-09PR28763, SIGSEGV during processing of program headers via readelfAlan Modra1-5/+7
2022-02-09Test --only-keep-debug on ELF relocatablesPeilin Ye1-0/+57
2022-02-08PR28862, heap-buffer-overflow in parse_stab_stringAlan Modra1-4/+4
2022-02-05Enable "size" as a dumpprog in ldAlan Modra1-0/+1
2022-02-03Support symbol+offset lookup in addr2lineAndi Kleen2-13/+80
2022-01-31Load debug section only when dumping debug sectionsH.J. Lu2-0/+15
2022-01-29objcopy --only-keep-debugAlan Modra1-3/+3