aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-12-29Do not define inhibit_libc if it was already definedMichael Meissner1-1/+1
1997-12-24Makefile.in (GTHREAD_FLAGS): New var.Teemu Torma1-2/+7
1997-12-19*** empty log message ***Jeff Law1-0/+3
1997-12-12except.c (use_eh_context): Don't copy_rtx a REG.Jason Merrill1-174/+4
1997-12-11[multiple changes]Teemu Torma1-30/+176
1997-12-11Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law1-1/+1
1997-12-09* Partially cleaned up prototyping code from HJ.Jeffrey A Law1-2/+1
1997-12-06Merge from gcc-2.8Jeff Law1-1/+12
1997-12-04./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill1-3/+4
1997-11-26integrate.c (output_inline_function): Just unset DECL_INLINE.Jason Merrill1-0/+1
1997-11-20Makefile.in (LIB2FUNCS): Remove C++ memory management support.Jason Merrill1-155/+0
1997-10-31[multiple changes]Jason Merrill1-4/+6
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1-1/+1
1997-09-28* libgcc2.c (__throw): Fix thinko.Jason Merrill1-1/+1
1997-09-27c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.Jason Merrill1-6/+18
1997-09-18final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.Jason Merrill1-9/+6
1997-09-17libgcc2.c (find_exception_handler): Subtract one from our PC when looking for...Jason Merrill1-0/+4
1997-09-16* libgcc2.c (find_exception_handler): Not found is -1.Jason Merrill1-4/+4
1997-09-15dwarf2 EH supportJason Merrill1-111/+349
1997-09-10Clean up patches for delta88 nested function support.Jim Wilson1-2/+2
1997-09-10* m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define.Manfred Hollstein1-2/+2
1997-08-02(_trampoline): Rework last change; both getpagesize and mprotect areRichard Kenner1-13/+15
1997-07-31Don't compile getpagesize if __CYGWIN32__Ian Lance Taylor1-0/+4
1997-07-02(_trampoline): Add stdcall attribute to VirtualProtect on i386.Richard Kenner1-0/+4
1997-06-19* libgcc2.c (__eh_type): Remove `extern' to make this a definition.Mike Stump1-1/+1
1997-06-18libgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions -fPIC exception h...Mike Stump1-3/+3
1997-06-06libgcc2.c (__eh_ffetmnpc): Add support for machines that cannot access global...Mike Stump1-0/+10
1997-05-18(atexit): Cast malloc and realloc calls.Richard Kenner1-3/+4
1997-05-07except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp...Mike Stump1-4/+12