| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -1/+12 |
* | ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc. | jason | 1997-12-04 | 1 | -3/+4 |
* | * integrate.c (output_inline_function): Just unset DECL_INLINE. | jason | 1997-11-26 | 1 | -0/+1 |
* | ./: | jason | 1997-11-20 | 1 | -155/+0 |
* | Fri Oct 31 01:45:31 1997 Jason Merrill <jason@yorick.cygnus.com> | jason | 1997-10-31 | 1 | -4/+6 |
* | * tree.c (restore_tree_status): Also free up temporary storage | jason | 1997-10-18 | 1 | -1/+1 |
* | * libgcc2.c (__throw): Fix thinko. | jason | 1997-09-29 | 1 | -1/+1 |
* | * c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size. | jason | 1997-09-27 | 1 | -6/+18 |
* | * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code. | jason | 1997-09-18 | 1 | -9/+6 |
* | * libgcc2.c (find_exception_handler): Subtract one from our PC when | jason | 1997-09-18 | 1 | -0/+4 |
* | * libgcc2.c (find_exception_handler): Not found is -1. | jason | 1997-09-17 | 1 | -4/+4 |
* | dwarf2 EH support | jason | 1997-09-16 | 1 | -111/+349 |
* | Clean up patches for delta88 nested function support. | wilson | 1997-09-10 | 1 | -2/+2 |
* | * m88k/sysv3.h (INITIALIZE_TRAMPOLINE) Define. | law | 1997-09-10 | 1 | -2/+2 |
* | (_trampoline): Rework last change; both getpagesize and mprotect are | kenner | 1997-08-02 | 1 | -13/+15 |
* | Don't compile getpagesize if __CYGWIN32__ | ian | 1997-07-31 | 1 | -0/+4 |
* | (_trampoline): Add stdcall attribute to VirtualProtect on i386. | kenner | 1997-07-02 | 1 | -0/+4 |
* | * libgcc2.c (__eh_type): Remove `extern' to make this a definition. | mrs | 1997-06-19 | 1 | -1/+1 |
* | * libgcc2.c (__eh_pcnthrow): Add support -fno-sjlj-exceptions | mrs | 1997-06-18 | 1 | -3/+3 |
* | * libgcc2.c (__eh_ffetmnpc): Add support for machines that cannot | mrs | 1997-06-06 | 1 | -0/+10 |
* | (atexit): Cast malloc and realloc calls. | kenner | 1997-05-18 | 1 | -3/+4 |
* | * except.c (start_dynamic_handler): Fix so that we can use | mrs | 1997-05-07 | 1 | -4/+12 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -14/+14 |
* | Add setjmp/longjmp exception handling. | mrs | 1997-04-23 | 1 | -0/+166 |
* | (L_bb, L_exit): Use 0 rather than NULL for null pointers. | kenner | 1997-04-13 | 1 | -5/+5 |
* | * libgcc2.c (find_exception_table): Fix to logic to deal with | mrs | 1997-04-02 | 1 | -45/+43 |
* | * libgcc2.c (__bb_exit_func): Support gcov style output. | dje | 1997-03-28 | 1 | -6/+127 |
* | (__negdi2, __lshrdi3, __ashldi3, __ashrdi3, __ffsdi2): | kenner | 1997-02-16 | 1 | -94/+44 |
* | i formatting tweaks | mrs | 1997-02-07 | 1 | -14/+9 |
* | * libgcc2.c: Remove extern for malloc and realloc. | mrs | 1997-01-31 | 1 | -3/+0 |
* | (cacheflush): Add SONY NEWS-OS 4.2 version. | kenner | 1996-12-11 | 1 | -0/+28 |
* | x | merrill | 1996-11-11 | 1 | -1/+1 |
* | * crtstuff.c (__do_global_dtors_aux): Allow finalization code to | mrs | 1996-10-24 | 1 | -3/+6 |
* | irix6 ctors | merrill | 1996-10-16 | 1 | -5/+10 |
* | * libgcc2.c (__throw): New routine. | mrs | 1996-08-16 | 1 | -0/+15 |
* | install EH code | mrs | 1996-07-23 | 1 | -14/+22 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -73/+71 |
* | (__dummy): New function. | kenner | 1996-03-20 | 1 | -0/+5 |
* | (L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h". | kenner | 1996-03-04 | 1 | -14/+55 |
* | Make libgcc2 build under AIX3.2.5 | meissner | 1996-02-03 | 1 | -2/+2 |
* | (_bb_init_prg): Cast arg to bzero to (char *). | kenner | 1995-12-27 | 1 | -1/+1 |
* | (struct bb): Add flags field. | kenner | 1995-12-24 | 1 | -2/+732 |
* | * libgcc2.c (__empty): An empty function used by the C++ frontend for | mrs | 1995-12-18 | 1 | -0/+5 |
* | (trampoline): Add getpagesize and mprotect for WINNT. | kenner | 1995-11-26 | 1 | -0/+33 |
* | (__{C,D}TOR_LIST): For AIX, initialize these arrays to 0,0, just like | kenner | 1995-11-07 | 1 | -1/+1 |
* | (L_eh: __unwind_function): Implement for VAX. | kenner | 1995-10-29 | 1 | -0/+16 |
* | (__unwind_function): Provide a default definition for implementations | kenner | 1995-10-26 | 1 | -9/+10 |
* | (__fixuns[xds]fsi): #undef MIN and MAX before #include of limits.h. | kenner | 1995-10-22 | 1 | -0/+6 |
* | (__udiv_w_sdiv): If we don't have sdiv_qrnnd, define dummy variant of | kenner | 1995-10-19 | 1 | -0/+8 |
* | Include longlong.h. | kenner | 1995-08-31 | 1 | -1/+12 |