aboutsummaryrefslogtreecommitdiff
path: root/gcc/frame.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-09dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.Geoff Keating1-0/+8
2000-02-01frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg1-1/+3
2000-02-01tsystem.h: New file.Kaveh R. Ghazi1-21/+2
1999-12-29crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.Kaveh R. Ghazi1-1/+1
1999-12-06frame.c (start_fde_sort): Only allocate erratic array, if linear one was allo...Nathan Sidwell1-30/+98
1999-12-03* frame.c (fde_split): Reimplement to avoid variable sized array.Nathan Sidwell1-14/+35
1999-10-05Declare malloc, free, and atexit if inhibit_libc is defined.Michael Meissner1-1/+10
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-23frame.c: Somewhat explain `FDE'.Martin v. Löwis1-0/+19
1998-08-27gthr.h: Document __GTHREAD_MUTEX_INIT_FUNCTION.Tom Tromey1-1/+32
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-23Partial fix for problem reported by Don Bowman.Jim Wilson1-0/+6
1998-04-20Fix BSD/OS build error reported by Shigeya Suzuk.Jim Wilson1-3/+4
1998-04-17Zap some warnings in target files:Kaveh R. Ghazi1-0/+5
1998-03-01frame.c (start_fde_sort, [...]): New functions for fast sorting of an FDE array.Bruno Haible1-22/+175
1998-02-13tweak commentsJason Merrill1-2/+2
1998-01-16* frame.c (find_fde): Correct FDE's upper bound.Bruno Haible1-1/+1
1997-12-24Makefile.in (GTHREAD_FLAGS): New var.Teemu Torma1-1/+1
1997-12-15frame.h (__register_frame, [...]): New.Jeff Law1-2/+22
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law1-3/+3
1997-12-11[multiple changes]Teemu Torma1-1/+26
1997-12-06Merge from gcc-2.8Jeff Law1-20/+4
1997-11-07frame.c (add_fdes, count_fdes): Go back to checking pc_begin for linked once ...Jason Merrill1-2/+2
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-0/+1
1997-10-26dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32 bit PC-rela...Jason Merrill1-17/+29
1997-10-07frame.c (__frame_state_for): Execute the FDE insns until the current pc value...Andreas Schwab1-1/+1
1997-09-28frame.c: Remove last change.Jeffrey A Law1-1/+0
1997-09-26frame.c: Include gansidecl.h for PROTO.Andreas Schwab1-0/+1
1997-09-20* frame.c (__deregister_frame): Check properly for initialized object.Jason Merrill1-1/+2
1997-09-10dwarf2 EH supportJason Merrill1-0/+607