summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
Commit message (Expand)AuthorAgeFilesLines
* * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.jason2000-03-231-16/+0
* Implement dwarf2 exception handling for the ARM.jason2000-03-231-0/+16
* * libgcc2.h: New file.ghazi2000-03-091-199/+3
* * frame.c (find_fde): Convert for loop to do-while so compilerzack2000-02-011-8/+7
* * tsystem.h: New file.ghazi2000-02-011-27/+1
* gcc:amylaar2000-01-261-14/+80
* * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.rth2000-01-231-2/+2
* * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.ghazi1999-12-291-1/+1
* * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make surejakub1999-12-271-191/+283
* * gthr-single.h (__gthread_active_p): Add prototype arguments.ghazi1999-12-121-68/+60
* * longlong.h: Merge in changes from glibc.davem1999-12-091-0/+8
* * xm-i386.h: Define `__i386__' if not defined, rather than `i386'law1999-11-231-1/+1
* * libgcc2.c (__do_global_dtors): Only do EH frame stuff ifjason1999-11-021-1/+1
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-2/+2
* * libgcc2.c (__do_global_dtors): Protect __deregister_frame_infogavin1999-10-141-1/+8
* Do not include stddef.h if building trampoline support and inhibit_libc is de...meissner1999-10-051-1/+3
* Mark args as unused.meissner1999-10-051-1/+2
* Declare malloc, free, and atexit if inhibit_libc is defined.meissner1999-10-051-1/+13
* Use lookup table to get register sizes in dwarf2 ehcrux1999-09-301-2/+25
* * libgcc2.c (num_digits): Add prototype withlaw1999-09-231-0/+4
* * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.jason1999-09-171-3/+3
* * libgcc2.c (__do_global_ctors): Call atexit with one arg.ghazi1999-09-161-1/+1
* * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.jason1999-09-151-65/+16
* * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.jason1999-09-091-0/+18
* Merge in gcc2-ss-010999law1999-09-071-2/+5
* * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.law1999-06-111-6/+15
* * libgcc2.c (throw_helper): Just return the SP offset, rather thanjason1999-03-301-35/+43
* * libgcc2.c (__CTOR_LIST__, __DTOR_LIST__): Initialize on alllaw1999-03-241-9/+5
* * cppfiles.c (INO_T_EQ): Handle UWIN.law1999-03-111-2/+2
* tweak formattingjason1999-01-261-17/+19
* 1999-01-19 Vladimir N. Makarov <vmakarov@cygnus.com>vmakarov1999-01-191-11/+15
* Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-12-081-70/+240
* * libgcc2.c (top_elt): Remove top_elt, it isn't thread safe.jason1998-11-231-10/+19
* Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.wilson1998-11-121-3/+3
* * libgcc2.c (__pure_virtual): Call __terminate instead of _exit.jason1998-10-191-1/+1
* * libgcc2.c (eh_context_static): Do not call malloc to allocate thelaw1998-10-191-4/+9
* Warning fixes:ghazi1998-10-171-1/+1
* Add ATTRIBUTE_NORETURN in a bunch of places:ghazi1998-10-141-0/+11
* Mon Sep 21 17:15:26 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-211-2/+4
* Thu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-171-3/+9
* * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill.rth1998-09-151-82/+66
* Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-151-0/+15
* * libgcc2.c (L_exit): Provide a fake for atexit on systems whichlaw1998-07-061-2/+10
* * libgcc2.c (__eprintf): Make args consistent with prototype inrth1998-07-061-1/+1
* Tue Jun 23 13:38:18 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-231-1/+18
* Have -fnew-exceptions actually use the runtime field, and not generateamacleod1998-06-231-4/+1
* Wed Jun 17 16:25:38 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)amacleod1998-06-171-1/+1
* Warning fixes:ghazi1998-06-081-1/+1
* Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-081-33/+55
* First cut of changes to utilize the new exception handling modelamacleod1998-05-141-30/+68