aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-02* libgcc2.c (__bb_exit_func): Fix line wrap problems.Richard Kenner1-2/+5
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-14* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.Graham Stott1-3/+3
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-16gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of ty...Andreas Jaeger1-48/+55
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-6/+13
2001-05-14libgcc2.c, libgcc2.h: Restore __eprintf.Zack Weinberg1-0/+22
2001-05-11Makefile.in: Exterminate all references to assert.h.Zack Weinberg1-18/+0
2001-04-25Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.Zack Weinberg1-228/+0
2001-03-29* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.Richard Henderson1-1/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-1218/+0
2001-02-08improve commentsJason Merrill1-5/+15
2001-01-31libgcc2.h (Wtype_MAX, Wtype_MIN): Define.Alexandre Oliva1-8/+8
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-23Eliminate IA-64 compiler warnings.Jim Wilson1-2/+2
2001-01-23libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list of EH symbols.Chris Demetriou1-1/+10
2001-01-23libgcc2.c (get_reg_addr): Don't abort if we haven't got a copy of a saved reg...Andrew Haley1-69/+61
2001-01-13c-decl.c (start_function): Don't warn if old prototype is builtin that's not ...Richard Kenner1-4/+4
2000-12-16libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.Michael Hayes1-30/+30
2000-12-06osf.h: Standarize copyright statement.Rodney Brown1-1/+1
2000-10-31libgcc2.c (__shtab): Remove __shtab variable.Chris Demetriou1-13/+0
2000-10-20Warning fixes:Kaveh R. Ghazi1-1/+1
2000-10-19* libgcc2.c (_mulvsi3): Change variables u and v to a and b.Chandrakala Chavva1-1/+1
2000-10-19Added the missing #endif.Chandrakala Chavva1-18/+17
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-0/+170
2000-10-09Makefile.in (LANG_LIB2FUNCS): Remove.Richard Henderson1-26/+1
2000-10-05Makefile.in (LIB2FUNCS): Add _clz.Richard Henderson1-14/+17
2000-08-08frame.h (ia64_frame_state): Add my_psp.Richard Henderson1-17/+16
2000-07-10Fix compile time warning messageNick Clifton1-2/+2
2000-06-26dwarf2.h (enum dwarf_call_frame_info): Add DW_CFA_def_cfa_expression.Andrew Macleod1-0/+3
2000-06-13libgcc2.c (ia64_throw_helper): Use __builtin_return_address.Richard Henderson1-4/+3
2000-06-06eh-common.h (EH_ALLOC_SIZE, [...]): New #defines.Nathan Sidwell1-0/+69
2000-05-25except.c (func_eh_entry): Add emitted field.Andrew MacLeod1-0/+167
2000-05-24configure.in: Redefine inhibit_libc conditions.Eric Christopher1-7/+0
2000-05-15Update to libgcc copyright exception clause.Jeff Law1-7/+9
2000-05-04libgcc2.c (near eh_context_specific): Comment #endif string.Richard Henderson1-1/+1
2000-04-15configure.in (alpha*-*-*): Aad config/alpha/t-alpha.Richard Kenner1-28/+31
2000-03-23rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.Jason Merrill1-16/+0
2000-03-22Implement dwarf2 exception handling for the ARM.Jason Merrill1-0/+16
2000-03-09libgcc2.h: New file.Kaveh R. Ghazi1-199/+3
2000-02-01frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg1-8/+7
2000-02-01tsystem.h: New file.Kaveh R. Ghazi1-27/+1
2000-01-26calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke1-14/+80
2000-01-23libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.Richard Henderson1-2/+2
1999-12-29crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.Kaveh R. Ghazi1-1/+1
1999-12-27h8300.h (TARGET_H8300H, [...]): Make sure UNITS_PER_WORD and BITS_PER_WORD ar...Jakub Jelinek1-191/+283
1999-12-12gthr-single.h (__gthread_active_p): Add prototype arguments.Kaveh R. Ghazi1-68/+60