aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2021-05-15display_gdb_indexAlan Modra2-11/+12
2021-05-15display_debug_namesAlan Modra2-15/+35
2021-05-15display_debug_framesAlan Modra2-103/+114
2021-05-15read_cieAlan Modra2-1/+17
2021-05-15display_debug_rangesAlan Modra2-10/+12
2021-05-15display_debug_rnglists_listAlan Modra2-1/+5
2021-05-15display_debug_str_offsetsAlan Modra2-2/+7
2021-05-15display_debug_arangesAlan Modra2-18/+21
2021-05-15display_loc_listAlan Modra2-7/+18
2021-05-15display_debug_macroAlan Modra2-6/+15
2021-05-15get_line_filename_and_dirnameAlan Modra2-15/+28
2021-05-15display_debug_macinfoAlan Modra2-9/+20
2021-05-15display_debug_pubnames_workerAlan Modra2-20/+19
2021-05-15display_debug_lines_decodedAlan Modra2-4/+9
2021-05-15read_debug_line_headerAlan Modra2-18/+11
2021-05-15process_debug_infoAlan Modra2-82/+68
2021-05-15SAFE_BYTE_GET_INTERNALAlan Modra2-1/+8
2021-05-15_mul_overflow and get_encoded_valueAlan Modra3-1/+14
2021-05-13revert previous deltaNick Clifton2-13/+0
2021-05-13Fix an infinite loop in the DWARF decoder when parsing a corrupt string table.Nick Clifton2-1/+14
2021-05-13PR27861, Infinite loop in dwarf.c:7507-7526Alan Modra2-1/+14
2021-05-13PR27860, Segmentation fault on readelf -wAlan Modra2-0/+8
2021-05-12Ensure data pointer kept within boundsAlan Modra2-40/+72
2021-05-12SAFE_BYTE_GETAlan Modra2-82/+73
2021-05-12SAFE_BYTE_GET64Alan Modra4-274/+85
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