aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
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
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