aboutsummaryrefslogtreecommitdiff
path: root/gcc/vmsdbgout.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-01[PATCH] Fix vms targetsJeff Law1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-07-18fix compilation of vmsdbgout.cTrevor Saunders1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-6/+18
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard1-2/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-3/+3
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-3/+3
2014-08-21Debug hooks: use rtx_insn and rtx_code_labelDavid Malcolm1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+12
2012-10-31re PR target/52498 (vmsdbgout.c fails to build with --enable-werror-always)Joern Rennecke1-1/+1
2012-06-26system.h (UNALIGNED_SHORT_ASM_OP, [...]): Poison.Steven Bosscher1-30/+14
2012-06-24system.h: Poison ASM_BYTE_OP and ASM_OUTPUT_BYTE.Steven Bosscher1-6/+3
2012-06-11alpha.c (HWI_HEX2): Add missing shift.Richard Henderson1-1/+1
2011-12-13vmsdbgout.c (vmsdbgout_write_source_line): New function.Tristan Gingold1-24/+30
2011-07-09Move ASM_COMMENT_START to defaults.h.Richard Henderson1-5/+0
2011-04-21vmsdbgout.c (write_srccorr): Compute file length from the string.Tristan Gingold1-6/+2
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek1-5/+1
2010-12-30re PR target/47101 (ia64-hp-vms: main_input_filename clash)Joern Rennecke1-5/+5
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-2/+0
2010-11-15godump.c: New file.Ian Lance Taylor1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-06-29vmsdbgout.c (full_name): Just output the file name if not native.Douglas B Rupp1-7/+3
2010-06-29vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.Douglas B Rupp1-47/+26
2010-06-29vmsdbgout.c (vmsdbgout_begin_epilogue): DeclareDouglas B Rupp1-2/+48
2010-06-29vmsdbg.h (DST_K_TBG): New DST constant.Douglas B Rupp1-133/+2
2010-06-16This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp1-1/+2
2010-06-04final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p.Nathan Froyd1-2/+2
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak1-6/+6
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-29re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant1-0/+1
2009-10-17re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-0/+11
2009-10-08Add support for debugging with ICF (Identical Code Folding).Cary Coutant1-0/+3
2009-07-29dwarf2out.c (output_file_names): Output VMS style file name, size, date, vers...Douglas B Rupp1-41/+251
2009-06-22alias.c: Use REG_P...Shujing Zhao1-2/+2
2009-06-17dbxout.c (dbxout_source_line): Add is_stmt parameter.Cary Coutant1-5/+5
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant1-5/+6
2009-04-15debug.h (set_name): Declare.Catherine Moore1-0/+1
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-1/+1