aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-09-02Add spaces in basic block output.Michael Meissner1-4/+4
1993-09-02Update basic block profiling.Michael Meissner1-18/+182
1993-07-26(__main): Use macro SYMBOL__MAIN instead of invoking directly.Richard Stallman1-1/+9
1993-05-11(__floatdisf): Use DFtype for intermediate values.Richard Stallman1-2/+5
1993-04-04(XFtype): Do define it, if LONG_DOUBLE_TYPE_SIZE == 96.Richard Stallman1-1/+82
1993-02-27Comment fix.Richard Stallman1-2/+2
1993-02-27(inhibit_libc): Renamed from inhibit_eprintf.Richard Stallman1-1/+3
1993-01-19(cmpdi2, ucmpdi2): comparison result type is now word_mode.Jim Wilson1-2/+12
1993-01-14Correct typo in comment.Jim Wilson1-1/+1
1993-01-13Fix ffsdi2 return types.Michael Meissner1-3/+3
1993-01-13(_ffsdi2): Use the correct names for structure elements of type DIunion.Richard Stallman1-0/+21
1993-01-10# Fix misspellings in comments.Paul Eggert1-2/+2
1993-01-07(__udiv_w_sdiv): Replace hard-coded constants 31 with (SI_TYPE_SIZE - 1).Torbjorn Granlund1-4/+4
1992-12-31(L_builtin_new): Change to L_op_new.Jim Wilson1-61/+9
1992-11-26(__udiv_w_sdiv): Cast 1 before shifting by 31.Richard Stallman1-1/+1
1992-10-31(__builtin_vec_new): #undef NULL before including stdio.h.Richard Stallman1-0/+2
1992-10-28Properly close comment.Michael Meissner1-1/+1
1992-10-27Include stdio.h.Richard Stallman1-0/+10
1992-10-15[L_ctors] (__CTOR_LIST__, __DTOR_LIST__):Richard Stallman1-0/+6
1992-10-15(__gcc_bcmp): Don't depend on signedness of `char'.Richard Stallman1-2/+2
1992-10-01(__eprintf): Do nothing if inhibit_eprintf is defined.Richard Stallman1-0/+4
1992-09-28(__builtin_new): Avoid passing 0 to malloc.Richard Stallman1-0/+3
1992-09-19(exit): Declare _exit as volatile.Richard Stallman1-2/+7
1992-09-12(__gcc_bcmp): New function, in cond on L__gcc_bcmp.Richard Stallman1-0/+23
1992-08-23(__builtin_new): Cast the result of malloc.Richard Stallman1-1/+1
1992-08-17(builtin_new): Remove declaration of malloc.Richard Kenner1-1/+0
1992-07-31entered into RCSRichard Stallman1-2/+2