aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Collapse)AuthorFilesLines
1994-03-21(__builtin_saveregs): Fix return type.Doug Evans1-0/+3
From-SVN: r6837
1994-02-08(__builtin_new): If __new_handler returns, keep trying to allocate the memory.Richard Kenner1-7/+11
(__default_new_handler): Add __ to beginning of name to avoid namespace clashing. From-SVN: r6506
1993-11-23(__bb_exit_func): Fix format %*d -> %*ld.Richard Stallman1-1/+1
From-SVN: r6145
1993-11-21(__enable_execute_stack): Add DolphinOS version.Richard Kenner1-1/+33
From-SVN: r6136
1993-11-03(exit): Fix declaration of _exit.Richard Stallman1-1/+1
From-SVN: r5980
1993-10-26(___builtin_saveregs): New alternative for __PARAGON__.Richard Stallman1-0/+68
From-SVN: r5907
1993-10-25(L_bb): Undef NULL before including <stdio.h>.Richard Stallman1-0/+1
From-SVN: r5880
1993-09-22(__enable_execute_stack): Add case for NeXT/__MACH__.Kresten Krab Thorup1-0/+34
From-SVN: r5394
1993-09-22(__clear_cache): add case for new CLEAR_INSN_CACHE.Kresten Krab Thorup1-0/+4
From-SVN: r5391
1993-09-22(L_bb): Test inhibit_libc.Richard Stallman1-2/+4
From-SVN: r5383
1993-09-18Declare __fixunsxfdi only if really have XFmode.Richard Stallman1-0/+4
Likewise for __fixunstfdi. From-SVN: r5349
1993-09-15Declare __fixunstfdi.Richard Stallman1-0/+1
From-SVN: r5333
1993-09-15Declare __fixunsxfdi.Richard Stallman1-0/+2
From-SVN: r5325
1993-09-02Add spaces in basic block output.Michael Meissner1-4/+4
From-SVN: r5250
1993-09-02Update basic block profiling.Michael Meissner1-18/+182
From-SVN: r5249
1993-07-26(__main): Use macro SYMBOL__MAIN instead of invoking directly.Richard Stallman1-1/+9
From-SVN: r4992
1993-05-11(__floatdisf): Use DFtype for intermediate values.Richard Stallman1-2/+5
From-SVN: r4421
1993-04-04(XFtype): Do define it, if LONG_DOUBLE_TYPE_SIZE == 96.Richard Stallman1-1/+82
(__fixunsxfdi): New function, if LONG_DOUBLE_TYPE_SIZE == 96. (__fixxfdi, __floatdixf, __fixunsxfsi): Likewise. From-SVN: r4000
1993-02-27Comment fix.Richard Stallman1-2/+2
From-SVN: r3564
1993-02-27(inhibit_libc): Renamed from inhibit_eprintf.Richard Stallman1-1/+3
(L_new_handler): Don't include stdio.h if inhibit_libc. From-SVN: r3557
1993-01-19(cmpdi2, ucmpdi2): comparison result type is now word_mode.Jim Wilson1-2/+12
From-SVN: r3288
1993-01-14Correct typo in comment.Jim Wilson1-1/+1
From-SVN: r3240
1993-01-13Fix ffsdi2 return types.Michael Meissner1-3/+3
From-SVN: r3225
1993-01-13(_ffsdi2): Use the correct names for structure elements of type DIunion.Richard Stallman1-0/+21
From-SVN: r3217
1993-01-10# Fix misspellings in comments.Paul Eggert1-2/+2
From-SVN: r3182
1993-01-07(__udiv_w_sdiv): Replace hard-coded constants 31 with (SI_TYPE_SIZE - 1).Torbjorn Granlund1-4/+4
From-SVN: r3146
1992-12-31(L_builtin_new): Change to L_op_new.Jim Wilson1-61/+9
(L_builtin_new): Change to L_op_new. Use new style definition for __builtin_new. (L_caps_New): Change to L_new_handler. Delete unused function builtin_vec_new. (L_builtin_del): Change to L_op_delete. Delete vfp declaration. Use new style definition for __builtin_delete. Delete unused function __builtin_vec_delete. From-SVN: r3021
1992-11-26(__udiv_w_sdiv): Cast 1 before shifting by 31.Richard Stallman1-1/+1
From-SVN: r2809
1992-10-31(__builtin_vec_new): #undef NULL before including stdio.h.Richard Stallman1-0/+2
(pyramid __enable_execute_stack): Ditto. From-SVN: r2668
1992-10-28Properly close comment.Michael Meissner1-1/+1
From-SVN: r2628
1992-10-27Include stdio.h.Richard Stallman1-0/+10
[__GNU_LIBRARY__] (write): Defined. From-SVN: r2625
1992-10-15[L_ctors] (__CTOR_LIST__, __DTOR_LIST__):Richard Stallman1-0/+6
Initialize these default definitions if __NeXT__. From-SVN: r2472
1992-10-15(__gcc_bcmp): Don't depend on signedness of `char'.Richard Stallman1-2/+2
From-SVN: r2465
1992-10-01(__eprintf): Do nothing if inhibit_eprintf is defined.Richard Stallman1-0/+4
From-SVN: r2289
1992-09-28(__builtin_new): Avoid passing 0 to malloc.Richard Stallman1-0/+3
From-SVN: r2267
1992-09-19(exit): Declare _exit as volatile.Richard Stallman1-2/+7
(__CTOR_LIST__, __DTOR_LIST__): Moved to separate member. From-SVN: r2158
1992-09-12(__gcc_bcmp): New function, in cond on L__gcc_bcmp.Richard Stallman1-0/+23
From-SVN: r2110
1992-08-23(__builtin_new): Cast the result of malloc.Richard Stallman1-1/+1
From-SVN: r1935
1992-08-17(builtin_new): Remove declaration of malloc.Richard Kenner1-1/+0
From-SVN: r1868
1992-07-31entered into RCSRichard Stallman1-2/+2
From-SVN: r1728
1992-07-17*** empty log message ***Richard Kenner1-0/+1
From-SVN: r1617
1992-07-17*** empty log message ***Richard Kenner1-2/+2
From-SVN: r1614
1992-07-09*** empty log message ***Torbjorn Granlund1-3/+3
From-SVN: r1546
1992-07-07*** empty log message ***Charles Hannum1-0/+4
From-SVN: r1506
1992-07-07*** empty log message ***Torbjorn Granlund1-1/+101
From-SVN: r1504
1992-07-07*** empty log message ***Richard Stallman1-179/+288
From-SVN: r1503
1992-07-04*** empty log message ***Richard Stallman1-3/+3
From-SVN: r1435
1992-06-30*** empty log message ***Richard Stallman1-1/+1
From-SVN: r1347
1992-06-26*** empty log message ***Richard Stallman1-2/+6
From-SVN: r1288
1992-05-05*** empty log message ***Richard Stallman1-13/+18
From-SVN: r893