summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-2110-176/+92
* asan: readelf: wild read in get_num_dynamic_symsAlan Modra2020-05-212-1/+7
* [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu2020-05-202-1/+6
* Allow readelf to issue warnings if checking is enabled and there are discrepa...H.J. Lu2020-05-192-7/+47
* Use bfd_get_filename throughout binutilsAlan Modra2020-05-195-16/+26
* binutils: Add myself as maintainer for OpenRISCStafford Horne2020-05-182-0/+5
* objcopy: Mention 'entry address' in descriptionAndrew Burgess2020-05-072-4/+11
* Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton2020-05-056-46/+43
* [PATCH] objcopy: Allow --dump-section to dump an empty SEC_HAS_CONTENTS sectionFangrui Song2020-05-043-8/+16
* GAS: Do not create an entry for the default directory if the directory table ...Nick Clifton2020-05-042-7/+29
* readelf: nds32 specific decodingAlan Modra2020-05-042-6/+15
* objdump: long run time when using -D -zAlan Modra2020-05-012-32/+42
* AArch64: add GAS support for UDF instructionAlex Coplan2020-04-303-6/+12
* Add generic tests for linker support of the -shared or -pie options to tests ...Nick Clifton2020-04-302-0/+22
* When displaying ranges, ignore duplicate offsets.Andrew Burgess2020-04-292-0/+15
* Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton2020-04-2910-53/+201
* Updated Serbian translation for the binutils sub-directory, and Swedish trans...Nick Clifton2020-04-292-2455/+5580
* readelf: NULL dereferenceAlan Modra2020-04-262-30/+16
* readelf: memory leaks in process_dynamic_sectionAlan Modra2020-04-242-66/+82
* arc: Add support for ARC HS extra registers in core filesAnton Kolesov2020-04-232-0/+12
* xtensa: fix PR ld/25861Max Filippov2020-04-222-1/+14
* Add myself as maintainer for PDP11.Stephen Casner2020-04-221-0/+1
* Remove Chris Faylor as the ix86 PE maintainer.Nick Clifton2020-04-222-1/+4
* readelf: move file related static vars to filedataAlan Modra2020-04-222-441/+504
* readelf: cmdline dataAlan Modra2020-04-222-50/+64
* fix typo last commitAlan Modra2020-04-201-1/+1
* readelf: segfault at readelf.c:12227Alan Modra2020-04-202-0/+11
* readelf: segfaults fuzzing multiple object filesAlan Modra2020-04-202-15/+19
* readelf memory leaksAlan Modra2020-04-202-5/+14
* [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.Fredrik Strupe2020-04-175-0/+74
* PR25840, Null pointer dereference in objdumpAlan Modra2020-04-172-0/+7
* Extend objdump --no-addresses infoAlan Modra2020-04-162-1/+7
* objdump --no-addressesAlan Modra2020-04-153-18/+54
* PR25822, Invalid read in process_symbol_tableAlan Modra2020-04-152-1/+9
* readelf: zero static vars after freeingAlan Modra2020-04-152-0/+13
* readelf: increase size of static buffersAlan Modra2020-04-152-23/+17
* Re: readelf: Consolidate --syms --use-dynamic with --dyn-symsAlan Modra2020-04-152-1/+6
* readelf memory leaks processing mipsAlan Modra2020-04-142-3/+12
* readelf: Consolidate --syms --use-dynamic with --dyn-symsH.J. Lu2020-04-142-499/+527
* ld: Disable ifunc tests on SolarisRainer Orth2020-04-022-2/+6
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-303-1/+16
* Re: Adjust objcopy_testAlan Modra2020-03-282-4/+9
* Adjust objcopy_testAlan Modra2020-03-282-14/+28
* Add testcase for PR 25662 invalid sh_offset for sectionJozef Lawrynowicz2020-03-274-19/+104
* Re: readelf looping in process_archiveAlan Modra2020-03-272-2/+7
* readelf looping in process_archiveAlan Modra2020-03-252-2/+8
* bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu2020-03-243-5/+14
* bfd: Display symbol version for nm -DH.J. Lu2020-03-242-6/+32
* readelf memory leak in process_mips_specificAlan Modra2020-03-242-2/+12
* Avoid trigger an assertion failure in the STABS parser by replacing the abort...Nick Clifton2020-03-232-18/+59