summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
Commit message (Expand)AuthorAgeFilesLines
* Check target endianness at run time, not compile timeian1994-11-161-2/+10
* (LIB2FUNCS): Add _pure.merrill1994-10-211-0/+10
* * Makefile.in, libgcc2.c (L_eh): some support routines for C++.mrs1994-09-271-0/+149
* Add declaration of ctime.kenner1994-07-291-0/+1
* Reverse order of execution ofmerrill1994-07-291-15/+3
* (__floatdisf): Protect against double-rounding error.kenner1994-06-021-0/+35
* (__umoddi3): Correct type of variable `w'.kenner1994-05-171-1/+1
* Revert to identifiers for mode attributes.kenner1994-05-121-12/+12
* Clarify license status.kenner1994-04-281-3/+4
* Change _op_vec_decl to _op_vdel and _op_vec_new to _op_vnewmerrill1994-04-271-3/+3
* (LIB2FUNCS): Change _op_vec_delete to _op_vec_del.merrill1994-04-181-1/+1
* * libgcc2.c (__builtin_vec_{delete,new}): New functions per themerrill1994-04-131-17/+44
* Include <mach.h>, not <mach/mach.h> for NeXTStep 2.1.kenner1994-04-091-2/+5
* Modify all uses of __attribute__ mode to use new syntax.wilson1994-04-011-12/+12
* Change "gstddef.h" to <stddef.h>.wilson1994-04-011-1/+1
* (__builtin_saveregs): Fix return type.dje1994-03-211-0/+3
* (__builtin_new): If __new_handler returns, keep trying to allocate the memory.kenner1994-02-091-7/+11
* (__bb_exit_func): Fix format %*d -> %*ld.rms1993-11-231-1/+1
* (__enable_execute_stack): Add DolphinOS version.kenner1993-11-211-1/+33
* (exit): Fix declaration of _exit.rms1993-11-031-1/+1
* (___builtin_saveregs): New alternative for __PARAGON__.rms1993-10-261-0/+68
* (L_bb): Undef NULL before including <stdio.h>.rms1993-10-251-0/+1
* (__enable_execute_stack): Add case for NeXT/__MACH__.krab1993-09-221-0/+34
* (__clear_cache): add case for new CLEAR_INSN_CACHE.krab1993-09-221-0/+4
* (L_bb): Test inhibit_libc.rms1993-09-221-2/+4
* Declare __fixunsxfdi only if really have XFmode.rms1993-09-181-0/+4
* Declare __fixunstfdi.rms1993-09-151-0/+1
* Declare __fixunsxfdi.rms1993-09-151-0/+2
* Add spaces in basic block output.meissner1993-09-021-4/+4
* Update basic block profiling.meissner1993-09-021-18/+182
* (__main): Use macro SYMBOL__MAIN instead of invoking directly.rms1993-07-261-1/+9
* (__floatdisf): Use DFtype for intermediate values.rms1993-05-111-2/+5
* (XFtype): Do define it, if LONG_DOUBLE_TYPE_SIZE == 96.rms1993-04-041-1/+82
* Comment fix.rms1993-02-271-2/+2
* (inhibit_libc): Renamed from inhibit_eprintf.rms1993-02-271-1/+3
* (cmpdi2, ucmpdi2): comparison result type is now word_mode.wilson1993-01-201-2/+12
* Correct typo in comment.wilson1993-01-141-1/+1
* Fix ffsdi2 return types.meissner1993-01-131-3/+3
* (_ffsdi2): Use the correct names for structure elements of type DIunion.rms1993-01-131-0/+21
* # Fix misspellings in comments.eggert1993-01-101-2/+2
* (__udiv_w_sdiv): Replace hard-coded constants 31 with (SI_TYPE_SIZE - 1).tege1993-01-071-4/+4
* (L_builtin_new): Change to L_op_new. Use new stylewilson1992-12-311-61/+9
* (__udiv_w_sdiv): Cast 1 before shifting by 31.rms1992-11-261-1/+1
* (__builtin_vec_new): #undef NULL before including stdio.h.rms1992-10-311-0/+2
* Properly close comment.meissner1992-10-281-1/+1
* Include stdio.h.rms1992-10-271-0/+10
* [L_ctors] (__CTOR_LIST__, __DTOR_LIST__):rms1992-10-151-0/+6
* (__gcc_bcmp): Don't depend on signedness of `char'.rms1992-10-151-2/+2
* (__eprintf): Do nothing if inhibit_eprintf is defined.rms1992-10-011-0/+4
* (__builtin_new): Avoid passing 0 to malloc.rms1992-09-281-0/+3