aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)Author
2001-01-31* libgcc2.h (Wtype_MAX, Wtype_MIN): Define.Alexandre Oliva
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh Ghazi
2001-01-24Eliminate IA-64 compiler warnings.Jim Wilson
2001-01-242001-01-23 Chris Demetriou <cgd@broadcom.com>Chris Demetriou
2001-01-232001-01-17 Andrew Haley <aph@redhat.com>Andrew Haley
2001-01-13 * c-decl.c (start_function): Don't warn if old prototype is builtinRichard Kenner
2000-12-16 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.Michael Hayes
2000-12-07 * config/alpha/osf.h: Standarize copyright statement.Rodney Brown
2000-11-01 * libgcc2.c (__shtab): Remove __shtab variable.Chris Demetriou
2000-10-20Warning fixes:Kaveh Ghazi
2000-10-19* libgcc2.c (_mulvsi3): Change variables u and v to a and b.Chandrakala Chavva
2000-10-19Added the missing #endif.Chandrakala Chavva
2000-10-18Adding new option -ftrapv.Chandrakala Chavva
2000-10-09 * Makefile.in (LANG_LIB2FUNCS): Remove.Richard Henderson
2000-10-06 * Makefile.in (LIB2FUNCS): Add _clz.Richard Henderson
2000-08-08 * frame.h (ia64_frame_state): Add my_psp.Richard Henderson
2000-07-10Fix compile time warning messageNick Clifton
2000-06-26 * dwarf2.h (enum dwarf_call_frame_info): AddAndrew Macleod
2000-06-13 * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.Richard Henderson
2000-06-06gcc:Nathan Sidwell
2000-05-252000-05-25 Andrew MacLeod <amacleod@cygnus.com>Andrew MacLeod
2000-05-24 * configure.in: Redefine inhibit_libc conditions.Eric Christopher
2000-05-15Update to libgcc copyright exception clause.Jeffrey A Law
2000-05-04 * libgcc2.c (near eh_context_specific): Comment #endif string.Richard Henderson
2000-04-15 * configure.in (alpha*-*-*): Aad config/alpha/t-alpha.Richard Kenner
2000-03-23 * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.Jason Merrill
2000-03-23 Implement dwarf2 exception handling for the ARM.Jason Merrill
2000-03-09 * libgcc2.h: New file.Kaveh Ghazi
2000-02-01 * frame.c (find_fde): Convert for loop to do-while so compilerZack Weinberg
2000-02-01 * tsystem.h: New file.Kaveh Ghazi
2000-01-26gcc:J"orn Rennecke
2000-01-23 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.Richard Henderson
1999-12-29 * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.Kaveh Ghazi
1999-12-27 * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sureJakub Jelinek
1999-12-12 * gthr-single.h (__gthread_active_p): Add prototype arguments.Kaveh Ghazi
1999-12-09 * longlong.h: Merge in changes from glibc.David S. Miller
1999-11-23 * xm-i386.h: Define `__i386__' if not defined, rather than `i386'David O'Brien
1999-11-02 * libgcc2.c (__do_global_dtors): Only do EH frame stuff ifJason Merrill
1999-11-01Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>Richard Kenner
1999-10-14 * libgcc2.c (__do_global_dtors): Protect __deregister_frame_infoGavin Romig-Koch
1999-10-05Do not include stddef.h if building trampoline support and inhibit_libc is de...Michael Meissner
1999-10-05Mark args as unused.Michael Meissner
1999-10-05Declare malloc, free, and atexit if inhibit_libc is defined.Michael Meissner
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt
1999-09-23 * libgcc2.c (num_digits): Add prototype withDan Nicolaescu
1999-09-17 * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.Jason Merrill
1999-09-16 * libgcc2.c (__do_global_ctors): Call atexit with one arg.Kaveh Ghazi
1999-09-15 * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.Jason Merrill
1999-09-09 * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.Jason Merrill
1999-09-07Merge in gcc2-ss-010999Jeffrey A Law