summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Exterminate all references to assert.h.zack2001-05-111-18/+0
* * Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.zack2001-04-251-228/+0
* * libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.rth2001-03-291-1/+1
* IA-64 ABI Exception Handling.rth2001-03-281-1218/+0
* improve commentsjason2001-02-081-5/+15
* * libgcc2.h (Wtype_MAX, Wtype_MIN): Define.aoliva2001-01-311-8/+8
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* Eliminate IA-64 compiler warnings.wilson2001-01-241-2/+2
* 2001-01-23 Chris Demetriou <cgd@broadcom.com>cgd2001-01-241-1/+10
* 2001-01-17 Andrew Haley <aph@redhat.com>aph2001-01-231-69/+61
* * c-decl.c (start_function): Don't warn if old prototype is builtinkenner2001-01-131-4/+4
* * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.m.hayes2000-12-161-30/+30
* * config/alpha/osf.h: Standarize copyright statement.law2000-12-071-1/+1
* * libgcc2.c (__shtab): Remove __shtab variable.law2000-11-011-13/+0
* Warning fixes:ghazi2000-10-201-1/+1
* * libgcc2.c (_mulvsi3): Change variables u and v to a and b.cchavva2000-10-191-1/+1
* Added the missing #endif.cchavva2000-10-191-18/+17
* Adding new option -ftrapv.cchavva2000-10-181-0/+170
* * Makefile.in (LANG_LIB2FUNCS): Remove.rth2000-10-091-26/+1
* * Makefile.in (LIB2FUNCS): Add _clz.rth2000-10-061-14/+17
* * frame.h (ia64_frame_state): Add my_psp.rth2000-08-081-17/+16
* Fix compile time warning messagenickc2000-07-101-2/+2
* * dwarf2.h (enum dwarf_call_frame_info): Addjason2000-06-261-0/+3
* * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.rth2000-06-131-4/+3
* gcc:nathan2000-06-061-0/+69
* 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>aph2000-05-251-0/+167
* * configure.in: Redefine inhibit_libc conditions.law2000-05-241-7/+0
* Update to libgcc copyright exception clause.law2000-05-151-7/+9
* * libgcc2.c (near eh_context_specific): Comment #endif string.rth2000-05-041-1/+1
* * configure.in (alpha*-*-*): Aad config/alpha/t-alpha.kenner2000-04-151-28/+31
* * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.jason2000-03-231-16/+0
* Implement dwarf2 exception handling for the ARM.jason2000-03-231-0/+16
* * libgcc2.h: New file.ghazi2000-03-091-199/+3
* * frame.c (find_fde): Convert for loop to do-while so compilerzack2000-02-011-8/+7
* * tsystem.h: New file.ghazi2000-02-011-27/+1
* gcc:amylaar2000-01-261-14/+80
* * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.rth2000-01-231-2/+2
* * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.ghazi1999-12-291-1/+1
* * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make surejakub1999-12-271-191/+283
* * gthr-single.h (__gthread_active_p): Add prototype arguments.ghazi1999-12-121-68/+60
* * longlong.h: Merge in changes from glibc.davem1999-12-091-0/+8
* * xm-i386.h: Define `__i386__' if not defined, rather than `i386'law1999-11-231-1/+1
* * libgcc2.c (__do_global_dtors): Only do EH frame stuff ifjason1999-11-021-1/+1
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-2/+2
* * libgcc2.c (__do_global_dtors): Protect __deregister_frame_infogavin1999-10-141-1/+8
* Do not include stddef.h if building trampoline support and inhibit_libc is de...meissner1999-10-051-1/+3
* Mark args as unused.meissner1999-10-051-1/+2
* Declare malloc, free, and atexit if inhibit_libc is defined.meissner1999-10-051-1/+13
* Use lookup table to get register sizes in dwarf2 ehcrux1999-09-301-2/+25
* * libgcc2.c (num_digits): Add prototype withlaw1999-09-231-0/+4