summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
...
* display_debug_framesAlan Modra2021-05-152-103/+114
* read_cieAlan Modra2021-05-152-1/+17
* display_debug_rangesAlan Modra2021-05-152-10/+12
* display_debug_rnglists_listAlan Modra2021-05-152-1/+5
* display_debug_str_offsetsAlan Modra2021-05-152-2/+7
* display_debug_arangesAlan Modra2021-05-152-18/+21
* display_loc_listAlan Modra2021-05-152-7/+18
* display_debug_macroAlan Modra2021-05-152-6/+15
* get_line_filename_and_dirnameAlan Modra2021-05-152-15/+28
* display_debug_macinfoAlan Modra2021-05-152-9/+20
* display_debug_pubnames_workerAlan Modra2021-05-152-20/+19
* display_debug_lines_decodedAlan Modra2021-05-152-4/+9
* read_debug_line_headerAlan Modra2021-05-152-18/+11
* process_debug_infoAlan Modra2021-05-152-82/+68
* SAFE_BYTE_GET_INTERNALAlan Modra2021-05-152-1/+8
* _mul_overflow and get_encoded_valueAlan Modra2021-05-153-1/+14
* revert previous deltaNick Clifton2021-05-132-13/+0
* Fix an infinite loop in the DWARF decoder when parsing a corrupt string table.Nick Clifton2021-05-132-1/+14
* PR27861, Infinite loop in dwarf.c:7507-7526Alan Modra2021-05-132-1/+14
* PR27860, Segmentation fault on readelf -wAlan Modra2021-05-132-0/+8
* Ensure data pointer kept within boundsAlan Modra2021-05-122-40/+72
* SAFE_BYTE_GETAlan Modra2021-05-122-82/+73
* SAFE_BYTE_GET64Alan Modra2021-05-124-274/+85
* PR27836, readelf -w pointer comparison UBAlan Modra2021-05-122-4/+12
* PR27853, Infinite loop in dwarf.cAlan Modra2021-05-122-12/+21
* PR27849, heap-buffer-overflow on readelf -wAlan Modra2021-05-122-8/+31
* dwarf.c (process_abbrev_set): Properly parenthesize, fix falloutHans-Peter Nilsson2021-05-112-1/+6
* PR27845, readelf heap-buffer-overflowAlan Modra2021-05-112-38/+51
* Restore old behaviour of windres so that options containing spaces are not en...Thomas Wolff2021-05-103-29/+14
* Avoid possible pointer wrapAlan Modra2021-05-102-3/+9
* Use htab_eq_string in binutilsAlan Modra2021-05-092-9/+7
* binutils: update release docs processMike Frysinger2021-05-082-16/+26
* support generating multi-html pages in parallelMike Frysinger2021-05-083-2/+17
* generate single html manual page by defaultMike Frysinger2021-05-083-2/+9
* Srop readelf's unwind decoder from complaining about x86 binaries.Nick Clifton2021-05-072-0/+15
* dwarf: Don't omit second operand of '?' operatorMichael Forney2021-05-072-3/+11
* Fix attempt to free non-allocated pointer when parsing .debug_sup sections.Nick Clifton2021-04-302-9/+34
* Correct the text describing windres's --processor option.Nick Clifton2021-04-292-1/+12
* Reject debuglink sections with no associated filename.Nick Clifton2021-04-272-0/+10
* Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot2021-04-222-5/+10
* Add ability to select numeric base when displaying symbol values in readelf.Nick Lott2021-04-214-9/+110
* Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton2021-04-218-27/+57
* MAINTAINERS: Remove Martin Schwidefsky as s390 maintainerAndreas Krebbel2021-04-202-2/+8
* Fix a problem running the archiver program in MRI mode on archives containing...Nick Clifton2021-04-192-0/+9
* Fix compile time warning about unused functions.Nick Clifton2021-04-192-0/+8
* undefined reference to get_stat_atimeAlan Modra2021-04-162-4/+10
* PR27734, get_stat_atime_ns/get_stat_mtime_ns might not use parameterPekka Seppänen2021-04-162-2/+8
* PR27725, better objcopy -p timesAlan Modra2021-04-156-49/+347
* Make objcopy -p work when an output file is specifiedAlan Modra2021-04-153-13/+22
* elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu2021-04-144-0/+79