aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)Author
1998-11-23libgcc2.c (top_elt): Remove top_elt, it isn't thread safe.Mike Stump
1998-07-06libgcc2.c (L_exit): Provide a fake for atexit on systems which define ON_EXIT...Manfred Hollstein
1998-07-06libgcc2.c (__eprintf): Make args consistent with prototype in assert.h.Dave Love
1998-06-23libgcc2.c (__get_eh_table_version, [...]): New functions to return exception ...Andrew MacLeod
1998-06-23Have -fnew-exceptions actually use the runtime field, and not generate runtim...Andrew MacLeod
1998-06-17except.c (add_new_handler): fix bug in finding last region handler.Andrew MacLeod
1998-06-08Warning fixes:Kaveh R. Ghazi
1998-06-08[multiple changes]Andrew MacLeod
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod
1998-05-13Warning fixes:Kaveh R. Ghazi
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law
1998-04-23Partial fix for problem reported by Don Bowman.Jim Wilson
1998-04-17libgcc2.c (__floatdisf): Fix a couple typos.Jeff Law
1998-04-17Zap some warnings in target files:Kaveh R. Ghazi
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law
1998-03-30(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the vers...Stan Cox
1998-03-19* libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.Philippe De Muyter
1998-03-18Fix more warnings...Kaveh R. Ghazi
1998-03-11Patch from Teemu Torma to fix Solaris 2.6 EH failures.Teemu Torma
1998-02-28Fix warious warnings:Kaveh R. Ghazi
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe
1998-01-26libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl stuff only if MCT...Manfred Hollstein
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law
1997-12-29Do not define inhibit_libc if it was already definedMichael Meissner
1997-12-24Makefile.in (GTHREAD_FLAGS): New var.Teemu Torma
1997-12-19*** empty log message ***Jeff Law
1997-12-12except.c (use_eh_context): Don't copy_rtx a REG.Jason Merrill
1997-12-11[multiple changes]Teemu Torma
1997-12-11Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law
1997-12-09* Partially cleaned up prototyping code from HJ.Jeffrey A Law
1997-12-06Merge from gcc-2.8Jeff Law
1997-12-04./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill
1997-11-26integrate.c (output_inline_function): Just unset DECL_INLINE.Jason Merrill
1997-11-20Makefile.in (LIB2FUNCS): Remove C++ memory management support.Jason Merrill
1997-10-31[multiple changes]Jason Merrill
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill
1997-09-28* libgcc2.c (__throw): Fix thinko.Jason Merrill
1997-09-27c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.Jason Merrill
1997-09-18final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.Jason Merrill
1997-09-17libgcc2.c (find_exception_handler): Subtract one from our PC when looking for...Jason Merrill
1997-09-16* libgcc2.c (find_exception_handler): Not found is -1.Jason Merrill
1997-09-15dwarf2 EH supportJason Merrill
1997-09-10Clean up patches for delta88 nested function support.Jim Wilson
1997-09-10* m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.Manfred Hollstein
1997-08-02(_trampoline): Rework last change; both getpagesize and mprotect areRichard Kenner
1997-07-31Don't compile getpagesize if __CYGWIN32__Ian Lance Taylor
1997-07-02(_trampoline): Add stdcall attribute to VirtualProtect on i386.Richard Kenner
1997-06-19* libgcc2.c (__eh_type): Remove `extern' to make this a definition.Mike Stump
1997-06-18libgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions -fPIC exception h...Mike Stump