aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-14/+14
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-0/+166
1997-04-13(L_bb, L_exit): Use 0 rather than NULL for null pointers.Richard Kenner1-5/+5
1997-04-02libgcc2.c (find_exception_table): Fix to logic to deal with functions that ar...Mike Stump1-45/+43
1997-03-28* libgcc2.c (__bb_exit_func): Support gcov style output.Doug Evans1-6/+127
1997-02-16(__negdi2, __lshrdi3, __ashldi3, __ashrdi3, __ffsdi2):Richard Kenner1-94/+44
1997-02-07i formatting tweaksMike Stump1-14/+9
1997-01-31* libgcc2.c: Remove extern for malloc and realloc.Mike Stump1-3/+0
1996-12-11(cacheflush): Add SONY NEWS-OS 4.2 version.Richard Kenner1-0/+28
1996-11-11xJason Merrill1-1/+1
1996-10-24crtstuff.c (__do_global_dtors_aux): Allow finalization code to be run more th...Mike Stump1-3/+6
1996-10-16irix6 ctorsJason Merrill1-5/+10
1996-08-16libgcc2.c (__throw): New routine.Mike Stump1-0/+15
1996-07-23install EH codeMike Stump1-14/+22
1996-07-03formatting tweaksMike Stump1-73/+71
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