aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
1995-05-16Fix typos in comments.Richard Kenner1-3/+3
1995-05-16Update weak symbol supportJason Merrill1-4/+33
1995-04-16weaken C++ free-store functionsJason Merrill1-0/+4
1995-03-30Remove explicit 0-initializations of static variables.Jason Merrill1-6/+6
1995-03-30* libgcc2.c (__throw_type_match): Update to use new calling convention.Mike Stump1-3/+5
1995-03-18* libgcc2.c (__register_exceptions): Handle empty tables.Mike Stump1-2/+7
1995-03-08Do not initialize the pointer variable __new_handler with an address.Michael Meissner1-2/+4
1995-03-01Clone unwind_function for powerpcMichael Meissner1-1/+19
1995-02-21(atexit): Prototype now works with NT.Richard Kenner1-0/+4
1995-02-18rs6000 exception handling supportMike Stump1-0/+18
1995-02-18tweak __unwind_function for bsdiMike Stump1-1/+1
1995-02-15Repair botch in application of patch.Richard Kenner1-1/+1
1995-02-13(exit): Don't call __do_global_dtors ifDoug Evans1-0/+2
1995-02-13Don't call write ifdef inhibit_libc.Jason Merrill1-0/+17
1995-02-11(L_fixunsxfsi, L_fixunsdfsi, L_fixunssfsi): UndefJim Wilson1-0/+24
1995-01-31Include <limits.h>, not "glimits.h".Ian Lance Taylor1-3/+3
1995-01-27(__lshldi3): Deleted.Richard Kenner1-32/+0
1995-01-12*** empty log message ***Steve Chamberlain1-1/+1
1995-01-12*** empty log message ***Steve Chamberlain1-10/+10
1994-11-30(word_type): Use __attribute__ ((mode (__word__))).Richard Kenner1-9/+3
1994-11-29libgcc2.c (__register_exceptions): Find max ending of a segment for end, not ...Mike Stump1-1/+27
1994-11-19Shared library support.Jason Merrill1-35/+2
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-2/+10
1994-10-21(LIB2FUNCS): Add _pure.Jason Merrill1-0/+10
1994-09-27* Makefile.in, libgcc2.c (L_eh): some support routines for C++.Mike Stump1-0/+149
1994-07-29Add declaration of ctime.Richard Kenner1-0/+1
1994-07-29Reverse order of execution ofJason Merrill1-15/+3
1994-06-02(__floatdisf): Protect against double-rounding error.Richard Kenner1-0/+35
1994-05-17(__umoddi3): Correct type of variable `w'.Richard Kenner1-1/+1
1994-05-12Revert to identifiers for mode attributes.Richard Kenner1-12/+12
1994-04-28Clarify license status.Richard Kenner1-3/+4
1994-04-27Change _op_vec_decl to _op_vdel and _op_vec_new to _op_vnewJason Merrill1-3/+3
1994-04-18(LIB2FUNCS): Change _op_vec_delete to _op_vec_del.Jason Merrill1-1/+1
1994-04-13libgcc2.c (__builtin_vec_{delete,new}): New functions per the latest C++ work...Jason Merrill1-17/+44
1994-04-09Include <mach.h>, not <mach/mach.h> for NeXTStep 2.1.Richard Kenner1-2/+5
1994-04-01Modify all uses of __attribute__ mode to use new syntax.Jim Wilson1-12/+12
1994-03-31Change "gstddef.h" to <stddef.h>.Jim Wilson1-1/+1
1994-03-21(__builtin_saveregs): Fix return type.Doug Evans1-0/+3
1994-02-08(__builtin_new): If __new_handler returns, keep trying to allocate the memory.Richard Kenner1-7/+11
1993-11-23(__bb_exit_func): Fix format %*d -> %*ld.Richard Stallman1-1/+1
1993-11-21(__enable_execute_stack): Add DolphinOS version.Richard Kenner1-1/+33
1993-11-03(exit): Fix declaration of _exit.Richard Stallman1-1/+1
1993-10-26(___builtin_saveregs): New alternative for __PARAGON__.Richard Stallman1-0/+68
1993-10-25(L_bb): Undef NULL before including <stdio.h>.Richard Stallman1-0/+1
1993-09-22(__enable_execute_stack): Add case for NeXT/__MACH__.Kresten Krab Thorup1-0/+34
1993-09-22(__clear_cache): add case for new CLEAR_INSN_CACHE.Kresten Krab Thorup1-0/+4
1993-09-22(L_bb): Test inhibit_libc.Richard Stallman1-2/+4
1993-09-18Declare __fixunsxfdi only if really have XFmode.Richard Stallman1-0/+4
1993-09-15Declare __fixunstfdi.Richard Stallman1-0/+1
1993-09-15Declare __fixunsxfdi.Richard Stallman1-0/+2