Age | Commit message (Expand) | Author | Files | Lines |
1996-03-20 | (__dummy): New function. | Richard Kenner | 1 | -0/+5 |
1996-03-04 | (L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h". | Richard Kenner | 1 | -14/+55 |
1996-02-03 | Make libgcc2 build under AIX3.2.5 | Michael Meissner | 1 | -2/+2 |
1995-12-27 | (_bb_init_prg): Cast arg to bzero to (char *). | Richard Kenner | 1 | -1/+1 |
1995-12-24 | (struct bb): Add flags field. | Richard Kenner | 1 | -2/+732 |
1995-12-18 | libgcc2.c (__empty): An empty function used by the C++ frontend for defaultin... | Mike Stump | 1 | -0/+5 |
1995-11-26 | (trampoline): Add getpagesize and mprotect for WINNT. | Richard Kenner | 1 | -0/+33 |
1995-11-07 | (__{C,D}TOR_LIST): For AIX... | Richard Kenner | 1 | -1/+1 |
1995-10-29 | (L_eh: __unwind_function): Implement for VAX. | Richard Kenner | 1 | -0/+16 |
1995-10-26 | (__unwind_function): Provide a default definition for implementations | Richard Kenner | 1 | -9/+10 |
1995-10-22 | (__fixuns[xds]fsi): #undef MIN and MAX before #include of limits.h. | Richard Kenner | 1 | -0/+6 |
1995-10-19 | (__udiv_w_sdiv): If we don't have sdiv_qrnnd, define dummy variant of | Richard Kenner | 1 | -0/+8 |
1995-08-31 | Include longlong.h. | Richard Kenner | 1 | -1/+12 |
1995-08-28 | Fix spelling errors. | Richard Kenner | 1 | -1/+1 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-10 | (_floatdidf): Correctly set float sizes. | Richard Kenner | 1 | -11/+21 |
1995-05-25 | (L_eh, i386): Remove in-line comments in assembly code--the '#' | Richard Kenner | 1 | -4/+4 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -3/+3 |
1995-05-16 | Update weak symbol support | Jason Merrill | 1 | -4/+33 |
1995-04-16 | weaken C++ free-store functions | Jason Merrill | 1 | -0/+4 |
1995-03-30 | Remove explicit 0-initializations of static variables. | Jason Merrill | 1 | -6/+6 |
1995-03-30 | * libgcc2.c (__throw_type_match): Update to use new calling convention. | Mike Stump | 1 | -3/+5 |
1995-03-18 | * libgcc2.c (__register_exceptions): Handle empty tables. | Mike Stump | 1 | -2/+7 |
1995-03-08 | Do not initialize the pointer variable __new_handler with an address. | Michael Meissner | 1 | -2/+4 |
1995-03-01 | Clone unwind_function for powerpc | Michael Meissner | 1 | -1/+19 |
1995-02-21 | (atexit): Prototype now works with NT. | Richard Kenner | 1 | -0/+4 |
1995-02-18 | rs6000 exception handling support | Mike Stump | 1 | -0/+18 |
1995-02-18 | tweak __unwind_function for bsdi | Mike Stump | 1 | -1/+1 |
1995-02-15 | Repair botch in application of patch. | Richard Kenner | 1 | -1/+1 |
1995-02-13 | (exit): Don't call __do_global_dtors if | Doug Evans | 1 | -0/+2 |
1995-02-13 | Don't call write ifdef inhibit_libc. | Jason Merrill | 1 | -0/+17 |
1995-02-11 | (L_fixunsxfsi, L_fixunsdfsi, L_fixunssfsi): Undef | Jim Wilson | 1 | -0/+24 |
1995-01-31 | Include <limits.h>, not "glimits.h". | Ian Lance Taylor | 1 | -3/+3 |
1995-01-27 | (__lshldi3): Deleted. | Richard Kenner | 1 | -32/+0 |
1995-01-12 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 |
1995-01-12 | *** empty log message *** | Steve Chamberlain | 1 | -10/+10 |
1994-11-30 | (word_type): Use __attribute__ ((mode (__word__))). | Richard Kenner | 1 | -9/+3 |
1994-11-29 | libgcc2.c (__register_exceptions): Find max ending of a segment for end, not ... | Mike Stump | 1 | -1/+27 |
1994-11-19 | Shared library support. | Jason Merrill | 1 | -35/+2 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -2/+10 |
1994-10-21 | (LIB2FUNCS): Add _pure. | Jason Merrill | 1 | -0/+10 |
1994-09-27 | * Makefile.in, libgcc2.c (L_eh): some support routines for C++. | Mike Stump | 1 | -0/+149 |
1994-07-29 | Add declaration of ctime. | Richard Kenner | 1 | -0/+1 |
1994-07-29 | Reverse order of execution of | Jason Merrill | 1 | -15/+3 |
1994-06-02 | (__floatdisf): Protect against double-rounding error. | Richard Kenner | 1 | -0/+35 |
1994-05-17 | (__umoddi3): Correct type of variable `w'. | Richard Kenner | 1 | -1/+1 |
1994-05-12 | Revert to identifiers for mode attributes. | Richard Kenner | 1 | -12/+12 |
1994-04-28 | Clarify license status. | Richard Kenner | 1 | -3/+4 |
1994-04-27 | Change _op_vec_decl to _op_vdel and _op_vec_new to _op_vnew | Jason Merrill | 1 | -3/+3 |
1994-04-18 | (LIB2FUNCS): Change _op_vec_delete to _op_vec_del. | Jason Merrill | 1 | -1/+1 |