aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2021-05-12PR27836, readelf -w pointer comparison UBAlan Modra2-4/+12
2021-05-12PR27853, Infinite loop in dwarf.cAlan Modra2-12/+21
2021-05-12PR27849, heap-buffer-overflow on readelf -wAlan Modra2-8/+31
2021-05-11dwarf.c (process_abbrev_set): Properly parenthesize, fix falloutHans-Peter Nilsson2-1/+6
2021-05-11PR27845, readelf heap-buffer-overflowAlan Modra2-38/+51
2021-05-10Restore old behaviour of windres so that options containing spaces are not en...Thomas Wolff3-29/+14
2021-05-10Avoid possible pointer wrapAlan Modra2-3/+9
2021-05-09Use htab_eq_string in binutilsAlan Modra2-9/+7
2021-05-08binutils: update release docs processMike Frysinger2-16/+26
2021-05-08support generating multi-html pages in parallelMike Frysinger3-2/+17
2021-05-08generate single html manual page by defaultMike Frysinger3-2/+9
2021-05-07Srop readelf's unwind decoder from complaining about x86 binaries.Nick Clifton2-0/+15
2021-05-07dwarf: Don't omit second operand of '?' operatorMichael Forney2-3/+11
2021-04-30Fix attempt to free non-allocated pointer when parsing .debug_sup sections.Nick Clifton2-9/+34
2021-04-29Correct the text describing windres's --processor option.Nick Clifton2-1/+12
2021-04-27Reject debuglink sections with no associated filename.Nick Clifton2-0/+10
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot2-5/+10
2021-04-21Add ability to select numeric base when displaying symbol values in readelf.Nick Lott4-9/+110
2021-04-21Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton8-27/+57
2021-04-20MAINTAINERS: Remove Martin Schwidefsky as s390 maintainerAndreas Krebbel2-2/+8
2021-04-19Fix a problem running the archiver program in MRI mode on archives containing...Nick Clifton2-0/+9
2021-04-19Fix compile time warning about unused functions.Nick Clifton2-0/+8
2021-04-16undefined reference to get_stat_atimeAlan Modra2-4/+10
2021-04-16PR27734, get_stat_atime_ns/get_stat_mtime_ns might not use parameterPekka Seppänen2-2/+8
2021-04-15PR27725, better objcopy -p timesAlan Modra6-49/+347
2021-04-15Make objcopy -p work when an output file is specifiedAlan Modra3-13/+22
2021-04-14elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu4-0/+79
2021-04-14Ignore trailing bytes at the end of a Windows Resource Version structure.Mark Harmstone2-0/+9
2021-04-14Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus2-4/+5
2021-04-14PR27716, build failure for msdosdjgpp: PATH_MAX undeclaredAlan Modra6-90/+103
2021-04-13Remove now unneeded #ifdef check for NT_NETBSD_PAX.Frederic Cambus2-2/+5
2021-04-13ENABLE_CHECKING in bfd, opcodes, binutils, ldAlan Modra4-2/+42
2021-04-09PowerPC disassembly of pcrel referencesAlan Modra2-30/+33
2021-04-06Return symbol from symbol_at_address_funcAlan Modra2-2/+8
2021-04-06C99 NEWS and READMEAlan Modra3-16/+24
2021-04-05C99 binutils configuryAlan Modra27-1881/+631
2021-04-01Remove strneq macro and use startswith.Martin Liska3-8/+13
2021-04-01Use startswith more for strncmp function calls.Martin Liska4-15/+23
2021-04-01Replace const_strneq with startswith.Martin Liska5-59/+74
2021-03-31Use bool in binutilsAlan Modra37-3244/+3241
2021-03-31Remove bfd_stdint.hAlan Modra3-2/+7
2021-03-31Include string.h in bfd.h and delete LITMEMCPY, LITSTRCPYAlan Modra2-1/+5
2021-03-29TRUE/FALSE simplificationAlan Modra5-8/+17
2021-03-29binutils int vs bfd_boolean fixesAlan Modra6-6/+15
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska8-19/+33
2021-03-19elf: Rename EM_INTEL205 to EM_INTELGTH.J. Lu2-0/+5
2021-03-18Fix section dumping so that warnings are not issued for missed sections in se...Nick Clifton2-43/+75
2021-03-16Retain .debug_addr sections loaded in the main file.Nick Clifton2-1/+7
2021-03-16Re-enable the dislay of debug sections in separate debuginfo files without th...Nick Clifton2-2/+13
2021-03-15Add a symbols-only mode to nm.Nick Clifton4-38/+137