aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-82/+66
1998-09-15[multiple changes]Andrew MacLeod1-0/+15
1998-07-06libgcc2.c (L_exit): Provide a fake for atexit on systems which define ON_EXIT...Manfred Hollstein1-2/+10
1998-07-06libgcc2.c (__eprintf): Make args consistent with prototype in assert.h.Dave Love1-1/+1
1998-06-23libgcc2.c (__get_eh_table_version, [...]): New functions to return exception ...Andrew MacLeod1-1/+18
1998-06-23Have -fnew-exceptions actually use the runtime field, and not generate runtim...Andrew MacLeod1-4/+1
1998-06-17except.c (add_new_handler): fix bug in finding last region handler.Andrew MacLeod1-1/+1
1998-06-08Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-08[multiple changes]Andrew MacLeod1-33/+55
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-30/+68
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+2
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-1/+0
1998-04-23Partial fix for problem reported by Don Bowman.Jim Wilson1-0/+6
1998-04-17libgcc2.c (__floatdisf): Fix a couple typos.Jeff Law1-2/+2
1998-04-17Zap some warnings in target files:Kaveh R. Ghazi1-1/+9
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-28/+13
1998-03-30(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the vers...Stan Cox1-0/+2
1998-03-19* libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.Philippe De Muyter1-1/+7
1998-03-18Fix more warnings...Kaveh R. Ghazi1-3/+3
1998-03-11Patch from Teemu Torma to fix Solaris 2.6 EH failures.Teemu Torma1-1/+5
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-3/+3
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-8/+0
1998-01-26libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl stuff only if MCT...Manfred Hollstein1-0/+6
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-0/+40