aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot2-2/+5
2021-03-05bfd/binutils: add support for RISC-V CSRs in core filesAndrew Burgess2-0/+7
2021-03-05bfd/binutils: support for gdb target descriptions in the core fileAndrew Burgess2-0/+7
2021-03-05Fix the dislay of .debug_macro.dwo sections.Nick Clifton2-11/+28
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton13-107/+460
2021-03-03PR27493, objcopy --weaken-symbol does not weaken undefined symbolsAlan Modra3-1/+11
2021-03-01Warn for missing separate debug files only if neededH.J. Lu3-23/+54
2021-03-01PR27128, nm -P portable output format regressionAlan Modra3-8/+39
2021-02-26nm: Add --quiet to suppress "no symbols" diagnosticFangrui Song4-4/+34
2021-02-26Add support for decoding DWARF v5 DW_AT_addr_base tags.Tom de Vries2-3/+40
2021-02-26Add support for the split DWARF forms.Tom de Vries2-2/+68
2021-02-25Add initial support for .debug_sup sections.Nick Clifton6-9/+176
2021-02-25Re: Use make_tempname file descriptor in smart_renameAlan Modra2-1/+7
2021-02-24Fix a potential integer overflow when adding together section sizes for the A...Nick Clifton2-9/+58
2021-02-24Remove support for old v1 & v2 style GNU build notes.Nick Clifton3-28/+10
2021-02-24Use make_tempname file descriptor in smart_renameAlan Modra6-35/+83