summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
Commit message (Expand)AuthorAgeFilesLines
* (atexit): Cast malloc and realloc calls.Richard Kenner1997-05-181-3/+4
* except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp...Mike Stump1997-05-071-4/+12
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-14/+14
* Add setjmp/longjmp exception handling.Mike Stump1997-04-231-0/+166
* (L_bb, L_exit): Use 0 rather than NULL for null pointers.Richard Kenner1997-04-131-5/+5
* libgcc2.c (find_exception_table): Fix to logic to deal with functions that ar...Mike Stump1997-04-021-45/+43
* * libgcc2.c (__bb_exit_func): Support gcov style output.Doug Evans1997-03-281-6/+127
* (__negdi2, __lshrdi3, __ashldi3, __ashrdi3, __ffsdi2):Richard Kenner1997-02-161-94/+44
* i formatting tweaksMike Stump1997-02-071-14/+9
* * libgcc2.c: Remove extern for malloc and realloc.Mike Stump1997-01-311-3/+0
* (cacheflush): Add SONY NEWS-OS 4.2 version.Richard Kenner1996-12-111-0/+28
* xJason Merrill1996-11-111-1/+1
* crtstuff.c (__do_global_dtors_aux): Allow finalization code to be run more th...Mike Stump1996-10-241-3/+6
* irix6 ctorsJason Merrill1996-10-161-5/+10
* libgcc2.c (__throw): New routine.Mike Stump1996-08-161-0/+15
* install EH codeMike Stump1996-07-231-14/+22
* formatting tweaksMike Stump1996-07-031-73/+71
* (__dummy): New function.Richard Kenner1996-03-201-0/+5
* (L_bb/atexit, onexit): Declarations replaced by #include'ing "gbl-ctors.h".Richard Kenner1996-03-041-14/+55
* Make libgcc2 build under AIX3.2.5Michael Meissner1996-02-031-2/+2
* (_bb_init_prg): Cast arg to bzero to (char *).Richard Kenner1995-12-271-1/+1
* (struct bb): Add flags field.Richard Kenner1995-12-241-2/+732
* libgcc2.c (__empty): An empty function used by the C++ frontend for defaultin...Mike Stump1995-12-181-0/+5
* (trampoline): Add getpagesize and mprotect for WINNT.Richard Kenner1995-11-261-0/+33
* (__{C,D}TOR_LIST): For AIX...Richard Kenner1995-11-071-1/+1
* (L_eh: __unwind_function): Implement for VAX.Richard Kenner1995-10-291-0/+16
* (__unwind_function): Provide a default definition for implementationsRichard Kenner1995-10-261-9/+10
* (__fixuns[xds]fsi): #undef MIN and MAX before #include of limits.h.Richard Kenner1995-10-221-0/+6
* (__udiv_w_sdiv): If we don't have sdiv_qrnnd, define dummy variant ofRichard Kenner1995-10-191-0/+8
* Include longlong.h.Richard Kenner1995-08-311-1/+12
* Fix spelling errors.Richard Kenner1995-08-281-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (_floatdidf): Correctly set float sizes.Richard Kenner1995-06-101-11/+21
* (L_eh, i386): Remove in-line comments in assembly code--the '#'Richard Kenner1995-05-251-4/+4
* Fix typos in comments.Richard Kenner1995-05-161-3/+3
* Update weak symbol supportJason Merrill1995-05-161-4/+33
* weaken C++ free-store functionsJason Merrill1995-04-161-0/+4
* Remove explicit 0-initializations of static variables.Jason Merrill1995-03-301-6/+6
* * libgcc2.c (__throw_type_match): Update to use new calling convention.Mike Stump1995-03-301-3/+5
* * libgcc2.c (__register_exceptions): Handle empty tables.Mike Stump1995-03-181-2/+7
* Do not initialize the pointer variable __new_handler with an address.Michael Meissner1995-03-081-2/+4
* Clone unwind_function for powerpcMichael Meissner1995-03-011-1/+19
* (atexit): Prototype now works with NT.Richard Kenner1995-02-211-0/+4
* rs6000 exception handling supportMike Stump1995-02-181-0/+18
* tweak __unwind_function for bsdiMike Stump1995-02-181-1/+1
* Repair botch in application of patch.Richard Kenner1995-02-151-1/+1
* (exit): Don't call __do_global_dtors ifDoug Evans1995-02-131-0/+2
* Don't call write ifdef inhibit_libc.Jason Merrill1995-02-131-0/+17
* (L_fixunsxfsi, L_fixunsdfsi, L_fixunssfsi): UndefJim Wilson1995-02-111-0/+24
* Include <limits.h>, not "glimits.h".Ian Lance Taylor1995-01-311-3/+3