| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not include stddef.h if building trampoline support and inhibit_libc is de... | meissner | 1999-10-05 | 1 | -1/+3 |
* | Mark args as unused. | meissner | 1999-10-05 | 1 | -1/+2 |
* | Declare malloc, free, and atexit if inhibit_libc is defined. | meissner | 1999-10-05 | 1 | -1/+13 |
* | Use lookup table to get register sizes in dwarf2 eh | crux | 1999-09-30 | 1 | -2/+25 |
* | * libgcc2.c (num_digits): Add prototype with | law | 1999-09-23 | 1 | -0/+4 |
* | * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT. | jason | 1999-09-17 | 1 | -3/+3 |
* | * libgcc2.c (__do_global_ctors): Call atexit with one arg. | ghazi | 1999-09-16 | 1 | -1/+1 |
* | * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT. | jason | 1999-09-15 | 1 | -65/+16 |
* | * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here. | jason | 1999-09-09 | 1 | -0/+18 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -2/+5 |
* | * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument. | law | 1999-06-11 | 1 | -6/+15 |
* | * libgcc2.c (throw_helper): Just return the SP offset, rather than | jason | 1999-03-30 | 1 | -35/+43 |
* | * libgcc2.c (__CTOR_LIST__, __DTOR_LIST__): Initialize on all | law | 1999-03-24 | 1 | -9/+5 |
* | * cppfiles.c (INO_T_EQ): Handle UWIN. | law | 1999-03-11 | 1 | -2/+2 |
* | tweak formatting | jason | 1999-01-26 | 1 | -17/+19 |
* | 1999-01-19 Vladimir N. Makarov <vmakarov@cygnus.com> | vmakarov | 1999-01-19 | 1 | -11/+15 |
* | Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-12-08 | 1 | -70/+240 |
* | * libgcc2.c (top_elt): Remove top_elt, it isn't thread safe. | jason | 1998-11-23 | 1 | -10/+19 |
* | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | wilson | 1998-11-12 | 1 | -3/+3 |
* | * libgcc2.c (__pure_virtual): Call __terminate instead of _exit. | jason | 1998-10-19 | 1 | -1/+1 |
* | * libgcc2.c (eh_context_static): Do not call malloc to allocate the | law | 1998-10-19 | 1 | -4/+9 |
* | Warning fixes: | ghazi | 1998-10-17 | 1 | -1/+1 |
* | Add ATTRIBUTE_NORETURN in a bunch of places: | ghazi | 1998-10-14 | 1 | -0/+11 |
* | Mon Sep 21 17:15:26 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-09-21 | 1 | -2/+4 |
* | Thu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-09-17 | 1 | -3/+9 |
* | * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill. | rth | 1998-09-15 | 1 | -82/+66 |
* | Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-09-15 | 1 | -0/+15 |
* | * libgcc2.c (L_exit): Provide a fake for atexit on systems which | law | 1998-07-06 | 1 | -2/+10 |
* | * libgcc2.c (__eprintf): Make args consistent with prototype in | rth | 1998-07-06 | 1 | -1/+1 |
* | Tue Jun 23 13:38:18 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-06-23 | 1 | -1/+18 |
* | Have -fnew-exceptions actually use the runtime field, and not generate | amacleod | 1998-06-23 | 1 | -4/+1 |
* | Wed Jun 17 16:25:38 EDT 1998 Andrew MacLeod (amacleod@cygnus.com) | amacleod | 1998-06-17 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1998-06-08 | 1 | -1/+1 |
* | Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-06-08 | 1 | -33/+55 |
* | First cut of changes to utilize the new exception handling model | amacleod | 1998-05-14 | 1 | -30/+68 |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -0/+2 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | law | 1998-05-05 | 1 | -1/+0 |
* | Partial fix for problem reported by Don Bowman. | wilson | 1998-04-23 | 1 | -0/+6 |
* | 8 | law | 1998-04-17 | 1 | -2/+2 |
* | Zap some warnings in target files: | ghazi | 1998-04-17 | 1 | -1/+9 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -28/+13 |
* | (__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the vers... | scox | 1998-03-30 | 1 | -0/+2 |
* | * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT. | law | 1998-03-19 | 1 | -1/+7 |
* | Fix more warnings... | ghazi | 1998-03-18 | 1 | -3/+3 |
* | Patch from Teemu Torma to fix Solaris 2.6 EH failures. | wilson | 1998-03-11 | 1 | -1/+5 |
* | Fix warious warnings: | ghazi | 1998-02-28 | 1 | -3/+3 |
* | Rats. Forgot to change copyrights on the first commit. | robertl | 1998-02-13 | 1 | -1/+1 |
* | * c-lang.c (finish_file): Bracket declaration of static_ctors, | robertl | 1998-02-13 | 1 | -8/+0 |
* | * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl | law | 1998-01-26 | 1 | -0/+6 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -0/+40 |