Age | Commit message (Expand) | Author | Files | Lines |
1999-10-05 | Do not include stddef.h if building trampoline support and inhibit_libc is de... | Michael Meissner | 1 | -1/+3 |
1999-10-05 | Mark args as unused. | Michael Meissner | 1 | -1/+2 |
1999-10-05 | Declare malloc, free, and atexit if inhibit_libc is defined. | Michael Meissner | 1 | -1/+13 |
1999-09-30 | Use lookup table to get register sizes in dwarf2 eh | Bernd Schmidt | 1 | -2/+25 |
1999-09-23 | libgcc2.c (num_digits): Add prototype with __attribute__((const)). | Dan Nicolaescu | 1 | -0/+4 |
1999-09-17 | libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT. | Jason Merrill | 1 | -3/+3 |
1999-09-16 | libgcc2.c (__do_global_ctors): Call atexit with one arg. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-09-15 | gbl-ctors.h: Lose HAVE_ATEXIT. | Jason Merrill | 1 | -65/+16 |
1999-09-09 | defaults.h (EH_FRAME_SECTION, [...]): Define here. | Jason Merrill | 1 | -0/+18 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -2/+5 |
1999-06-10 | Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument. | Jeffrey A Law | 1 | -6/+15 |
1999-03-30 | libgcc2.c (throw_helper): Just return the SP offset, rather than a whole udata. | Jason Merrill | 1 | -35/+43 |
1999-03-23 | libgcc2.c (__CTOR_LIST__, [...]): Initialize on all platforms. | Jim Blandy | 1 | -9/+5 |
1999-03-10 | cppfiles.c (INO_T_EQ): Handle UWIN. | Mumit Khan | 1 | -2/+2 |
1999-01-26 | tweak formatting | Jason Merrill | 1 | -17/+19 |
1999-01-19 | [multiple changes] | Vladimir Makarov | 1 | -11/+15 |
1998-12-08 | See ChangeLog.. | Andrew MacLeod | 1 | -70/+240 |
1998-11-23 | libgcc2.c (top_elt): Remove top_elt, it isn't thread safe. | Mike Stump | 1 | -10/+19 |
1998-11-12 | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | Geoffrey Noer | 1 | -3/+3 |
1998-10-19 | * libgcc2.c (__pure_virtual): Call __terminate instead of _exit. | Mike Stump | 1 | -1/+1 |
1998-10-19 | libgcc2.c (eh_context_static): Do not call malloc to allocate the static eh_c... | Jeffrey A Law | 1 | -4/+9 |
1998-10-17 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-10-14 | Add ATTRIBUTE_NORETURN in a bunch of places: | Kaveh R. Ghazi | 1 | -0/+11 |
1998-09-21 | expr.h (eh_rtime_match_libfunc): New extern declaration. | Andrew MacLeod | 1 | -2/+4 |
1998-09-17 | [multiple changes] | Andrew MacLeod | 1 | -3/+9 |
1998-09-15 | tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. | Richard Henderson | 1 | -82/+66 |
1998-09-15 | [multiple changes] | Andrew MacLeod | 1 | -0/+15 |
1998-07-06 | libgcc2.c (L_exit): Provide a fake for atexit on systems which define ON_EXIT... | Manfred Hollstein | 1 | -2/+10 |
1998-07-06 | libgcc2.c (__eprintf): Make args consistent with prototype in assert.h. | Dave Love | 1 | -1/+1 |
1998-06-23 | libgcc2.c (__get_eh_table_version, [...]): New functions to return exception ... | Andrew MacLeod | 1 | -1/+18 |
1998-06-23 | Have -fnew-exceptions actually use the runtime field, and not generate runtim... | Andrew MacLeod | 1 | -4/+1 |
1998-06-17 | except.c (add_new_handler): fix bug in finding last region handler. | Andrew MacLeod | 1 | -1/+1 |
1998-06-08 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-06-08 | [multiple changes] | Andrew MacLeod | 1 | -33/+55 |
1998-05-14 | First cut of changes to utilize the new exception handling model | Andrew MacLeod | 1 | -30/+68 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+2 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -1/+0 |
1998-04-23 | Partial fix for problem reported by Don Bowman. | Jim Wilson | 1 | -0/+6 |
1998-04-17 | libgcc2.c (__floatdisf): Fix a couple typos. | Jeff Law | 1 | -2/+2 |
1998-04-17 | Zap some warnings in target files: | Kaveh R. Ghazi | 1 | -1/+9 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -28/+13 |
1998-03-30 | (__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the vers... | Stan Cox | 1 | -0/+2 |
1998-03-19 | * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT. | Philippe De Muyter | 1 | -1/+7 |
1998-03-18 | Fix more warnings... | Kaveh R. Ghazi | 1 | -3/+3 |
1998-03-11 | Patch from Teemu Torma to fix Solaris 2.6 EH failures. | Teemu Torma | 1 | -1/+5 |
1998-02-28 | Fix warious warnings: | Kaveh R. Ghazi | 1 | -3/+3 |
1998-02-13 | Rats. Forgot to change copyrights on the first commit. | Robert Lipe | 1 | -1/+1 |
1998-02-13 | c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors. | Robert Lipe | 1 | -8/+0 |
1998-01-26 | libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl stuff only if MCT... | Manfred Hollstein | 1 | -0/+6 |
1998-01-14 | Bring in final gcc-2.8.0 changes. | Jeff Law | 1 | -0/+40 |