aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-08frame.h (ia64_frame_state): Add my_psp.Richard Henderson1-17/+16
2000-07-10Fix compile time warning messageNick Clifton1-2/+2
2000-06-26dwarf2.h (enum dwarf_call_frame_info): Add DW_CFA_def_cfa_expression.Andrew Macleod1-0/+3
2000-06-13libgcc2.c (ia64_throw_helper): Use __builtin_return_address.Richard Henderson1-4/+3
2000-06-06eh-common.h (EH_ALLOC_SIZE, [...]): New #defines.Nathan Sidwell1-0/+69
2000-05-25except.c (func_eh_entry): Add emitted field.Andrew MacLeod1-0/+167
2000-05-24configure.in: Redefine inhibit_libc conditions.Eric Christopher1-7/+0
2000-05-15Update to libgcc copyright exception clause.Jeff Law1-7/+9
2000-05-04libgcc2.c (near eh_context_specific): Comment #endif string.Richard Henderson1-1/+1
2000-04-15configure.in (alpha*-*-*): Aad config/alpha/t-alpha.Richard Kenner1-28/+31
2000-03-23rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.Jason Merrill1-16/+0
2000-03-22Implement dwarf2 exception handling for the ARM.Jason Merrill1-0/+16
2000-03-09libgcc2.h: New file.Kaveh R. Ghazi1-199/+3
2000-02-01frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg1-8/+7
2000-02-01tsystem.h: New file.Kaveh R. Ghazi1-27/+1
2000-01-26calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke1-14/+80
2000-01-23libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.Richard Henderson1-2/+2
1999-12-29crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.Kaveh R. Ghazi1-1/+1
1999-12-27h8300.h (TARGET_H8300H, [...]): Make sure UNITS_PER_WORD and BITS_PER_WORD ar...Jakub Jelinek1-191/+283
1999-12-12gthr-single.h (__gthread_active_p): Add prototype arguments.Kaveh R. Ghazi1-68/+60
1999-12-08longlong.h: Merge in changes from glibc.Jakub Jelinek1-0/+8
1999-11-22xm-i386.h: Define `__i386__' if not defined...David O'Brien1-1/+1
1999-11-02libgcc2.c (__do_global_dtors): Only do EH frame stuff if ! HAS_INIT_SECTION.Jason Merrill1-1/+1
1999-10-31[multiple changes]Richard Kenner1-2/+2
1999-10-14libgcc2.c (__do_global_dtors): Protect __deregister_frame_info from multiple ...Gavin Romig-Koch1-1/+8
1999-10-05Do not include stddef.h if building trampoline support and inhibit_libc is de...Michael Meissner1-1/+3
1999-10-05Mark args as unused.Michael Meissner1-1/+2
1999-10-05Declare malloc, free, and atexit if inhibit_libc is defined.Michael Meissner1-1/+13
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-2/+25
1999-09-23libgcc2.c (num_digits): Add prototype with __attribute__((const)).Dan Nicolaescu1-0/+4
1999-09-17libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.Jason Merrill1-3/+3
1999-09-16libgcc2.c (__do_global_ctors): Call atexit with one arg.Kaveh R. Ghazi1-1/+1
1999-09-15gbl-ctors.h: Lose HAVE_ATEXIT.Jason Merrill1-65/+16
1999-09-09defaults.h (EH_FRAME_SECTION, [...]): Define here.Jason Merrill1-0/+18
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+5
1999-06-10Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.Jeffrey A Law1-6/+15
1999-03-30libgcc2.c (throw_helper): Just return the SP offset, rather than a whole udata.Jason Merrill1-35/+43
1999-03-23libgcc2.c (__CTOR_LIST__, [...]): Initialize on all platforms.Jim Blandy1-9/+5
1999-03-10cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1-2/+2
1999-01-26tweak formattingJason Merrill1-17/+19
1999-01-19[multiple changes]Vladimir Makarov1-11/+15
1998-12-08See ChangeLog..Andrew MacLeod1-70/+240
1998-11-23libgcc2.c (top_elt): Remove top_elt, it isn't thread safe.Mike Stump1-10/+19
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-3/+3
1998-10-19* libgcc2.c (__pure_virtual): Call __terminate instead of _exit.Mike Stump1-1/+1
1998-10-19libgcc2.c (eh_context_static): Do not call malloc to allocate the static eh_c...Jeffrey A Law1-4/+9
1998-10-17Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-0/+11
1998-09-21expr.h (eh_rtime_match_libfunc): New extern declaration.Andrew MacLeod1-2/+4
1998-09-17[multiple changes]Andrew MacLeod1-3/+9