aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2013-05-22config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.Eric Botcazou2-2/+7
2013-05-22sol2-unwind.h (sparc64_frob_update_context): Do it for signal frames as well.Eric Botcazou2-15/+16
2013-05-17re PR target/49146 (segv from libgcc_s when raising an exception, or unwindin...Richard Henderson2-30/+101
2013-05-08cygming-crtbegin.c (__register_frame_info): Make weak.Kai Tietz2-4/+31
2013-05-06fp-bit.c (unpack_d, pack_d): Properly preserve and restore a NaN's payload.Thomas Schwinge3-4/+16
2013-05-06fp-bit.h [FLOAT] (QUIET_NAN): Correct value.Thomas Schwinge2-1/+5
2013-04-25config.host: Match little-endian powerpc-linux.Alan Modra2-1/+5
2013-04-19sfp-machine.h (_FP_W_TYPE): Change to define as 'unsigned long long' instead ...Yufeng Zhang2-2/+9
2013-04-11libgcc/Julian Brown2-32/+39
2013-04-06re PR other/55274 (gcc build hangs on HP-UX 11.11)John David Anglin2-0/+6
2013-04-04bpabi.S (aeabi_ldivmod): Add DWARF information for computing the location of ...Meador Inge2-1/+13
2013-03-27config.host: Add support for cygwin x64 target.Kai Tietz3-3/+28
2013-03-26t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_...Walter Lee2-0/+9
2013-03-25* config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.Kai Tietz2-5/+9
2013-03-202013-03-20 Robert Mason <rbmj@verizon.net>Robert Mason2-1/+16
2013-03-20extend.texi: (micromips, nomicromips, nocompression): Document new function a...Catherine Moore4-0/+20
2013-03-14re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i...Jakub Jelinek2-5/+13
2013-03-13re PR target/49880 (SuperH: ICE when -m4 is used with -mdiv=call-div1)Oleg Endo2-10/+12
2013-03-08cpuinfo.c (get_intel_cpu): Fix cpuid codes for sandybridge processors.Sriraman Tallam2-0/+6
2013-03-06re PR target/56529 ([SH] Calls to __sdivsi3_i4i and __udivsi3_i4i are generat...Oleg Endo2-2/+8
2013-03-04Setup stack protection at entry.Edgar E. Iglesias2-0/+14
2013-03-04* config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)Georg-Johann Lay2-62/+87
2013-03-01[AArch64/AArch64-4.7][libgcc] Silence warnings in sync-cache.cJames Greenhalgh2-2/+9
2013-02-252012-02-25 Catherine Moore <clm@codesourcery.com>Catherine Moore4-12/+11
2013-02-24mips16.S: Don't build for microMIPS.Catherine Moore4-0/+20
2013-02-19modsi3.S (modsi3): Fix case with 0x80000000 as dividend.Edgar E. Iglesias2-0/+6
2013-02-16re PR target/55431 (Invalid auxv search in ppc linux-unwind code.)Alan Modra2-77/+33
2013-02-12re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay4-24/+527
2013-02-11re PR libitm/55693 (libitm.c++/eh-1.C execution test fails on darwin from r19...Iain Sandoe2-43/+7
2013-02-08re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay6-8/+881
2013-02-04Update copyright in libgcc.Richard Sandiford586-693/+589
2013-02-01re PR c++/54601 (AIX uses atexit which causes unloading of shared modules to ...David Edelsohn8-1/+378
2013-01-31lib1funcs.S: Add support for e3v5 architecture variant.Nick Clifton2-4/+9
2013-01-29re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2-0/+23
2013-01-26gcc: PR target/54663David Holsgrove3-1/+11
2013-01-26gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file.Edgar E. Iglesias2-3/+8
2013-01-17sync-cache.c (__aarch64_sync_cache_range): Cast the results of (dcache_lsize ...Yufeng Zhang2-2/+11
2013-01-15[AARCH64] Fix __clear_cache.Sofiane Naci2-2/+13
2013-01-14Reverted last patch.Ian Lance Taylor2-6/+2
2013-01-14generic-morestack-thread.c: Change declaration of __real_pthread_create to no...Ian Lance Taylor2-3/+7
2013-01-14* Fix typos. Remove trailing blanks. Fix coding style.Georg-Johann Lay3-52/+57
2013-01-14avr-lib.h: Add GPL copyright notice.Georg-Johann Lay2-0/+27
2013-01-14fixed-bit.c (SATFRACT): Only declare / set min_low, min_high if TO_MODE_UNSIG...Georg-Johann Lay2-12/+14
2013-01-07config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*): Add to lists of i[...Mark Kettenis2-1/+7
2013-01-04lib1funcs.S: Only provide CALLT support functions if the CALLT instruction is...Nick Clifton2-18/+24
2012-12-20gthr.h (__gthread_cond_timedwait_recursive): Do not require.Jonathan Wakely3-11/+5
2012-12-13fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp is 25.John Tytgat2-5/+8
2012-12-12re PR libgcc/55451 (FAIL: gcc.dg/fixed-point/unary.c)Jakub Jelinek2-18/+17
2012-12-09re PR target/55344 (Cross compiling for alpha-linux fails because <signal.h> ...Uros Bizjak2-0/+7
2012-12-06sfp-machine.h (FP_EX_ALL): Define.Uros Bizjak4-10/+26