aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2011-11-27darwin-crt-tm.c: Correct comments, use correct licence.Iain Sandoe1-11/+16
2011-11-27darwin-crt-tm.c: Remove dummy _ITM_ functions.Iain Sandoe1-11/+0
2011-11-26m68k-linux: Implement atomic operations via syscall.Richard Henderson2-0/+212
2011-11-22darwin.h (ENDFILE_SPEC): New.Iain Sandoe2-0/+89
2011-11-21Fix LIB2ADD overrides in libgccRainer Orth2-4/+0
2011-11-21re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay2-0/+360
2011-11-18re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay2-0/+68
2011-11-16lib1funcs.asm (udivsi3): Add support for divide functions.Matthew Gretton-Dann1-4/+66
2011-11-16qrnnd.S: Use specific pseudos for VMS.Tristan Gingold1-0/+12
2011-11-15re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay2-0/+47
2011-11-13config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from tmake_file list.John David Anglin2-15/+15
2011-11-12ppc-linux: Fix call to _Unwind_SetGRPtrRichard Henderson1-1/+1
2011-11-11Fix SPU libgcc buildRainer Orth1-1/+1
2011-11-09generic-morestack.c: Include <string.h>.Ian Lance Taylor1-1/+77
2011-11-08Build softfp for c6xRainer Orth1-10/+10
2011-11-07re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay1-49/+55
2011-11-07Append to HOST_LIBGCC2_CFLAGS in libgccRainer Orth17-20/+15
2011-11-07Consistently use t-rtems in libgccRainer Orth1-1/+1
2011-11-07Return gthr-posix.h to libgcc (PR bootstrap/50982)Rainer Orth4-882/+3
2011-11-05config.gcc (epiphany-*-*): New architecture.Joern Rennecke28-0/+1812
2011-11-05config.host (avr-*-rtems*): Add config/avr/t-rtems.Ralf Corsepius1-0/+2
2011-11-04t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable.Andreas Krebbel1-2/+1
2011-11-04re PR target/50931 ([avr] Support a 24-bit scalar integer mode)Georg-Johann Lay2-1/+137
2011-11-04Restore c6x-elf bootstrapRainer Orth2-4/+4
2011-11-04Use sol2-c[1n].S on more targetsRainer Orth5-10/+4
2011-11-04fde-vms.c: Do not include md-unwind-support.hTristan Gingold1-1/+0
2011-11-04t-sh: Use $(gcc_compile) instead of $(compile).Kaz Kojima1-1/+1
2011-11-03t-ppccomm (ecrti$(objext)): Use $<.Rainer Orth1-4/+4
2011-11-03* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.Andreas Schwab1-1/+2
2011-11-02Fix multilib build of libgcc on Linux/sparc.David S. Miller1-2/+1
2011-11-02* config/rs6000/t-ppccomm: Add missing \.Jason Merrill1-2/+2
2011-11-02Move gthr to toplevel libgccRainer Orth10-2/+3099
2011-11-02Move libgcc_tm_file to toplevel libgccRainer Orth9-5/+14
2011-11-02Move libgcc2 to toplevel libgccRainer Orth210-125/+14249
2011-11-02Move libgcc1 to toplevel libgccRainer Orth69-12/+29343
2011-11-02Move crtstuff support to toplevel libgccRainer Orth85-77/+6853
2011-11-02Move shlib support to toplevel libgccRainer Orth70-43/+3602
2011-10-28morestack.S: Correct CFI information to do proper returns throughout function.Ian Lance Taylor1-30/+58
2011-10-25pr-support.c (pop_compact_frame, pop_frame): Correct logic for doubleword pops.Bernd Schmidt1-16/+10
2011-10-25pr-support.c (__gnu_unwind_24bit): Correct logic for the case where B3 isn't ...Bernd Schmidt1-2/+9
2011-10-25t-freebsd: Add wildcard.Andreas Tobler1-1/+1
2011-10-17re PR target/50737 (FAIL: Throw_3 -O3 execution, generic dwarf2 EH problem?)Uros Bizjak1-0/+2
2011-09-28rx-lib.h: Always restrict doubles to the SF type when 64-bit doubles are not ...Nick Clifton2-11/+9
2011-09-13arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Paul Brook7-981/+993
2011-08-23sfp-machine.h (ASM_INVALID): New define.Uros Bizjak1-2/+10
2011-08-18bpabi-lib.h (RENAME_LIBRARY_SET): Delete.Richard Sandiford1-6/+0
2011-08-17re PR target/50090 (ARM EABI symbols in libgcc.a have default visibility)Richard Sandiford1-3/+2
2011-08-09sync.c: Move to ../libgcc.Rainer Orth1-0/+2
2011-08-08Fix Dwarf unwind library for UNITS_PER_WORD > sizeof (void *)H.J. Lu1-0/+26
2011-08-05soft-fp: Move to ../libgcc.Rainer Orth31-29/+1290