aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
1996-03-20(__dummy): New function.Richard Kenner1-0/+5
1996-03-04(L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h".Richard Kenner1-14/+55
1996-02-03Make libgcc2 build under AIX3.2.5Michael Meissner1-2/+2
1995-12-27(_bb_init_prg): Cast arg to bzero to (char *).Richard Kenner1-1/+1
1995-12-24(struct bb): Add flags field.Richard Kenner1-2/+732
1995-12-18libgcc2.c (__empty): An empty function used by the C++ frontend for defaultin...Mike Stump1-0/+5
1995-11-26(trampoline): Add getpagesize and mprotect for WINNT.Richard Kenner1-0/+33
1995-11-07(__{C,D}TOR_LIST): For AIX...Richard Kenner1-1/+1
1995-10-29(L_eh: __unwind_function): Implement for VAX.Richard Kenner1-0/+16
1995-10-26(__unwind_function): Provide a default definition for implementationsRichard Kenner1-9/+10
1995-10-22(__fixuns[xds]fsi): #undef MIN and MAX before #include of limits.h.Richard Kenner1-0/+6
1995-10-19(__udiv_w_sdiv): If we don't have sdiv_qrnnd, define dummy variant ofRichard Kenner1-0/+8
1995-08-31Include longlong.h.Richard Kenner1-1/+12
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-10(_floatdidf): Correctly set float sizes.Richard Kenner1-11/+21
1995-05-25(L_eh, i386): Remove in-line comments in assembly code--the '#'Richard Kenner1-4/+4
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