aboutsummaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-03-14gas/dwarf2dbg.c init more staticsAlan Modra1-11/+17
2023-02-02[gas] Update .loc syntax comment in dwarf2dbg.cTom de Vries1-1/+1
2023-02-01Fix compilation of the assembler with sanitization enabled.Nick Clifton1-2/+2
2023-02-01[gas] Emit v2 .debug_line for -gdwarf-2Tom de Vries1-9/+20
2023-01-27Free gas/dwarf2dbg.c dirsAlan Modra1-0/+2
2023-01-27Sanity check dwarf5 form of .fileAlan Modra1-0/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-09-08Gas generated incorrect debug info (top-level DW_TAG_unspecified_type DIE)Nick Clifton1-14/+23
2022-08-28PR29494 Trailing jump table on ARMAlan Modra1-6/+6
2022-08-25GAS: Add a return type tag to DWARF DIEs generated for function symbols.Nick Clifton1-4/+40
2022-08-10gas/Dwarf: properly skip zero-size functionsJan Beulich1-19/+20
2022-06-14gas dwarf2dbg.c tidyAlan Modra1-35/+75
2022-06-02asan: heap buffer overflow in dwarf2_directive_filenameAlan Modra1-3/+5
2022-04-12gas: drop .appfile and .applineJan Beulich1-2/+2
2022-04-07gas/Dwarf: record functionsJan Beulich1-7/+149
2022-03-23gas/Dwarf5: re-use file 0 line string table entry when faking file 0Jan Beulich1-2/+10
2022-03-23gas/Dwarf5: adjust .debug_line file 0 checkingJan Beulich1-11/+10
2022-03-23gas/Dwarf5: drop dead codeJan Beulich1-11/+3
2022-03-09Constant fold view increment expressionsAlan Modra1-4/+13
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-26gas: Update commit 4780e5e4933H.J. Lu1-1/+1
2021-11-26[gas] Fix file 0 dir with -gdwarf-5Tom de Vries1-2/+8
2021-11-15Deal with full path in .file 0 directiveEric Botcazou1-13/+31
2021-09-20Fix allocate_filenum last dir/file checksAlan Modra1-3/+3
2021-09-20Re: PR28149, debug info with wrong file associationAlan Modra1-13/+23
2021-09-18PR28149 part 2, purge generated line infoAlan Modra1-1/+29
2021-09-18PR28149, debug info with wrong file associationAlan Modra1-67/+85
2021-09-09gas: Use the directory name in .file 0H.J. Lu1-4/+8
2021-08-09GAS: DWARF-5: Ensure that the 0'th entry in the directory table contains the ...Nick Clifton1-9/+29
2021-04-05C99 gas configuryAlan Modra1-11/+0
2021-04-01Use startswith in gas subfolder.Martin Liska1-1/+1
2021-03-31Use bool in gasAlan Modra1-38/+38
2021-02-16PR27426, More bugs in dwarf2dbg.cAlan Modra1-3/+11
2021-02-08Fix an illegal memory access when parsing a corrupt assembler file.Nick Clifton1-2/+10
2021-01-21PR27221, 058430b4a1 warnings while assembling the Linux kernelAlan Modra1-2/+3
2021-01-21PR27218, memory access violation in dwarf2dbg.cAlan Modra1-13/+13
2021-01-18as: Automatically enable DWARF5 supportH.J. Lu1-6/+18
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-18Re: Stop Gas from generating line info or address rangesAlan Modra1-7/+9
2020-11-12Stop Gas from generating line info or address ranges for sections that do not...Nick Clifton1-4/+14
2020-10-26gas: Clear all auto-assigned file slotsH.J. Lu1-11/+13
2020-10-17gas: Always use as_where for preprocessed assembly codesH.J. Lu1-19/+24
2020-10-16gas: Reuse the input file entry in the file tableH.J. Lu1-18/+10
2020-09-11gas: Don't error when .debug_line already exists, unless .loc was usedMark Wielaard1-8/+21
2020-09-07gas: Output directory and file names in .debug_line_str for DWARF5Mark Wielaard1-17/+65
2020-09-07gas: Output .debug_rnglists for DWARF 5.Mark Wielaard1-13/+85
2020-09-07gas: Make sure to only add an md5 to a .file when requested.Mark Wielaard1-1/+1
2020-09-03gas: Use DW_FORM_sec_offset for DWARF version 4 or higher.Mark Wielaard1-9/+11
2020-08-21Rearrange symbol_create parametersAlan Modra1-9/+9