Home | History | Annotate | Line # | Download | only in libgcc
ChangeLog revision 1.1.1.13
      1  1.1.1.13    mrg 2018-10-26  Release Manager
      2  1.1.1.13    mrg 
      3  1.1.1.13    mrg 	* GCC 6.5.0 released.
      4  1.1.1.13    mrg 
      5  1.1.1.13    mrg 2018-08-17  John David Anglin  <danglin (a] gcc.gnu.org>
      6  1.1.1.13    mrg 
      7  1.1.1.13    mrg 	Backport from mainline
      8  1.1.1.13    mrg 	2018-08-11  John David Anglin  <danglin (a] gcc.gnu.org>
      9  1.1.1.13    mrg 
     10  1.1.1.13    mrg 	* config/pa/linux-atomic.c: Update comment.
     11  1.1.1.13    mrg 	(FETCH_AND_OP_2, OP_AND_FETCH_2, FETCH_AND_OP_WORD, OP_AND_FETCH_WORD,
     12  1.1.1.13    mrg 	COMPARE_AND_SWAP_2, __sync_val_compare_and_swap_4,
     13  1.1.1.13    mrg 	SYNC_LOCK_TEST_AND_SET_2, __sync_lock_test_and_set_4): Use
     14  1.1.1.13    mrg 	__ATOMIC_RELAXED for atomic loads.
     15  1.1.1.13    mrg 	(SYNC_LOCK_RELEASE_1): New define.  Use __sync_synchronize() and
     16  1.1.1.13    mrg 	unordered store to release lock.
     17  1.1.1.13    mrg 	(__sync_lock_release_8): Likewise.
     18  1.1.1.13    mrg 	(SYNC_LOCK_RELEASE_2): Remove define.
     19  1.1.1.13    mrg 	 
     20  1.1.1.13    mrg 2018-04-02  H.J. Lu  <hongjiu.lu (a] intel.com>
     21  1.1.1.13    mrg 
     22  1.1.1.13    mrg 	Backport from mainline
     23  1.1.1.13    mrg 	2018-03-29  H.J. Lu  <hongjiu.lu (a] intel.com>
     24  1.1.1.13    mrg 
     25  1.1.1.13    mrg 	PR target/85100
     26  1.1.1.13    mrg 	* config/i386/cpuinfo.c (XCR_XFEATURE_ENABLED_MASK): New.
     27  1.1.1.13    mrg 	(XSTATE_FP): Likewise.
     28  1.1.1.13    mrg 	(XSTATE_SSE): Likewise.
     29  1.1.1.13    mrg 	(XSTATE_YMM): Likewise.
     30  1.1.1.13    mrg 	(XSTATE_OPMASK): Likewise.
     31  1.1.1.13    mrg 	(XSTATE_ZMM): Likewise.
     32  1.1.1.13    mrg 	(XSTATE_HI_ZMM): Likewise.
     33  1.1.1.13    mrg 	(XCR_AVX_ENABLED_MASK): Likewise.
     34  1.1.1.13    mrg 	(XCR_AVX512F_ENABLED_MASK): Likewise.
     35  1.1.1.13    mrg 	(get_available_features): Enable AVX and AVX512 features only
     36  1.1.1.13    mrg 	if their states are supported by OSXSAVE.
     37  1.1.1.13    mrg 
     38  1.1.1.13    mrg 2018-03-11  John David Anglin  <danglin (a] gcc.gnu.org>
     39  1.1.1.13    mrg 
     40  1.1.1.13    mrg 	Backport from mainline
     41  1.1.1.13    mrg 	2018-03-06  John David Anglin  <danglin (a] gcc.gnu.org>
     42  1.1.1.13    mrg 
     43  1.1.1.13    mrg 	* config/pa/fptr.c (_dl_read_access_allowed): New.
     44  1.1.1.13    mrg 	(__canonicalize_funcptr_for_compare): Use it.
     45  1.1.1.13    mrg 	
     46  1.1.1.13    mrg 2018-02-20  Max Filippov  <jcmvbkbc (a] gmail.com>
     47  1.1.1.13    mrg 
     48  1.1.1.13    mrg 	Backport from mainline
     49  1.1.1.13    mrg 	2018-02-20  Max Filippov  <jcmvbkbc (a] gmail.com>
     50  1.1.1.13    mrg 
     51  1.1.1.13    mrg 	* config/xtensa/ieee754-df.S (__adddf3_aux): Add
     52  1.1.1.13    mrg 	.literal_position directive.
     53  1.1.1.13    mrg 	* config/xtensa/ieee754-sf.S (__addsf3_aux): Likewise.
     54  1.1.1.13    mrg 
     55  1.1.1.13    mrg 2018-01-23  Max Filippov  <jcmvbkbc (a] gmail.com>
     56  1.1.1.13    mrg 
     57  1.1.1.13    mrg 	Backport from mainline
     58  1.1.1.13    mrg 	2018-01-23  Max Filippov  <jcmvbkbc (a] gmail.com>
     59  1.1.1.13    mrg 
     60  1.1.1.13    mrg 	* config/xtensa/ieee754-df.S (__addsf3, __subsf3, __mulsf3)
     61  1.1.1.13    mrg 	(__divsf3): Make NaN return value quiet.
     62  1.1.1.13    mrg 	* config/xtensa/ieee754-sf.S (__adddf3, __subdf3, __muldf3)
     63  1.1.1.13    mrg 	(__divdf3): Make NaN return value quiet.
     64  1.1.1.13    mrg 
     65  1.1.1.13    mrg 2017-11-21  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
     66  1.1.1.13    mrg 
     67  1.1.1.13    mrg 	Backport from mainline
     68  1.1.1.13    mrg 	2017-11-14  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
     69  1.1.1.13    mrg 
     70  1.1.1.13    mrg 	* config.host (*-*-solaris2*): Adapt comment for Solaris 12
     71  1.1.1.13    mrg 	renaming.
     72  1.1.1.13    mrg 	* config/sol2/crtpg.c (__start_crt_compiler): Likewise.
     73  1.1.1.13    mrg 	* configure.ac (libgcc_cv_solaris_crts): Likewise.
     74  1.1.1.13    mrg 	* configure: Regenerate.
     75  1.1.1.13    mrg 
     76  1.1.1.13    mrg 2017-11-05  Andreas Tobler  <andreast (a] gcc.gnu.org>
     77  1.1.1.13    mrg 
     78  1.1.1.13    mrg 	Backport from mainline
     79  1.1.1.13    mrg 	2017-11-04  Andreas Tobler  <andreast (a] gcc.gnu.org>
     80  1.1.1.13    mrg 
     81  1.1.1.13    mrg 	PR libgcc/82635
     82  1.1.1.13    mrg 	* config/i386/freebsd-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Use a
     83  1.1.1.13    mrg 	sysctl to determine whether we're in a trampoline.
     84  1.1.1.13    mrg 	Keep the pattern matching method for systems without
     85  1.1.1.13    mrg 	KERN_PROC_SIGTRAMP sysctl.
     86  1.1.1.13    mrg 
     87  1.1.1.13    mrg 2017-10-13  Jakub Jelinek  <jakub (a] redhat.com>
     88  1.1.1.13    mrg 
     89  1.1.1.13    mrg 	PR target/82274
     90  1.1.1.13    mrg 	* libgcc2.c (__mulvDI3): If both operands have
     91  1.1.1.13    mrg 	the same highpart of -1 and the topmost bit of lowpart is 0,
     92  1.1.1.13    mrg 	multiplication overflows even if both lowparts are 0.
     93  1.1.1.13    mrg 
     94  1.1.1.13    mrg 2017-07-20  Peter Bergner  <bergner (a] vnet.ibm.com>
     95  1.1.1.13    mrg 
     96  1.1.1.13    mrg 	Backport from mainline
     97  1.1.1.13    mrg 	2017-07-07  Peter Bergner  <bergner (a] vnet.ibm.com>
     98  1.1.1.13    mrg 
     99  1.1.1.13    mrg 	* config/rs6000/float128-ifunc.c: Don't include auxv.h.
    100  1.1.1.13    mrg 	(have_ieee_hw_p): Delete function.
    101  1.1.1.13    mrg 	(SW_OR_HW) Use __builtin_cpu_supports().
    102  1.1.1.13    mrg 
    103  1.1.1.13    mrg 2017-07-04  Joseph Myers  <joseph (a] codesourcery.com>
    104  1.1.1.13    mrg 
    105  1.1.1.13    mrg 	* config/aarch64/linux-unwind.h (aarch64_fallback_frame_state),
    106  1.1.1.13    mrg 	config/alpha/linux-unwind.h (alpha_fallback_frame_state),
    107  1.1.1.13    mrg 	config/bfin/linux-unwind.h (bfin_fallback_frame_state),
    108  1.1.1.13    mrg 	config/i386/linux-unwind.h (x86_64_fallback_frame_state,
    109  1.1.1.13    mrg 	x86_fallback_frame_state), config/m68k/linux-unwind.h (struct
    110  1.1.1.13    mrg 	uw_ucontext), config/nios2/linux-unwind.h (struct nios2_ucontext),
    111  1.1.1.13    mrg 	config/pa/linux-unwind.h (pa32_fallback_frame_state),
    112  1.1.1.13    mrg 	config/sh/linux-unwind.h (sh_fallback_frame_state),
    113  1.1.1.13    mrg 	config/tilepro/linux-unwind.h (tile_fallback_frame_state),
    114  1.1.1.13    mrg 	config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Use
    115  1.1.1.13    mrg 	ucontext_t instead of struct ucontext.
    116  1.1.1.13    mrg 
    117  1.1.1.12    mrg 2017-07-04  Release Manager
    118  1.1.1.11    mrg 
    119  1.1.1.12    mrg 	* GCC 6.4.0 released.
    120  1.1.1.11    mrg 
    121  1.1.1.11    mrg 2017-05-30  Max Filippov  <jcmvbkbc (a] gmail.com>
    122  1.1.1.11    mrg 
    123  1.1.1.11    mrg 	Backport from mainline
    124  1.1.1.11    mrg 	2016-10-18  Max Filippov  <jcmvbkbc (a] gmail.com>
    125  1.1.1.11    mrg 
    126  1.1.1.11    mrg 	* config/xtensa/t-elf (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
    127  1.1.1.11    mrg 	definition.
    128  1.1.1.11    mrg 	* config/xtensa/t-linux (LIB2ADDEH_XTENSA_UNWIND_DW2_FDE): New
    129  1.1.1.11    mrg 	definition.
    130  1.1.1.11    mrg 	* config/xtensa/t-windowed (LIB2ADDEH): Use
    131  1.1.1.11    mrg 	LIB2ADDEH_XTENSA_UNWIND_DW2_FDE defined by either xtensa/t-elf
    132  1.1.1.11    mrg 	or xtensa/t-linux.
    133  1.1.1.11    mrg 
    134  1.1.1.12    mrg 2017-05-26  Richard Henderson  <rth (a] redhat.com>
    135  1.1.1.11    mrg 
    136  1.1.1.11    mrg 	Backport from mainline
    137  1.1.1.12    mrg 	PR libgcc/80037
    138  1.1.1.12    mrg 	* config/alpha/t-alpha (CRTSTUFF_T_CFLAGS): New.
    139  1.1.1.11    mrg 
    140  1.1.1.12    mrg 2017-05-26  Martin Liska  <mliska (a] suse.cz>
    141  1.1.1.11    mrg 
    142  1.1.1.11    mrg 	Backport from mainline
    143  1.1.1.11    mrg 	2017-04-18  Martin Liska  <mliska (a] suse.cz>
    144  1.1.1.11    mrg 
    145  1.1.1.11    mrg 	PR gcov-profile/78783
    146  1.1.1.11    mrg 	* libgcov-driver.c (gcov_get_filename): New function.
    147  1.1.1.11    mrg 
    148  1.1.1.11    mrg 2017-05-19  Andreas Tobler  <andreast (a] gcc.gnu.org>
    149  1.1.1.11    mrg 
    150  1.1.1.11    mrg 	Backport from mainline
    151  1.1.1.11    mrg 	2017-05-17  Andreas Tobler  <andreast (a] gcc.gnu.org>
    152  1.1.1.11    mrg 
    153  1.1.1.11    mrg 	* config/arm/unwind-arm.h: Make _Unwind_GetIP, _Unwind_GetIPInfo and
    154  1.1.1.11    mrg 	_Unwind_SetIP available as functions for arm*-*-freebsd*.
    155  1.1.1.11    mrg 	* config/arm/unwind-arm.c: Implement the above.
    156  1.1.1.11    mrg 
    157  1.1.1.11    mrg 2017-05-15  Adhemerval Zanella  <adhemerval.zanella (a] linaro.org>
    158  1.1.1.11    mrg 
    159  1.1.1.11    mrg 	* config/sparc/lb1spc.S [__ELF__ && __linux__]: Emit .note.GNU-stack
    160  1.1.1.11    mrg 	section for a non-executable stack.
    161  1.1.1.11    mrg 
    162  1.1.1.12    mrg 2017-05-10  Andreas Tobler  <andreast (a] gcc.gnu.org>
    163  1.1.1.11    mrg 
    164  1.1.1.11    mrg 	Backport from mainline
    165  1.1.1.11    mrg         2017-05-09  Andreas Tobler  <andreast (a] gcc.gnu.org>
    166  1.1.1.11    mrg 
    167  1.1.1.11    mrg 	* config.host: Use the generic FreeBSD t-slibgcc-elf-ver for
    168  1.1.1.11    mrg 	arm*-*-freebsd* instead of the t-slibgcc-libgcc.
    169  1.1.1.11    mrg 
    170  1.1.1.11    mrg 2017-04-07  Alan Modra  <amodra (a] gmail.com>
    171  1.1.1.11    mrg 
    172  1.1.1.11    mrg 	PR target/45053
    173  1.1.1.11    mrg 	* config/rs6000/t-crtstuff (CRTSTUFF_T_CFLAGS): Add -O2.
    174  1.1.1.11    mrg 
    175  1.1.1.11    mrg 2017-01-09  Andreas Tobler  <andreast (a] gcc.gnu.org>
    176  1.1.1.11    mrg 
    177  1.1.1.11    mrg 	Backport from mainline
    178  1.1.1.11    mrg 	2016-10-10  Andreas Tobler  <andreast (a] gcc.gnu.org>
    179  1.1.1.11    mrg 
    180  1.1.1.11    mrg 	* config.host: Add support for aarch64-*-freebsd*.
    181  1.1.1.11    mrg 
    182  1.1.1.12    mrg 2016-12-21  Release Manager
    183  1.1.1.12    mrg 
    184  1.1.1.12    mrg 	* GCC 6.3.0 released.
    185  1.1.1.12    mrg 
    186  1.1.1.12    mrg 2016-12-11  Iain Sandoe  <iain (a] codesourcery.com>
    187  1.1.1.12    mrg 
    188  1.1.1.12    mrg 	Backport from mainline
    189  1.1.1.12    mrg 	2016-11-27  Iain Sandoe  <iain (a] codesourcery.com>
    190  1.1.1.12    mrg 		    Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    191  1.1.1.12    mrg 
    192  1.1.1.12    mrg 	PR target/67710
    193  1.1.1.12    mrg 	*  config/t-darwin: Default builds to 10.5 codegen.
    194  1.1.1.12    mrg 
    195  1.1.1.12    mrg 2016-11-18  Walter Lee  <walt (a] tilera.com>
    196  1.1.1.12    mrg 
    197  1.1.1.12    mrg 	Backport from mainline
    198  1.1.1.12    mrg 	2016-11-18  Walter Lee  <walt (a] tilera.com>
    199  1.1.1.12    mrg 	
    200  1.1.1.12    mrg 	* config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to
    201  1.1.1.12    mrg 	tmake_file.
    202  1.1.1.12    mrg 
    203  1.1.1.12    mrg 2016-11-16  Szabolcs Nagy  <szabolcs.nagy (a] arm.com>
    204  1.1.1.12    mrg 
    205  1.1.1.12    mrg 	Backport from mainline
    206  1.1.1.12    mrg 	2016-11-11  Szabolcs Nagy  <szabolcs.nagy (a] arm.com>
    207  1.1.1.12    mrg 
    208  1.1.1.12    mrg 	* config.host (i[3456]86-*-musl*, x86_64-*-musl*): Use
    209  1.1.1.12    mrg 	i386/t-cpuinfo-static instead of i386/t-cpuinfo.
    210  1.1.1.12    mrg 	* config/i386/t-cpuinfo-static: New.
    211  1.1.1.12    mrg 
    212  1.1.1.11    mrg 2016-11-07  Florian Weimer  <fweimer (a] redhat.com>
    213  1.1.1.11    mrg 
    214  1.1.1.11    mrg 	Backport from mainline
    215  1.1.1.11    mrg 	2016-10-24  Florian Weimer  <fweimer (a] redhat.com>
    216  1.1.1.11    mrg 
    217  1.1.1.11    mrg 	PR libgcc/78064
    218  1.1.1.11    mrg 	* unwind-c.c: Include auto-target.h.
    219  1.1.1.11    mrg 
    220  1.1.1.11    mrg 2016-09-28  Joseph Myers  <joseph (a] codesourcery.com>
    221  1.1.1.11    mrg 
    222  1.1.1.11    mrg 	Backport from mainline
    223  1.1.1.11    mrg 	2016-09-07  Joseph Myers  <joseph (a] codesourcery.com>
    224  1.1.1.11    mrg 
    225  1.1.1.11    mrg 	PR libgcc/77519
    226  1.1.1.11    mrg 	* libgcc2.c (NOTRUNC): Invert settings.
    227  1.1.1.11    mrg 
    228  1.1.1.11    mrg 2016-08-31  Jakub Sejdak  <jakub.sejdak (a] phoesys.com>
    229  1.1.1.11    mrg 
    230  1.1.1.11    mrg 	* config.host: Add support for arm*-*-phoenix* targets.
    231  1.1.1.11    mrg 
    232  1.1.1.12    mrg 2016-08-22  Release Manager
    233  1.1.1.12    mrg 
    234  1.1.1.12    mrg 	* GCC 6.2.0 released.
    235  1.1.1.12    mrg 
    236  1.1.1.12    mrg 2016-07-29  Bill Schmidt  <wschmidt (a] linux.vnet.ibm.com>
    237  1.1.1.12    mrg 
    238  1.1.1.12    mrg 	Backport from mainline
    239  1.1.1.12    mrg 	2016-07-29  Bill Schmidt  <wschmidt (a] linux.vnet.ibm.com>
    240  1.1.1.12    mrg 
    241  1.1.1.12    mrg 	* config/rs6000/_divkc3.c: Add copyright/license boilerplate.
    242  1.1.1.12    mrg 	* config/rs6000/_mulkc3.c: Likewise.
    243  1.1.1.12    mrg 
    244  1.1.1.12    mrg 2016-07-14  Bill Schmidt  <wschmidt (a] linux.vnet.ibm.com>
    245  1.1.1.10    mrg 
    246  1.1.1.12    mrg 	Backport from mainline
    247  1.1.1.12    mrg 	2016-07-12  Bill Schmidt  <wschmidt (a] linux.vnet.ibm.com>
    248  1.1.1.12    mrg 
    249  1.1.1.12    mrg 	* config/rs6000/_divkc3.c: New.
    250  1.1.1.12    mrg 	* config/rs6000/_mulkc3.c: New.
    251  1.1.1.12    mrg 	* config/rs6000/quad-float128.h: Define TFtype; declare _mulkc3
    252  1.1.1.12    mrg 	and _divkc3.
    253  1.1.1.12    mrg 	* config/rs6000/t-float128: Add _mulkc3 and _divkc3 to
    254  1.1.1.12    mrg 	fp128_ppc_funcs.
    255  1.1.1.10    mrg 
    256  1.1.1.10    mrg 2016-05-17  Sebastian Huber  <sebastian.huber (a] embedded-brains.de>
    257  1.1.1.10    mrg 
    258  1.1.1.10    mrg 	Backport from mainline
    259  1.1.1.10    mrg 	2016-05-10  Joel Sherrill <joel (a] rtems.org>
    260  1.1.1.10    mrg 
    261  1.1.1.10    mrg 	PR libgcc/70720
    262  1.1.1.10    mrg 	* config.host (moxie-*-rtems*): Merge this stanza with other moxie
    263  1.1.1.10    mrg 	targets so the same extra_parts are built.  Also have tmake_file add
    264  1.1.1.10    mrg 	on to its value rather than override.
    265  1.1.1.10    mrg 
    266  1.1.1.12    mrg 2016-04-27  Release Manager
    267  1.1.1.12    mrg 
    268  1.1.1.12    mrg 	* GCC 6.1.0 released.
    269  1.1.1.12    mrg 
    270  1.1.1.12    mrg 2016-04-11  Michael Meissner  <meissner (a] linux.vnet.ibm.com>
    271  1.1.1.12    mrg 
    272  1.1.1.12    mrg 	PR target/70381
    273  1.1.1.12    mrg 	* configure.ac (powerpc*-*-linux*): Rework tests to build
    274  1.1.1.12    mrg 	__float128 emulation routines to not depend on using #pragma GCC
    275  1.1.1.12    mrg 	target to enable -mfloat128.
    276  1.1.1.12    mrg 	* configure: Regnerate.
    277  1.1.1.12    mrg 
    278  1.1.1.10    mrg 2016-04-04  Eric Botcazou  <ebotcazou (a] adacore.com>
    279  1.1.1.10    mrg 
    280  1.1.1.10    mrg 	PR target/67172
    281  1.1.1.10    mrg 	* libgcc2.c (L__main): Undefine __LIBGCC_EH_FRAME_SECTION_NAME__ if
    282  1.1.1.10    mrg 	__MINGW32__ is defined.
    283  1.1.1.10    mrg 
    284  1.1.1.12    mrg 2016-03-28  James Bowman  <james.bowman (a] ftdichip.com>
    285  1.1.1.10    mrg 
    286  1.1.1.12    mrg         * libgcc/config/ft32/lib1funcs.S (*divsi3, *modsi3): New.
    287  1.1.1.12    mrg 
    288  1.1.1.12    mrg 2016-03-22  Michael Meissner  <meissner (a] linux.vnet.ibm.com>
    289  1.1.1.12    mrg 
    290  1.1.1.12    mrg 	PR libgcc/70363
    291  1.1.1.12    mrg 	* config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
    292  1.1.1.12    mrg 	built with an assembler that does not support ISA 3.0
    293  1.1.1.12    mrg 	instructions, rename __extendkftf2_sw to __extendkftf2.
    294  1.1.1.12    mrg 
    295  1.1.1.12    mrg 2016-03-16  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    296  1.1.1.10    mrg 
    297  1.1.1.10    mrg 	PR target/38239
    298  1.1.1.10    mrg 	* config/sol2/gmon.c [__i386__] (_mcount): Save and restore
    299  1.1.1.10    mrg 	call-clobbered registers.
    300  1.1.1.10    mrg 	(internal_mcount): Remove __i386__ handling.
    301  1.1.1.10    mrg 
    302  1.1.1.12    mrg 2016-02-26  Joel Sherrill <joel (a] rtems.org>
    303  1.1.1.12    mrg 
    304  1.1.1.12    mrg 	* config.host: Add x86_64-*-rtems*.
    305  1.1.1.12    mrg 
    306  1.1.1.12    mrg 2016-02-26  Joel Sherrill <joel (a] rtems.org>
    307  1.1.1.12    mrg 
    308  1.1.1.12    mrg 	* libgcc/config.host: Add aarch64-*-rtems*.
    309  1.1.1.12    mrg 
    310  1.1.1.12    mrg 2016-02-26  Paul E. Murphy  <murphyp (a] linux.vnet.ibm.com>
    311  1.1.1.12    mrg 	    Bill Schmidt  <wschmidt (a] linux.vnet.ibm.com>
    312  1.1.1.12    mrg 
    313  1.1.1.12    mrg 	* config/rs6000/sfp-machine.h (_FP_DECL_EX): Declare _fpsr as a
    314  1.1.1.12    mrg 	union of u64 and double.
    315  1.1.1.12    mrg 	(FP_TRAPPING_EXCEPTIONS): Return a bitmask of trapping exceptions.
    316  1.1.1.12    mrg 	(FP_INIT_ROUNDMODE): Read the fpscr instead of writing a mystery
    317  1.1.1.12    mrg 	value.
    318  1.1.1.12    mrg 	(FP_ROUNDMODE): Update the usage of _fpscr.
    319  1.1.1.12    mrg 
    320  1.1.1.12    mrg 2016-02-25  Ilya Verbin  <ilya.verbin (a] intel.com>
    321  1.1.1.12    mrg 
    322  1.1.1.12    mrg 	PR driver/68463
    323  1.1.1.12    mrg 	* Makefile.in (crtoffloadtable$(objext)): New rule.
    324  1.1.1.12    mrg 	* configure.ac (extra_parts): Add crtoffloadtable$(objext) if
    325  1.1.1.12    mrg 	enable_offload_targets is not empty.
    326  1.1.1.12    mrg 	* configure: Regenerate.
    327  1.1.1.12    mrg 	* offloadstuff.c: Move __OFFLOAD_TABLE__ from crtoffloadend to
    328  1.1.1.12    mrg 	crtoffloadtable.
    329  1.1.1.12    mrg 
    330  1.1.1.12    mrg 2016-02-17  Max Filippov  <jcmvbkbc (a] gmail.com>
    331  1.1.1.12    mrg 
    332  1.1.1.12    mrg 	* config/xtensa/ieee754-df.S (__muldf3_aux, __divdf3_aux): Add
    333  1.1.1.12    mrg 	.literal_position before the function.
    334  1.1.1.12    mrg 	* config/xtensa/ieee754-sf.S (__mulsf3_aux, __divsf3_aux):
    335  1.1.1.12    mrg 	Likewise.
    336  1.1.1.12    mrg 
    337  1.1.1.12    mrg 2016-02-15  Marcin Kocielnicki  <koriakin (a] 0x04.net>
    338  1.1.1.12    mrg 
    339  1.1.1.12    mrg 	* config.host: Use t-stack and t-stack-s390 for s390*-*-linux.
    340  1.1.1.12    mrg 	* config/s390/morestack.S: New file.
    341  1.1.1.12    mrg 	* config/s390/t-stack-s390: New file.
    342  1.1.1.12    mrg 	* generic-morestack.c (__splitstack_find): Add s390-specific code.
    343  1.1.1.12    mrg 
    344  1.1.1.12    mrg 2016-02-12  Walter Lee  <walt (a] tilera.com>
    345  1.1.1.12    mrg 
    346  1.1.1.12    mrg 	* config.host (tilegx*-*-linux*): remove ti from
    347  1.1.1.12    mrg 	softfp_int_modes for 32-bit configs.
    348  1.1.1.12    mrg 
    349  1.1.1.10    mrg 2016-02-10  Ian Lance Taylor  <iant (a] google.com>
    350  1.1.1.10    mrg 
    351  1.1.1.10    mrg 	PR go/68562
    352  1.1.1.10    mrg 	* config/i386/morestack.S (__stack_split_initialize): Align
    353  1.1.1.10    mrg 	stack.
    354  1.1.1.10    mrg 
    355  1.1.1.12    mrg 2016-02-03  Andreas Tobler  <andreast (a] gcc.gnu.org>
    356  1.1.1.12    mrg 
    357  1.1.1.12    mrg 	PR bootstrap/69611
    358  1.1.1.12    mrg 	* config/rs6000/sfp-machine.h: Guard __sfp_exceptions with
    359  1.1.1.12    mrg 	__FLOAT128__ to compile only for __float128 capable targets.
    360  1.1.1.12    mrg 
    361  1.1.1.12    mrg 2016-01-25  Jakub Jelinek  <jakub (a] redhat.com>
    362  1.1.1.12    mrg 
    363  1.1.1.12    mrg 	PR target/69444
    364  1.1.1.12    mrg 	* config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
    365  1.1.1.12    mrg 	instead of ___NO_FPRS__.
    366  1.1.1.12    mrg 
    367  1.1.1.12    mrg 2016-01-21  Michael Meissner  <meissner (a] linux.vnet.ibm.com>
    368  1.1.1.12    mrg 	    Steven Munroe  <munroesj (a] linux.vnet.ibm.com>
    369  1.1.1.12    mrg 	    Tulio Magno Quites Machado Filho  <tulioqm (a] br.ibm.com>
    370  1.1.1.12    mrg 
    371  1.1.1.12    mrg 	* config/rs6000/float128-sed: New files to convert TF names to KF
    372  1.1.1.12    mrg 	names for PowerPC IEEE 128-bit floating point support.
    373  1.1.1.12    mrg 	* config/rs6000/float128-sed-hw: Likewise.
    374  1.1.1.12    mrg 
    375  1.1.1.12    mrg 	* config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
    376  1.1.1.12    mrg 	floating point hardware support.
    377  1.1.1.12    mrg 
    378  1.1.1.12    mrg 	* config/rs6000/float128-ifunc.c: New file to pick either IEEE
    379  1.1.1.12    mrg 	128-bit floating point software emulation or use ISA 3.0 hardware
    380  1.1.1.12    mrg 	support if it is available.
    381  1.1.1.12    mrg 
    382  1.1.1.12    mrg 	* config/rs6000/quad-float128.h: New file to support IEEE 128-bit
    383  1.1.1.12    mrg 	floating point.
    384  1.1.1.12    mrg 
    385  1.1.1.12    mrg 	* config/rs6000/extendkftf2-sw.c: New file, convert IEEE 128-bit
    386  1.1.1.12    mrg 	floating point to IBM extended double.
    387  1.1.1.12    mrg 
    388  1.1.1.12    mrg 	* config/rs6000/trunctfkf2-sw.c: New file, convert IBM extended
    389  1.1.1.12    mrg 	double to IEEE 128-bit floating point.
    390  1.1.1.12    mrg 
    391  1.1.1.12    mrg 	* config/rs6000/t-float128: New Makefile fragments to enable
    392  1.1.1.12    mrg 	building __float128 emulation support.
    393  1.1.1.12    mrg 	* config/rs6000/t-float128-hw: Likewise.
    394  1.1.1.12    mrg 
    395  1.1.1.12    mrg 	* config/rs6000/sfp-exceptions.c: New file to provide exception
    396  1.1.1.12    mrg 	support for IEEE 128-bit floating point.
    397  1.1.1.12    mrg 
    398  1.1.1.12    mrg 	* config/rs6000/floattikf.c: New files for converting between IEEE
    399  1.1.1.12    mrg 	128-bit floating point and signed/unsigned 128-bit integers.
    400  1.1.1.12    mrg 	* config/rs6000/fixunskfti.c: Likewise.
    401  1.1.1.12    mrg 	* config/rs6000/fixkfti.c: Likewise.
    402  1.1.1.12    mrg 	* config/rs6000/floatuntikf.c: Likewise.
    403  1.1.1.12    mrg 
    404  1.1.1.12    mrg 	* config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
    405  1.1.1.12    mrg 	when building on 64-bit systems, or when VSX is enabled.
    406  1.1.1.12    mrg 	(_FP_W_TYPE): Likewise.
    407  1.1.1.12    mrg 	(_FP_WS_TYPE): Likewise.
    408  1.1.1.12    mrg 	(_FP_I_TYPE): Likewise.
    409  1.1.1.12    mrg 	(TItype): Define on 64-bit systems.
    410  1.1.1.12    mrg 	(UTItype): Likewise.
    411  1.1.1.12    mrg 	(TI_BITS): Likewise.
    412  1.1.1.12    mrg 	(_FP_MUL_MEAT_D): Add support for using 64-bit types.
    413  1.1.1.12    mrg 	(_FP_MUL_MEAT_Q): Likewise.
    414  1.1.1.12    mrg 	(_FP_DIV_MEAT_D): Likewise.
    415  1.1.1.12    mrg 	(_FP_DIV_MEAT_Q): Likewise.
    416  1.1.1.12    mrg 	(_FP_NANFRAC_D): Likewise.
    417  1.1.1.12    mrg 	(_FP_NANFRAC_Q): Likewise.
    418  1.1.1.12    mrg 	(ISA_BIT): Add exception support if we are being compiled on a
    419  1.1.1.12    mrg 	machine with hardware floating point support to build the IEEE
    420  1.1.1.12    mrg 	128-bit emulation functions.
    421  1.1.1.12    mrg 	(FP_EX_INVALID): Likewise.
    422  1.1.1.12    mrg 	(FP_EX_OVERFLOW): Likewise.
    423  1.1.1.12    mrg 	(FP_EX_UNDERFLOW): Likewise.
    424  1.1.1.12    mrg 	(FP_EX_DIVZERO): Likewise.
    425  1.1.1.12    mrg 	(FP_EX_INEXACT): Likewise.
    426  1.1.1.12    mrg 	(FP_EX_ALL): Likewise.
    427  1.1.1.12    mrg 	(__sfp_handle_exceptions): Likewise.
    428  1.1.1.12    mrg 	(FP_HANDLE_EXCEPTIONS): Likewise.
    429  1.1.1.12    mrg 	(FP_RND_NEAREST): Likewise.
    430  1.1.1.12    mrg 	(FP_RND_ZERO): Likewise.
    431  1.1.1.12    mrg 	(FP_RND_PINF): Likewise.
    432  1.1.1.12    mrg 	(FP_RND_MINF): Likewise.
    433  1.1.1.12    mrg 	(FP_RND_MASK): Likewise.
    434  1.1.1.12    mrg 	(_FP_DECL_EX): Likewise.
    435  1.1.1.12    mrg 	(FP_INIT_ROUNDMODE): Likewise.
    436  1.1.1.12    mrg 	(FP_ROUNDMODE): Likewise.
    437  1.1.1.12    mrg 
    438  1.1.1.12    mrg 	* libgcc/config.host (powerpc*-*-linux*): If compiler can compile
    439  1.1.1.12    mrg 	VSX code, enable IEEE 128-bit floating point.  If the compiler can
    440  1.1.1.12    mrg 	compile IEEE 128-bit floating point code with ISA 3.0 IEEE 128-bit
    441  1.1.1.12    mrg 	floating point hardware instructions and it supports declaring
    442  1.1.1.12    mrg 	functions with the ifunc attribute, enable ifunc functions to
    443  1.1.1.12    mrg 	switch between software and hardware support.
    444  1.1.1.12    mrg 	* configure.ac (powerpc*-*-linux*): Likewise.
    445  1.1.1.12    mrg 	* configure: Regenerate.
    446  1.1.1.12    mrg 
    447  1.1.1.12    mrg 2016-01-15  Nick Clifton  <nickc (a] redhat.com>
    448  1.1.1.12    mrg 
    449  1.1.1.12    mrg 	* config/msp430/t-msp430 (lib2_mul_none.o): Only use the first
    450  1.1.1.12    mrg 	dependency as the source file to be compiled.
    451  1.1.1.12    mrg 	(lib2_mul_16bit.o, lib2hw_mul_16.o, lib2hw_mul_32.o)
    452  1.1.1.12    mrg 	(lib2hw_mul_f5.o): Likewise.
    453  1.1.1.12    mrg 
    454  1.1.1.12    mrg 2016-01-13  Michael Meissner  <meissner (a] linux.vnet.ibm.com>
    455  1.1.1.12    mrg 
    456  1.1.1.12    mrg 	* libgcc/config/rs6000/extendkftf2-sw.c: Revert 2016-01-13 change.
    457  1.1.1.12    mrg 	* libgcc/config/rs6000/fixkfti.c: Likewise.
    458  1.1.1.12    mrg 	* libgcc/config/rs6000/fixunskfti.c: Likewise.
    459  1.1.1.12    mrg 	* libgcc/config/rs6000/float128-hw.c: Likewise.
    460  1.1.1.12    mrg 	* libgcc/config/rs6000/float128-ifunc.c: Likewise.
    461  1.1.1.12    mrg 	* libgcc/config/rs6000/float128-sed: Likewise.
    462  1.1.1.12    mrg 	* libgcc/config/rs6000/floattikf.c: Likewise.
    463  1.1.1.12    mrg 	* libgcc/config/rs6000/floatuntikf.c: Likewise.
    464  1.1.1.12    mrg 	* libgcc/config/rs6000/quad-float128.h: Likewise.
    465  1.1.1.12    mrg 	* libgcc/config/rs6000/sfp-exceptions.c: Likewise.
    466  1.1.1.12    mrg 	* libgcc/config/rs6000/sfp-machine.h: Likewise.
    467  1.1.1.12    mrg 	* libgcc/config/rs6000/t-float128: Likewise.
    468  1.1.1.12    mrg 	* libgcc/config/rs6000/t-float128-hw: Likewise.
    469  1.1.1.12    mrg 	* libgcc/config/rs6000/trunctfkf2-sw.c: Likewise.
    470  1.1.1.12    mrg 	* libgcc/config.host: Likewise.
    471  1.1.1.12    mrg 	* libgcc/configure: Likewise.
    472  1.1.1.12    mrg 	* libgcc/configure.ac: Likewise.
    473  1.1.1.12    mrg 
    474  1.1.1.12    mrg 2016-01-13  Michael Meissner  <meissner (a] linux.vnet.ibm.com>
    475  1.1.1.12    mrg 	    Steven Munroe  <munroesj (a] linux.vnet.ibm.com>
    476  1.1.1.12    mrg 	    Tulio Magno Quites Machado Filho  <tulioqm (a] br.ibm.com>
    477  1.1.1.12    mrg 
    478  1.1.1.12    mrg 	* config/rs6000/sfp-exceptions.c: New file to provide exception
    479  1.1.1.12    mrg 	support for IEEE 128-bit floating point.
    480  1.1.1.12    mrg 
    481  1.1.1.12    mrg 	* config/rs6000/float128-hw.c: New file for ISA 3.0 IEEE 128-bit
    482  1.1.1.12    mrg 	floating point hardware support.
    483  1.1.1.12    mrg 
    484  1.1.1.12    mrg 	* config/rs6000/floattikf.c: New files for IEEE 128-bit floating
    485  1.1.1.12    mrg 	point conversions.
    486  1.1.1.12    mrg 	* config/rs6000/fixunskfti.c: Likewise.
    487  1.1.1.12    mrg 	* config/rs6000/fixkfti.c: Likewise.
    488  1.1.1.12    mrg 	* config/rs6000/floatuntikf.c: Likewise.
    489  1.1.1.12    mrg 	* config/rs6000/extendkftf2-sw.c: Likewise.
    490  1.1.1.12    mrg 	* config/rs6000/trunctfkf2-sw.c: Likewise.
    491  1.1.1.12    mrg 
    492  1.1.1.12    mrg 	* config/rs6000/float128-ifunc.c: New file to pick either IEEE
    493  1.1.1.12    mrg 	128-bit floating point software emulation or use ISA 3.0 hardware
    494  1.1.1.12    mrg 	support if it is available.
    495  1.1.1.12    mrg 
    496  1.1.1.12    mrg 	* config/rs6000/quad-float128.h: New file to support IEEE 128-bit
    497  1.1.1.12    mrg 	floating point.
    498  1.1.1.12    mrg 
    499  1.1.1.12    mrg 	* config/rs6000/t-float128: New Makefile fragments to enable
    500  1.1.1.12    mrg 	building __float128 emulation support.
    501  1.1.1.12    mrg 	* config/rs6000/t-float128-hw: Likewise.
    502  1.1.1.12    mrg 
    503  1.1.1.12    mrg 	* config/rs6000/float128-sed: New file to convert TF names to KF
    504  1.1.1.12    mrg 	names for PowerPC IEEE 128-bit floating point support.
    505  1.1.1.12    mrg 
    506  1.1.1.12    mrg 	* config/rs6000/sfp-machine.h (_FP_W_TYPE_SIZE): Use 64-bit types
    507  1.1.1.12    mrg 	when building on 64-bit systems, or when VSX is enabled.
    508  1.1.1.12    mrg 	(_FP_W_TYPE): Likewise.
    509  1.1.1.12    mrg 	(_FP_WS_TYPE): Likewise.
    510  1.1.1.12    mrg 	(_FP_I_TYPE): Likewise.
    511  1.1.1.12    mrg 	(TItype): Define on 64-bit systems.
    512  1.1.1.12    mrg 	(UTItype): Likewise.
    513  1.1.1.12    mrg 	(TI_BITS): Likewise.
    514  1.1.1.12    mrg 	(_FP_MUL_MEAT_D): Add support for using 64-bit types.
    515  1.1.1.12    mrg 	(_FP_MUL_MEAT_Q): Likewise.
    516  1.1.1.12    mrg 	(_FP_DIV_MEAT_D): Likewise.
    517  1.1.1.12    mrg 	(_FP_DIV_MEAT_Q): Likewise.
    518  1.1.1.12    mrg 	(_FP_NANFRAC_D): Likewise.
    519  1.1.1.12    mrg 	(_FP_NANFRAC_Q): Likewise.
    520  1.1.1.12    mrg 	(ISA_BIT): Add exception support if we are being compiled on a
    521  1.1.1.12    mrg 	machine with hardware floating point support to build the IEEE
    522  1.1.1.12    mrg 	128-bit emulation functions.
    523  1.1.1.12    mrg 	(FP_EX_INVALID): Likewise.
    524  1.1.1.12    mrg 	(FP_EX_OVERFLOW): Likewise.
    525  1.1.1.12    mrg 	(FP_EX_UNDERFLOW): Likewise.
    526  1.1.1.12    mrg 	(FP_EX_DIVZERO): Likewise.
    527  1.1.1.12    mrg 	(FP_EX_INEXACT): Likewise.
    528  1.1.1.12    mrg 	(FP_EX_ALL): Likewise.
    529  1.1.1.12    mrg 	(__sfp_handle_exceptions): Likewise.
    530  1.1.1.12    mrg 	(FP_HANDLE_EXCEPTIONS): Likewise.
    531  1.1.1.12    mrg 	(FP_RND_NEAREST): Likewise.
    532  1.1.1.12    mrg 	(FP_RND_ZERO): Likewise.
    533  1.1.1.12    mrg 	(FP_RND_PINF): Likewise.
    534  1.1.1.12    mrg 	(FP_RND_MINF): Likewise.
    535  1.1.1.12    mrg 	(FP_RND_MASK): Likewise.
    536  1.1.1.12    mrg 	(_FP_DECL_EX): Likewise.
    537  1.1.1.12    mrg 	(FP_INIT_ROUNDMODE): Likewise.
    538  1.1.1.12    mrg 	(FP_ROUNDMODE): Likewise.
    539  1.1.1.12    mrg 
    540  1.1.1.12    mrg 	* configure.ac (powerpc*-*-linux*): Check whether the PowerPC
    541  1.1.1.12    mrg 	compiler can do __float128.
    542  1.1.1.12    mrg 	* configure: Regenerate.
    543  1.1.1.12    mrg 
    544  1.1.1.12    mrg 	* libgcc/config.host (powerpc*-*-linux*): If compiler can compile
    545  1.1.1.12    mrg 	VSX code, enable IEEE 128-bit floating point.
    546  1.1.1.12    mrg 
    547  1.1.1.12    mrg 2016-01-05  Olivier Hainque  <hainque (a] adacore.com>
    548  1.1.1.12    mrg 
    549  1.1.1.12    mrg 	* config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1
    550  1.1.1.12    mrg 	specificities.
    551  1.1.1.12    mrg 
    552  1.1.1.12    mrg 2016-01-04  Jakub Jelinek  <jakub (a] redhat.com>
    553  1.1.1.12    mrg 
    554  1.1.1.12    mrg 	Update copyright years.
    555  1.1.1.12    mrg 
    556  1.1.1.12    mrg 2015-12-18  Andris Pavenis  <andris.pavenis (a] iki.fi>
    557  1.1.1.12    mrg 
    558  1.1.1.12    mrg 	* config.host: Add *-*-msdosdjgpp to lists of i[34567]86-*-*
    559  1.1.1.12    mrg 	soft-fp targets.
    560  1.1.1.12    mrg 
    561  1.1.1.12    mrg 2015-12-16  Bernd Edlinger  <bernd.edlinger (a] hotmail.de>
    562  1.1.1.12    mrg 
    563  1.1.1.12    mrg 	* unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
    564  1.1.1.12    mrg 	instead of abort to avoid dependency on stdlib.h.
    565  1.1.1.12    mrg 
    566  1.1.1.10    mrg 2015-12-09  John David Anglin  <danglin (a] gcc.gnu.org>
    567  1.1.1.10    mrg 
    568  1.1.1.10    mrg 	* config/pa/fptr.c (__canonicalize_funcptr_for_compare): Remove code
    569  1.1.1.10    mrg 	to initialize call to __dl_fixup once.
    570  1.1.1.10    mrg 
    571  1.1.1.12    mrg 2015-12-04  Nick Clifton  <nickc (a] redhat.com>
    572  1.1.1.12    mrg 
    573  1.1.1.12    mrg 	* config/msp430/mpy.c (__mulhi3): Use a faster algorithm.
    574  1.1.1.12    mrg 	Allow for the second argument being negative.
    575  1.1.1.12    mrg 	* config.host (extra_parts): Define for MSP430.  Create separate
    576  1.1.1.12    mrg 	libraries for each of the hardware multiply formats.
    577  1.1.1.12    mrg 	* config/msp430/lib2hw_mul.S: Build only the multiply routines
    578  1.1.1.12    mrg 	that are needed.
    579  1.1.1.12    mrg 	* config/msp430/lib2mul.c: Likewise.
    580  1.1.1.12    mrg 	* config/msp430/t-msp430 (LIB2ADD): Remove lib2hw_mul.S.
    581  1.1.1.12    mrg 	Add rules to build hardware multiply libraries.
    582  1.1.1.12    mrg 	* config/msp430/lib2divSI.c: (__mspabi_divlu): Alias for
    583  1.1.1.12    mrg 	__mspabi_divul function.
    584  1.1.1.12    mrg 	(__mspabi_divllu): New stub function.
    585  1.1.1.10    mrg 
    586  1.1.1.12    mrg 2015-12-01  John David Anglin  <danglin (a] gcc.gnu.org>
    587  1.1.1.10    mrg 
    588  1.1.1.10    mrg 	* config/pa/fptr.c (__canonicalize_funcptr_for_compare): Initialize
    589  1.1.1.10    mrg 	fixup values if saved GOT address doesn't match runtime address.
    590  1.1.1.10    mrg 	(fixup_branch_offset): Reorder list.
    591  1.1.1.10    mrg 
    592  1.1.1.12    mrg 2015-11-25  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    593   1.1.1.8    mrg 
    594  1.1.1.12    mrg 	* Makefile.in (VTV_CFLAGS): New variable.
    595  1.1.1.12    mrg 	(vtv_start$(objext), vtv_end$(objext), vtv_end$(objext))
    596  1.1.1.12    mrg 	(vtv_start_preinit$(objext), vtv_end_preinit$(objext)): Use it.
    597  1.1.1.12    mrg 	* config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
    598  1.1.1.12    mrg 	Add vtv_start.o, vtv_end.o, vtv_start_preinit.o, vtv_end_preinit.o
    599  1.1.1.12    mrg 	to extra_parts if $enable_vtable_verify = yes.
    600   1.1.1.9    mrg 
    601  1.1.1.12    mrg 2015-11-23  Szabolcs Nagy  <szabolcs.nagy (a] arm.com>
    602   1.1.1.9    mrg 
    603   1.1.1.9    mrg 	PR target/68059
    604   1.1.1.9    mrg 	* config/arm/linux-atomic-64bit.c (__write): Rename to...
    605   1.1.1.9    mrg 	(write): ...this and fix the return type.
    606   1.1.1.9    mrg 
    607  1.1.1.12    mrg 2015-11-19  DJ Delorie  <dj (a] redhat.com>
    608   1.1.1.9    mrg 
    609  1.1.1.12    mrg 	* config/msp430/lib2hw_mul.S: Fix alignment.
    610  1.1.1.12    mrg 
    611  1.1.1.12    mrg 2015-11-18  Nathan Sidwell  <nathan (a] codesourcery.com>
    612  1.1.1.12    mrg 
    613  1.1.1.12    mrg 	* config/nvptx/reduction.c: New.
    614  1.1.1.12    mrg 	* config/nvptx/t-nvptx (LIB2ADD): Add it.
    615  1.1.1.12    mrg 
    616  1.1.1.12    mrg 2015-11-15  David Edelsohn  <dje.gcc (a] gmail.com>
    617   1.1.1.9    mrg 
    618   1.1.1.9    mrg 	* config/rs6000/on_exit.c: New file.
    619   1.1.1.9    mrg 	* config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c.
    620   1.1.1.9    mrg 	* config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports.
    621   1.1.1.9    mrg 
    622  1.1.1.12    mrg 2015-11-11  Claudiu Zissulescu  <claziss (a] synopsys.com>
    623   1.1.1.9    mrg 
    624  1.1.1.12    mrg 	* config/arc/dp-hack.h: Add support for ARCHS.
    625  1.1.1.12    mrg 	* config/arc/ieee-754/divdf3.S: Likewise.
    626  1.1.1.12    mrg 	* config/arc/ieee-754/divsf3-stdmul.S: Likewise.
    627  1.1.1.12    mrg 	* config/arc/ieee-754/muldf3.S: Likewise.
    628  1.1.1.12    mrg 	* config/arc/ieee-754/mulsf3.S: Likewise
    629  1.1.1.12    mrg 	* config/arc/lib1funcs.S: Likewise
    630  1.1.1.12    mrg 	* config/arc/gmon/dcache_linesz.S: Don't read the build register
    631  1.1.1.12    mrg 	for ARCv2 cores.
    632  1.1.1.12    mrg 	* config/arc/gmon/profil.S (__profil, __profil_irq): Don't profile
    633  1.1.1.12    mrg 	for ARCv2 cores.
    634  1.1.1.12    mrg 	* config/arc/ieee-754/arc-ieee-754.h (MPYHU, MPYH): Define.
    635  1.1.1.12    mrg 	* config/arc/t-arc700-uClibc: Remove hard selection for ARC 700
    636  1.1.1.12    mrg 	cores.
    637  1.1.1.12    mrg 
    638  1.1.1.12    mrg 2015-11-09  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    639  1.1.1.12    mrg 
    640  1.1.1.12    mrg 	* config/ia64/crtbegin.S: Check HAVE_INITFINI_ARRAY_SUPPORT
    641  1.1.1.12    mrg 	value.
    642  1.1.1.12    mrg 	* config/ia64/crtend.S: Likewise.
    643  1.1.1.12    mrg 
    644  1.1.1.12    mrg 2015-11-07  Trevor Saunders  <tbsaunde+gcc (a] tbsaunde.org>
    645  1.1.1.12    mrg 
    646  1.1.1.12    mrg 	* config/visium/lib2funcs.c (__set_trampoline_parity): Use
    647  1.1.1.12    mrg 	__CHAR_BIT__ instead of BITS_PER_UNIT.
    648  1.1.1.12    mrg 	* fixed-bit.h: Likewise.
    649  1.1.1.12    mrg 	* fp-bit.h: Likewise.
    650  1.1.1.12    mrg 	* libgcc2.c (__popcountSI2): Likewise.
    651  1.1.1.12    mrg 	(__popcountDI2): Likewise.
    652  1.1.1.12    mrg 	* libgcc2.h: Likewise.
    653  1.1.1.12    mrg 	* libgcov.h: Likewise.
    654  1.1.1.12    mrg 
    655  1.1.1.12    mrg 2015-11-07  David Edelsohn  <dje.gcc (a] gmail.com>
    656   1.1.1.9    mrg 
    657   1.1.1.9    mrg 	* config/rs6000/atexit.c: New file.
    658   1.1.1.9    mrg 	* config/rs6000/t-aix-cxa (LIB2ADDEH): Build atexit.c.
    659   1.1.1.9    mrg 	* config/rs6000/libgcc-aix-cxa.ver (atexit): Add symbol to exports.
    660   1.1.1.9    mrg 	* config/rs6000/cxa_finalize.c
    661   1.1.1.9    mrg 	(catomic_compare_and_exchange_bool_acq): Negate return value.
    662   1.1.1.9    mrg 
    663  1.1.1.12    mrg 2015-10-30  Venkataramanan Kumar  <venkataramanan.kumar (a] amd.com>
    664  1.1.1.12    mrg 
    665  1.1.1.12    mrg 	* config/i386/cpuinfo.c (enum processor_types): Add AMDFAM17H.
    666  1.1.1.12    mrg 	(processor_subtypes): Add znver1.
    667  1.1.1.12    mrg 	(get_amd_cpu): Detect znver1.
    668  1.1.1.12    mrg 
    669  1.1.1.12    mrg 2015-10-29  Christophe Lyon  <christophe.lyon (a] linaro.org>
    670  1.1.1.12    mrg 
    671  1.1.1.12    mrg 	* config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
    672  1.1.1.12    mrg 	Include crtfastmath.o.
    673   1.1.1.9    mrg 
    674  1.1.1.12    mrg 2015-10-23  Joern Rennecke  <joern.rennecke (a] embecosm.com>
    675  1.1.1.12    mrg 
    676  1.1.1.12    mrg 	PR libgcc/66883
    677  1.1.1.12    mrg 	* config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo.
    678  1.1.1.12    mrg 
    679  1.1.1.12    mrg 2015-10-16  Kaushik Phatak  <kaushik.phatak (a] kpit.com>
    680  1.1.1.12    mrg 
    681  1.1.1.12    mrg 	* config/rl78/divmodqi.S: Return 0x00 by default for div by 0.
    682  1.1.1.12    mrg 	* config/rl78/divmodsi.S: Update return register to r8.
    683  1.1.1.12    mrg 	* config/rl78/divmodhi.S: Update return register to r8,r9.
    684  1.1.1.12    mrg 	Branch to main_loop_done_himode to pop registers before return.
    685  1.1.1.12    mrg 
    686  1.1.1.12    mrg 2015-10-09  Venkataramanan Kumar  <venkataramanan.kumar (a] amd.com>
    687  1.1.1.12    mrg 
    688  1.1.1.12    mrg 	* config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
    689   1.1.1.9    mrg 	(__cpu_indicator_init): Fix model selection for AMD CPUs.
    690   1.1.1.9    mrg 
    691  1.1.1.12    mrg 2015-10-05  Kirill Yukhin  <kirill.yukhin (a] intel.com>
    692   1.1.1.9    mrg 
    693  1.1.1.12    mrg 	* config/i386/cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
    694  1.1.1.12    mrg 
    695  1.1.1.12    mrg 2015-10-03  Max Filippov  <jcmvbkbc (a] gmail.com>
    696  1.1.1.12    mrg 
    697  1.1.1.12    mrg 	* config.host (xtensa*-*-uclinux*): New configuration.
    698  1.1.1.12    mrg 
    699  1.1.1.12    mrg 2015-10-02  Kirill Yukhin  <kirill.yukhin (a] intel.com>
    700  1.1.1.12    mrg 
    701  1.1.1.12    mrg         * config/i386/cpuinfo.c (processor_features): Add
    702  1.1.1.12    mrg 	FEATURE_AVX512VBMI and FEATURE_AVX512VBMI.
    703  1.1.1.12    mrg 
    704  1.1.1.12    mrg 2015-09-28  Joseph Myers  <joseph (a] codesourcery.com>
    705  1.1.1.12    mrg 
    706  1.1.1.12    mrg 	* soft-fp/adddf3.c: Update from glibc.
    707  1.1.1.12    mrg 	* soft-fp/addsf3.c: Likewise.
    708  1.1.1.12    mrg 	* soft-fp/addtf3.c: Likewise.
    709  1.1.1.12    mrg 	* soft-fp/divdf3.c: Likewise.
    710  1.1.1.12    mrg 	* soft-fp/divsf3.c: Likewise.
    711  1.1.1.12    mrg 	* soft-fp/divtf3.c: Likewise.
    712  1.1.1.12    mrg 	* soft-fp/double.h: Likewise.
    713  1.1.1.12    mrg 	* soft-fp/eqdf2.c: Likewise.
    714  1.1.1.12    mrg 	* soft-fp/eqsf2.c: Likewise.
    715  1.1.1.12    mrg 	* soft-fp/eqtf2.c: Likewise.
    716  1.1.1.12    mrg 	* soft-fp/extenddftf2.c: Likewise.
    717  1.1.1.12    mrg 	* soft-fp/extended.h: Likewise.
    718  1.1.1.12    mrg 	* soft-fp/extendsfdf2.c: Likewise.
    719  1.1.1.12    mrg 	* soft-fp/extendsftf2.c: Likewise.
    720  1.1.1.12    mrg 	* soft-fp/extendxftf2.c: Likewise.
    721  1.1.1.12    mrg 	* soft-fp/fixdfdi.c: Likewise.
    722  1.1.1.12    mrg 	* soft-fp/fixdfsi.c: Likewise.
    723  1.1.1.12    mrg 	* soft-fp/fixdfti.c: Likewise.
    724  1.1.1.12    mrg 	* soft-fp/fixsfdi.c: Likewise.
    725  1.1.1.12    mrg 	* soft-fp/fixsfsi.c: Likewise.
    726  1.1.1.12    mrg 	* soft-fp/fixsfti.c: Likewise.
    727  1.1.1.12    mrg 	* soft-fp/fixtfdi.c: Likewise.
    728  1.1.1.12    mrg 	* soft-fp/fixtfsi.c: Likewise.
    729  1.1.1.12    mrg 	* soft-fp/fixtfti.c: Likewise.
    730  1.1.1.12    mrg 	* soft-fp/fixunsdfdi.c: Likewise.
    731  1.1.1.12    mrg 	* soft-fp/fixunsdfsi.c: Likewise.
    732  1.1.1.12    mrg 	* soft-fp/fixunsdfti.c: Likewise.
    733  1.1.1.12    mrg 	* soft-fp/fixunssfdi.c: Likewise.
    734  1.1.1.12    mrg 	* soft-fp/fixunssfsi.c: Likewise.
    735  1.1.1.12    mrg 	* soft-fp/fixunssfti.c: Likewise.
    736  1.1.1.12    mrg 	* soft-fp/fixunstfdi.c: Likewise.
    737  1.1.1.12    mrg 	* soft-fp/fixunstfsi.c: Likewise.
    738  1.1.1.12    mrg 	* soft-fp/fixunstfti.c: Likewise.
    739  1.1.1.12    mrg 	* soft-fp/floatdidf.c: Likewise.
    740  1.1.1.12    mrg 	* soft-fp/floatdisf.c: Likewise.
    741  1.1.1.12    mrg 	* soft-fp/floatditf.c: Likewise.
    742  1.1.1.12    mrg 	* soft-fp/floatsidf.c: Likewise.
    743  1.1.1.12    mrg 	* soft-fp/floatsisf.c: Likewise.
    744  1.1.1.12    mrg 	* soft-fp/floatsitf.c: Likewise.
    745  1.1.1.12    mrg 	* soft-fp/floattidf.c: Likewise.
    746  1.1.1.12    mrg 	* soft-fp/floattisf.c: Likewise.
    747  1.1.1.12    mrg 	* soft-fp/floattitf.c: Likewise.
    748  1.1.1.12    mrg 	* soft-fp/floatundidf.c: Likewise.
    749  1.1.1.12    mrg 	* soft-fp/floatundisf.c: Likewise.
    750  1.1.1.12    mrg 	* soft-fp/floatunditf.c: Likewise.
    751  1.1.1.12    mrg 	* soft-fp/floatunsidf.c: Likewise.
    752  1.1.1.12    mrg 	* soft-fp/floatunsisf.c: Likewise.
    753  1.1.1.12    mrg 	* soft-fp/floatunsitf.c: Likewise.
    754  1.1.1.12    mrg 	* soft-fp/floatuntidf.c: Likewise.
    755  1.1.1.12    mrg 	* soft-fp/floatuntisf.c: Likewise.
    756  1.1.1.12    mrg 	* soft-fp/floatuntitf.c: Likewise.
    757  1.1.1.12    mrg 	* soft-fp/gedf2.c: Likewise.
    758  1.1.1.12    mrg 	* soft-fp/gesf2.c: Likewise.
    759  1.1.1.12    mrg 	* soft-fp/getf2.c: Likewise.
    760  1.1.1.12    mrg 	* soft-fp/ledf2.c: Likewise.
    761  1.1.1.12    mrg 	* soft-fp/lesf2.c: Likewise.
    762  1.1.1.12    mrg 	* soft-fp/letf2.c: Likewise.
    763  1.1.1.12    mrg 	* soft-fp/muldf3.c: Likewise.
    764  1.1.1.12    mrg 	* soft-fp/mulsf3.c: Likewise.
    765  1.1.1.12    mrg 	* soft-fp/multf3.c: Likewise.
    766  1.1.1.12    mrg 	* soft-fp/negdf2.c: Likewise.
    767  1.1.1.12    mrg 	* soft-fp/negsf2.c: Likewise.
    768  1.1.1.12    mrg 	* soft-fp/negtf2.c: Likewise.
    769  1.1.1.12    mrg 	* soft-fp/op-1.h: Likewise.
    770  1.1.1.12    mrg 	* soft-fp/op-2.h: Likewise.
    771  1.1.1.12    mrg 	* soft-fp/op-4.h: Likewise.
    772  1.1.1.12    mrg 	* soft-fp/op-8.h: Likewise.
    773  1.1.1.12    mrg 	* soft-fp/op-common.h: Likewise.
    774  1.1.1.12    mrg 	* soft-fp/quad.h: Likewise.
    775  1.1.1.12    mrg 	* soft-fp/single.h: Likewise.
    776  1.1.1.12    mrg 	* soft-fp/soft-fp.h: Likewise.
    777  1.1.1.12    mrg 	* soft-fp/subdf3.c: Likewise.
    778  1.1.1.12    mrg 	* soft-fp/subsf3.c: Likewise.
    779  1.1.1.12    mrg 	* soft-fp/subtf3.c: Likewise.
    780  1.1.1.12    mrg 	* soft-fp/truncdfsf2.c: Likewise.
    781  1.1.1.12    mrg 	* soft-fp/trunctfdf2.c: Likewise.
    782  1.1.1.12    mrg 	* soft-fp/trunctfsf2.c: Likewise.
    783  1.1.1.12    mrg 	* soft-fp/trunctfxf2.c: Likewise.
    784  1.1.1.12    mrg 	* soft-fp/unorddf2.c: Likewise.
    785  1.1.1.12    mrg 	* soft-fp/unordsf2.c: Likewise.
    786  1.1.1.12    mrg 	* soft-fp/unordtf2.c: Likewise.
    787  1.1.1.12    mrg 
    788  1.1.1.12    mrg 2015-09-24  Richard Earnshaw  <rearnsha (a] arm.com>
    789  1.1.1.12    mrg 
    790  1.1.1.12    mrg 	PR libgcc/67624
    791  1.1.1.12    mrg 	* config/arm/fp16.c (__gnu_f2h_internal): Handle infinity correctly.
    792  1.1.1.12    mrg 
    793  1.1.1.12    mrg 2015-09-24  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    794   1.1.1.9    mrg 
    795   1.1.1.9    mrg 	* config.host (*-*-solaris2*): Add t-crtstuff-pic to tmake_file.
    796   1.1.1.9    mrg 	Add crtbeginS.o, crtendS.o to extra_parts if libgcc_cv_solaris_crts.
    797   1.1.1.9    mrg 	* config/sol2/gmon.c: (monstartup): Don't write trailing NUL of
    798   1.1.1.9    mrg 	messages.
    799   1.1.1.9    mrg 	(internal_mcount): Likewise.
    800   1.1.1.9    mrg 	* config/sol2/t-sol2 (crtp.o, crtpg.o, gmon.o): Compile with
    801   1.1.1.9    mrg 	crt_compile, add CRTSTUFF_T_CFLAGS_S.
    802   1.1.1.9    mrg 
    803  1.1.1.12    mrg 2015-09-24  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    804   1.1.1.9    mrg 
    805   1.1.1.9    mrg 	* configure.ac (libgcc_cv_solaris_crts): New test.
    806   1.1.1.9    mrg 	* configure: Regenerate.
    807   1.1.1.9    mrg 	* config.in: Regenerate.
    808   1.1.1.9    mrg 	* config/sol2/crtp.c, config/sol2/crtpg.c: New files.
    809   1.1.1.9    mrg 	* config/gmon-sol2.c: Rename to ...
    810   1.1.1.9    mrg 	* config/sol2/gmon.c: ... this.
    811   1.1.1.9    mrg 	Include auto-target.h.
    812   1.1.1.9    mrg 	(internal_mcount): Wrap setup handling in !HAVE_SOLARIS_CRTS.
    813   1.1.1.9    mrg 	* config/t-sol2: Rename to ...
    814   1.1.1.9    mrg 	* config/sol2/t-sol2: ... this.
    815   1.1.1.9    mrg 	(gmon.o): Reflect renaming.
    816   1.1.1.9    mrg 	(crtp.o, crtpg.o): New rules.
    817   1.1.1.9    mrg 	* config.host (*-*-solaris2*): Reflect renaming.
    818   1.1.1.9    mrg 	Use system CRTs if present.
    819   1.1.1.9    mrg 	Remove default CRT case.
    820   1.1.1.9    mrg 
    821   1.1.1.9    mrg 2015-09-23  John David Anglin  <danglin (a] gcc.gnu.org>
    822   1.1.1.9    mrg 
    823   1.1.1.9    mrg 	* config/pa/linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.
    824   1.1.1.9    mrg 	(__sync_fetch_and_##OP##_##WIDTH): Change result to match type of
    825   1.1.1.9    mrg 	__kernel_cmpxchg2.
    826   1.1.1.9    mrg 	(__sync_##OP##_and_fetch_##WIDTH): Likewise.
    827   1.1.1.9    mrg 	(__sync_val_compare_and_swap_##WIDTH): Likewise.
    828   1.1.1.9    mrg 	(__sync_bool_compare_and_swap_##WIDTH): Likewise.
    829   1.1.1.9    mrg 	(__sync_lock_test_and_set_##WIDTH): Likewise.
    830   1.1.1.9    mrg 	(__sync_lock_release_##WIDTH): Likewise.
    831   1.1.1.9    mrg 	(__sync_fetch_and_##OP##_4): Change result to match type of
    832   1.1.1.9    mrg 	__kernel_cmpxchg.
    833   1.1.1.9    mrg 	(__sync_##OP##_and_fetch_4): Likewise.
    834   1.1.1.9    mrg 	(__sync_val_compare_and_swap_4): Likewise.
    835   1.1.1.9    mrg 	(__sync_bool_compare_and_swap_4): likewise.
    836   1.1.1.9    mrg 	(__sync_lock_test_and_set_4): Likewise.
    837   1.1.1.9    mrg 	(__sync_lock_release_4): Likewise.
    838   1.1.1.9    mrg 	(FETCH_AND_OP_2): Add long long variants.
    839   1.1.1.9    mrg 	(OP_AND_FETCH_2): Likewise.
    840   1.1.1.9    mrg 	(COMPARE_AND_SWAP_2 ): Likewise.
    841   1.1.1.9    mrg 	(SYNC_LOCK_TEST_AND_SET_2): Likewise.
    842   1.1.1.9    mrg 	(SYNC_LOCK_RELEASE_2): Likewise.
    843   1.1.1.9    mrg 	(__sync_bool_compare_and_swap_##WIDTH): Correct return.
    844   1.1.1.9    mrg 
    845  1.1.1.12    mrg 2015-09-22  Kirill Yukhin  <kirill.yukhin (a] intel.com>
    846  1.1.1.12    mrg 
    847  1.1.1.12    mrg 	* libgcc/config/i386/cpuinfo.c (enum processor_features): Add
    848  1.1.1.12    mrg 	FEATURE_AVX512VL, FEATURE_AVX512BW, FEATURE_AVX512DQ,
    849  1.1.1.12    mrg 	FEATURE_AVX512CD, FEATURE_AVX512ER, FEATURE_AVX512PF.
    850  1.1.1.12    mrg 	(get_available_features): Habdle new features.
    851  1.1.1.12    mrg 
    852  1.1.1.12    mrg 2015-09-21  James Bowman  <james.bowman (a] ftdichip.com>
    853  1.1.1.12    mrg 
    854  1.1.1.12    mrg 	* config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
    855  1.1.1.12    mrg 	memory layout. Deal correctly with BSS region larger than 32K.
    856  1.1.1.12    mrg 	Handle a watchdog reset like a power-on reset. Clean up unused
    857  1.1.1.12    mrg 	code.
    858  1.1.1.12    mrg 
    859  1.1.1.12    mrg 2015-09-18  Andrew Dixie  <andrewd (a] gentrack.com>
    860  1.1.1.12    mrg 	    David Edelsohn  <dje.gcc (a] gmail.com>
    861  1.1.1.12    mrg 
    862  1.1.1.12    mrg 	* config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.
    863  1.1.1.12    mrg 	* config/rs6000/crtdbase.S: New file.
    864  1.1.1.12    mrg 	* config/rs6000/t-aix-cxa: Build crtdbase.o.
    865  1.1.1.12    mrg 
    866  1.1.1.12    mrg 2015-09-15  Max Filippov  <jcmvbkbc (a] gmail.com>
    867  1.1.1.12    mrg 
    868  1.1.1.12    mrg 	* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state):
    869  1.1.1.12    mrg 	Add support for call0 ABI.
    870  1.1.1.12    mrg 
    871  1.1.1.12    mrg 2015-09-13  John David Anglin  <danglin (a] gcc.gnu.org>
    872  1.1.1.12    mrg 
    873  1.1.1.12    mrg 	* config/pa/fptr.c (SIGN_EXTEND): Cast -1 to unsigned.
    874   1.1.1.9    mrg 
    875  1.1.1.12    mrg 2015-09-03  Sebastian Huber  <sebastian.huber (a] embedded-brains.de>
    876  1.1.1.12    mrg 
    877  1.1.1.12    mrg 	* config/gthr-rtems.h (__GTHREADS_CXX0X): New.
    878  1.1.1.12    mrg 	(__GTHREAD_HAS_COND): Likewise.
    879  1.1.1.12    mrg 	(__gthread_t): Likewise.
    880  1.1.1.12    mrg 	(__gthread_cond_t): Likewise.
    881  1.1.1.12    mrg 	(__gthread_time_t): Likewise.
    882  1.1.1.12    mrg 	(__GTHREAD_MUTEX_INIT): Likewise.
    883  1.1.1.12    mrg 	(__GTHREAD_RECURSIVE_MUTEX_INIT): Likewise.
    884  1.1.1.12    mrg 	(__GTHREAD_COND_INIT): Likewise.
    885  1.1.1.12    mrg 	(__GTHREAD_COND_INIT_FUNCTION): Likewise.
    886  1.1.1.12    mrg 	(__GTHREAD_TIME_INIT): Likewise.
    887  1.1.1.12    mrg 	(__gthread_create): Likewise.
    888  1.1.1.12    mrg 	(__gthread_join): Likewise.
    889  1.1.1.12    mrg 	(__gthread_detach): Likewise.
    890  1.1.1.12    mrg 	(__gthread_equal): Likewise.
    891  1.1.1.12    mrg 	(__gthread_self): Likewise.
    892  1.1.1.12    mrg 	(__gthread_yield): Likewise.
    893  1.1.1.12    mrg 	(__gthread_cond_broadcast): Likewise.
    894  1.1.1.12    mrg 	(__gthread_cond_signal): Likewise.
    895  1.1.1.12    mrg 	(__gthread_cond_wait): Likewise.
    896  1.1.1.12    mrg 	(__gthread_cond_timedwait): Likewise.
    897  1.1.1.12    mrg 	(__gthread_cond_wait_recursive): Likewise.
    898  1.1.1.12    mrg 	(__gthread_cond_destroy): Likewise.
    899  1.1.1.12    mrg 	(rtems_gxx_once): Delete.
    900  1.1.1.12    mrg 	(rtems_gxx_key_create): Likewise.
    901  1.1.1.12    mrg 	(rtems_gxx_key_delete): Likewise.
    902  1.1.1.12    mrg 	(rtems_gxx_getspecific): Likewise.
    903  1.1.1.12    mrg 	(rtems_gxx_setspecific): Likewise.
    904  1.1.1.12    mrg 	(rtems_gxx_mutex_init): Likewise.
    905  1.1.1.12    mrg 	(rtems_gxx_mutex_destroy): Likewise.
    906  1.1.1.12    mrg 	(rtems_gxx_mutex_lock): Likewise.
    907  1.1.1.12    mrg 	(rtems_gxx_mutex_trylock): Likewise.
    908  1.1.1.12    mrg 	(rtems_gxx_mutex_unlock): Likewise.
    909  1.1.1.12    mrg 	(rtems_gxx_recursive_mutex_init): Likewise.
    910  1.1.1.12    mrg 	(rtems_gxx_recursive_mutex_lock): Likewise.
    911  1.1.1.12    mrg 	(rtems_gxx_recursive_mutex_trylock): Likewise.
    912  1.1.1.12    mrg 	(rtems_gxx_recursive_mutex_unlock): Likewise.
    913  1.1.1.12    mrg 	(__GTHREAD_ONCE_INIT): Use <pthread.h> initializer.
    914  1.1.1.12    mrg 	(__GTHREAD_MUTEX_INIT_FUNCTION): Use <pthread.h> function.
    915  1.1.1.12    mrg 	(__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Likewise.
    916  1.1.1.12    mrg 	(__gthread_once): Likewise.
    917  1.1.1.12    mrg 	(__gthread_key_create): Likewise.
    918  1.1.1.12    mrg 	(__gthread_key_delete): Likewise.
    919  1.1.1.12    mrg 	(__gthread_getspecific): Likewise.
    920  1.1.1.12    mrg 	(__gthread_setspecific): Likewise.
    921  1.1.1.12    mrg 	(__gthread_key_t): Use <pthread.h> type.
    922  1.1.1.12    mrg 	(__gthread_once_t): Likewise
    923  1.1.1.12    mrg 	(__gthread_mutex_t): Use <sys/lock.h> type.
    924  1.1.1.12    mrg 	(__gthread_recursive_mutex_t): Likewise
    925  1.1.1.12    mrg 	(__gthread_mutex_lock): Use <sys/lock.h> function.
    926  1.1.1.12    mrg 	(__gthread_mutex_trylock): Likewise.
    927  1.1.1.12    mrg 	(__gthread_mutex_timedlock): Likewise.
    928  1.1.1.12    mrg 	(__gthread_mutex_unlock): Likewise.
    929  1.1.1.12    mrg 	(__gthread_mutex_destroy): Likewise.
    930  1.1.1.12    mrg 	(__gthread_recursive_mutex_lock): Likewise.
    931  1.1.1.12    mrg 	(__gthread_recursive_mutex_trylock): Likewise.
    932  1.1.1.12    mrg 	(__gthread_recursive_mutex_timedlock): Likewise.
    933  1.1.1.12    mrg 	(__gthread_recursive_mutex_unlock): Likewise.
    934  1.1.1.12    mrg 	(__gthread_recursive_mutex_destroy): Likewise.
    935  1.1.1.12    mrg 
    936  1.1.1.12    mrg 2015-08-18  Max Filippov  <jcmvbkbc (a] gmail.com>
    937  1.1.1.12    mrg 
    938  1.1.1.12    mrg 	* config/xtensa/unwind-dw2-xtensa.c (_Unwind_GetCFA): Return
    939  1.1.1.12    mrg 	context->sp instead of context->cfa.
    940  1.1.1.12    mrg 
    941  1.1.1.12    mrg 2015-08-18  Max Filippov  <jcmvbkbc (a] gmail.com>
    942  1.1.1.12    mrg 
    943  1.1.1.12    mrg 	* config/xtensa/t-windowed (LIB2ADDEH): Replace unwind-dw2-fde
    944  1.1.1.12    mrg 	with unwind-dw2-fde-dip.
    945  1.1.1.12    mrg 
    946  1.1.1.12    mrg 2015-08-18  Max Filippov  <jcmvbkbc (a] gmail.com>
    947  1.1.1.12    mrg 
    948  1.1.1.12    mrg 	* config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill): Use
    949  1.1.1.12    mrg 	CALL12 followed by series of ENTRY to spill windowed registers.
    950  1.1.1.12    mrg 	(__xtensa_nonlocal_goto): Call __xtensa_libgcc_window_spill
    951  1.1.1.12    mrg 	instead of making linux spill syscall.
    952  1.1.1.12    mrg 
    953  1.1.1.12    mrg 2015-08-14  Yuri Rumyantsev  <ysrumyan (a] gmail.com>
    954  1.1.1.12    mrg 
    955  1.1.1.12    mrg 	* config/i386/cpuinfo.c (enum processor_subtypes): Add skylake.
    956  1.1.1.12    mrg 	(get_intel_cpu): Likewise.
    957  1.1.1.12    mrg 
    958  1.1.1.12    mrg 2015-08-12  H.J. Lu  <hongjiu.lu (a] intel.com>
    959  1.1.1.12    mrg 
    960  1.1.1.12    mrg 	* config/i386/cpuinfo.c (processor_types): Add INTEL_KNL.
    961  1.1.1.12    mrg 	(get_intel_cpu): Add Knights Landing support.
    962  1.1.1.12    mrg 
    963  1.1.1.12    mrg 2015-08-11  Uros Bizjak  <ubizjak (a] gmail.com>
    964  1.1.1.12    mrg 
    965  1.1.1.12    mrg 	PR target/66954
    966  1.1.1.12    mrg 	* config/i386/cpuinfo.c (enum processor_features): Add FEATURE_PCLMUL.
    967  1.1.1.12    mrg 	(get_available_features): Handle FEATURE_PCLMUL.
    968  1.1.1.12    mrg 
    969  1.1.1.12    mrg 2015-08-10  H.J. Lu  <hongjiu.lu (a] intel.com>
    970  1.1.1.12    mrg 
    971  1.1.1.12    mrg 	* config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
    972  1.1.1.12    mrg 	Broadwell.
    973  1.1.1.12    mrg 
    974  1.1.1.12    mrg 2015-07-22  Uros Bizjak  <ubizjak (a] gmail.com>
    975  1.1.1.12    mrg 
    976  1.1.1.12    mrg 	PR target/66954
    977  1.1.1.12    mrg 	* config/i386/cpuinfo.c (enum processor_features): Add FEATURE_AES.
    978  1.1.1.12    mrg 	(get_available_features): Handle FEATURE_AES.
    979  1.1.1.12    mrg 
    980  1.1.1.12    mrg 2015-07-22  Chung-Lin Tang  <cltang (a] codesourcery.com>
    981   1.1.1.9    mrg 
    982   1.1.1.9    mrg 	* config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
    983   1.1.1.9    mrg 	(EFAULT,EBUSY,ENOSYS): Delete unused #defines.
    984   1.1.1.9    mrg 
    985  1.1.1.12    mrg 2015-07-17  Nathan Sidwell  <nathan (a] codesourcery.com>
    986  1.1.1.12    mrg 
    987  1.1.1.12    mrg 	* offloadstuff.c: Constify host data.
    988  1.1.1.12    mrg 
    989  1.1.1.12    mrg 2015-07-17  Jan Beulich  <jbeulich (a] suse.com>
    990  1.1.1.12    mrg 
    991  1.1.1.12    mrg 	* config/t-softfp: Split up "else ifneq".
    992   1.1.1.9    mrg 
    993  1.1.1.12    mrg 2015-07-14  Sandra Loosemore  <sandra (a] codesourcery.com>
    994  1.1.1.12    mrg 	    Cesar Philippidis  <cesar (a] codesourcery.com>
    995  1.1.1.12    mrg 	    Chung-Lin Tang  <cltang (a] codesourcery.com>
    996  1.1.1.12    mrg 
    997  1.1.1.12    mrg 	* config/nios2/tramp.c (MOVHI, ORI, JMP): Conditionalize
    998  1.1.1.12    mrg 	for __nios2_arch__ level.
    999  1.1.1.12    mrg 
   1000  1.1.1.12    mrg 2015-07-13  John Marino  <gnugcc (a] marino.st>
   1001  1.1.1.12    mrg 
   1002  1.1.1.12    mrg 	* config/i386/t-dragonfly: New.
   1003   1.1.1.9    mrg 
   1004   1.1.1.9    mrg 2015-07-01  John David Anglin  <danglin (a] gcc.gnu.org>
   1005   1.1.1.9    mrg 
   1006   1.1.1.9    mrg 	* config/pa/linux-atomic.c (__kernel_cmpxchg): Reorder arguments to
   1007   1.1.1.9    mrg 	better match light-weight syscall argument order.
   1008   1.1.1.9    mrg 	(__kernel_cmpxchg2): Likewise.
   1009   1.1.1.9    mrg 	Adjust callers.
   1010   1.1.1.9    mrg 
   1011  1.1.1.12    mrg 2015-06-30  H.J. Lu  <hongjiu.lu (a] intel.com>
   1012   1.1.1.9    mrg 
   1013  1.1.1.12    mrg 	* config.host: Support i[34567]86-*-elfiamcu target.
   1014  1.1.1.12    mrg 	* config/t-softfp-sfdftf: New file.
   1015  1.1.1.12    mrg 	* config/i386/32/t-iamcu: Likewise.
   1016  1.1.1.12    mrg 	* configure: Regenerated.
   1017  1.1.1.12    mrg 
   1018  1.1.1.12    mrg 2015-06-23  James Lemke  <jwlemke (a] codesourcery.com>
   1019  1.1.1.12    mrg 
   1020  1.1.1.12    mrg 	libgcc/config/arm/
   1021  1.1.1.12    mrg 	* lib1funcs.S (aeabi_idiv0, aeabi_ldiv0): Add CFI entries.
   1022  1.1.1.12    mrg 
   1023  1.1.1.12    mrg 2015-05-27  H.J. Lu  <hongjiu.lu (a] intel.com>
   1024  1.1.1.12    mrg 
   1025  1.1.1.12    mrg 	* Makefile.in (CRTSTUFF_CFLAGS): Add $(NO_PIE_CFLAGS).
   1026  1.1.1.12    mrg 
   1027  1.1.1.12    mrg 2015-05-27  John Marino  <gnugcc (a] marino.st>
   1028   1.1.1.9    mrg 
   1029   1.1.1.9    mrg 	* config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Set
   1030   1.1.1.9    mrg 	md_unwind_header
   1031   1.1.1.9    mrg 	* config/i386/freebsd-unwind.h: New.
   1032   1.1.1.9    mrg 
   1033  1.1.1.12    mrg 2015-05-22  Uros Bizjak  <ubizjak (a] gmail.com>
   1034  1.1.1.12    mrg 
   1035  1.1.1.12    mrg 	* config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of
   1036  1.1.1.12    mrg 	i386/t-crtfm to tmake_file.
   1037  1.1.1.12    mrg 	* config/i386/crtfastmath.c (set_fast_math_sse): New function.
   1038  1.1.1.12    mrg 	(set_fast_math): Use set_fast_math_sse for SSE targets.
   1039  1.1.1.12    mrg 	* config/i386/t-crtfm: Remove.
   1040  1.1.1.12    mrg 
   1041  1.1.1.12    mrg 2015-05-21  Alan Modra  <amodra (a] gmail.com>
   1042   1.1.1.9    mrg 
   1043  1.1.1.12    mrg 	PR libgcc/66225
   1044  1.1.1.12    mrg 	* config/rs6000/morestack.S: Remove ".abiversion 1".
   1045  1.1.1.12    mrg 
   1046  1.1.1.12    mrg 2015-05-20  Alan Modra  <amodra (a] gmail.com>
   1047  1.1.1.12    mrg 
   1048  1.1.1.12    mrg 	* config/rs6000/morestack.S: New.
   1049  1.1.1.12    mrg 	* config/rs6000/t-stack-rs6000: New.
   1050  1.1.1.12    mrg 	* config.host (powerpc*-*-linux*): Add t-stack and t-stack-rs6000
   1051  1.1.1.12    mrg 	to tmake_file.
   1052  1.1.1.12    mrg 	* generic-morestack.c: Don't build for powerpc 32-bit.
   1053  1.1.1.12    mrg 
   1054  1.1.1.12    mrg 2015-05-19  Eric Botcazou  <ebotcazou (a] adacore.com>
   1055  1.1.1.12    mrg 
   1056  1.1.1.12    mrg 	* Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
   1057  1.1.1.12    mrg 	Remove useless endif/ifneq ($(enable_shared),yes) pair.
   1058  1.1.1.12    mrg 
   1059  1.1.1.12    mrg 2015-05-16  James Bowman  <james.bowman (a] ftdichip.com>
   1060  1.1.1.12    mrg 
   1061  1.1.1.12    mrg 	* config.host: FT32 target added.
   1062  1.1.1.12    mrg 	* config/ft32/*: New files for FT32 target.
   1063  1.1.1.12    mrg 
   1064  1.1.1.12    mrg 2015-05-15  Martin Galvan  <martin.galvan (a] tallertechnologies.com>
   1065  1.1.1.12    mrg 
   1066  1.1.1.12    mrg         * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
   1067  1.1.1.12    mrg         New macros.
   1068  1.1.1.12    mrg         * config/arm/ieee754-df.S: Add CFI directives.
   1069  1.1.1.12    mrg         * config/arm/ieee754-sf.S: Add CFI directives.
   1070  1.1.1.12    mrg 
   1071  1.1.1.12    mrg 2015-05-13  Eric Botcazou  <ebotcazou (a] adacore.com>
   1072  1.1.1.12    mrg 
   1073  1.1.1.12    mrg 	* configure.ac: Include config/sjlj.m4.
   1074  1.1.1.12    mrg 	Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust.
   1075  1.1.1.12    mrg 	* config.in: Regenerate.
   1076  1.1.1.12    mrg 	* configure: Likewise.
   1077  1.1.1.12    mrg 	* config.host: Replace enable_sjlj_exceptions by ac_cv_sjlj_exceptions.
   1078  1.1.1.12    mrg 
   1079  1.1.1.12    mrg 2015-05-12  Uros Bizjak  <ubizjak (a] gmail.com>
   1080  1.1.1.12    mrg 
   1081  1.1.1.12    mrg 	* libgcov-util.c: Add space between string literal and macro name.
   1082  1.1.1.12    mrg 
   1083  1.1.1.12    mrg 2015-05-06  Sandra Loosemore  <sandra (a] codesourcery.com>
   1084  1.1.1.12    mrg 	    Chris Jones  <chrisj (a] nvidia.com>
   1085  1.1.1.12    mrg 	    Joshua Conner  <jconner (a] nvidia.com>
   1086  1.1.1.12    mrg 
   1087  1.1.1.12    mrg 	* config.host (arm*-*-linux*): Add support for crtfastmath.o.
   1088  1.1.1.12    mrg 	(arm*-*-uclinux*): Likewise.
   1089  1.1.1.12    mrg 	(arm*-*-eabi* | arm*-*-rtems*): Likewise.
   1090  1.1.1.12    mrg 	* config/arm/crtfastmath.c: New file.
   1091  1.1.1.12    mrg 
   1092  1.1.1.12    mrg 2014-04-29  Bernd Schmidt  <bernds (a] codesourcery.com>
   1093  1.1.1.12    mrg 
   1094  1.1.1.12    mrg 	* Makefile.in (real_host_noncanonical): New variable.
   1095  1.1.1.12    mrg 	(libsubdir): Use it.
   1096  1.1.1.12    mrg 	* configure.ac (real_host_noncanonical): Compute.  Remove special
   1097  1.1.1.12    mrg 	case for intelmicemul.
   1098  1.1.1.12    mrg 	* configure: Regenerate.
   1099  1.1.1.12    mrg 
   1100  1.1.1.12    mrg 2015-04-28  Uros Bizjak  <ubizjak (a] gmail.com>
   1101  1.1.1.12    mrg 
   1102  1.1.1.12    mrg 	* config/frv/elf-lib.h: New file.
   1103  1.1.1.12    mrg 	(CRT_GET_RFIB_DATA): Move definition from gcc/config/frv/frv.h.
   1104  1.1.1.12    mrg 	* libgcc/config.host (frv-*elf, frv-*-*linux*): Add frv/elf-lib.h
   1105  1.1.1.12    mrg 	to tm_file.
   1106  1.1.1.12    mrg 
   1107  1.1.1.12    mrg 2015-04-28  Uros Bizjak  <ubizjak (a] gmail.com>
   1108  1.1.1.12    mrg 
   1109  1.1.1.12    mrg 	* config/frv/frvbengin.c: Do not include defaults.h
   1110  1.1.1.12    mrg 	* config/frv/frvend.c: Ditto.
   1111  1.1.1.12    mrg 
   1112  1.1.1.12    mrg 2015-04-27  Yoshinori Sato  <ysato (a] users.sourceforge.jp>
   1113  1.1.1.12    mrg 
   1114  1.1.1.12    mrg 	* config.host: Add h8300-*-linux
   1115  1.1.1.12    mrg 	* config/h8300/t-linux: New file.
   1116  1.1.1.12    mrg 	* config/h8300/lib1funs.s: Change symbol prefix.
   1117  1.1.1.12    mrg 	* config/h8300/sfp-machine.h: 64bit double support.
   1118  1.1.1.12    mrg 
   1119  1.1.1.12    mrg 2015-04-22  Gregor Richards  <gregor.richards (a] uwaterloo.ca>
   1120  1.1.1.12    mrg 	    Szabolcs Nagy  <szabolcs.nagy (a] arm.com>
   1121  1.1.1.12    mrg 
   1122  1.1.1.12    mrg 	* unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
   1123  1.1.1.12    mrg 	Linux if target provides dl_iterate_phdr.
   1124  1.1.1.12    mrg 
   1125  1.1.1.12    mrg 2015-04-17  H.J. Lu  <hongjiu.lu (a] intel.com>
   1126  1.1.1.12    mrg 
   1127  1.1.1.12    mrg 	PR target/65612
   1128  1.1.1.12    mrg 	* config.host (tmake_file): Add t-slibgcc-libgcc for Linux/x86.
   1129  1.1.1.12    mrg 	* config/i386/cpuinfo.c (__cpu_model): Initialize.
   1130  1.1.1.12    mrg 	(__cpu_indicator_init (a] GCC_4.8.0): New.
   1131  1.1.1.12    mrg 	(__cpu_model (a] GCC_4.8.0): Likewise.
   1132  1.1.1.12    mrg 	* config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Add
   1133  1.1.1.12    mrg 	-DUSE_ELF_SYMVER.
   1134  1.1.1.12    mrg 
   1135  1.1.1.12    mrg 2015-04-16  Nick Clifton  <nickc (a] redhat.com>
   1136  1.1.1.12    mrg 
   1137  1.1.1.12    mrg 	* config/rl78/divmodhi.S: Add G14 and G13 versions of the __divhi3
   1138  1.1.1.12    mrg 	and __modhi3 functions.
   1139  1.1.1.12    mrg 	* config/rl78/divmodso.S: Add G14 and G13 versions of the
   1140  1.1.1.12    mrg 	__divsi3, __udivsi3, __modsi3 and __umodsi3 functions.
   1141  1.1.1.12    mrg 
   1142  1.1.1.12    mrg 2015-04-15  Chen Gang  <gang.chen.5i5j (a] gmail.com>
   1143  1.1.1.12    mrg 
   1144  1.1.1.12    mrg 	* gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty
   1145  1.1.1.12    mrg 	do-while loop as macro body to avoid warnings.
   1146   1.1.1.8    mrg 
   1147   1.1.1.9    mrg 2015-04-10  Jakub Jelinek  <jakub (a] redhat.com>
   1148   1.1.1.9    mrg 	    Iain Sandoe  <iain (a] codesourcery.com>
   1149   1.1.1.9    mrg 
   1150   1.1.1.9    mrg 	PR target/65351
   1151   1.1.1.9    mrg 	* configure: Regenerate.
   1152   1.1.1.9    mrg 
   1153   1.1.1.9    mrg 2015-04-07  Jakub Jelinek  <jakub (a] redhat.com>
   1154   1.1.1.9    mrg 	    Iain Sandoe  <iain (a] codesourcery.com>
   1155   1.1.1.9    mrg 
   1156   1.1.1.9    mrg 	PR target/65351
   1157   1.1.1.9    mrg 	* configure: Regenerate.
   1158   1.1.1.9    mrg 
   1159   1.1.1.9    mrg 2015-03-25  Chung-Lin Tang  <cltang (a] codesourcery.com>
   1160   1.1.1.9    mrg 
   1161   1.1.1.9    mrg 	* config.host (nios2-*-linux*): Remove 'extra_parts' setting.
   1162   1.1.1.9    mrg 
   1163   1.1.1.9    mrg 2015-03-03  Max Filippov  <jcmvbkbc (a] gmail.com>
   1164   1.1.1.9    mrg 
   1165   1.1.1.9    mrg 	Implement call0 ABI for xtensa
   1166   1.1.1.9    mrg 	* config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
   1167   1.1.1.9    mrg 	__xtensa_nonlocal_goto): Don't compile for call0 ABI.
   1168   1.1.1.9    mrg 	(__xtensa_sync_caches): Only use entry and retw in windowed ABI,
   1169   1.1.1.9    mrg 	use ret in call0 ABI.
   1170   1.1.1.9    mrg 	* config/xtensa/t-windowed: New file.
   1171   1.1.1.9    mrg 	* libgcc/config/xtensa/t-xtensa (LIB2ADDEH): Move to t-windowed.
   1172   1.1.1.9    mrg 	* libgcc/configure: Regenerated.
   1173   1.1.1.9    mrg 	* libgcc/configure.ac: Check if xtensa target is configured for
   1174   1.1.1.9    mrg 	windowed ABI and thus needs to use custom unwind code.
   1175   1.1.1.9    mrg 
   1176   1.1.1.9    mrg 2015-02-12  Jonathan Wakely  <jwakely (a] redhat.com>
   1177   1.1.1.9    mrg 
   1178   1.1.1.9    mrg 	PR libgcc/64885
   1179   1.1.1.9    mrg 	* gthr-single.h: Use __unused__ attribute instead of unused.
   1180   1.1.1.9    mrg 	* config/gthr-vxworks.h: Likewise.
   1181   1.1.1.9    mrg 	* config/i386/gthr-win32.h: Likewise.
   1182   1.1.1.9    mrg 
   1183   1.1.1.9    mrg 2015-02-27  Kai Tietz  <ktietz (a] redhat.com>
   1184   1.1.1.9    mrg 
   1185   1.1.1.9    mrg 	PR target/65038
   1186   1.1.1.9    mrg 	* config.in: Regenerated.
   1187   1.1.1.9    mrg 	* configure: Likewise.
   1188   1.1.1.9    mrg 	* configure.ac (AC_HEADER_STDC): Added explicit.
   1189   1.1.1.9    mrg 	(AC_CHECK_HEADERS): Check for default headers  plus
   1190   1.1.1.9    mrg 	for ftw.h header.
   1191   1.1.1.9    mrg 	* libgcov-util.c (gcov_read_profile_dir): Disable use
   1192   1.1.1.9    mrg 	of ftw-function, if header is not found.
   1193   1.1.1.9    mrg 	(ftw_read_file): Likewise.
   1194   1.1.1.9    mrg 
   1195   1.1.1.9    mrg 2015-02-23  Thomas Schwinge  <thomas (a] codesourcery.com>
   1196   1.1.1.9    mrg 
   1197   1.1.1.9    mrg 	PR target/65181
   1198   1.1.1.9    mrg 	* config/nvptx/t-nvptx (INHIBIT_LIBC_CFLAGS): Define to
   1199   1.1.1.9    mrg 	-Dinhibit_libc.
   1200   1.1.1.9    mrg 
   1201   1.1.1.9    mrg 2015-02-17  Sandra Loosemore  <sandra (a] codesourcery.com>
   1202   1.1.1.8    mrg 
   1203   1.1.1.8    mrg 	* config/arm/bpabi.S (test_div_by_zero): Make label names
   1204   1.1.1.8    mrg 	consistent between thumb2 and arm mode cases.  Separate the
   1205   1.1.1.8    mrg 	signed comparison on the high word of the numerator from the
   1206   1.1.1.8    mrg 	unsigned comparison on the low word.
   1207   1.1.1.8    mrg 	* config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
   1208   1.1.1.8    mrg 	signed comparison.
   1209   1.1.1.8    mrg 
   1210   1.1.1.9    mrg 2015-02-17  Joseph Myers  <joseph (a] codesourcery.com>
   1211   1.1.1.7    mrg 
   1212   1.1.1.9    mrg 	* config/nvptx/realloc.c: Include <stddef.h> instead of <stdlib.h>
   1213   1.1.1.9    mrg 	and <string.h>.
   1214   1.1.1.9    mrg 	(__nvptx_realloc): Call __builtin_memcpy instead of memcpy.
   1215   1.1.1.9    mrg 
   1216   1.1.1.9    mrg 2015-02-10  Rainer Emrich  <rainer (a] emrich-ebersheim.de>
   1217   1.1.1.9    mrg 
   1218   1.1.1.9    mrg 	PR gcov-profile/61889
   1219   1.1.1.9    mrg 	* libgcov-driver-system.c: undefine clashing macro for mkdir.
   1220   1.1.1.9    mrg 
   1221   1.1.1.9    mrg 2015-02-02  Nick Clifton  <nickc (a] redhat.com>
   1222   1.1.1.9    mrg 
   1223   1.1.1.9    mrg 	* config/rl78/fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case
   1224   1.1.1.9    mrg 	rounding up the fraction.
   1225   1.1.1.9    mrg 
   1226   1.1.1.9    mrg 2015-01-31  John David Anglin  <danglin (a] gcc.gnu.org>
   1227   1.1.1.9    mrg 
   1228   1.1.1.9    mrg 	* config/pa/linux-atomic.c (__kernel_cmpxchg2): Change declaration of
   1229   1.1.1.9    mrg 	oldval and newval to const void *.  Fix typo.
   1230   1.1.1.9    mrg 	(FETCH_AND_OP_2): Use __atomic_load_n to load value.
   1231   1.1.1.9    mrg 	(FETCH_AND_OP_WORD): Likewise.
   1232   1.1.1.9    mrg 	(OP_AND_FETCH_WORD): Likewise.
   1233   1.1.1.9    mrg 	(COMPARE_AND_SWAP_2): Likewise.
   1234   1.1.1.9    mrg 	(__sync_val_compare_and_swap_4): Likewise.
   1235   1.1.1.9    mrg 	(__sync_lock_test_and_set_4): Likewise.
   1236   1.1.1.9    mrg 	(SYNC_LOCK_RELEASE_2): Likewise.
   1237   1.1.1.9    mrg 	Remove support for long long atomic operations.
   1238   1.1.1.9    mrg 
   1239   1.1.1.9    mrg 2015-01-27  Caroline Tice  <cmtice (a] google.com>
   1240   1.1.1.9    mrg 
   1241   1.1.1.9    mrg 	Committing VTV Cywin/Ming patch for Patrick Wollgast
   1242   1.1.1.9    mrg 	* Makefile.in: Move rules to build vtv_*.o out of the check
   1243   1.1.1.9    mrg 	for CUSTOM_CRTSTUFF.
   1244   1.1.1.9    mrg 	* config.host (i[34567]86-*-cygwin*, x86_64-*-cygwin*,
   1245   1.1.1.9    mrg 	i[34567]86-*-mingw*)
   1246   1.1.1.9    mrg 	 (x86_64-*-mingw*): Only add vtv_*.o to extra_parts if
   1247   1.1.1.9    mrg 	enable_vtable_verify.
   1248   1.1.1.9    mrg 
   1249   1.1.1.9    mrg 2015-01-27  Nick Clifton  <nickc (a] redhat.com>
   1250   1.1.1.9    mrg 
   1251   1.1.1.9    mrg 	* config/rl78/cmpsi2.S: Use function start and end macros.
   1252   1.1.1.9    mrg 	(__gcc_bcmp): New function.
   1253   1.1.1.9    mrg 	* config/rl78/lshrsi3.S: Use function start and end macros.
   1254   1.1.1.9    mrg 	* config/rl78/mulsi3.S: Add support for G10.
   1255   1.1.1.9    mrg 	(__mulqi3): New function for G10.
   1256   1.1.1.9    mrg 	* config/rl78/signbit.S: Use function start and end macros.
   1257   1.1.1.9    mrg 	* config/rl78/t-rl78 (LIB2ADD): Add bit-count.S, fpbit-sf.S and
   1258   1.1.1.9    mrg 	fpmath-sf.S.
   1259   1.1.1.9    mrg 	(LIB2FUNCS_EXCLUDE): Define.
   1260   1.1.1.9    mrg 	(LIB2FUNCS_ST): Define.
   1261   1.1.1.9    mrg 	* config/rl78/trampoline.S: Use function start and end macros.
   1262   1.1.1.9    mrg 	* config/rl78/vregs.h (START_FUNC): New macro.
   1263   1.1.1.9    mrg 	(START_ANOTHER_FUNC): New macro.
   1264   1.1.1.9    mrg 	(END_FUNC): New macro.
   1265   1.1.1.9    mrg 	(END_ANOTHER_FUNC): New macro.
   1266   1.1.1.9    mrg 	* config/rl78/bit-count.S: New file.  Contains assembler
   1267   1.1.1.9    mrg 	implementations of the bit counting functions: ___clzhi2,
   1268   1.1.1.9    mrg 	__clzsi2, ctzhi2, ctzsi2, ffshi2, ffssi2, __partityhi2,
   1269   1.1.1.9    mrg 	__paritysi2, __popcounthi2 and __popcountsi2.
   1270   1.1.1.9    mrg 	* config/rl78/fpbit-sf.S: New file.  Contains assembler
   1271   1.1.1.9    mrg 	implementationas of the math functions: __negsf2, __cmpsf2,
   1272   1.1.1.9    mrg 	__eqsf2, __nesf2, __lesf2, __ltsf2, __gesf2, gtsf2, __unordsf2,
   1273   1.1.1.9    mrg 	__fixsfsi,  __fixunssfsi, __floatsisf and __floatunssisf.
   1274   1.1.1.9    mrg 	* config/rl78/fpmath-sf.S: New file.  Contains assembler
   1275   1.1.1.9    mrg 	implementations of the math functions: __subsf3, __addsf3,
   1276   1.1.1.9    mrg 	__mulsf3 and __divsf3
   1277   1.1.1.9    mrg 
   1278   1.1.1.9    mrg 2015-01-27  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   1279   1.1.1.9    mrg 
   1280   1.1.1.9    mrg 	* config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
   1281   1.1.1.9    mrg 	Add i386/elf-lib.h to tm_file.
   1282   1.1.1.9    mrg 	* config/i386/elf-lib.h: Fix comment.
   1283   1.1.1.9    mrg 	* unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
   1284   1.1.1.9    mrg 	&& __sun__ && __svr4__]: Remove workaround.
   1285   1.1.1.9    mrg 
   1286   1.1.1.9    mrg 2015-01-25  Allan Sandfeld Jensen  <sandfeld (a] kde.org>
   1287   1.1.1.9    mrg 
   1288   1.1.1.9    mrg 	* config/i386/cpuinfo.c (enum processor_features): Add FEATURE_BMI and
   1289   1.1.1.9    mrg 	FEATURE_BMI2.
   1290   1.1.1.9    mrg 	(get_available_features): Detect FEATURE_BMI and FEATURE_BMI2.
   1291   1.1.1.9    mrg 
   1292   1.1.1.9    mrg 2015-01-24  H.J. Lu  <hongjiu.lu (a] intel.com>
   1293   1.1.1.9    mrg 
   1294   1.1.1.9    mrg 	* config/i386/cpuinfo.c (processor_subtypes): Add
   1295   1.1.1.9    mrg 	INTEL_COREI7_BROADWELL.
   1296   1.1.1.9    mrg 	(get_intel_cpu): Support new Silvermont, Haswell and Broadwell
   1297   1.1.1.9    mrg 	model numbers.
   1298   1.1.1.9    mrg 
   1299   1.1.1.9    mrg 2015-01-23  Uros Bizjak  <ubizjak (a] gmail.com>
   1300   1.1.1.9    mrg 
   1301   1.1.1.9    mrg 	* config/i386/elf-lib.h: New file.
   1302   1.1.1.9    mrg 	(CRT_GET_RFIB_DATA): Move definition from gcc/config/i386/gnu-user.h.
   1303   1.1.1.9    mrg 	Wrap definition in #ifdef __i386__.
   1304   1.1.1.9    mrg 	* libgcc/config.host (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu)
   1305   1.1.1.9    mrg 	(i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*)
   1306   1.1.1.9    mrg 	(i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux*)
   1307   1.1.1.9    mrg 	(x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Add i386/elf-lib.h
   1308   1.1.1.9    mrg 	to tm_file.
   1309   1.1.1.9    mrg 
   1310   1.1.1.9    mrg 2015-01-22  Chen Gang  <gang.chen.5i5j (a] gmail.com>
   1311   1.1.1.9    mrg 
   1312   1.1.1.9    mrg 	* unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of
   1313   1.1.1.9    mrg 	"(char *)" to avoid qualifier warning by 'xgcc' compiling.
   1314   1.1.1.9    mrg 
   1315   1.1.1.9    mrg 2015-01-20  Chung-Lin Tang  <cltang (a] codesourcery.com>
   1316   1.1.1.9    mrg 
   1317   1.1.1.9    mrg 	* config/nios2/linux-unwind.h (nios2_fallback_frame_state):
   1318   1.1.1.9    mrg 	Update rt_sigframe format and address for current Nios II
   1319   1.1.1.9    mrg 	Linux conventions.
   1320   1.1.1.9    mrg 
   1321   1.1.1.9    mrg 2015-01-09  Andreas Tobler  <andreast (a] gcc.gnu.org>
   1322   1.1.1.9    mrg 
   1323   1.1.1.9    mrg 	* config.host (arm*-*-freebsd*): Add new configuration for
   1324   1.1.1.9    mrg 	arm*-*-freebsd*.
   1325   1.1.1.9    mrg 	* config/arm/freebsd-atomic.c: New file.
   1326   1.1.1.9    mrg 	* config/arm/t-freebsd: Likewise.
   1327   1.1.1.9    mrg 	* config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
   1328   1.1.1.9    mrg 	'PC-relative indirect' OS's.
   1329   1.1.1.7    mrg 
   1330   1.1.1.9    mrg 2015-01-06  Eric Botcazou  <ebotcazou (a] adacore.com>
   1331   1.1.1.7    mrg 
   1332   1.1.1.9    mrg 	* config.host: Add Visium support.
   1333   1.1.1.9    mrg 	* config/visium: New directory.
   1334   1.1.1.9    mrg 
   1335   1.1.1.9    mrg 2015-01-05  Jakub Jelinek  <jakub (a] redhat.com>
   1336   1.1.1.9    mrg 
   1337   1.1.1.9    mrg 	Update copyright years.
   1338   1.1.1.9    mrg 
   1339   1.1.1.9    mrg 2014-12-19  Matthew Fortune  <matthew.fortune (a] imgtec.com>
   1340   1.1.1.9    mrg 
   1341   1.1.1.9    mrg 	* config.host: Support mipsisa32r6 and mipsisa64r6.
   1342   1.1.1.9    mrg 	* config/mips/mips16.S: Do not build for R6.
   1343   1.1.1.9    mrg 
   1344   1.1.1.9    mrg 2014-12-17  Oleg Endo  <olegendo (a] gcc.gnu.org>
   1345   1.1.1.9    mrg 
   1346   1.1.1.9    mrg 	* config/sh/crt.h: New.
   1347   1.1.1.9    mrg 	* config/sh/crti.S: Use GLOBAL macro from crt.h for _init and _fini
   1348   1.1.1.9    mrg 	symbols.
   1349   1.1.1.9    mrg 	* config/sh/crt1.S: Likewise.
   1350   1.1.1.9    mrg 
   1351   1.1.1.9    mrg 2014-12-15  Uros Bizjak  <ubizjak (a] gmail.com>
   1352   1.1.1.9    mrg 
   1353   1.1.1.9    mrg 	PR libgcc/63832
   1354   1.1.1.9    mrg 	* crtstuff.c (__do_global_dtors_aux) [HIDDEN_DTOR_LIST_END]: Use
   1355   1.1.1.9    mrg 	func_ptr *dtor_list temporary variable to avoid "array subscript
   1356   1.1.1.9    mrg 	is above array bounds" warnings.
   1357   1.1.1.9    mrg 
   1358  1.1.1.12    mrg 2014-12-09  Michael Haubenwallner  <michael.haubenwallner (a] ssi-schaefer.com>
   1359   1.1.1.9    mrg 
   1360   1.1.1.9    mrg 	* Makefile.in (with_aix_soname): Define.
   1361   1.1.1.9    mrg 	* config/rs6000/t-slibgcc-aix: Act upon --with-aix-soname option.
   1362   1.1.1.9    mrg 	* configure.ac: Accept --with-aix-soname=aix|svr4|both option.
   1363   1.1.1.9    mrg 	* configure: Recreate.
   1364   1.1.1.9    mrg 
   1365   1.1.1.9    mrg 2014-12-05  Olivier Hainque  <hainque (a] adacore.com>
   1366   1.1.1.9    mrg 
   1367   1.1.1.9    mrg 	* unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Remove default def,
   1368   1.1.1.9    mrg 	now provided by defaults.h.
   1369   1.1.1.9    mrg 
   1370   1.1.1.9    mrg 2014-11-30  Oleg Endo  <olegendo (a] gcc.gnu.org>
   1371   1.1.1.7    mrg 
   1372   1.1.1.7    mrg 	PR target/55351
   1373   1.1.1.7    mrg 	* config/sh/lib1funcs.S: Check value of __SHMEDIA__ instead of checking
   1374   1.1.1.7    mrg 	whether it's defined.
   1375   1.1.1.7    mrg 
   1376   1.1.1.9    mrg 2014-11-27  Ilya Tocar  <ilya.tocar (a] intel.com>
   1377   1.1.1.9    mrg 
   1378   1.1.1.9    mrg 	* config/i386/cpuinfo.c (processor_features): Add FEATURE_AVX512F.
   1379   1.1.1.9    mrg 	* config/i386/cpuinfo.c (get_available_features): Detect it.
   1380   1.1.1.9    mrg 
   1381   1.1.1.9    mrg 2014-11-27  Tony Wang  <tony.wang (a] arm.com>
   1382   1.1.1.9    mrg 
   1383   1.1.1.9    mrg 	* config/arm/lib1funcs.S (FUNC_START): Add conditional section
   1384   1.1.1.9    mrg 	redefine for macro L_arm_muldivsf3 and L_arm_muldivdf3.
   1385   1.1.1.9    mrg 	(SYM_END, ARM_SYM_START): Add macros used to expose function Symbols.
   1386   1.1.1.9    mrg 
   1387   1.1.1.9    mrg 2014-11-25  Segher Boessenkool  <segher (a] kernel.crashing.org>
   1388   1.1.1.9    mrg 
   1389   1.1.1.9    mrg 	* crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
   1390   1.1.1.9    mrg 
   1391   1.1.1.9    mrg 2014-11-24  John David Anglin  <danglin (a] gcc.gnu.org>
   1392   1.1.1.9    mrg 
   1393   1.1.1.9    mrg 	* config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
   1394   1.1.1.9    mrg 	instead.
   1395   1.1.1.9    mrg 
   1396   1.1.1.9    mrg 2014-11-21  Guy Martin  <gmsoft (a] tuxicoman.be>
   1397   1.1.1.9    mrg 	    John David Anglin  <danglin (a] gcc.gnu.org>
   1398   1.1.1.9    mrg 
   1399   1.1.1.9    mrg 	* config/pa/linux-atomic.c (__kernel_cmpxchg2): New.
   1400   1.1.1.9    mrg 	(FETCH_AND_OP_2): New.  Use for subword and double word operations.
   1401   1.1.1.9    mrg 	(OP_AND_FETCH_2): Likewise.
   1402   1.1.1.9    mrg 	(COMPARE_AND_SWAP_2): Likewise.
   1403   1.1.1.9    mrg 	(SYNC_LOCK_TEST_AND_SET_2): Likewise.
   1404   1.1.1.9    mrg 	(SYNC_LOCK_RELEASE_2): Likewise.
   1405   1.1.1.9    mrg 	(SUBWORD_SYNC_OP): Remove.
   1406   1.1.1.9    mrg 	(SUBWORD_VAL_CAS): Likewise.
   1407   1.1.1.9    mrg 	(SUBWORD_BOOL_CAS): Likewise.
   1408   1.1.1.9    mrg 	(FETCH_AND_OP_WORD): Update.
   1409   1.1.1.9    mrg 	Consistently use signed types.
   1410  1.1.1.12    mrg 
   1411   1.1.1.9    mrg 2014-11-13  Bernd Schmidt  <bernds (a] codesourcery.com>
   1412   1.1.1.9    mrg 	    Thomas Schwinge  <thomas (a] codesourcery.com>
   1413   1.1.1.9    mrg 	    Ilya Verbin  <ilya.verbin (a] intel.com>
   1414   1.1.1.9    mrg 	    Andrey Turetskiy  <andrey.turetskiy (a] intel.com>
   1415   1.1.1.9    mrg 
   1416   1.1.1.9    mrg 	* Makefile.in (crtoffloadbegin$(objext)): New rule.
   1417   1.1.1.9    mrg 	(crtoffloadend$(objext)): Likewise.
   1418   1.1.1.9    mrg 	* configure: Regenerate.
   1419   1.1.1.9    mrg 	* configure.ac (accel_dir_suffix): Compute new variable.
   1420   1.1.1.9    mrg 	(extra_parts): Add crtoffloadbegin.o and crtoffloadend.o
   1421   1.1.1.9    mrg 	if enable_offload_targets is not empty.
   1422   1.1.1.9    mrg 	* offloadstuff.c: New file.
   1423   1.1.1.9    mrg 
   1424   1.1.1.9    mrg 2014-11-13  Nick Clifton  <nickc (a] redhat.com>
   1425   1.1.1.9    mrg 
   1426   1.1.1.9    mrg 	* config/rl78/divmodhi.S: Add support for the G10 architecture.
   1427   1.1.1.9    mrg 	Use START_FUNC and END_FUNC macros to enable linker garbage
   1428   1.1.1.9    mrg 	collection.
   1429   1.1.1.9    mrg 	* config/rl78/divmodqi.S: Likewise.
   1430   1.1.1.9    mrg 	* config/rl78/divmodsi.S: Likewise.
   1431   1.1.1.9    mrg 	* config/rl78/mulsi3.S: Likewise.
   1432   1.1.1.9    mrg 	* config/rl78/lib2div.c: Remove G10 functions.
   1433   1.1.1.9    mrg 	* config/rl78/lib2muls.c: Likewise.
   1434   1.1.1.9    mrg 	* config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
   1435   1.1.1.9    mrg 	* config/rl78/vregs.h (START_FUNC): New macro.
   1436   1.1.1.9    mrg 	(END_FUNC): New macro.
   1437   1.1.1.9    mrg 
   1438   1.1.1.9    mrg 2014-11-12  Matthew Fortune  <matthew.fortune (a] imgtec.com>
   1439   1.1.1.9    mrg 
   1440   1.1.1.9    mrg 	* config/mips/mips16.S: Set .module when supported.  Update O32
   1441   1.1.1.9    mrg 	FP64 calling convention and use for FPXX when possible.  Add FPXX
   1442   1.1.1.9    mrg 	calling convention fallback case.
   1443   1.1.1.9    mrg 
   1444   1.1.1.9    mrg 2014-11-06  Bernd Schmidt  <bernds (a] codesourcery.com>
   1445   1.1.1.9    mrg 
   1446   1.1.1.9    mrg 	* config.host: Handle nvptx-*-*.
   1447   1.1.1.9    mrg 	* shared-object.mk (as-flags-$o): Define.
   1448   1.1.1.9    mrg 	($(base)$(objext), $(base)_s$(objext)): Use it instead of
   1449   1.1.1.9    mrg 	-xassembler-with-cpp.
   1450   1.1.1.9    mrg 	* static-object.mk: Identical changes.
   1451   1.1.1.9    mrg 	* config/nvptx/t-nvptx: New file.
   1452   1.1.1.9    mrg 	* config/nvptx/crt0.s: New file.
   1453   1.1.1.9    mrg 	* config/nvptx/free.asm: New file.
   1454   1.1.1.9    mrg 	* config/nvptx/malloc.asm: New file.
   1455   1.1.1.9    mrg 	* config/nvptx/realloc.c: New file.
   1456   1.1.1.9    mrg 
   1457   1.1.1.9    mrg 2014-10-30  Joseph Myers  <joseph (a] codesourcery.com>
   1458   1.1.1.9    mrg 
   1459   1.1.1.9    mrg 	* Makefile.in (libgcc.map.in): New target.
   1460   1.1.1.9    mrg 	(libgcc.map): Use libgcc.map.in.
   1461   1.1.1.9    mrg 	* config/t-softfp (softfp_compat): New variable to be set by
   1462   1.1.1.9    mrg 	users.
   1463   1.1.1.9    mrg 	[$(softfp_compat) = y] (softfp_map_dep, softfp_set_symver): New
   1464   1.1.1.9    mrg 	variables.
   1465   1.1.1.9    mrg 	[$(softfp_compat) = y] (softfp_file_list): Use files in the build
   1466   1.1.1.9    mrg 	directory.
   1467   1.1.1.9    mrg 	[$(softfp_compat) = y] ($(softfp_file_list)): Generate wrappers
   1468   1.1.1.9    mrg 	that use compat symbols and disable all code unless [SHARED].
   1469   1.1.1.9    mrg 	* config/t-softfp-compat: New file.
   1470   1.1.1.9    mrg 	* find-symver.awk: New file.
   1471   1.1.1.9    mrg 	* configure.ac (--with-glibc-version): New configure option.
   1472   1.1.1.9    mrg 	(ppc_fp_compat): New variable set for powerpc*-*-linux*.
   1473   1.1.1.9    mrg 	* configure: Regenerate.
   1474   1.1.1.9    mrg 	* config.host (powerpc*-*-linux*): Use ${ppc_fp_compat} for
   1475   1.1.1.9    mrg 	soft-float and e500.
   1476   1.1.1.9    mrg 
   1477   1.1.1.9    mrg 2014-10-29  Joseph Myers  <joseph (a] codesourcery.com>
   1478   1.1.1.9    mrg 
   1479   1.1.1.9    mrg 	* config/t-hardfp (hardfp_exclusions): Document new variable for
   1480   1.1.1.9    mrg 	user to define.
   1481   1.1.1.9    mrg 	(hardfp_func_list): Exclude functions from $(hardfp_exclusions).
   1482   1.1.1.9    mrg 	* config/t-softfp (softfp_extras): Document new variable for user
   1483   1.1.1.9    mrg 	to define.
   1484   1.1.1.9    mrg 	(softfp_func_list): Add functions from $(softfp_extras).
   1485   1.1.1.9    mrg 	* config/rs6000/t-e500v1-fp, config/rs6000/t-e500v2-fp: New files.
   1486   1.1.1.9    mrg 	* config.host (powerpc*-*-linux*): For e500v1, use
   1487   1.1.1.9    mrg 	rs6000/t-e500v1-fp and t-hardfp; do not use t-softfp-sfdf and
   1488   1.1.1.9    mrg 	t-softfp-excl.  For e500v2, use t-hardfp-sfdf, rs6000/t-e500v2-fp
   1489   1.1.1.9    mrg 	and t-hardfp; do not use t-softfp-sfdf and t-softfp-excl.
   1490   1.1.1.9    mrg 
   1491   1.1.1.7    mrg 2014-10-26  John David Anglin  <danglin (a] gcc.gnu.org>
   1492   1.1.1.7    mrg 
   1493   1.1.1.7    mrg 	* config/pa/linux-unwind.h (pa32_read_access_ok): New function.
   1494   1.1.1.7    mrg 	(pa32_fallback_frame_state): Use pa32_read_access_ok to check if
   1495   1.1.1.7    mrg 	memory read accesses are ok.
   1496   1.1.1.7    mrg 
   1497   1.1.1.9    mrg 2014-10-25  Joseph Myers  <joseph (a] codesourcery.com>
   1498   1.1.1.9    mrg 
   1499   1.1.1.9    mrg 	* configure.ac (ppc_fp_type): Set variable on powerpc*-*-linux*.
   1500   1.1.1.9    mrg 	* configure: Regenerate.
   1501   1.1.1.9    mrg 	* config.host (powerpc*-*-linux*): Use $ppc_fp_type to determine
   1502   1.1.1.9    mrg 	additions to tmake_file.  Use t-hardfp-sfdf and t-hardfp instead
   1503   1.1.1.9    mrg 	of soft-fp for 32-bit classic hard float.  Do not use
   1504   1.1.1.9    mrg 	t-softfp-excl for soft float.
   1505   1.1.1.9    mrg 
   1506   1.1.1.9    mrg 2014-10-22  Joseph Myers  <joseph (a] codesourcery.com>
   1507   1.1.1.9    mrg 
   1508   1.1.1.9    mrg 	* config.host (powerpc*-*-linux*): Only use soft-fp for 32-bit
   1509   1.1.1.9    mrg 	configurations.
   1510   1.1.1.9    mrg 	* config/rs6000/t-ppc64-fp (softfp_wrap_start, softfp_wrap_end):
   1511   1.1.1.9    mrg 	Remove variables.
   1512   1.1.1.9    mrg 
   1513   1.1.1.9    mrg 2014-10-22  Georg-Johann Lay  <avr (a] gjlay.de>
   1514   1.1.1.9    mrg 
   1515   1.1.1.9    mrg 	* config/avr/lib1funcs.S (__do_global_dtors): Fix wrong code
   1516   1.1.1.9    mrg 	introduced with 2014-10-21 trunk r216525.
   1517   1.1.1.9    mrg 
   1518   1.1.1.9    mrg 2014-10-21  Joern Rennecke  <joern.rennecke (a] embecosm.com>
   1519  1.1.1.12    mrg 	    Vidya Praveen  <vidya.praveen (a] atmel.com>
   1520  1.1.1.12    mrg 	    Praveen Kumar Kaushik  <Praveen_Kumar.Kaushik (a] atmel.com>
   1521  1.1.1.12    mrg 	    Senthil Kumar Selvaraj  <Senthil_Kumar.Selvaraj (a] atmel.com>
   1522  1.1.1.12    mrg 	    Pitchumani Sivanupandi  <Pitchumani.S (a] atmel.com>
   1523   1.1.1.9    mrg 
   1524   1.1.1.9    mrg 	* config/avr/lib1funcs.S (__do_global_dtors): Go back to descending
   1525   1.1.1.9    mrg 	order.
   1526   1.1.1.9    mrg 
   1527   1.1.1.9    mrg 	Updated library functions for AVRTINY arch.
   1528   1.1.1.9    mrg 	* config/avr/lib1funcs.S: Updated zero/tmp regs for AVRTINY.
   1529   1.1.1.9    mrg 	Replaced occurrences of r0/r1 with tmp/zero reg macros.
   1530   1.1.1.9    mrg 	Added wsubi/ wadi macros that expands conditionally as sbiw/ adiw
   1531   1.1.1.9    mrg 	or AVRTINY equivalent. Replaced occurrences of sbiw/adiw with
   1532   1.1.1.9    mrg 	wsubi/wadi macors.
   1533   1.1.1.9    mrg 	(__mulsi3_helper): Update stack, preserve callee saved regs and
   1534   1.1.1.9    mrg 	argument from stack. Restore callee save registers.
   1535   1.1.1.9    mrg 	(__mulpsi3): Likewise.
   1536   1.1.1.9    mrg 	(__muldi3, __udivmodsi4, __divmodsi4, __negsi2, __umoddi3, __udivmod64,
   1537   1.1.1.9    mrg 	__moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
   1538   1.1.1.9    mrg 	__negdi2, __prologue_saves__, __epilogue_restores__): Excluded for
   1539   1.1.1.9    mrg 	AVRTINY.
   1540   1.1.1.9    mrg 	(__tablejump2__): Added lpm equivalent instructions for AVRTINY.
   1541   1.1.1.9    mrg 	(__do_copy_data): Added new definition for AVRTINY.
   1542   1.1.1.9    mrg 	(__do_clear_bss): Replace r17 by r18 to preserve zero reg for AVRTINY.
   1543   1.1.1.9    mrg 	(__load_3, __load_4, __xload_1, __xload_2, __xload_3,
   1544   1.1.1.9    mrg 	__xload_4, __movmemx_qi, __movmemx_hi): Excluded for AVRTINY.
   1545   1.1.1.9    mrg 	* config/avr/lib1funcs-fixed.S: Replaced occurrences of r0/r1 with
   1546   1.1.1.9    mrg 	tmp/zero reg macros. Replaced occurrences of sbiw/adiw with wsubi/wadi
   1547   1.1.1.9    mrg 	macors.
   1548   1.1.1.9    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Remove unsupported functions for
   1549   1.1.1.9    mrg 	AVRTINY.
   1550   1.1.1.9    mrg 
   1551   1.1.1.9    mrg 	Fix broken long multiplication on tiny arch.
   1552   1.1.1.9    mrg 
   1553   1.1.1.9    mrg 2014-10-09  Joseph Myers  <joseph (a] codesourcery.com>
   1554   1.1.1.9    mrg 
   1555   1.1.1.9    mrg 	* soft-fp/double.h: Update from glibc.
   1556   1.1.1.9    mrg 	* soft-fp/eqdf2.c: Likewise.
   1557   1.1.1.9    mrg 	* soft-fp/eqsf2.c: Likewise.
   1558   1.1.1.9    mrg 	* soft-fp/eqtf2.c: Likewise.
   1559   1.1.1.9    mrg 	* soft-fp/extenddftf2.c: Likewise.
   1560   1.1.1.9    mrg 	* soft-fp/extended.h: Likewise.
   1561   1.1.1.9    mrg 	* soft-fp/extendsfdf2.c: Likewise.
   1562   1.1.1.9    mrg 	* soft-fp/extendsftf2.c: Likewise.
   1563   1.1.1.9    mrg 	* soft-fp/extendxftf2.c: Likewise.
   1564   1.1.1.9    mrg 	* soft-fp/gedf2.c: Likewise.
   1565   1.1.1.9    mrg 	* soft-fp/gesf2.c: Likewise.
   1566   1.1.1.9    mrg 	* soft-fp/getf2.c: Likewise.
   1567   1.1.1.9    mrg 	* soft-fp/ledf2.c: Likewise.
   1568   1.1.1.9    mrg 	* soft-fp/lesf2.c: Likewise.
   1569   1.1.1.9    mrg 	* soft-fp/letf2.c: Likewise.
   1570   1.1.1.9    mrg 	* soft-fp/op-1.h: Likewise.
   1571   1.1.1.9    mrg 	* soft-fp/op-2.h: Likewise.
   1572   1.1.1.9    mrg 	* soft-fp/op-4.h: Likewise.
   1573   1.1.1.9    mrg 	* soft-fp/op-8.h: Likewise.
   1574   1.1.1.9    mrg 	* soft-fp/op-common.h: Likewise.
   1575   1.1.1.9    mrg 	* soft-fp/quad.h: Likewise.
   1576   1.1.1.9    mrg 	* soft-fp/single.h: Likewise.
   1577   1.1.1.9    mrg 	* soft-fp/soft-fp.h: Likewise.
   1578   1.1.1.9    mrg 	* soft-fp/unorddf2.c: Likewise.
   1579   1.1.1.9    mrg 	* soft-fp/unordsf2.c: Likewise.
   1580   1.1.1.9    mrg 	* soft-fp/unordtf2.c: Likewise.
   1581   1.1.1.9    mrg 	* config/c6x/eqd.c (__c6xabi_eqd): Update call to FP_CMP_EQ_D.
   1582   1.1.1.9    mrg 	* config/c6x/eqf.c (__c6xabi_eqf): Update call to FP_CMP_EQ_S.
   1583   1.1.1.9    mrg 	* config/c6x/ged.c (__c6xabi_ged): Update call to FP_CMP_D.
   1584   1.1.1.9    mrg 	* config/c6x/gef.c (__c6xabi_gef): Update call to FP_CMP_S.
   1585   1.1.1.9    mrg 	* config/c6x/gtd.c (__c6xabi_gtd): Update call to FP_CMP_D.
   1586   1.1.1.9    mrg 	* config/c6x/gtf.c (__c6xabi_gtf): Update call to FP_CMP_S.
   1587   1.1.1.9    mrg 	* config/c6x/led.c (__c6xabi_led): Update call to FP_CMP_D.
   1588   1.1.1.9    mrg 	* config/c6x/lef.c (__c6xabi_lef): Update call to FP_CMP_S.
   1589   1.1.1.9    mrg 	* config/c6x/ltd.c (__c6xabi_ltd): Update call to FP_CMP_D.
   1590   1.1.1.9    mrg 	* config/c6x/ltf.c (__c6xabi_ltf): Update call to FP_CMP_S.
   1591   1.1.1.9    mrg 
   1592   1.1.1.9    mrg 2014-10-08  Rong Xu  <xur (a] google.com>
   1593   1.1.1.9    mrg 
   1594   1.1.1.9    mrg 	* libgcov-util.c (read_gcda_file): Fix format.
   1595   1.1.1.9    mrg 	(find_match_gcov_info): Ditto.
   1596   1.1.1.9    mrg 	(calculate_2_entries): New.
   1597   1.1.1.9    mrg 	(compute_one_gcov): Ditto.
   1598   1.1.1.9    mrg 	(gcov_info_count_all_cold): Ditto.
   1599   1.1.1.9    mrg 	(gcov_info_count_all_zero): Ditto.
   1600   1.1.1.9    mrg 	(extract_file_basename): Ditto.
   1601   1.1.1.9    mrg 	(get_file_basename): Ditto.
   1602   1.1.1.9    mrg 	(set_flag): Ditto.
   1603   1.1.1.9    mrg 	(matched_gcov_info): Ditto.
   1604   1.1.1.9    mrg 	(calculate_overlap): Ditto.
   1605   1.1.1.9    mrg 	(gcov_profile_overlap): Ditto.
   1606   1.1.1.9    mrg 	* libgcov-driver.c (compute_summary): Make
   1607   1.1.1.9    mrg 	it avavilable for external calls.
   1608   1.1.1.9    mrg 
   1609   1.1.1.9    mrg 2014-10-06  Rong Xu  <xur (a] google.com>
   1610   1.1.1.9    mrg 
   1611   1.1.1.9    mrg 	* Makefile.in: Ditto.
   1612   1.1.1.9    mrg 	* libgcov-driver.c (gcov_sort_n_vals): New utility function.
   1613   1.1.1.9    mrg 	(gcov_sort_icall_topn_counter): Ditto.
   1614   1.1.1.9    mrg 	(gcov_sort_topn_counter_arrays): Ditto.
   1615   1.1.1.9    mrg 	(dump_one_gcov): Sort indirect_call topn counters.
   1616   1.1.1.9    mrg 	* libgcov-merge.c (__gcov_merge_icall_topn): New merge
   1617   1.1.1.9    mrg 	function.
   1618   1.1.1.9    mrg 	* libgcov-profiler.c (__gcov_topn_value_profiler_body): New
   1619   1.1.1.9    mrg 	utility function.
   1620   1.1.1.9    mrg 	(__gcov_indirect_call_topn_profiler): New profiler function.
   1621   1.1.1.9    mrg 	* libgcov-util.c (__gcov_icall_topn_counter_op): New.
   1622   1.1.1.9    mrg 	* libgcov.h: New decls.
   1623   1.1.1.9    mrg 
   1624   1.1.1.9    mrg 2014-10-04  Trevor Saunders  <tsaunders (a] mozilla.com>
   1625   1.1.1.9    mrg 
   1626   1.1.1.9    mrg 	* config.host: Remove support for score-*.
   1627   1.1.1.9    mrg 
   1628   1.1.1.9    mrg 2014-09-22  Joseph Myers  <joseph (a] codesourcery.com>
   1629   1.1.1.9    mrg 
   1630   1.1.1.9    mrg 	* dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
   1631   1.1.1.9    mrg 	(__LIBGCC_XF_MANT_DIG__): Define if not already defined.
   1632   1.1.1.9    mrg 	(LONG_DOUBLE_HAS_XF_MODE): Define in terms of
   1633   1.1.1.9    mrg 	__LIBGCC_XF_MANT_DIG__.
   1634   1.1.1.9    mrg 	(__LIBGCC_TF_MANT_DIG__): Define if not already defined.
   1635   1.1.1.9    mrg 	(LONG_DOUBLE_HAS_TF_MODE): Define in terms of
   1636   1.1.1.9    mrg 	__LIBGCC_TF_MANT_DIG__.
   1637   1.1.1.9    mrg 	* libgcc2.c (NOTRUNC): Define in terms of
   1638   1.1.1.9    mrg 	__LIBGCC_*_EXCESS_PRECISION__, not LIBGCC2_LONG_DOUBLE_TYPE_SIZE.
   1639   1.1.1.9    mrg 	* libgcc2.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
   1640   1.1.1.9    mrg 
   1641   1.1.1.9    mrg 2014-09-22  Joseph Myers  <joseph (a] codesourcery.com>
   1642   1.1.1.9    mrg 
   1643   1.1.1.9    mrg 	PR target/63312
   1644   1.1.1.9    mrg 	* config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
   1645   1.1.1.9    mrg 	New macros.
   1646   1.1.1.9    mrg 
   1647   1.1.1.9    mrg 2014-09-22  Hans-Peter Nilsson  <hp (a] axis.com>
   1648   1.1.1.9    mrg 
   1649   1.1.1.9    mrg 	* crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS
   1650   1.1.1.9    mrg 	override USE_PT_GNU_EH_FRAME.
   1651   1.1.1.9    mrg 	[__LIBGCC_EH_FRAME_SECTION_NAME__ && !USE_PT_GNU_EH_FRAME]: Sanity-
   1652   1.1.1.9    mrg 	check USE_EH_FRAME_REGISTRY_ALWAYS against
   1653   1.1.1.9    mrg 	__LIBGCC_EH_FRAME_SECTION_NAME__, emit error if unsane.
   1654   1.1.1.9    mrg 	* Makefile.in (FORCE_EXPLICIT_EH_REGISTRY): New
   1655   1.1.1.9    mrg 	variable for substituted force_explicit_eh_registry.
   1656   1.1.1.9    mrg 	(CRTSTUFF_CFLAGS): Add FORCE_EXPLICIT_EH_REGISTRY.
   1657   1.1.1.9    mrg 	* configure.ac (explicit-exception-frame-registration):
   1658   1.1.1.9    mrg 	New AC_ARG_ENABLE.
   1659   1.1.1.9    mrg 	* configure: Regenerate.
   1660   1.1.1.9    mrg 
   1661   1.1.1.9    mrg 2014-09-19  Olivier Hainque  <hainque (a] adacore.com>
   1662   1.1.1.9    mrg 
   1663   1.1.1.9    mrg 	* config.host (powerpc-wrs-vxworksmils): New configuration,
   1664   1.1.1.9    mrg 	same as vxworksae.
   1665   1.1.1.9    mrg 
   1666   1.1.1.9    mrg 2014-09-18  Joseph Myers  <joseph (a] codesourcery.com>
   1667   1.1.1.9    mrg 
   1668   1.1.1.9    mrg 	* libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__.
   1669   1.1.1.9    mrg 
   1670   1.1.1.6    mrg 2014-09-18  Joseph Myers  <joseph (a] codesourcery.com>
   1671   1.1.1.6    mrg 
   1672   1.1.1.6    mrg 	* config/i386/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): Treat clear
   1673   1.1.1.6    mrg 	bits not set bits as indicating trapping exceptions.
   1674   1.1.1.6    mrg 
   1675   1.1.1.9    mrg 2014-09-17  Nathan sidwell  <nathan (a] acm.org>
   1676   1.1.1.5  skrll 
   1677   1.1.1.9    mrg 	* Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
   1678   1.1.1.9    mrg 	(LIBGCOV_DRIVER): ... here.
   1679   1.1.1.9    mrg 	* libgcov-driver.c (gcov_master): New.
   1680   1.1.1.9    mrg 	(gcov_exit): Remove from master chain.
   1681   1.1.1.9    mrg 	(__gcov_init): Add to master chain if version compatible.  Don't
   1682   1.1.1.9    mrg 	clear the version.
   1683   1.1.1.9    mrg 	* libgcov_interface (__gcov_flust): Call gcov_dump_int.
   1684   1.1.1.9    mrg 	(gcov_reset_int): Clear master chain, if compatible.
   1685   1.1.1.9    mrg 	(gcov_dump_int): New internal interface.  Dump master chain, if
   1686   1.1.1.9    mrg 	compatible.
   1687   1.1.1.9    mrg 	(gcov_dump): Alias for gcov_dump_int.
   1688   1.1.1.9    mrg 	* libgcov.h (struct gcov_root): Add next and prev fields.
   1689   1.1.1.9    mrg 	(struct gcov_master): New struct.
   1690   1.1.1.9    mrg 	(__gcov_master): New.
   1691   1.1.1.9    mrg 	(gcov_dump_int): Declare.
   1692   1.1.1.9    mrg 
   1693   1.1.1.9    mrg 2014-09-17  Olivier Hainque  <hainque (a] adacore.com>
   1694   1.1.1.9    mrg 
   1695   1.1.1.9    mrg 	* config.host (x86_64-*-mingw*): Add i386/t-cygming to tmake_file
   1696   1.1.1.9    mrg 	and crtbegin.o + crtend.o to extra_parts.
   1697   1.1.1.9    mrg 
   1698   1.1.1.9    mrg 2014-09-12  Joseph Myers  <joseph (a] codesourcery.com>
   1699   1.1.1.9    mrg 
   1700   1.1.1.9    mrg 	* libgcc2.h (LIBGCC2_HAS_SF_MODE): Define using
   1701   1.1.1.9    mrg 	__LIBGCC_HAS_SF_MODE__.
   1702   1.1.1.9    mrg 	(LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
   1703   1.1.1.9    mrg 	(LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
   1704   1.1.1.9    mrg 	(LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
   1705   1.1.1.9    mrg 	* config/libbid/bid_gcc_intrinsics.h
   1706   1.1.1.9    mrg 	(LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
   1707   1.1.1.9    mrg 	(LIBGCC2_HAS_XF_MODE): Define using __LIBGCC_HAS_XF_MODE__.
   1708   1.1.1.9    mrg 	(LIBGCC2_HAS_TF_MODE): Define using __LIBGCC_HAS_TF_MODE__.
   1709   1.1.1.9    mrg 	* fixed-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Do not define.
   1710   1.1.1.9    mrg 	(LIBGCC2_HAS_SF_MODE): Define using __LIBGCC_HAS_SF_MODE__.
   1711   1.1.1.9    mrg 	(LIBGCC2_HAS_DF_MODE): Define using __LIBGCC_HAS_DF_MODE__.
   1712   1.1.1.9    mrg 
   1713   1.1.1.9    mrg 2014-09-11  Georg-Johann Lay  <avr (a] gjlay.de>
   1714   1.1.1.9    mrg 
   1715   1.1.1.9    mrg 	PR target/63223
   1716   1.1.1.9    mrg 	* config/avr/libgcc.S (__tablejump2__): Rewrite to use RAMPZ, ELPM
   1717   1.1.1.9    mrg 	and R24 as needed.  Make work for all devices and .text locations.
   1718   1.1.1.9    mrg 	(__do_global_ctors, __do_global_dtors): Use word addresses.
   1719   1.1.1.9    mrg 	(__tablejump__, __tablejump_elpm__): Remove functions.
   1720   1.1.1.9    mrg 	* t-avr (LIB1ASMFUNCS): Remove _tablejump, _tablejump_elpm.
   1721   1.1.1.9    mrg 	Add _tablejump2.
   1722   1.1.1.9    mrg 	(XICALL, XIJMP): New macros.
   1723   1.1.1.9    mrg 
   1724   1.1.1.9    mrg 2014-09-09  Marcus Shawcroft  <marcus.shawcroft (a] arm.com>
   1725   1.1.1.9    mrg 	Ramana Radhakrishnan  <ramana.radhakrishnan (a] arm.com>
   1726   1.1.1.9    mrg 
   1727   1.1.1.9    mrg 	* config.host (aarch64*): Include crtfastmath.o and
   1728   1.1.1.9    mrg 	t-crtfm.
   1729   1.1.1.9    mrg 	* config/aarch64/crtfastmath.c: New file.
   1730   1.1.1.9    mrg 
   1731   1.1.1.9    mrg 2014-09-08  Trevor Saunders  <tsaunders (a] mozilla.com>
   1732   1.1.1.9    mrg 
   1733   1.1.1.9    mrg 	* config.host: Remove picochip support.
   1734   1.1.1.9    mrg 	* config/picochip/adddi3.S: Remove.
   1735   1.1.1.9    mrg 	* config/picochip/ashlsi3.S: Remove.
   1736   1.1.1.9    mrg 	* config/picochip/ashlsi3.c: Remove.
   1737   1.1.1.9    mrg 	* config/picochip/ashrsi3.S: Remove.
   1738   1.1.1.9    mrg 	* config/picochip/ashrsi3.c: Remove.
   1739   1.1.1.9    mrg 	* config/picochip/clzsi2.S: Remove.
   1740   1.1.1.9    mrg 	* config/picochip/cmpsi2.S: Remove.
   1741   1.1.1.9    mrg 	* config/picochip/divmod15.S: Remove.
   1742   1.1.1.9    mrg 	* config/picochip/divmodhi4.S: Remove.
   1743   1.1.1.9    mrg 	* config/picochip/divmodsi4.S: Remove.
   1744   1.1.1.9    mrg 	* config/picochip/lib1funcs.S: Remove.
   1745   1.1.1.9    mrg 	* config/picochip/longjmp.S: Remove.
   1746   1.1.1.9    mrg 	* config/picochip/lshrsi3.S: Remove.
   1747   1.1.1.9    mrg 	* config/picochip/lshrsi3.c: Remove.
   1748   1.1.1.9    mrg 	* config/picochip/parityhi2.S: Remove.
   1749   1.1.1.9    mrg 	* config/picochip/popcounthi2.S: Remove.
   1750   1.1.1.9    mrg 	* config/picochip/setjmp.S: Remove.
   1751   1.1.1.9    mrg 	* config/picochip/subdi3.S: Remove.
   1752   1.1.1.9    mrg 	* config/picochip/t-picochip: Remove.
   1753   1.1.1.9    mrg 	* config/picochip/ucmpsi2.S: Remove.
   1754   1.1.1.9    mrg 	* config/picochip/udivmodhi4.S: Remove.
   1755   1.1.1.9    mrg 	* config/picochip/udivmodsi4.S: Remove.
   1756   1.1.1.9    mrg 
   1757   1.1.1.9    mrg 2014-09-08  Joseph Myers  <joseph (a] codesourcery.com>
   1758   1.1.1.9    mrg 
   1759   1.1.1.9    mrg 	* libgcc2.c (SF_SIZE): Change all uses to __LIBGCC_SF_MANT_DIG__.
   1760   1.1.1.9    mrg 	(DF_SIZE): Change all uses to __LIBGCC_DF_MANT_DIG__.
   1761   1.1.1.9    mrg 	(XF_SIZE): Change all uses to __LIBGCC_XF_MANT_DIG__.
   1762   1.1.1.9    mrg 	(TF_SIZE): Change all uses to __LIBGCC_TF_MANT_DIG__.
   1763   1.1.1.9    mrg 	* libgcc2.h (SF_SIZE): Change to __LIBGCC_SF_MANT_DIG__.  Give
   1764   1.1.1.9    mrg 	error if not defined and LIBGCC2_HAS_SF_MODE is defined.
   1765   1.1.1.9    mrg 	(DF_SIZE): Change to __LIBGCC_DF_MANT_DIG__.  Give error if not
   1766   1.1.1.9    mrg 	defined and LIBGCC2_HAS_DF_MODE is defined.
   1767   1.1.1.9    mrg 	(XF_SIZE): Change to __LIBGCC_XF_MANT_DIG__.  Give error if not
   1768   1.1.1.9    mrg 	defined and LIBGCC2_HAS_XF_MODE is defined.
   1769   1.1.1.9    mrg 	(TF_SIZE): Change to __LIBGCC_TF_MANT_DIG__.  Give error if not
   1770   1.1.1.9    mrg 	defined and LIBGCC2_HAS_TF_MODE is defined.
   1771   1.1.1.9    mrg 
   1772   1.1.1.9    mrg 2014-09-08  Joseph Myers  <joseph (a] codesourcery.com>
   1773   1.1.1.9    mrg 
   1774   1.1.1.9    mrg 	* fp-bit.c (pack_d, unpack_d): Remove LARGEST_EXPONENT_IS_NORMAL
   1775   1.1.1.9    mrg 	and ROUND_TOWARDS_ZERO conditionals.
   1776   1.1.1.9    mrg 
   1777   1.1.1.9    mrg 2014-09-07  Nathan sidwell  <nathan (a] acm.org>
   1778   1.1.1.9    mrg 
   1779   1.1.1.9    mrg 	* libgcov-interface.c (STRONG_ALIAS): Rename to ...
   1780   1.1.1.9    mrg 	(ALIAS_weak): ... here. Use forwarding function.  Adjust uses.
   1781   1.1.1.9    mrg 
   1782   1.1.1.9    mrg 2014-09-05  Joseph Myers  <joseph (a] codesourcery.com>
   1783   1.1.1.9    mrg 
   1784   1.1.1.9    mrg 	* Makefile.in (CRTSTUFF_CFLAGS): Add -fbuilding-libgcc.
   1785   1.1.1.9    mrg 	* config/aarch64/linux-unwind.h (STACK_POINTER_REGNUM): Change all
   1786   1.1.1.9    mrg 	uses to __LIBGCC_STACK_POINTER_REGNUM__.
   1787   1.1.1.9    mrg 	(DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
   1788   1.1.1.9    mrg 	__LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
   1789   1.1.1.9    mrg 	* config/alpha/vms-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
   1790   1.1.1.9    mrg 	Change use to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
   1791   1.1.1.9    mrg 	* config/cr16/unwind-cr16.c (STACK_GROWS_DOWNWARD): Change all
   1792   1.1.1.9    mrg 	uses to __LIBGCC_STACK_GROWS_DOWNWARD__.
   1793   1.1.1.9    mrg 	(DWARF_FRAME_REGISTERS): Change all uses to
   1794   1.1.1.9    mrg 	__LIBGCC_DWARF_FRAME_REGISTERS__.
   1795   1.1.1.9    mrg 	(EH_RETURN_STACKADJ_RTX): Change all uses to
   1796   1.1.1.9    mrg 	__LIBGCC_EH_RETURN_STACKADJ_RTX__.
   1797   1.1.1.9    mrg 	* config/cr16/unwind-dw2.h (DWARF_FRAME_REGISTERS): Change use to
   1798   1.1.1.9    mrg 	__LIBGCC_DWARF_FRAME_REGISTERS__.  Remove conditional definition.
   1799   1.1.1.9    mrg 	* config/i386/cygming-crtbegin.c (EH_FRAME_SECTION_NAME): Change
   1800   1.1.1.9    mrg 	use to __LIBGCC_EH_FRAME_SECTION_NAME__.
   1801   1.1.1.9    mrg 	(JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__.
   1802   1.1.1.9    mrg 	* config/i386/cygming-crtend.c (EH_FRAME_SECTION_NAME): Change use
   1803   1.1.1.9    mrg 	to __LIBGCC_EH_FRAME_SECTION_NAME__.
   1804   1.1.1.9    mrg 	(JCR_SECTION_NAME): Change use to __LIBGCC_JCR_SECTION_NAME__
   1805   1.1.1.9    mrg 	* config/mips/linux-unwind.h (STACK_POINTER_REGNUM): Change use to
   1806   1.1.1.9    mrg 	__LIBGCC_STACK_POINTER_REGNUM__.
   1807   1.1.1.9    mrg 	(DWARF_ALT_FRAME_RETURN_COLUMN): Change all uses to
   1808   1.1.1.9    mrg 	__LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
   1809   1.1.1.9    mrg 	* config/nios2/linux-unwind.h (STACK_POINTER_REGNUM): Change use
   1810   1.1.1.9    mrg 	to __LIBGCC_STACK_POINTER_REGNUM__.
   1811   1.1.1.9    mrg 	* config/pa/hpux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
   1812   1.1.1.9    mrg 	all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
   1813   1.1.1.9    mrg 	* config/pa/linux-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN): Change
   1814   1.1.1.9    mrg 	all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
   1815   1.1.1.9    mrg 	* config/rs6000/aix-unwind.h (DWARF_ALT_FRAME_RETURN_COLUMN):
   1816   1.1.1.9    mrg 	Change all uses to __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__.
   1817   1.1.1.9    mrg 	(STACK_POINTER_REGNUM): Change all uses to
   1818   1.1.1.9    mrg 	__LIBGCC_STACK_POINTER_REGNUM__.
   1819   1.1.1.9    mrg 	* config/rs6000/darwin-fallback.c (STACK_POINTER_REGNUM): Change
   1820   1.1.1.9    mrg 	use to __LIBGCC_STACK_POINTER_REGNUM__.
   1821   1.1.1.9    mrg 	* config/rs6000/linux-unwind.h (STACK_POINTER_REGNUM): Change all
   1822   1.1.1.9    mrg 	uses to __LIBGCC_STACK_POINTER_REGNUM__.
   1823   1.1.1.9    mrg 	* config/sparc/linux-unwind.h (DWARF_FRAME_REGISTERS): Change use
   1824   1.1.1.9    mrg 	to __LIBGCC_DWARF_FRAME_REGISTERS__.
   1825   1.1.1.9    mrg 	* config/sparc/sol2-unwind.h (DWARF_FRAME_REGISTERS): Change use
   1826   1.1.1.9    mrg 	to __LIBGCC_DWARF_FRAME_REGISTERS__.
   1827   1.1.1.9    mrg 	* config/tilepro/linux-unwind.h (STACK_POINTER_REGNUM): Change use
   1828   1.1.1.9    mrg 	to __LIBGCC_STACK_POINTER_REGNUM__.
   1829   1.1.1.9    mrg 	* config/xtensa/unwind-dw2-xtensa.h (DWARF_FRAME_REGISTERS):
   1830   1.1.1.9    mrg 	Remove conditional definition.
   1831   1.1.1.9    mrg 	* crtstuff.c (TEXT_SECTION_ASM_OP): Change all uses to
   1832   1.1.1.9    mrg 	__LIBGCC_TEXT_SECTION_ASM_OP__.
   1833   1.1.1.9    mrg 	(EH_FRAME_SECTION_NAME): Change all uses to
   1834   1.1.1.9    mrg 	__LIBGCC_EH_FRAME_SECTION_NAME__.
   1835   1.1.1.9    mrg 	(EH_TABLES_CAN_BE_READ_ONLY): Change all uses to
   1836   1.1.1.9    mrg 	__LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__.
   1837   1.1.1.9    mrg 	(CTORS_SECTION_ASM_OP): Change all uses to
   1838   1.1.1.9    mrg 	__LIBGCC_CTORS_SECTION_ASM_OP__.
   1839   1.1.1.9    mrg 	(DTORS_SECTION_ASM_OP): Change all uses to
   1840   1.1.1.9    mrg 	__LIBGCC_DTORS_SECTION_ASM_OP__.
   1841   1.1.1.9    mrg 	(JCR_SECTION_NAME): Change all uses to
   1842   1.1.1.9    mrg 	__LIBGCC_JCR_SECTION_NAME__.
   1843   1.1.1.9    mrg 	(INIT_SECTION_ASM_OP): Change all uses to
   1844   1.1.1.9    mrg 	__LIBGCC_INIT_SECTION_ASM_OP__.
   1845   1.1.1.9    mrg 	(INIT_ARRAY_SECTION_ASM_OP): Change all uses to
   1846   1.1.1.9    mrg 	__LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
   1847   1.1.1.9    mrg 	* generic-morestack.c (STACK_GROWS_DOWNWARD): Change all uses to
   1848   1.1.1.9    mrg 	__LIBGCC_STACK_GROWS_DOWNWARD__.
   1849   1.1.1.9    mrg 	* libgcc2.c (INIT_SECTION_ASM_OP): Change all uses to
   1850   1.1.1.9    mrg 	__LIBGCC_INIT_SECTION_ASM_OP__.
   1851   1.1.1.9    mrg 	(INIT_ARRAY_SECTION_ASM_OP): Change all uses to
   1852   1.1.1.9    mrg 	__LIBGCC_INIT_ARRAY_SECTION_ASM_OP__.
   1853   1.1.1.9    mrg 	(EH_FRAME_SECTION_NAME): Change all uses to
   1854   1.1.1.9    mrg 	__LIBGCC_EH_FRAME_SECTION_NAME__.
   1855   1.1.1.9    mrg 	* libgcov-profiler.c (VTABLE_USES_DESCRIPTORS): Remove conditional
   1856   1.1.1.9    mrg 	definitions.  Change all uses to
   1857   1.1.1.9    mrg 	__LIBGCC_VTABLE_USES_DESCRIPTORS__.
   1858   1.1.1.9    mrg 	* unwind-dw2.c (STACK_GROWS_DOWNWARD): Change all uses to
   1859   1.1.1.9    mrg 	__LIBGCC_STACK_GROWS_DOWNWARD__.
   1860   1.1.1.9    mrg 	(DWARF_FRAME_REGISTERS): Change all uses to
   1861   1.1.1.9    mrg 	__LIBGCC_DWARF_FRAME_REGISTERS__.
   1862   1.1.1.9    mrg 	(EH_RETURN_STACKADJ_RTX): Change all uses to
   1863   1.1.1.9    mrg 	__LIBGCC_EH_RETURN_STACKADJ_RTX__.
   1864   1.1.1.9    mrg 	* unwind-dw2.h (DWARF_FRAME_REGISTERS): Remove conditional
   1865   1.1.1.9    mrg 	definition.  Change use to __LIBGCC_DWARF_FRAME_REGISTERS__.
   1866   1.1.1.9    mrg 	* unwind-sjlj.c (DONT_USE_BUILTIN_SETJMP): Change all uses to
   1867   1.1.1.9    mrg 	__LIBGCC_DONT_USE_BUILTIN_SETJMP__.
   1868   1.1.1.9    mrg 	(JMP_BUF_SIZE): Change use to __LIBGCC_JMP_BUF_SIZE__.
   1869   1.1.1.9    mrg 
   1870   1.1.1.9    mrg 2014-09-02  Nathan sidwell  <nathan (a] acm.org>
   1871   1.1.1.9    mrg 
   1872   1.1.1.9    mrg 	* libgcov-interface.c (STRONG_ALIAS): New.
   1873   1.1.1.9    mrg 	(__gcov_flush): Call __gcov_reset_int.
   1874   1.1.1.9    mrg 	(__gcov_reset): Strong alias for ...
   1875   1.1.1.9    mrg 	(__gcov_reset_ing): ... this renamed hidden version.
   1876   1.1.1.9    mrg 	* libgcov.h (__gcov_reset_int): New declaration.
   1877   1.1.1.9    mrg 
   1878   1.1.1.9    mrg 2014-08-19  Yaakov Selkowitz  <yselkowi (a] redhat.com>
   1879   1.1.1.9    mrg 
   1880   1.1.1.9    mrg 	* config/i386/cygming-crtend.c (register_frame_ctor): Move atexit
   1881   1.1.1.9    mrg 	call from here...
   1882   1.1.1.9    mrg 	* config/i386/cygming-crtbegin.c (__gcc_register_frame): to here.
   1883   1.1.1.9    mrg 	(__dso_handle): Define on Cygwin.
   1884   1.1.1.9    mrg 	* config/i386/t-cygming (crtbeginS.o): New rule.
   1885   1.1.1.9    mrg 	* config.host (*-*-cygwin*): Add crtbeginS.o to extra_parts.
   1886   1.1.1.9    mrg 
   1887   1.1.1.9    mrg 	* config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
   1888   1.1.1.9    mrg 	declaration syntax.
   1889   1.1.1.9    mrg 
   1890   1.1.1.9    mrg 2014-08-13  Steve Ellcey  <sellcey (a] mips.com>
   1891   1.1.1.9    mrg 
   1892   1.1.1.9    mrg 	* crtstuff.c: Undef caddr_t.
   1893   1.1.1.9    mrg 
   1894   1.1.1.9    mrg 2014-08-12  Steve Ellcey  <sellcey (a] mips.com>
   1895   1.1.1.9    mrg 
   1896   1.1.1.9    mrg 	* config/mips/mips16.S:  Skip when __mips_soft_float is defined.
   1897   1.1.1.9    mrg 
   1898   1.1.1.9    mrg 2014-08-07  Nathan Sidwell  <nathan (a] acm.org>
   1899   1.1.1.9    mrg 
   1900   1.1.1.9    mrg 	* Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
   1901   1.1.1.9    mrg 	(LIBGCOV_DRIVER): ... to here.
   1902   1.1.1.9    mrg 	* libgcov.h (gcov_do_dump): New #define.
   1903   1.1.1.9    mrg 	(struct gcov_root): New.
   1904   1.1.1.9    mrg 	(__gcov_root): New declaration.
   1905   1.1.1.9    mrg 	(__gcov_dump_one): Declare.
   1906   1.1.1.9    mrg 	* libgcov-driver.c (gcov_list, gcov_dump_complete,
   1907   1.1.1.9    mrg 	run_accounted): Delete.
   1908   1.1.1.9    mrg 	(gcov_compute_histogram): Add LIST argument, adjust.
   1909   1.1.1.9    mrg 	(compute_summary): Adjust gcov_compute_histogram call.
   1910   1.1.1.9    mrg 	(gcov_do_dump): Not hidden, static in libgcov.
   1911   1.1.1.9    mrg 	(gcov_clear): Move  to interface.c.
   1912   1.1.1.9    mrg 	(__gcov_dump_one): New, broken out of ...
   1913   1.1.1.9    mrg 	(gcov_exit): ... here.  Make static.
   1914   1.1.1.9    mrg 	(__gcov_root): New.
   1915   1.1.1.9    mrg 	(__gcov_init): Adjust.
   1916   1.1.1.9    mrg 	* libgcov-interface.c (gcov_clear, gcov_exit): Remove
   1917   1.1.1.9    mrg 	declarations.
   1918   1.1.1.9    mrg 	(__gcov_flush): Use __gcov_dump_one and __gcov_reset.
   1919   1.1.1.9    mrg 	(gcov_clear): Moved from driver.c.   Add LIST argument.
   1920   1.1.1.9    mrg 	(__gcov_reset): Adjust for changed interfaces.
   1921   1.1.1.9    mrg 	(__gcov_fork): Remove local declaration of __gcov_flush_mx.
   1922   1.1.1.9    mrg 
   1923   1.1.1.9    mrg 2014-08-04  Rohit  <rohitarulraj (a] freescale.com>
   1924   1.1.1.9    mrg 
   1925   1.1.1.9    mrg 	PR target/60102
   1926   1.1.1.9    mrg 	* config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Update
   1927   1.1.1.9    mrg 	based on change in SPE high register numbers and 3 HTM registers.
   1928   1.1.1.9    mrg 
   1929   1.1.1.9    mrg 2014-08-01  Nathan Sidwell  <nathan (a] acm.org>
   1930   1.1.1.9    mrg 
   1931   1.1.1.9    mrg 	* Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
   1932   1.1.1.9    mrg 	LIBGCOV_INTERFACE): Reformat.
   1933   1.1.1.9    mrg 	* libgcov-driver.c (gcov_exit, __gcov_init): Disable when
   1934   1.1.1.9    mrg 	IN_GCOV_TOOL.
   1935   1.1.1.9    mrg 	* libgcov-interface.c: Reformat some comments.
   1936   1.1.1.9    mrg 	(__gcov_flush_mx): Add declaration.  Tidy up definition.
   1937   1.1.1.9    mrg 
   1938   1.1.1.9    mrg 2014-07-31  Alan Modra  <amodra (a] gmail.com>
   1939   1.1.1.9    mrg 	    Peter Bergner  <bergner (a] vnet.ibm.com>
   1940   1.1.1.9    mrg 
   1941   1.1.1.9    mrg 	* config/rs6000/ibm-ldouble.c (typedef union longDblUnion): Delete.
   1942   1.1.1.9    mrg 	(pack_ldouble): New function.
   1943   1.1.1.9    mrg 	(__gcc_qadd): Use it.
   1944   1.1.1.9    mrg 	(__gcc_qmul): Likewise.
   1945   1.1.1.9    mrg 	(__gcc_qdiv): Likewise.
   1946   1.1.1.9    mrg 	(__gcc_qneg): Likewise.
   1947   1.1.1.9    mrg 	(__gcc_stoq): Likewise.
   1948   1.1.1.9    mrg 	(__gcc_dtoq): Likewise.
   1949   1.1.1.9    mrg 
   1950   1.1.1.9    mrg 2014-07-30  J. D. Johnston  <jjohnst (a] us.ibm.com>
   1951   1.1.1.9    mrg 
   1952   1.1.1.9    mrg 	* config/s390/tpf-unwind.h: Include <stdbool.h>.
   1953   1.1.1.9    mrg 	(__tpf_eh_return): Add original return address as second parameter.
   1954   1.1.1.9    mrg 	Handle cases where unwinder routines were called directly, instead
   1955   1.1.1.9    mrg 	of from within the C++ library.
   1956   1.1.1.9    mrg 
   1957   1.1.1.9    mrg 2014-07-29  Nathan Sidwell  <nathan (a] acm.org>
   1958   1.1.1.9    mrg 
   1959   1.1.1.9    mrg 	* libgcov.h: Move renaming of entry points to lib gcov specific
   1960   1.1.1.9    mrg 	portion.
   1961   1.1.1.9    mrg 	(gcov_do_dump): New rename.
   1962   1.1.1.9    mrg 	(gcov_rewrite): Remove inline, make HIDDEN.
   1963   1.1.1.9    mrg 	* libgcov-driver.c (gcov_clear, gcov_exit): Remove declarations.
   1964   1.1.1.9    mrg 	(gcov_exit_compute_summary): Rename to ...
   1965   1.1.1.9    mrg 	(compute_summary): ... here.  Add LIST argument.
   1966   1.1.1.9    mrg 	(gcov_exit_merge_gcda): Rename to ...
   1967   1.1.1.9    mrg 	(merge_one_data): ... here.
   1968   1.1.1.9    mrg 	(gcov_exit_write_gcda): Rename to ...
   1969   1.1.1.9    mrg 	(write_one_data): ... here.
   1970   1.1.1.9    mrg 	(gcov_exit_merge_summary): Rename to ...
   1971   1.1.1.9    mrg 	(merge_summary): Add RUN_COUNTED argument.
   1972   1.1.1.9    mrg 	(gcov_exit_dump_gcov): Rename to ...
   1973   1.1.1.9    mrg 	(dump_one_gcov): Add RUN_COUNTED argument.
   1974   1.1.1.9    mrg 	(gcov_do_dump): New function, broken out of ...
   1975   1.1.1.9    mrg 	(gcov_exit): ... here.  Call it.
   1976   1.1.1.9    mrg 
   1977   1.1.1.9    mrg 2014-07-27  Anthony Green  <green (a] moxielogic.com>
   1978   1.1.1.9    mrg 
   1979   1.1.1.9    mrg 	* config.host: Add moxiebox configuration suppport.
   1980   1.1.1.9    mrg 
   1981   1.1.1.9    mrg 2014-07-27  Nathan Sidwell  <nathan (a] acm.org>
   1982   1.1.1.9    mrg 
   1983   1.1.1.9    mrg 	* libgcov-driver.c (struct gcov_filename_aux): Rename ...
   1984   1.1.1.9    mrg 	(struct gcov_filename): ... here.  Include buffer and max length
   1985   1.1.1.9    mrg 	fields.
   1986   1.1.1.9    mrg 	(gcov_max_filename): Remove.
   1987   1.1.1.9    mrg 	(gi_filename): Remove.
   1988   1.1.1.9    mrg 	(gcov_exit_compute_summary): Compute max filename here.
   1989   1.1.1.9    mrg 	(gcov_exit_merge_gcda): Add filename parm, adjust.
   1990   1.1.1.9    mrg 	(gcov_exit_merge_summary): Likewise.
   1991   1.1.1.9    mrg 	(gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
   1992   1.1.1.9    mrg 	(gcov_exit): Likewise.
   1993   1.1.1.9    mrg 	(__gcov_init): Don't calculate max length here.
   1994   1.1.1.9    mrg 	* libgcov_util.c (max_filename_len): Remove.
   1995   1.1.1.9    mrg 	(read_gcda_file): Don't calculate max length here.
   1996   1.1.1.9    mrg 	(gcov_read_profile_dir): Don't propagate here.
   1997   1.1.1.9    mrg 	* libgcov-driver-system.c (alloc_filename_struct): Adjust for
   1998   1.1.1.9    mrg 	struct gcov_filename changes.
   1999   1.1.1.9    mrg 	(gcov_exit_open_gcda_file): Likewise.
   2000   1.1.1.9    mrg 
   2001   1.1.1.9    mrg 2014-07-25  Nathan Sidwell  <nathan (a] acm.org>
   2002   1.1.1.9    mrg 
   2003   1.1.1.9    mrg 	* libgcov-driver.c (set_gcov_dump_complete,
   2004   1.1.1.9    mrg 	reset_gcov_dump_complete, get_gcov_dump_complete): Remove global
   2005   1.1.1.9    mrg 	functions polluting user's namespace.
   2006   1.1.1.9    mrg 	(gcov_exit): Set variable directly.
   2007   1.1.1.9    mrg 	(gcov_clear): Reset variable directly.
   2008   1.1.1.9    mrg 	* libgcov-interface.c (get_gcov_dymp_complete,
   2009   1.1.1.9    mrg 	reset_gov_dump_complete): Remove declarations.
   2010   1.1.1.9    mrg 	(__gcov_reset, __gcov_dump): Don't call them.
   2011   1.1.1.9    mrg 
   2012   1.1.1.9    mrg 2014-07-24  DJ Delorie  <dj (a] redhat.com>
   2013   1.1.1.9    mrg 
   2014   1.1.1.9    mrg 	* config/i386/cygming-crtbegin.c (deregister_frame_fn): Newly public.
   2015   1.1.1.9    mrg 	(__gcc_deregister_frame): Move logic to detect deregister function
   2016   1.1.1.9    mrg 	to ...
   2017   1.1.1.9    mrg 	(__gcc_register_frame): here, so it's consistent with the register
   2018   1.1.1.9    mrg 	logic.
   2019   1.1.1.9    mrg 
   2020   1.1.1.9    mrg 2014-07-23  Nathan Sidwell  <nathan (a] acm.org>
   2021   1.1.1.9    mrg 
   2022   1.1.1.9    mrg 	* libgcov-driver.c (set_gcov_list): Remove.
   2023   1.1.1.9    mrg 	(gcov_list): Make non-static in GCOV_TOOL.
   2024   1.1.1.9    mrg 	* libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define.
   2025   1.1.1.9    mrg 
   2026   1.1.1.9    mrg 2014-07-17  John David Anglin  <danglin (a] gcc.gnu.org>
   2027   1.1.1.9    mrg 
   2028   1.1.1.9    mrg 	* config/pa/linux-atomic.c (__sync_lock_release_4): New.
   2029   1.1.1.9    mrg 	(SYNC_LOCK_RELEASE): Update to use __kernel_cmpxchg for release.
   2030   1.1.1.9    mrg 	Don't use SYNC_LOCK_RELEASE for int type.
   2031   1.1.1.9    mrg 
   2032   1.1.1.9    mrg 2014-07-14  Richard Biener  <rguenther (a] suse.de>
   2033   1.1.1.9    mrg 
   2034   1.1.1.9    mrg 	* libgcov.h (struct gcov_fn_info): Make ctrs size 1.
   2035   1.1.1.9    mrg 
   2036   1.1.1.9    mrg 2014-07-11  Rong Xu  <xur (a] google.com>
   2037   1.1.1.9    mrg 
   2038   1.1.1.9    mrg 	* libgcov-util.c (gcov_max_filename): Fix declartion.
   2039   1.1.1.9    mrg 
   2040   1.1.1.9    mrg 2014-07-10  Rong Xu  <xur (a] google.com>
   2041   1.1.1.9    mrg 
   2042   1.1.1.9    mrg 	Add gcov-tool: an offline gcda profile processing tool
   2043   1.1.1.9    mrg 	Support.
   2044   1.1.1.9    mrg 	* libgcov-driver.c (gcov_max_filename): Make available
   2045   1.1.1.9    mrg 	to gcov-tool.
   2046   1.1.1.9    mrg 	* libgcov-merge.c (__gcov_merge_add): Replace
   2047   1.1.1.9    mrg 	gcov_read_counter() with a Macro.
   2048   1.1.1.9    mrg 	(__gcov_merge_ior): Ditto.
   2049   1.1.1.9    mrg 	(__gcov_merge_time_profile): Ditto.
   2050   1.1.1.9    mrg 	(__gcov_merge_single): Ditto.
   2051   1.1.1.9    mrg 	(__gcov_merge_delta): Ditto.
   2052   1.1.1.9    mrg 	* libgcov-util.c (void gcov_set_verbose): Set the verbose flag
   2053   1.1.1.9    mrg 	in the utility functions.
   2054   1.1.1.9    mrg 	(set_fn_ctrs): Utility function for reading gcda files to in-memory
   2055   1.1.1.9    mrg 	gcov_list object link lists.
   2056   1.1.1.9    mrg 	(tag_function): Ditto.
   2057   1.1.1.9    mrg 	(tag_blocks): Ditto.
   2058   1.1.1.9    mrg 	(tag_arcs): Ditto.
   2059   1.1.1.9    mrg 	(tag_lines): Ditto.
   2060   1.1.1.9    mrg 	(tag_counters): Ditto.
   2061   1.1.1.9    mrg 	(tag_summary): Ditto.
   2062   1.1.1.9    mrg 	(read_gcda_finalize): Ditto.
   2063   1.1.1.9    mrg 	(read_gcda_file): Ditto.
   2064   1.1.1.9    mrg 	(ftw_read_file): Ditto.
   2065   1.1.1.9    mrg 	(read_profile_dir_init): Ditto.
   2066   1.1.1.9    mrg 	(gcov_read_profile_dir): Ditto.
   2067   1.1.1.9    mrg 	(gcov_read_counter_mem): Ditto.
   2068   1.1.1.9    mrg 	(gcov_get_merge_weight): Ditto.
   2069   1.1.1.9    mrg 	(merge_wrapper): A wrapper function that calls merging handler.
   2070   1.1.1.9    mrg 	(gcov_merge): Merge two gcov_info objects with weights.
   2071   1.1.1.9    mrg 	(find_match_gcov_info): Find the matched gcov_info in the list.
   2072   1.1.1.9    mrg 	(gcov_profile_merge): Merge two gcov_info object lists.
   2073   1.1.1.9    mrg 	(__gcov_add_counter_op): Process edge profile counter values.
   2074   1.1.1.9    mrg 	(__gcov_ior_counter_op): Process IOR profile counter values.
   2075   1.1.1.9    mrg 	(__gcov_delta_counter_op): Process delta profile counter values.
   2076   1.1.1.9    mrg 	(__gcov_single_counter_op): Process single  profile counter values.
   2077   1.1.1.9    mrg 	(fp_scale): Callback function for float-point scaling.
   2078  1.1.1.12    mrg 	(int_scale): Callback function for integer fraction scaling.
   2079   1.1.1.9    mrg 	(gcov_profile_scale): Scaling profile counters.
   2080   1.1.1.9    mrg 	(gcov_profile_normalize): Normalize profile counters.
   2081   1.1.1.9    mrg 	* libgcov.h: Add headers and functions for gcov-tool use.
   2082   1.1.1.9    mrg 	(gcov_get_counter): New.
   2083   1.1.1.9    mrg 	(gcov_get_counter_target): Ditto.
   2084   1.1.1.9    mrg 	(struct gcov_info): Make the functions field mutable in gcov-tool
   2085   1.1.1.9    mrg 	compilation.
   2086   1.1.1.9    mrg 
   2087   1.1.1.9    mrg 2014-06-23  Kai Tietz  <ktietz (a] redhat.com>
   2088   1.1.1.9    mrg 
   2089   1.1.1.9    mrg 	PR libgcc/61585
   2090   1.1.1.9    mrg 	* unwind-seh.c (_Unwind_GetGR): Check for proper
   2091   1.1.1.9    mrg 	index range.
   2092   1.1.1.9    mrg 	(_Unwind_SetGR): Likewise.
   2093   1.1.1.9    mrg 
   2094   1.1.1.9    mrg 2014-05-22  Nick Clifton  <nickc (a] redhat.com>
   2095   1.1.1.9    mrg 
   2096   1.1.1.9    mrg 	* config/msp430/t-msp430 (HOST_LIBGCC2_CFLAGS): Add
   2097   1.1.1.9    mrg 	-mhwmult=none.
   2098   1.1.1.9    mrg 
   2099   1.1.1.9    mrg 2014-05-22  Teresa Johnson  <tejohnson (a] google.com>
   2100   1.1.1.9    mrg 
   2101   1.1.1.9    mrg 	* libgcov-driver.c (gcov_error): Move declaration before gcov-io.c
   2102   1.1.1.9    mrg 	include.
   2103   1.1.1.9    mrg 
   2104   1.1.1.9    mrg 2014-05-20  John Marino  <gnugcc (a] marino.st>
   2105   1.1.1.9    mrg 
   2106   1.1.1.9    mrg 	* config.host (*-*-dragonfly*): New target.
   2107   1.1.1.9    mrg 	* crtstuff.c: Make dl_iterate_support generic on *bsd.
   2108   1.1.1.9    mrg 	* enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
   2109   1.1.1.9    mrg 	* unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
   2110   1.1.1.9    mrg 	* config/i386/dragonfly-unwind.h: New.
   2111   1.1.1.5  skrll 
   2112   1.1.1.5  skrll 2014-05-21  Maciej W. Rozycki  <macro (a] codesourcery.com>
   2113   1.1.1.5  skrll 
   2114   1.1.1.5  skrll 	PR libgcc/60166
   2115   1.1.1.5  skrll 	* config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
   2116   1.1.1.5  skrll 	(_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
   2117   1.1.1.5  skrll 
   2118   1.1.1.9    mrg 2014-05-13  Bernd Edlinger  <bernd.edlinger (a] hotmail.de>
   2119   1.1.1.5  skrll 
   2120   1.1.1.9    mrg 	* unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
   2121   1.1.1.9    mrg 	implementation.
   2122   1.1.1.5  skrll 
   2123   1.1.1.9    mrg 2014-05-12  Georg-Johann Lay  <avr (a] gjlay.de>
   2124   1.1.1.5  skrll 
   2125   1.1.1.9    mrg 	* config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
   2126   1.1.1.5  skrll 
   2127   1.1.1.9    mrg 2014-05-08  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   2128   1.1.1.5  skrll 
   2129   1.1.1.9    mrg 	PR libgcc/61097
   2130   1.1.1.9    mrg 	* config/t-slibgcc-sld: Only build and install libgcc-unwind.map
   2131   1.1.1.9    mrg 	if --enable-shared.
   2132   1.1.1.5  skrll 
   2133   1.1.1.9    mrg 2014-04-30  Bernd Edlinger  <bernd.edlinger (a] hotmail.de>
   2134   1.1.1.5  skrll 
   2135   1.1.1.9    mrg 	Work around for current cygwin32 build problems.
   2136   1.1.1.9    mrg 	* config/i386/cygming-crtbegin.c (__register_frame_info,
   2137   1.1.1.9    mrg 	__deregister_frame_info, _Jv_RegisterClasses): Compile weak default
   2138   1.1.1.9    mrg 	functions only for 64-bit systems.
   2139   1.1.1.5  skrll 
   2140   1.1.1.9    mrg 2014-04-25  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   2141   1.1.1.5  skrll 
   2142   1.1.1.9    mrg 	* config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
   2143   1.1.1.9    mrg 	(sigill_caught, sigill_hdlr): Remove.
   2144   1.1.1.5  skrll 
   2145   1.1.1.9    mrg 2014-04-22  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   2146   1.1.1.5  skrll 
   2147   1.1.1.9    mrg 	* config/i386/crtfastmath.c (set_fast_math): Remove SSE execution
   2148   1.1.1.9    mrg 	check.
   2149   1.1.1.9    mrg 	* config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
   2150   1.1.1.9    mrg 	Solaris 9 single-threaded support.
   2151   1.1.1.9    mrg 	* config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
   2152   1.1.1.9    mrg 	Solaris 9 single-threaded support.  Add call_user_handler code
   2153   1.1.1.9    mrg 	sequences.
   2154   1.1.1.9    mrg 	(sparc_is_sighandler): Likewise.
   2155   1.1.1.9    mrg 
   2156   1.1.1.9    mrg 2014-03-27  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   2157   1.1.1.9    mrg 
   2158   1.1.1.9    mrg 	* config.host: Append t-floattodi to tmake_file depending on
   2159   1.1.1.9    mrg 	host_address.
   2160   1.1.1.5  skrll 
   2161   1.1.1.5  skrll 2014-03-20  Joel Sherrill  <joel.sherrill (a] oarcorp.com>
   2162   1.1.1.5  skrll 
   2163   1.1.1.5  skrll 	* config.host (v850*-*-*): Add to tmake_file instead of resetting it.
   2164   1.1.1.5  skrll 
   2165   1.1.1.9    mrg 2014-03-10  Uros Bizjak  <ubizjak (a] gmail.com>
   2166   1.1.1.4    mrg 
   2167   1.1.1.9    mrg 	PR libgcc/60472
   2168   1.1.1.9    mrg 	* crtstuff.c (frame_dummy): Use void **jcr_list temporary
   2169   1.1.1.9    mrg 	variable to avoid "array subscript is above array bounds" warnings.
   2170   1.1.1.9    mrg 	Use __builtin_expect when checking *jcr_list for NULL.
   2171   1.1.1.9    mrg 
   2172   1.1.1.9    mrg 2014-03-06  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   2173   1.1.1.9    mrg 
   2174   1.1.1.9    mrg 	PR libgcc/59339
   2175   1.1.1.9    mrg 	* config.host (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu)
   2176   1.1.1.9    mrg 	(*-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Only add
   2177   1.1.1.9    mrg 	vtv_*.o to extra_parts if enable_vtable_verify.
   2178   1.1.1.9    mrg 
   2179   1.1.1.9    mrg 2014-03-06  Nick Clifton  <nickc (a] redhat.com>
   2180   1.1.1.9    mrg 
   2181   1.1.1.9    mrg 	* config/msp430/t-msp430 (LIB2ADD): Add lib2hw_mul.S
   2182   1.1.1.9    mrg 	* config/msp430/lib2hw_mul.S: New: Hardware multiply routines.
   2183   1.1.1.9    mrg 
   2184   1.1.1.9    mrg 2014-02-28  Joey Ye  <joey.ye (a] arm.com>
   2185   1.1.1.4    mrg 
   2186   1.1.1.4    mrg 	PR libgcc/60166
   2187   1.1.1.4    mrg 	* config/arm/sfp-machine.h (_FP_NANFRAC_H,
   2188   1.1.1.4    mrg 	_FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q):
   2189   1.1.1.4    mrg 	Set to zero.
   2190   1.1.1.4    mrg 
   2191   1.1.1.9    mrg 2014-02-24  Walter Lee  <walt (a] tilera.com>
   2192   1.1.1.9    mrg 
   2193   1.1.1.9    mrg 	* config.host: Support "tilegx*" and "tilepro*" triplets.
   2194   1.1.1.9    mrg 	* config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
   2195   1.1.1.9    mrg 	* config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.
   2196   1.1.1.9    mrg 
   2197   1.1.1.9    mrg 2014-02-20  Sandra Loosemore  <sandra (a] codesourcery.com>
   2198   1.1.1.9    mrg 	    Chung-Lin Tang  <cltang (a] codesourcery.com>
   2199   1.1.1.9    mrg 
   2200   1.1.1.9    mrg 	* config/nios2/t-nios2 (CRTSTUFF_T_CFLAGS): Add -mno-gpopt.
   2201   1.1.1.9    mrg 	* config/nios2/crti.S: Remove .file directive.
   2202   1.1.1.9    mrg 	* config/nios2/crtn.S: Likewise.
   2203   1.1.1.9    mrg 
   2204   1.1.1.4    mrg 2014-02-18  Kai Tietz  <ktietz (a] redhat.com>
   2205   1.1.1.4    mrg 	Jonathan Schleifer  <js (a] webkeks.org>
   2206   1.1.1.4    mrg 
   2207   1.1.1.4    mrg 	PR objc/56870
   2208   1.1.1.4    mrg 	* unwind-seh.c (_GCC_specific_handler): Pass proper
   2209   1.1.1.4    mrg 	value to unwind-handler.
   2210   1.1.1.4    mrg 
   2211   1.1.1.9    mrg 2014-02-12  Joseph Myers  <joseph (a] codesourcery.com>
   2212   1.1.1.9    mrg 
   2213   1.1.1.9    mrg 	* soft-fp/adddf3.c: Update from glibc.
   2214   1.1.1.9    mrg 	* soft-fp/addsf3.c: Likewise.
   2215   1.1.1.9    mrg 	* soft-fp/addtf3.c: Likewise.
   2216   1.1.1.9    mrg 	* soft-fp/divdf3.c: Likewise.
   2217   1.1.1.9    mrg 	* soft-fp/divsf3.c: Likewise.
   2218   1.1.1.9    mrg 	* soft-fp/divtf3.c: Likewise.
   2219   1.1.1.9    mrg 	* soft-fp/double.h: Likewise.
   2220   1.1.1.9    mrg 	* soft-fp/eqdf2.c: Likewise.
   2221   1.1.1.9    mrg 	* soft-fp/eqsf2.c: Likewise.
   2222   1.1.1.9    mrg 	* soft-fp/eqtf2.c: Likewise.
   2223   1.1.1.9    mrg 	* soft-fp/extenddftf2.c: Likewise.
   2224   1.1.1.9    mrg 	* soft-fp/extended.h: Likewise.
   2225   1.1.1.9    mrg 	* soft-fp/extendsfdf2.c: Likewise.
   2226   1.1.1.9    mrg 	* soft-fp/extendsftf2.c: Likewise.
   2227   1.1.1.9    mrg 	* soft-fp/extendxftf2.c: Likewise.
   2228   1.1.1.9    mrg 	* soft-fp/fixdfdi.c: Likewise.
   2229   1.1.1.9    mrg 	* soft-fp/fixdfsi.c: Likewise.
   2230   1.1.1.9    mrg 	* soft-fp/fixdfti.c: Likewise.
   2231   1.1.1.9    mrg 	* soft-fp/fixsfdi.c: Likewise.
   2232   1.1.1.9    mrg 	* soft-fp/fixsfsi.c: Likewise.
   2233   1.1.1.9    mrg 	* soft-fp/fixsfti.c: Likewise.
   2234   1.1.1.9    mrg 	* soft-fp/fixtfdi.c: Likewise.
   2235   1.1.1.9    mrg 	* soft-fp/fixtfsi.c: Likewise.
   2236   1.1.1.9    mrg 	* soft-fp/fixtfti.c: Likewise.
   2237   1.1.1.9    mrg 	* soft-fp/fixunsdfdi.c: Likewise.
   2238   1.1.1.9    mrg 	* soft-fp/fixunsdfsi.c: Likewise.
   2239   1.1.1.9    mrg 	* soft-fp/fixunsdfti.c: Likewise.
   2240   1.1.1.9    mrg 	* soft-fp/fixunssfdi.c: Likewise.
   2241   1.1.1.9    mrg 	* soft-fp/fixunssfsi.c: Likewise.
   2242   1.1.1.9    mrg 	* soft-fp/fixunssfti.c: Likewise.
   2243   1.1.1.9    mrg 	* soft-fp/fixunstfdi.c: Likewise.
   2244   1.1.1.9    mrg 	* soft-fp/fixunstfsi.c: Likewise.
   2245   1.1.1.9    mrg 	* soft-fp/fixunstfti.c: Likewise.
   2246   1.1.1.9    mrg 	* soft-fp/floatdidf.c: Likewise.
   2247   1.1.1.9    mrg 	* soft-fp/floatdisf.c: Likewise.
   2248   1.1.1.9    mrg 	* soft-fp/floatditf.c: Likewise.
   2249   1.1.1.9    mrg 	* soft-fp/floatsidf.c: Likewise.
   2250   1.1.1.9    mrg 	* soft-fp/floatsisf.c: Likewise.
   2251   1.1.1.9    mrg 	* soft-fp/floatsitf.c: Likewise.
   2252   1.1.1.9    mrg 	* soft-fp/floattidf.c: Likewise.
   2253   1.1.1.9    mrg 	* soft-fp/floattisf.c: Likewise.
   2254   1.1.1.9    mrg 	* soft-fp/floattitf.c: Likewise.
   2255   1.1.1.9    mrg 	* soft-fp/floatundidf.c: Likewise.
   2256   1.1.1.9    mrg 	* soft-fp/floatundisf.c: Likewise.
   2257   1.1.1.9    mrg 	* soft-fp/floatunditf.c: Likewise.
   2258   1.1.1.9    mrg 	* soft-fp/floatunsidf.c: Likewise.
   2259   1.1.1.9    mrg 	* soft-fp/floatunsisf.c: Likewise.
   2260   1.1.1.9    mrg 	* soft-fp/floatunsitf.c: Likewise.
   2261   1.1.1.9    mrg 	* soft-fp/floatuntidf.c: Likewise.
   2262   1.1.1.9    mrg 	* soft-fp/floatuntisf.c: Likewise.
   2263   1.1.1.9    mrg 	* soft-fp/floatuntitf.c: Likewise.
   2264   1.1.1.9    mrg 	* soft-fp/gedf2.c: Likewise.
   2265   1.1.1.9    mrg 	* soft-fp/gesf2.c: Likewise.
   2266   1.1.1.9    mrg 	* soft-fp/getf2.c: Likewise.
   2267   1.1.1.9    mrg 	* soft-fp/ledf2.c: Likewise.
   2268   1.1.1.9    mrg 	* soft-fp/lesf2.c: Likewise.
   2269   1.1.1.9    mrg 	* soft-fp/letf2.c: Likewise.
   2270   1.1.1.9    mrg 	* soft-fp/muldf3.c: Likewise.
   2271   1.1.1.9    mrg 	* soft-fp/mulsf3.c: Likewise.
   2272   1.1.1.9    mrg 	* soft-fp/multf3.c: Likewise.
   2273   1.1.1.9    mrg 	* soft-fp/negdf2.c: Likewise.
   2274   1.1.1.9    mrg 	* soft-fp/negsf2.c: Likewise.
   2275   1.1.1.9    mrg 	* soft-fp/negtf2.c: Likewise.
   2276   1.1.1.9    mrg 	* soft-fp/op-1.h: Likewise.
   2277   1.1.1.9    mrg 	* soft-fp/op-2.h: Likewise.
   2278   1.1.1.9    mrg 	* soft-fp/op-4.h: Likewise.
   2279   1.1.1.9    mrg 	* soft-fp/op-8.h: Likewise.
   2280   1.1.1.9    mrg 	* soft-fp/op-common.h: Likewise.
   2281   1.1.1.9    mrg 	* soft-fp/quad.h: Likewise.
   2282   1.1.1.9    mrg 	* soft-fp/single.h: Likewise.
   2283   1.1.1.9    mrg 	* soft-fp/soft-fp.h: Likewise.
   2284   1.1.1.9    mrg 	* soft-fp/subdf3.c: Likewise.
   2285   1.1.1.9    mrg 	* soft-fp/subsf3.c: Likewise.
   2286   1.1.1.9    mrg 	* soft-fp/subtf3.c: Likewise.
   2287   1.1.1.9    mrg 	* soft-fp/truncdfsf2.c: Likewise.
   2288   1.1.1.9    mrg 	* soft-fp/trunctfdf2.c: Likewise.
   2289   1.1.1.9    mrg 	* soft-fp/trunctfsf2.c: Likewise.
   2290   1.1.1.9    mrg 	* soft-fp/trunctfxf2.c: Likewise.
   2291   1.1.1.9    mrg 	* soft-fp/unorddf2.c: Likewise.
   2292   1.1.1.9    mrg 	* soft-fp/unordsf2.c: Likewise.
   2293   1.1.1.9    mrg 	* soft-fp/unordtf2.c: Likewise.
   2294   1.1.1.9    mrg 	* config/aarch64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): New
   2295   1.1.1.9    mrg 	macro.
   2296   1.1.1.9    mrg 	* config/arm/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2297   1.1.1.9    mrg 	Likewise.
   2298   1.1.1.9    mrg 	* config/c6x/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2299   1.1.1.9    mrg 	Likewise.
   2300   1.1.1.9    mrg 	* config/cris/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2301   1.1.1.9    mrg 	Likewise.
   2302   1.1.1.9    mrg 	* config/i386/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2303   1.1.1.9    mrg 	Likewise.
   2304   1.1.1.9    mrg 	* config/ia64/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2305   1.1.1.9    mrg 	Likewise.
   2306   1.1.1.9    mrg 	* config/lm32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2307   1.1.1.9    mrg 	Likewise.
   2308   1.1.1.9    mrg 	* config/mips/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2309   1.1.1.9    mrg 	Likewise.
   2310   1.1.1.9    mrg 	* config/moxie/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2311   1.1.1.9    mrg 	Likewise.
   2312   1.1.1.9    mrg 	* config/nds32/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2313   1.1.1.9    mrg 	Likewise.
   2314   1.1.1.9    mrg 	* config/nios2/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2315   1.1.1.9    mrg 	Likewise.
   2316   1.1.1.9    mrg 	* config/rs6000/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2317   1.1.1.9    mrg 	Likewise.
   2318   1.1.1.9    mrg 	* config/score/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2319   1.1.1.9    mrg 	Likewise.
   2320   1.1.1.9    mrg 	* config/tilegx/sfp-machine32.h (_FP_TININESS_AFTER_ROUNDING):
   2321   1.1.1.9    mrg 	Likewise.
   2322   1.1.1.9    mrg 	* config/tilegx/sfp-machine64.h (_FP_TININESS_AFTER_ROUNDING):
   2323   1.1.1.9    mrg 	Likewise.
   2324   1.1.1.9    mrg 	* config/tilepro/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
   2325   1.1.1.9    mrg 	Likewise.
   2326   1.1.1.9    mrg 
   2327   1.1.1.9    mrg 2014-02-07  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   2328   1.1.1.9    mrg 
   2329   1.1.1.9    mrg 	* config/s390/32/_fixdfdi.c: Throw invalid exception if number
   2330   1.1.1.9    mrg 	cannot be represented.
   2331   1.1.1.9    mrg 	* config/s390/32/_fixsfdi.c: Likewise.
   2332   1.1.1.9    mrg 	* config/s390/32/_fixtfdi.c: Likewise.
   2333   1.1.1.9    mrg 	* config/s390/32/_fixunsdfdi.c: Likewise.
   2334   1.1.1.9    mrg 	* config/s390/32/_fixunssfdi.c: Likewise.
   2335   1.1.1.9    mrg 	* config/s390/32/_fixunstfdi.c: Likewise.
   2336   1.1.1.9    mrg 
   2337   1.1.1.9    mrg 2014-02-07  Richard Sandiford  <rdsandiford (a] googlemail.com>
   2338   1.1.1.9    mrg 
   2339   1.1.1.9    mrg 	* configure.ac (libgcc_cv_mips_hard_float): New.
   2340   1.1.1.9    mrg 	* configure: Regenerate.
   2341   1.1.1.9    mrg 	* config.host (mips*-*-*): Use t-hardfp-sfdf rather than
   2342   1.1.1.9    mrg 	t-softfp-sfdf for hard-float targets.
   2343   1.1.1.9    mrg 	* config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Reinstate.
   2344   1.1.1.9    mrg 	(softfp_float_modes, softfp_int_modes, softfp_extensions)
   2345   1.1.1.9    mrg 	(softfp_truncations, softfp_exclude_libgcc2): New.
   2346   1.1.1.9    mrg 	* config/t-hardfp: New file.
   2347   1.1.1.9    mrg 	* config/t-hardfp-sfdf: Likewise.
   2348   1.1.1.9    mrg 	* config/hardfp.c: Likewise.
   2349   1.1.1.9    mrg 
   2350   1.1.1.9    mrg 2014-02-05  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   2351   1.1.1.9    mrg 
   2352   1.1.1.9    mrg 	* config.host: Include t-floattodi also for s390x.
   2353   1.1.1.9    mrg 	* config/s390/32/_fixdfdi.c: Omit in 64 bit mode.
   2354   1.1.1.9    mrg 	* config/s390/32/_fixsfdi.c: Likewise.
   2355   1.1.1.9    mrg 	* config/s390/32/_fixtfdi.c: Likewise.
   2356   1.1.1.9    mrg 	* config/s390/32/_fixunsdfdi.c: Likewise.
   2357   1.1.1.9    mrg 	* config/s390/32/_fixunssfdi.c: Likewise.
   2358   1.1.1.9    mrg 	* config/s390/32/_fixunstfdi.c: Likewise.
   2359   1.1.1.9    mrg 
   2360   1.1.1.9    mrg 2014-02-04  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   2361   1.1.1.9    mrg 
   2362   1.1.1.9    mrg 	PR target/59788
   2363   1.1.1.9    mrg 	* config/t-slibgcc-sld (libgcc-unwind.map): New target.
   2364   1.1.1.9    mrg 	(install-libgcc-unwind-map-forbuild): New target.
   2365   1.1.1.9    mrg 	(all): Depend on install-libgcc-unwind-map-forbuild.
   2366   1.1.1.9    mrg 	(install-libgcc-unwind-map): New target.
   2367   1.1.1.9    mrg 	(install): Depend on install-libgcc-unwind-map.
   2368   1.1.1.9    mrg 
   2369   1.1.1.9    mrg 2014-02-02  Sandra Loosemore  <sandra (a] codesourcery.com>
   2370   1.1.1.9    mrg 
   2371   1.1.1.9    mrg 	* config/nios2/crti.S (_init): Initialize GOT pointer from
   2372   1.1.1.9    mrg 	_gp_got instead of _GLOBAL_OFFSET_TABLE_.
   2373   1.1.1.9    mrg 
   2374   1.1.1.9    mrg 2014-02-02  Richard Sandiford  <rdsandiford (a] googlemail.com>
   2375   1.1.1.9    mrg 
   2376   1.1.1.9    mrg 	* configure.ac: Check __mips64 when setting host_address.
   2377   1.1.1.9    mrg 	* configure: Regenerate.
   2378   1.1.1.9    mrg 	* config.host (mips*-*-*): Add t-softfp-sfdf, mips/t-softfp-tf,
   2379   1.1.1.9    mrg 	mips/t-mips64 and t-softfp.
   2380   1.1.1.9    mrg 	(mips*-*-linux*): Don't add mips/t-tpbit.
   2381   1.1.1.9    mrg 	* config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS, FPBIT, FPBIT_CFLAGS)
   2382   1.1.1.9    mrg 	(DPBIT, DPBIT_CFLAGS): Delete.
   2383   1.1.1.9    mrg 	* config/mips/sfp-machine.h: New file.
   2384   1.1.1.9    mrg 	* config/mips/t-mips64: Likewise.
   2385   1.1.1.9    mrg 	* config/mips/t-softfp-tf: Likewise.
   2386   1.1.1.9    mrg 	* config/mips/t-tpbit: Delete.
   2387   1.1.1.9    mrg 
   2388   1.1.1.9    mrg 2014-01-29  Marcus Shawcroft  <marcus.shawcroft (a] arm.com>
   2389   1.1.1.9    mrg 
   2390   1.1.1.9    mrg 	* config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
   2391   1.1.1.9    mrg 	as long long.
   2392   1.1.1.9    mrg 
   2393   1.1.1.4    mrg 2014-01-25  Walter Lee  <walt (a] tilera.com>
   2394   1.1.1.4    mrg 
   2395   1.1.1.9    mrg 	* config/tilepro/atomic.c: Include tconfig.h.  Don't include
   2396   1.1.1.9    mrg 	config.h or system.h.
   2397   1.1.1.9    mrg 	(bool) Define.
   2398   1.1.1.9    mrg 
   2399   1.1.1.9    mrg 2014-01-25  Walter Lee  <walt (a] tilera.com>
   2400   1.1.1.4    mrg 
   2401   1.1.1.4    mrg 	* config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.
   2402   1.1.1.4    mrg 	(post_atomic_barrier): Ditto.
   2403   1.1.1.4    mrg 	(__fetch_and_do): New macro.
   2404   1.1.1.4    mrg 	(__atomic_fetch_and_do): Use __fetch_and_do.
   2405   1.1.1.4    mrg 	(__sync_fetch_and_do): New macro.
   2406   1.1.1.4    mrg 	(__sync_fetch_and_add_4): New function.
   2407   1.1.1.4    mrg 	(__sync_fetch_and_sub_4): New function.
   2408   1.1.1.4    mrg 	(__sync_fetch_and_or_4): New function.
   2409   1.1.1.4    mrg 	(__sync_fetch_and_and_4): New function.
   2410   1.1.1.4    mrg 	(__sync_fetch_and_xor_4): New function.
   2411   1.1.1.4    mrg 	(__sync_fetch_and_nand_4): New function.
   2412   1.1.1.4    mrg 	(__sync_fetch_and_add_8): New function.
   2413   1.1.1.4    mrg 	(__sync_fetch_and_sub_8): New function.
   2414   1.1.1.4    mrg 	(__sync_fetch_and_or_8): New function.
   2415   1.1.1.4    mrg 	(__sync_fetch_and_and_8): New function.
   2416   1.1.1.4    mrg 	(__sync_fetch_and_xor_8): New function.
   2417   1.1.1.4    mrg 	(__sync_fetch_and_nand_8): New function.
   2418   1.1.1.4    mrg 	(__do_and_fetch): New macro.
   2419   1.1.1.4    mrg 	(__atomic_do_and_fetch): Use __do_and_fetch.
   2420   1.1.1.4    mrg 	(__sync_do_and_fetch): New macro.
   2421   1.1.1.4    mrg 	(__sync_add_and_fetch_4): New function.
   2422   1.1.1.4    mrg 	(__sync_sub_and_fetch_4): New function.
   2423   1.1.1.4    mrg 	(__sync_or_and_fetch_4): New function.
   2424   1.1.1.4    mrg 	(__sync_and_and_fetch_4): New function.
   2425   1.1.1.4    mrg 	(__sync_xor_and_fetch_4): New function.
   2426   1.1.1.4    mrg 	(__sync_nand_and_fetch_4): New function.
   2427   1.1.1.4    mrg 	(__sync_add_and_fetch_8): New function.
   2428   1.1.1.4    mrg 	(__sync_sub_and_fetch_8): New function.
   2429   1.1.1.4    mrg 	(__sync_or_and_fetch_8): New function.
   2430   1.1.1.4    mrg 	(__sync_and_and_fetch_8): New function.
   2431   1.1.1.4    mrg 	(__sync_xor_and_fetch_8): New function.
   2432   1.1.1.4    mrg 	(__sync_nand_and_fetch_8): New function.
   2433   1.1.1.4    mrg 	(__sync_exchange_methods): New macro.
   2434   1.1.1.4    mrg 	(__sync_val_compare_and_swap_4): New function.
   2435   1.1.1.4    mrg 	(__sync_bool_compare_and_swap_4): New function.
   2436   1.1.1.4    mrg 	(__sync_lock_test_and_test_4): New function.
   2437   1.1.1.4    mrg 	(__sync_val_compare_and_swap_8): New function.
   2438   1.1.1.4    mrg 	(__sync_bool_compare_and_swap_8): New function.
   2439   1.1.1.4    mrg 	(__sync_lock_test_and_test_8): New function.
   2440   1.1.1.4    mrg 	(__subword_cmpxchg_body): New macro.
   2441   1.1.1.4    mrg 	(__atomic_compare_exchange_1): Use __subword_cmpxchg_body.
   2442   1.1.1.4    mrg 	(__atomic_compare_exchange_2): Ditto.
   2443   1.1.1.4    mrg 	(__sync_subword_cmpxchg): New macro.
   2444   1.1.1.4    mrg 	(__sync_val_compare_and_swap_1): New function.
   2445   1.1.1.4    mrg 	(__sync_bool_compare_and_swap_1): New function.
   2446   1.1.1.4    mrg 	(__sync_val_compare_and_swap_2): New function.
   2447   1.1.1.4    mrg 	(__sync_bool_compare_and_swap_2): New function.
   2448   1.1.1.4    mrg 	(__atomic_subword): Rename to ...
   2449   1.1.1.4    mrg 	(__subword): ... New name.
   2450   1.1.1.4    mrg 	(__atomic_subword_fetch): Use __subword.
   2451   1.1.1.4    mrg 	(__sync_subword_fetch): New macro.
   2452   1.1.1.4    mrg 	(__sync_fetch_and_add_1): New function.
   2453   1.1.1.4    mrg 	(__sync_fetch_and_sub_1): New function.
   2454   1.1.1.4    mrg 	(__sync_fetch_and_or_1): New function.
   2455   1.1.1.4    mrg 	(__sync_fetch_and_and_1): New function.
   2456   1.1.1.4    mrg 	(__sync_fetch_and_xor_1): New function.
   2457   1.1.1.4    mrg 	(__sync_fetch_and_nand_1): New function.
   2458   1.1.1.4    mrg 	(__sync_fetch_and_add_2): New function.
   2459   1.1.1.4    mrg 	(__sync_fetch_and_sub_2): New function.
   2460   1.1.1.4    mrg 	(__sync_fetch_and_or_2): New function.
   2461   1.1.1.4    mrg 	(__sync_fetch_and_and_2): New function.
   2462   1.1.1.4    mrg 	(__sync_fetch_and_xor_2): New function.
   2463   1.1.1.4    mrg 	(__sync_fetch_and_nand_2): New function.
   2464   1.1.1.4    mrg 	(__sync_add_and_fetch_1): New function.
   2465   1.1.1.4    mrg 	(__sync_sub_and_fetch_1): New function.
   2466   1.1.1.4    mrg 	(__sync_or_and_fetch_1): New function.
   2467   1.1.1.4    mrg 	(__sync_and_and_fetch_1): New function.
   2468   1.1.1.4    mrg 	(__sync_xor_and_fetch_1): New function.
   2469   1.1.1.4    mrg 	(__sync_nand_and_fetch_1): New function.
   2470   1.1.1.4    mrg 	(__sync_add_and_fetch_2): New function.
   2471   1.1.1.4    mrg 	(__sync_sub_and_fetch_2): New function.
   2472   1.1.1.4    mrg 	(__sync_or_and_fetch_2): New function.
   2473   1.1.1.4    mrg 	(__sync_and_and_fetch_2): New function.
   2474   1.1.1.4    mrg 	(__sync_xor_and_fetch_2): New function.
   2475   1.1.1.4    mrg 	(__sync_nand_and_fetch_2): New function.
   2476   1.1.1.4    mrg 	(__atomic_subword_lock): Use __subword.
   2477   1.1.1.4    mrg 	(__sync_subword_lock): New macro.
   2478   1.1.1.4    mrg 	(__sync_lock_test_and_set_1): New function.
   2479   1.1.1.4    mrg 	(__sync_lock_test_and_set_2): New function.
   2480   1.1.1.4    mrg 
   2481   1.1.1.4    mrg 2014-01-25  Walter Lee  <walt (a] tilera.com>
   2482   1.1.1.4    mrg 
   2483   1.1.1.4    mrg 	* config/tilepro/atomic.c (BIT_OFFSET): Define.
   2484   1.1.1.4    mrg 	(__atomic_subword_cmpxchg): Use BIT_OFFSET.
   2485   1.1.1.4    mrg 	(__atomic_subword): Ditto.
   2486   1.1.1.4    mrg 
   2487   1.1.1.4    mrg 2014-01-25  Walter Lee  <walt (a] tilera.com>
   2488   1.1.1.4    mrg 
   2489   1.1.1.4    mrg 	* config/tilepro/atomic.c (__atomic_do_and_fetch): Add
   2490   1.1.1.4    mrg 	a prefix op argument.
   2491   1.1.1.4    mrg 	(__atomic_nand_fetch_4): Add prefix op.
   2492   1.1.1.4    mrg 	(__atomic_nand_fetch_8): Ditto.
   2493   1.1.1.4    mrg 
   2494  1.1.1.12    mrg 2014-01-21  Baruch Siach  <barch (a] tkos.co.il>
   2495   1.1.1.4    mrg 
   2496   1.1.1.4    mrg 	* config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*.
   2497   1.1.1.4    mrg 
   2498   1.1.1.9    mrg 2014-01-09  Rong Xu  <xur (a] google.com>
   2499   1.1.1.9    mrg 
   2500   1.1.1.9    mrg 	* libgcov-driver.c (this_prg): make it local to save
   2501   1.1.1.9    mrg 	bss space.
   2502   1.1.1.9    mrg 	(gcov_exit_compute_summary): Ditto.
   2503   1.1.1.9    mrg 	(gcov_exit_merge_gcda): Ditto.
   2504   1.1.1.9    mrg 	(gcov_exit_merge_summary): Ditto.
   2505   1.1.1.9    mrg 	(gcov_exit_dump_gcov): Ditto.
   2506   1.1.1.9    mrg 
   2507  1.1.1.12    mrg 2014-01-08  Rong Xu  <xur (a] google.com>
   2508   1.1.1.9    mrg 
   2509   1.1.1.9    mrg 	* libgcov-driver.c: Use libgcov.h.
   2510   1.1.1.9    mrg 	(buffer_fn_data): Use xmalloc instead of malloc.
   2511   1.1.1.9    mrg 	(gcov_exit_merge_gcda): Ditto.
   2512   1.1.1.9    mrg 	* libgcov-driver-system.c (allocate_filename_struct): Ditto.
   2513   1.1.1.9    mrg 	* libgcov.h: New common header files for libgcov-*.h.
   2514   1.1.1.9    mrg 	* libgcov-interface.c: Use libgcov.h
   2515   1.1.1.9    mrg 	* libgcov-merge.c: Ditto.
   2516   1.1.1.9    mrg 	* libgcov-profiler.c: Ditto.
   2517   1.1.1.9    mrg 	* Makefile.in: Add dependence to libgcov.h
   2518   1.1.1.9    mrg 
   2519   1.1.1.9    mrg 2014-01-02  Joseph Myers  <joseph (a] codesourcery.com>
   2520   1.1.1.2  skrll 
   2521   1.1.1.3    mrg 	* config/rs6000/ibm-ldouble.c (__gcc_qdiv): Scale up arguments in
   2522   1.1.1.3    mrg 	case of small numerator and finite nonzero result.
   2523   1.1.1.3    mrg 
   2524   1.1.1.9    mrg 2014-01-02  Richard Sandiford  <rdsandiford (a] googlemail.com>
   2525   1.1.1.9    mrg 
   2526   1.1.1.9    mrg 	Update copyright years
   2527   1.1.1.9    mrg 
   2528   1.1.1.9    mrg 2014-01-02  Richard Sandiford  <rdsandiford (a] googlemail.com>
   2529   1.1.1.9    mrg 
   2530   1.1.1.9    mrg 	* config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
   2531   1.1.1.9    mrg 	config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
   2532   1.1.1.9    mrg 	config/arc/dp-hack.h, config/arc/fp-hack.h,
   2533   1.1.1.9    mrg 	config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
   2534   1.1.1.9    mrg 	config/arc/ieee-754/arc600-dsp/divdf3.S,
   2535   1.1.1.9    mrg 	config/arc/ieee-754/arc600-dsp/divsf3.S,
   2536   1.1.1.9    mrg 	config/arc/ieee-754/arc600-dsp/muldf3.S,
   2537   1.1.1.9    mrg 	config/arc/ieee-754/arc600-dsp/mulsf3.S,
   2538   1.1.1.9    mrg 	config/arc/ieee-754/arc600-mul64/divdf3.S,
   2539   1.1.1.9    mrg 	config/arc/ieee-754/arc600-mul64/divsf3.S,
   2540   1.1.1.9    mrg 	config/arc/ieee-754/arc600-mul64/muldf3.S,
   2541   1.1.1.9    mrg 	config/arc/ieee-754/arc600-mul64/mulsf3.S,
   2542   1.1.1.9    mrg 	config/arc/ieee-754/arc600/divsf3.S,
   2543   1.1.1.9    mrg 	config/arc/ieee-754/arc600/mulsf3.S,
   2544   1.1.1.9    mrg 	config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
   2545   1.1.1.9    mrg 	config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
   2546   1.1.1.9    mrg 	config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
   2547   1.1.1.9    mrg 	config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
   2548   1.1.1.9    mrg 	config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
   2549   1.1.1.9    mrg 	config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
   2550   1.1.1.9    mrg 	config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
   2551   1.1.1.9    mrg 	config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
   2552   1.1.1.9    mrg 	config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
   2553   1.1.1.9    mrg 	config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
   2554   1.1.1.9    mrg 	config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
   2555   1.1.1.9    mrg 	config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
   2556   1.1.1.9    mrg 	config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
   2557   1.1.1.9    mrg 	config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
   2558   1.1.1.9    mrg 	config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
   2559   1.1.1.9    mrg 	config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
   2560   1.1.1.9    mrg 	config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
   2561   1.1.1.9    mrg 	config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
   2562   1.1.1.9    mrg 	config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
   2563   1.1.1.9    mrg 	config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
   2564   1.1.1.9    mrg 	config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
   2565   1.1.1.9    mrg 	config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
   2566   1.1.1.9    mrg 	vtv_start_preinit.c: Use the standard form for the copyright notice.
   2567   1.1.1.9    mrg 
   2568   1.1.1.9    mrg 2013-12-31  Sandra Loosemore  <sandra (a] codesourcery.com>
   2569   1.1.1.9    mrg 	    Chung-Lin Tang  <cltang (a] codesourcery.com>
   2570   1.1.1.9    mrg 	    Based on patches from Altera Corporation
   2571   1.1.1.9    mrg 
   2572   1.1.1.9    mrg 	* config.host (nios2-*-*,nios2-*-linux*): Add nios2 host cases.
   2573   1.1.1.9    mrg 	* config/nios2/lib2-nios2.h: New file.
   2574   1.1.1.9    mrg 	* config/nios2/lib2-divmod-hi.c: New file.
   2575   1.1.1.9    mrg 	* config/nios2/linux-unwind.h: New file.
   2576   1.1.1.9    mrg 	* config/nios2/lib2-divmod.c: New file.
   2577   1.1.1.9    mrg 	* config/nios2/linux-atomic.c: New file.
   2578   1.1.1.9    mrg 	* config/nios2/t-nios2: New file.
   2579   1.1.1.9    mrg 	* config/nios2/crti.asm: New file.
   2580   1.1.1.9    mrg 	* config/nios2/t-linux: New file.
   2581   1.1.1.9    mrg 	* config/nios2/lib2-divtable.c: New file.
   2582   1.1.1.9    mrg 	* config/nios2/lib2-mul.c: New file.
   2583   1.1.1.9    mrg 	* config/nios2/tramp.c: New file.
   2584   1.1.1.9    mrg 	* config/nios2/crtn.asm: New file.
   2585   1.1.1.9    mrg 
   2586   1.1.1.9    mrg 2013-12-26  Uros Bizjak  <ubizjak (a] gmail.com>
   2587   1.1.1.9    mrg 
   2588   1.1.1.9    mrg 	* config/i386/cpuinfo.c (enum vendor_signatures): Remove.
   2589   1.1.1.9    mrg 	(__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
   2590   1.1.1.9    mrg 	from cpuid.h to check vendor signatures.
   2591   1.1.1.9    mrg 
   2592   1.1.1.9    mrg 2013-12-26  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian (a] amd.com>
   2593   1.1.1.9    mrg 
   2594   1.1.1.9    mrg 	* config/i386/cpuinfo.c (processor_types): Rename AMD cpu names
   2595   1.1.1.9    mrg 	AMD_BOBCAT to AMD_BTVER1 and AMD_JAGUAR to AMD_BTVER2.
   2596   1.1.1.9    mrg 	(get_amd_cpu): Likewise.
   2597   1.1.1.9    mrg 
   2598   1.1.1.9    mrg 2013-12-25   H.J. Lu  <hongjiu.lu (a] intel.com>
   2599   1.1.1.9    mrg 
   2600   1.1.1.9    mrg 	* config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
   2601   1.1.1.9    mrg 	Haswell.
   2602   1.1.1.9    mrg 
   2603   1.1.1.9    mrg 2013-12-25  Allan Sandfeld Jensen  <sandfeld (a] kde.org>
   2604   1.1.1.9    mrg 	    H.J. Lu  <hongjiu.lu (a] intel.com>
   2605   1.1.1.9    mrg 
   2606   1.1.1.9    mrg 	PR target/59422
   2607   1.1.1.9    mrg 	* config/i386/cpuinfo.c (enum processor_types):  Add AMD_BOBCAT
   2608   1.1.1.9    mrg 	and AMD_JAGUAR.
   2609   1.1.1.9    mrg 	(enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
   2610   1.1.1.9    mrg 	INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
   2611   1.1.1.9    mrg 	(enum processor_features): Add  FEATURE_SSE4_A, FEATURE_FMA4,
   2612   1.1.1.9    mrg 	FEATURE_XOP and FEATURE_FMA.
   2613   1.1.1.9    mrg 	(get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
   2614   1.1.1.9    mrg 	AMDFAM15H_BDVER3.
   2615   1.1.1.9    mrg 	(get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
   2616   1.1.1.9    mrg 	(get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
   2617   1.1.1.9    mrg 	FEATURE_FMA4 and FEATURE_XOP.
   2618   1.1.1.9    mrg 
   2619   1.1.1.9    mrg 2013-12-23   H.J. Lu  <hongjiu.lu (a] intel.com>
   2620   1.1.1.9    mrg 
   2621   1.1.1.9    mrg 	* config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
   2622   1.1.1.9    mrg 	INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
   2623   1.1.1.9    mrg 	(get_intel_cpu): Updated.
   2624   1.1.1.9    mrg 
   2625   1.1.1.3    mrg 2013-12-12  Zhenqiang Chen  <zhenqiang.chen (a] arm.com>
   2626   1.1.1.3    mrg 
   2627   1.1.1.3    mrg 	* config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
   2628   1.1.1.3    mrg 
   2629   1.1.1.9    mrg 2013-12-09  Uros Bizjak  <ubizjak (a] gmail.com>
   2630   1.1.1.3    mrg 
   2631   1.1.1.3    mrg 	* config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
   2632   1.1.1.3    mrg 	instructions when __SSE_MATH__ is defined.
   2633   1.1.1.3    mrg 
   2634   1.1.1.3    mrg 2013-12-06  Ralf Corspius  <ralf.corsepius (a] rtems.org>
   2635   1.1.1.3    mrg 
   2636   1.1.1.3    mrg 	* config.host (microblaze-*-rtems*): New.
   2637   1.1.1.3    mrg 
   2638   1.1.1.9    mrg 2013-12-04  Kugan Vivekanandarajah  <kuganv (a] linaro.org>
   2639   1.1.1.9    mrg 
   2640   1.1.1.9    mrg 	* config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
   2641   1.1.1.9    mrg 	architectures that do not have hardware divide instruction.
   2642   1.1.1.9    mrg 	i.e. architectures that do not define __ARM_ARCH_EXT_IDIV__.
   2643   1.1.1.9    mrg 
   2644   1.1.1.9    mrg 2013-12-04  Richard Sandiford  <rdsandiford (a] googlemail.com>
   2645   1.1.1.9    mrg 
   2646   1.1.1.9    mrg 	* longlong.h: Delete (moved to include/).
   2647   1.1.1.9    mrg 
   2648   1.1.1.9    mrg 2013-12-03  Adhemerval Zanella  <azanella (a] linux.vnet.ibm.com>
   2649   1.1.1.9    mrg 
   2650   1.1.1.9    mrg 	* config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
   2651   1.1.1.9    mrg 	of normal number and qNaN to not raise an inexact exception.
   2652   1.1.1.9    mrg 
   2653   1.1.1.9    mrg 2013-11-28  Uros Bizjak  <ubizjak (a] gmail.com>
   2654   1.1.1.9    mrg 
   2655   1.1.1.9    mrg 	* config/i386/32/sfp-machine.h (__FP_FRAC_ADDI_4): New macro.
   2656   1.1.1.9    mrg 
   2657   1.1.1.9    mrg 2013-11-28  Matthew Leach  <matthew.leach (a] arm.com>
   2658   1.1.1.9    mrg 
   2659   1.1.1.9    mrg 	* config/aarch64/linux-unwind.h (aarch64_fallback_frame_state):	Check
   2660   1.1.1.9    mrg 	for correct opcodes on BE.
   2661   1.1.1.9    mrg 
   2662   1.1.1.9    mrg 2013-11-27  Uros Bizjak  <ubizjak (a] gmail.com>
   2663   1.1.1.9    mrg 
   2664   1.1.1.9    mrg 	* soft-fp/op-4.h: Update from glibc.
   2665   1.1.1.9    mrg 
   2666   1.1.1.9    mrg 2013-11-27  Kugan Vivekanandarajah  <kuganv (a] linaro.org>
   2667   1.1.1.9    mrg 
   2668   1.1.1.9    mrg 	* libgcc2.c (__udivmoddi4): Define new implementation when
   2669   1.1.1.9    mrg 	TARGET_HAS_NO_HW_DIVIDE is defined, for processors without any
   2670   1.1.1.9    mrg 	divide instructions.
   2671   1.1.1.9    mrg 
   2672   1.1.1.9    mrg 2013-11-25  Oleg Endo  <olegendo (a] gcc.gnu.org>
   2673   1.1.1.9    mrg 
   2674   1.1.1.9    mrg 	* config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
   2675   1.1.1.9    mrg 
   2676   1.1.1.9    mrg 2013-11-25  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   2677   1.1.1.9    mrg 
   2678   1.1.1.9    mrg 	* config/t-softfp (soft-fp-objects-base): New variable.
   2679   1.1.1.9    mrg 	(soft-fp-objects): Use it.
   2680   1.1.1.9    mrg 
   2681   1.1.1.9    mrg 2013-11-23  David Edelson  <dje.gcc (a] gmail.com>
   2682   1.1.1.9    mrg 	    Andrew Dixie  <andrewd (a] gentrack.com>
   2683   1.1.1.9    mrg 
   2684   1.1.1.9    mrg 	PR target/33704
   2685   1.1.1.9    mrg 	* config/rs6000/aixinitfini.c: New file.
   2686   1.1.1.9    mrg 	* config/rs6000/t-aix-cxa (LIB2ADD_ST): Add aixinitfini.c.
   2687   1.1.1.9    mrg 	* config/rs6000/libgcc-aix-cxa.ver (GCC_4.9): Add libgcc initfini
   2688   1.1.1.9    mrg 	symbols.
   2689   1.1.1.9    mrg 
   2690   1.1.1.9    mrg 2013-11-22  Yuri Rumyantsev  <ysrumyan (a] gmail.com>
   2691   1.1.1.9    mrg 
   2692   1.1.1.9    mrg 	* config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases.
   2693   1.1.1.9    mrg 
   2694   1.1.1.9    mrg 2013-11-18  Jan Hubicka  <jh (a] suse.cz>
   2695   1.1.1.9    mrg 
   2696   1.1.1.9    mrg 	* libgcov-driver.c (run_accounted): Make global level static.
   2697   1.1.1.9    mrg 	(gcov_exit_merge_summary): Silence warning; do not clear
   2698   1.1.1.9    mrg 	run_accounted here.
   2699   1.1.1.9    mrg 	(gcov_exit): Clear it here.
   2700   1.1.1.9    mrg 
   2701   1.1.1.9    mrg 	* libgcov-driver.c (gcov_exit_merge_summary): Fix setting
   2702   1.1.1.9    mrg 	run_accounted.
   2703   1.1.1.9    mrg 
   2704   1.1.1.9    mrg 	* libgcov-driver.c (get_gcov_dump_complete): Update comments.
   2705   1.1.1.9    mrg 	(all_prg, crc32): Remove static vars.
   2706   1.1.1.9    mrg 	(gcov_exit_compute_summary): Rewrite to return crc32; do not clear
   2707   1.1.1.9    mrg 	all_prg.
   2708   1.1.1.9    mrg 	(gcov_exit_merge_gcda): Add crc32 parameter.
   2709   1.1.1.9    mrg 	(gcov_exit_merge_summary): Add crc32 and all_prg parameter;
   2710   1.1.1.9    mrg 	do not account run if it was already accounted.
   2711   1.1.1.9    mrg 	(gcov_exit_dump_gcov): Add crc32 and all_prg parameters.
   2712   1.1.1.9    mrg 	(gcov_exit): Initialize all_prg; update.
   2713   1.1.1.9    mrg 
   2714   1.1.1.9    mrg 2013-11-15  Andreas Schwab  <schwab (a] linux-m68k.org>
   2715   1.1.1.9    mrg 
   2716   1.1.1.9    mrg 	* configure: Regenerate.
   2717   1.1.1.9    mrg 
   2718   1.1.1.9    mrg 2013-11-14  Ulrich Weigand  <Ulrich.Weigand (a] de.ibm.com>
   2719   1.1.1.9    mrg 	    Alan Modra  <amodra (a] gmail.com>
   2720   1.1.1.9    mrg 
   2721   1.1.1.9    mrg 	* config/rs6000/linux-unwind.h (TOC_SAVE_SLOT): Define.
   2722   1.1.1.9    mrg 	(frob_update_context): Use it.
   2723   1.1.1.9    mrg 
   2724   1.1.1.9    mrg 2013-11-14  Ulrich Weigand  <Ulrich.Weigand (a] de.ibm.com>
   2725   1.1.1.9    mrg 	    Alan Modra  <amodra (a] gmail.com>
   2726   1.1.1.9    mrg 
   2727   1.1.1.9    mrg 	* config/rs6000/tramp.S [__powerpc64__ && _CALL_ELF == 2]:
   2728   1.1.1.9    mrg 	(trampoline_initial): Provide ELFv2 variant.
   2729   1.1.1.9    mrg 	(__trampoline_setup): Likewise.
   2730   1.1.1.9    mrg 
   2731   1.1.1.9    mrg 	* config/rs6000/linux-unwind.h (frob_update_context): Do not
   2732   1.1.1.9    mrg 	check for AIX indirect function call sequence if _CALL_ELF == 2.
   2733   1.1.1.9    mrg 
   2734   1.1.1.9    mrg 2013-11-14  Ulrich Weigand  <Ulrich.Weigand (a] de.ibm.com>
   2735   1.1.1.9    mrg 	    Alan Modra  <amodra (a] gmail.com>
   2736   1.1.1.9    mrg 
   2737   1.1.1.9    mrg 	* config/rs6000/linux-unwind.h (get_regs): Do not support
   2738   1.1.1.9    mrg 	old kernel versions if _CALL_ELF == 2.
   2739   1.1.1.9    mrg 	(frob_update_context): Do not support PLT stub variants only
   2740   1.1.1.9    mrg 	generated by old linkers if _CALL_ELF == 2.
   2741   1.1.1.9    mrg 
   2742   1.1.1.9    mrg 2013-11-14  Ulrich Weigand  <Ulrich.Weigand (a] de.ibm.com>
   2743   1.1.1.9    mrg 	    Alan Modra  <amodra (a] gmail.com>
   2744   1.1.1.9    mrg 
   2745   1.1.1.9    mrg 	* config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
   2746   1.1.1.9    mrg 	location of CR save area for 64-bit little-endian systems.
   2747   1.1.1.9    mrg 
   2748   1.1.1.9    mrg 2013-11-11  Eric Botcazou  <ebotcazou (a] adacore.com>
   2749   1.1.1.9    mrg 
   2750   1.1.1.9    mrg 	* config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
   2751   1.1.1.9    mrg 	in tmake_file.
   2752   1.1.1.9    mrg 	* config/arm/t-vxworks: Delete.
   2753   1.1.1.9    mrg 
   2754   1.1.1.3    mrg 2013-11-10  Kai Tietz  <ktietz (a] redhat.com>
   2755   1.1.1.3    mrg 
   2756   1.1.1.3    mrg 	* config/i386/cygming-crtbegin.c (__gcc_register_frame):
   2757   1.1.1.3    mrg 	Increment load-count on use of LIBGCC_SONAME DLL.
   2758   1.1.1.3    mrg 	(hmod_libgcc): New static variable to hold handle of
   2759   1.1.1.3    mrg 	LIBGCC_SONAME DLL.
   2760   1.1.1.3    mrg 	(__gcc_deregister_frame): Decrement load-count of
   2761   1.1.1.3    mrg 	LIBGCC_SONAME DLL.
   2762   1.1.1.3    mrg 
   2763   1.1.1.9    mrg 2013-11-08  Bernhard Reutner-Fischer  <aldot (a] gcc.gnu.org>
   2764   1.1.1.9    mrg 
   2765   1.1.1.9    mrg 	* configure.ac (libgcc_cv_dfp): Extend check to probe fenv.h
   2766   1.1.1.9    mrg 	availability.
   2767   1.1.1.9    mrg 	* configure: Regenerate
   2768   1.1.1.9    mrg 
   2769   1.1.1.3    mrg 2013-11-07  Uros Bizjak  <ubizjak (a] gmail.com>
   2770   1.1.1.3    mrg 
   2771   1.1.1.3    mrg 	* config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Handle
   2772   1.1.1.3    mrg 	FP_EX_DENORM.  Store result to volatile location after SSE division
   2773   1.1.1.3    mrg 	to close interrupt window.  Remove unneeded fwait after x87
   2774   1.1.1.3    mrg 	division since interrupt window will be closed by emitted fstp.
   2775   1.1.1.3    mrg 	Rewrite FP_EX_INEXACT handling.
   2776   1.1.1.3    mrg 
   2777   1.1.1.9    mrg 2013-11-06  Joseph Myers  <joseph (a] codesourcery.com>
   2778   1.1.1.3    mrg 
   2779   1.1.1.9    mrg 	* soft-fp/README: Update.
   2780   1.1.1.9    mrg 	* soft-fp/adddf3.c: Update from glibc.
   2781   1.1.1.9    mrg 	* soft-fp/addsf3.c: Likewise.
   2782   1.1.1.9    mrg 	* soft-fp/addtf3.c: Likewise.
   2783   1.1.1.9    mrg 	* soft-fp/divdf3.c: Likewise.
   2784   1.1.1.9    mrg 	* soft-fp/divsf3.c: Likewise.
   2785   1.1.1.9    mrg 	* soft-fp/divtf3.c: Likewise.
   2786   1.1.1.9    mrg 	* soft-fp/double.h: Likewise.
   2787   1.1.1.9    mrg 	* soft-fp/eqdf2.c: Likewise.
   2788   1.1.1.9    mrg 	* soft-fp/eqsf2.c: Likewise.
   2789   1.1.1.9    mrg 	* soft-fp/eqtf2.c: Likewise.
   2790   1.1.1.9    mrg 	* soft-fp/extenddftf2.c: Likewise.
   2791   1.1.1.9    mrg 	* soft-fp/extended.h: Likewise.
   2792   1.1.1.9    mrg 	* soft-fp/extendsfdf2.c: Likewise.
   2793   1.1.1.9    mrg 	* soft-fp/extendsftf2.c: Likewise.
   2794   1.1.1.9    mrg 	* soft-fp/extendxftf2.c: Likewise.
   2795   1.1.1.9    mrg 	* soft-fp/fixdfdi.c: Likewise.
   2796   1.1.1.9    mrg 	* soft-fp/fixdfsi.c: Likewise.
   2797   1.1.1.9    mrg 	* soft-fp/fixdfti.c: Likewise.
   2798   1.1.1.9    mrg 	* soft-fp/fixsfdi.c: Likewise.
   2799   1.1.1.9    mrg 	* soft-fp/fixsfsi.c: Likewise.
   2800   1.1.1.9    mrg 	* soft-fp/fixsfti.c: Likewise.
   2801   1.1.1.9    mrg 	* soft-fp/fixtfdi.c: Likewise.
   2802   1.1.1.9    mrg 	* soft-fp/fixtfsi.c: Likewise.
   2803   1.1.1.9    mrg 	* soft-fp/fixtfti.c: Likewise.
   2804   1.1.1.9    mrg 	* soft-fp/fixunsdfdi.c: Likewise.
   2805   1.1.1.9    mrg 	* soft-fp/fixunsdfsi.c: Likewise.
   2806   1.1.1.9    mrg 	* soft-fp/fixunsdfti.c: Likewise.
   2807   1.1.1.9    mrg 	* soft-fp/fixunssfdi.c: Likewise.
   2808   1.1.1.9    mrg 	* soft-fp/fixunssfsi.c: Likewise.
   2809   1.1.1.9    mrg 	* soft-fp/fixunssfti.c: Likewise.
   2810   1.1.1.9    mrg 	* soft-fp/fixunstfdi.c: Likewise.
   2811   1.1.1.9    mrg 	* soft-fp/fixunstfsi.c: Likewise.
   2812   1.1.1.9    mrg 	* soft-fp/fixunstfti.c: Likewise.
   2813   1.1.1.9    mrg 	* soft-fp/floatdidf.c: Likewise.
   2814   1.1.1.9    mrg 	* soft-fp/floatdisf.c: Likewise.
   2815   1.1.1.9    mrg 	* soft-fp/floatditf.c: Likewise.
   2816   1.1.1.9    mrg 	* soft-fp/floatsidf.c: Likewise.
   2817   1.1.1.9    mrg 	* soft-fp/floatsisf.c: Likewise.
   2818   1.1.1.9    mrg 	* soft-fp/floatsitf.c: Likewise.
   2819   1.1.1.9    mrg 	* soft-fp/floattidf.c: Likewise.
   2820   1.1.1.9    mrg 	* soft-fp/floattisf.c: Likewise.
   2821   1.1.1.9    mrg 	* soft-fp/floattitf.c: Likewise.
   2822   1.1.1.9    mrg 	* soft-fp/floatundidf.c: Likewise.
   2823   1.1.1.9    mrg 	* soft-fp/floatundisf.c: Likewise.
   2824   1.1.1.9    mrg 	* soft-fp/floatunditf.c: Likewise.
   2825   1.1.1.9    mrg 	* soft-fp/floatunsidf.c: Likewise.
   2826   1.1.1.9    mrg 	* soft-fp/floatunsisf.c: Likewise.
   2827   1.1.1.9    mrg 	* soft-fp/floatunsitf.c: Likewise.
   2828   1.1.1.9    mrg 	* soft-fp/floatuntidf.c: Likewise.
   2829   1.1.1.9    mrg 	* soft-fp/floatuntisf.c: Likewise.
   2830   1.1.1.9    mrg 	* soft-fp/floatuntitf.c: Likewise.
   2831   1.1.1.9    mrg 	* soft-fp/gedf2.c: Likewise.
   2832   1.1.1.9    mrg 	* soft-fp/gesf2.c: Likewise.
   2833   1.1.1.9    mrg 	* soft-fp/getf2.c: Likewise.
   2834   1.1.1.9    mrg 	* soft-fp/ledf2.c: Likewise.
   2835   1.1.1.9    mrg 	* soft-fp/lesf2.c: Likewise.
   2836   1.1.1.9    mrg 	* soft-fp/letf2.c: Likewise.
   2837   1.1.1.9    mrg 	* soft-fp/muldf3.c: Likewise.
   2838   1.1.1.9    mrg 	* soft-fp/mulsf3.c: Likewise.
   2839   1.1.1.9    mrg 	* soft-fp/multf3.c: Likewise.
   2840   1.1.1.9    mrg 	* soft-fp/negdf2.c: Likewise.
   2841   1.1.1.9    mrg 	* soft-fp/negsf2.c: Likewise.
   2842   1.1.1.9    mrg 	* soft-fp/negtf2.c: Likewise.
   2843   1.1.1.9    mrg 	* soft-fp/op-1.h: Likewise.
   2844   1.1.1.9    mrg 	* soft-fp/op-2.h: Likewise.
   2845   1.1.1.9    mrg 	* soft-fp/op-4.h: Likewise.
   2846   1.1.1.9    mrg 	* soft-fp/op-8.h: Likewise.
   2847   1.1.1.9    mrg 	* soft-fp/op-common.h: Likewise.
   2848   1.1.1.9    mrg 	* soft-fp/quad.h: Likewise.
   2849   1.1.1.9    mrg 	* soft-fp/single.h: Likewise.
   2850   1.1.1.9    mrg 	* soft-fp/soft-fp.h: Likewise.
   2851   1.1.1.9    mrg 	* soft-fp/subdf3.c: Likewise.
   2852   1.1.1.9    mrg 	* soft-fp/subsf3.c: Likewise.
   2853   1.1.1.9    mrg 	* soft-fp/subtf3.c: Likewise.
   2854   1.1.1.9    mrg 	* soft-fp/truncdfsf2.c: Likewise.
   2855   1.1.1.9    mrg 	* soft-fp/trunctfdf2.c: Likewise.
   2856   1.1.1.9    mrg 	* soft-fp/trunctfsf2.c: Likewise.
   2857   1.1.1.9    mrg 	* soft-fp/trunctfxf2.c: Likewise.
   2858   1.1.1.9    mrg 	* soft-fp/unorddf2.c: Likewise.
   2859   1.1.1.9    mrg 	* soft-fp/unordsf2.c: Likewise.
   2860   1.1.1.9    mrg 	* soft-fp/unordtf2.c: Likewise.
   2861   1.1.1.3    mrg 
   2862   1.1.1.9    mrg 2013-11-05  Uros Bizjak  <ubizjak (a] gmail.com>
   2863   1.1.1.9    mrg 
   2864   1.1.1.9    mrg 	* config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Define.
   2865   1.1.1.9    mrg 	(_FP_MUL_MEAT_D): Ditto.
   2866   1.1.1.9    mrg 	(_FP_DIV_MEAT_S): Ditto.
   2867   1.1.1.9    mrg 	(_FP_DIV_MEAT_D): Ditto.
   2868   1.1.1.9    mrg 	* config.host (i[34567]86-*-rtems*): Remove i386/t-softfp, add
   2869   1.1.1.9    mrg 	t-softfp-sfdf and t-softfp to tmake_file.
   2870   1.1.1.9    mrg 
   2871   1.1.1.9    mrg 2013-11-03  Uros Bizjak  <ubizjak (a] gmail.com>
   2872   1.1.1.3    mrg 
   2873   1.1.1.9    mrg 	* config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
   2874   1.1.1.9    mrg 	* config/i386/crtprec.c: Ditto.
   2875   1.1.1.9    mrg 
   2876   1.1.1.9    mrg 2013-10-31  Chung-Ju Wu  <jasonwucj (a] gmail.com>
   2877   1.1.1.9    mrg 	    Shiva Chen  <shiva0217 (a] gmail.com>
   2878   1.1.1.9    mrg 
   2879   1.1.1.9    mrg 	* config.host (nds32*-elf*): Add nds32 target.
   2880   1.1.1.9    mrg 	* config/nds32 : New directory and files.
   2881   1.1.1.9    mrg 
   2882   1.1.1.9    mrg 2013-10-16  Hans-Peter Nilsson  <hp (a] axis.com>
   2883   1.1.1.9    mrg 
   2884   1.1.1.9    mrg 	For CRIS ports, switch to soft-fp.  Improve arit.c and longlong.h.
   2885   1.1.1.9    mrg 	* config.host (cpu_type) <Setting default>: Add entry for
   2886   1.1.1.9    mrg 	crisv32-*-*.
   2887   1.1.1.9    mrg 	(tmake_file) <crisv32-*-elf, cris-*-elf, cris-*-linux*>
   2888   1.1.1.9    mrg 	<crisv32-*-linux*>: Adjust.
   2889   1.1.1.9    mrg 	* longlong.h: Wrap the whole CRIS section in a single
   2890   1.1.1.9    mrg 	defined(__CRIS__) conditional.  Add comment about add_ssaaaa
   2891   1.1.1.9    mrg 	and sub_ddmmss.
   2892   1.1.1.9    mrg 	(COUNT_LEADING_ZEROS_0): Define when count_leading_zeros is
   2893   1.1.1.9    mrg 	defined.
   2894   1.1.1.9    mrg 	[__CRIS__] (__umulsidi3): Define.
   2895   1.1.1.9    mrg 	[__CRIS__] (umul_ppmm): Define in terms of __umulsidi3.
   2896   1.1.1.9    mrg 	* config/cris/sfp-machine.h: New file.
   2897   1.1.1.9    mrg 	* config/cris/umulsidi3.S: New file.
   2898   1.1.1.9    mrg 	* config/cris/t-elfmulti (LIB2ADD_ST): Add umulsidi3.S.
   2899   1.1.1.9    mrg 	* config/cris/arit.c (SIGNMULT): New macro.
   2900   1.1.1.9    mrg 	(__Div, __Mod): Use SIGNMULT instead of naked multiplication.
   2901   1.1.1.9    mrg 	* config/cris/mulsi3.S: Tweak to avoid redundant register-copying;
   2902   1.1.1.9    mrg 	saving 3 out of originally 33 cycles from the fastest
   2903   1.1.1.9    mrg 	path, 3 out of 54 from the medium path and one from the longest
   2904   1.1.1.9    mrg 	path.  Improve comments.
   2905   1.1.1.9    mrg 
   2906   1.1.1.9    mrg 2013-10-15  Richard Sandiford  <rdsandiford (a] googlemail.com>
   2907   1.1.1.9    mrg 
   2908   1.1.1.9    mrg 	* sync.c: Remove static aliases and define each function directly
   2909   1.1.1.9    mrg 	under its real name.
   2910   1.1.1.9    mrg 
   2911   1.1.1.9    mrg 2013-10-02  John David Anglin  <danglin (a] gcc.gnu.org>
   2912   1.1.1.9    mrg 
   2913   1.1.1.9    mrg 	* config.host (hppa*64*-*-linux*): Define extra_parts.
   2914   1.1.1.9    mrg 	(hppa*-*-linux*): Likewise.
   2915   1.1.1.9    mrg 
   2916   1.1.1.9    mrg 2013-10-02  Joern Rennecke  <joern.rennecke (a] embecosm.com>
   2917   1.1.1.9    mrg 
   2918   1.1.1.9    mrg 	* config/arc/crtgend.S: Add 2013 to Copyright years.
   2919   1.1.1.9    mrg 	* config/arc/gmon/atomic.h: Likewise.
   2920   1.1.1.9    mrg 	* config/arc/gmon/auxreg.h: Likewise.
   2921   1.1.1.9    mrg 	* config/arc/gmon/sys/gmon_out.h: Likewise.
   2922   1.1.1.9    mrg 	* config/arc/gmon/sys/gmon.h: Likewise.
   2923   1.1.1.9    mrg 	* config/arc/gmon/prof-freq.c: Likewise.
   2924   1.1.1.9    mrg 	* config/arc/gmon/mcount.c: Likewise.
   2925   1.1.1.9    mrg 	* config/arc/gmon/prof-freq-stub.S: Likewise.
   2926   1.1.1.9    mrg 	* config/arc/gmon/gmon.c: Likewise.
   2927   1.1.1.9    mrg 	* config/arc/gmon/machine-gmon.h: Likewise.
   2928   1.1.1.9    mrg 	* config/arc/gmon/profil.S: Likewise.
   2929   1.1.1.9    mrg 	* config/arc/gmon/dcache_linesz.S: Likewise.
   2930   1.1.1.9    mrg 	* config/arc/crtg.S: Likewise.
   2931   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
   2932   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
   2933   1.1.1.9    mrg 	* config/arc/ieee-754/adddf3.S: Likewise.
   2934   1.1.1.9    mrg 	* config/arc/ieee-754/truncdfsf2.S: Likewise.
   2935   1.1.1.9    mrg 	* config/arc/ieee-754/fixsfsi.S: Likewise.
   2936   1.1.1.9    mrg 	* config/arc/ieee-754/gtsf2.S: Likewise.
   2937   1.1.1.9    mrg 	* config/arc/ieee-754/floatsisf.S: Likewise.
   2938   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
   2939   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
   2940   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
   2941   1.1.1.9    mrg 	* config/arc/ieee-754/fixdfsi.S: Likewise.
   2942   1.1.1.9    mrg 	* config/arc/ieee-754/addsf3.S: Likewise.
   2943   1.1.1.9    mrg 	* config/arc/ieee-754/gesf2.S: Likewise.
   2944   1.1.1.9    mrg 	* config/arc/ieee-754/floatsidf.S: Likewise.
   2945   1.1.1.9    mrg 	* config/arc/ieee-754/extendsfdf2.S: Likewise.
   2946   1.1.1.9    mrg 	* config/arc/ieee-754/divtab-arc-df.c: Likewise.
   2947   1.1.1.9    mrg 	* config/arc/ieee-754/gtdf2.S: Likewise.
   2948   1.1.1.9    mrg 	* config/arc/ieee-754/fixunsdfsi.S: Likewise.
   2949   1.1.1.9    mrg 	* config/arc/ieee-754/uneqdf2.S: Likewise.
   2950   1.1.1.9    mrg 	* config/arc/ieee-754/divsf3-stdmul.S: Likewise.
   2951   1.1.1.9    mrg 	* config/arc/ieee-754/uneqsf2.S: Likewise.
   2952   1.1.1.9    mrg 	* config/arc/ieee-754/arc-ieee-754.h: Likewise.
   2953   1.1.1.9    mrg 	* config/arc/ieee-754/divtab-arc-sf.c: Likewise.
   2954   1.1.1.9    mrg 	* config/arc/ieee-754/eqdf2.S: Likewise.
   2955   1.1.1.9    mrg 	* config/arc/ieee-754/ordsf2.S: Likewise.
   2956   1.1.1.9    mrg 	* config/arc/ieee-754/divsf3.S: Likewise.
   2957   1.1.1.9    mrg 	* config/arc/ieee-754/divdf3.S: Likewise.
   2958   1.1.1.9    mrg 	* config/arc/ieee-754/floatunsidf.S: Likewise.
   2959   1.1.1.9    mrg 	* config/arc/ieee-754/orddf2.S: Likewise.
   2960   1.1.1.9    mrg 	* config/arc/ieee-754/eqsf2.S: Likewise.
   2961   1.1.1.9    mrg 	* config/arc/ieee-754/gedf2.S: Likewise.
   2962   1.1.1.9    mrg 	* config/arc/crtn.S: Likewise.
   2963   1.1.1.9    mrg 	* config/arc/crti.S: Likewise.
   2964   1.1.1.9    mrg 	* config/arc/t-arc700-uClibc: Likewise.
   2965   1.1.1.9    mrg 	* config/arc/asm.h: Likewise.
   2966   1.1.1.9    mrg 	* config/arc/libgcc-excl.ver: Likewise.
   2967   1.1.1.9    mrg 	* config/arc/t-arc-newlib: Likewise.
   2968   1.1.1.9    mrg 	* config/arc/divtab-arc700.c: Likewise.
   2969   1.1.1.9    mrg 	* config/arc/initfini.c: Likewise.
   2970   1.1.1.9    mrg 	* config/arc/fp-hack.h: Likewise.
   2971   1.1.1.9    mrg 
   2972   1.1.1.9    mrg 2013-10-01  Joern Rennecke  <joern.rennecke (a] embecosm.com>
   2973   1.1.1.9    mrg 	    Diego Novillo  <dnovillo (a] google.com>
   2974   1.1.1.9    mrg 
   2975   1.1.1.9    mrg 	* config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
   2976   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
   2977   1.1.1.9    mrg 	* config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
   2978   1.1.1.9    mrg 	* config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
   2979   1.1.1.9    mrg 
   2980   1.1.1.9    mrg 2013-10-01  Joern Rennecke  <joern.rennecke (a] embecosm.com>
   2981   1.1.1.9    mrg 	    Brendan Kehoe  <brendan (a] zen.org>
   2982   1.1.1.9    mrg 	    Simon Cook  <simon.cook (a] embecosm.com>
   2983   1.1.1.9    mrg 
   2984   1.1.1.9    mrg 	* config.host (arc*-*-elf*, arc*-*-linux-uclibc*): New configurations.
   2985   1.1.1.9    mrg 	* config/arc: New directory.
   2986   1.1.1.9    mrg 	* longlong.h [__arc__] (umul_ppmm): Remove.
   2987   1.1.1.9    mrg 	[__arc__] (__umulsidi3): Define.
   2988   1.1.1.9    mrg 	[__arc__ && __ARC_NORM__] (count_leading_zeroes): Define.
   2989   1.1.1.9    mrg 	[__arc__ && __ARC_NORM__] (COUNT_LEADING_ZEROS_0): Likewise.
   2990   1.1.1.9    mrg 
   2991   1.1.1.9    mrg 2013-09-17  Jacek Caban  <jacek (a] codeweavers.com>
   2992   1.1.1.9    mrg 
   2993   1.1.1.9    mrg 	* config/i386/gthr-win32.c: CreateSemaphoreW instead of
   2994   1.1.1.9    mrg 	CreateSemaphoreA.
   2995   1.1.1.9    mrg 	* config/i386/gthr-win32.h: Likewise.
   2996   1.1.1.9    mrg 
   2997   1.1.1.9    mrg 2013-09-16  DJ Delorie  <dj (a] redhat.com>
   2998   1.1.1.9    mrg 
   2999   1.1.1.9    mrg 	* config/rl78/vregs.h: Add G10 register definitions.
   3000   1.1.1.9    mrg 	* config/rl78/lib2mul.c: Enable for RL78/G10.
   3001   1.1.1.9    mrg 	* config/rl78/lib2div.c: Likewise.
   3002   1.1.1.9    mrg 	* config/rl78/lshrsi3.S: Use vregs.h.
   3003   1.1.1.9    mrg 	* config/rl78/cmpsi2.S: Likewise.
   3004   1.1.1.9    mrg 	* config/rl78/trampoline.S: Likewise.
   3005   1.1.1.9    mrg 	* config/rl78/mulsi2.S: Likewise.  Disable for RL78/G10.
   3006   1.1.1.9    mrg 
   3007   1.1.1.9    mrg 2013-09-14  DJ Delorie  <dj (a] redhat.com>
   3008   1.1.1.9    mrg 	    Nick Clifton  <nickc (a] redhat.com>
   3009   1.1.1.9    mrg 
   3010   1.1.1.9    mrg 	* config/rl78/mulsi3.S: Remove a few unneeded moves and branches.
   3011   1.1.1.9    mrg 	* config/rl78/vregs.h: New.
   3012   1.1.1.9    mrg 	* config/rl78/signbit.S: New file.  Implements signbit function.
   3013   1.1.1.9    mrg 	* config/rl78/divmodsi.S: New.
   3014   1.1.1.9    mrg 	* config/rl78/divmodhi.S: New.
   3015   1.1.1.9    mrg 	* config/rl78/divmodqi.S: New.
   3016   1.1.1.9    mrg 	* config/rl78/t-rl78: Build them here...
   3017   1.1.1.9    mrg 	* config/rl78/lib2div.c: ...but not here.
   3018   1.1.1.9    mrg 
   3019   1.1.1.9    mrg 2013-09-12  DJ Delorie  <dj (a] redhat.com>
   3020   1.1.1.9    mrg 
   3021   1.1.1.9    mrg 	* config.host (msp*-*-elf): New.
   3022   1.1.1.9    mrg 	* config/msp430/: New port.
   3023   1.1.1.9    mrg 
   3024   1.1.1.9    mrg 2013-08-18  Iain Sandoe  <iain (a] codesourcery.com>
   3025   1.1.1.9    mrg 
   3026   1.1.1.9    mrg 	PR gcov-profile/58127
   3027   1.1.1.9    mrg 	* libgcov.c (__gcov_indirect_call_callee): Don't make this a
   3028   1.1.1.9    mrg 	__thread var for emulated TLS.
   3029   1.1.1.9    mrg 	(__gcov_indirect_call_counters): Likewise.
   3030   1.1.1.9    mrg 
   3031   1.1.1.9    mrg 2013-08-16  Maciej W. Rozycki  <macro (a] codesourcery.com>
   3032   1.1.1.9    mrg 	    Catherine Moore  <clm (a] codesourcery.com>
   3033  1.1.1.12    mrg 	    Richard Sandiford  <rdsandiford (a] googlemail.com>
   3034   1.1.1.9    mrg 
   3035   1.1.1.9    mrg 	* config/mips/mips16.S (CE_STARTFN, CE_ENDFN): New macros.
   3036   1.1.1.9    mrg 	(RET_FUNCTION): Use them in place of STARTFN and ENDFN.
   3037   1.1.1.9    mrg 	(CALL_STUB_NO_RET): Likewise.
   3038   1.1.1.9    mrg 	(CALL_STUB_RET): Likewise.
   3039   1.1.1.9    mrg 	* config/mips/libgcc-mips16.ver: Remove __mips16_call_stub and
   3040   1.1.1.9    mrg 	__mips16_ret call/return stub symbols.
   3041   1.1.1.9    mrg 	* config.host <mips*-*-linux>: For non-R5900 add t-slibgcc-libgcc
   3042   1.1.1.9    mrg 	to tmake_file.
   3043   1.1.1.9    mrg 
   3044   1.1.1.9    mrg 2013-08-13  Maciej W. Rozycki  <macro (a] codesourcery.com>
   3045   1.1.1.9    mrg 
   3046   1.1.1.9    mrg 	* config.host <mips*-*-linux*>: Remove a stray comment.
   3047   1.1.1.9    mrg 
   3048   1.1.1.9    mrg 2013-08-10  Jan Hubicka  <jh (a] suse.cz>
   3049   1.1.1.9    mrg 
   3050   1.1.1.9    mrg 	Work around binutils PR14342
   3051   1.1.1.9    mrg 	* Makefile.in: Add _gcov_indirect_call_profiler_v2 symbol.
   3052   1.1.1.9    mrg 	* libgcov.c (L_gcov_indirect_call_profiler): Restore original API.
   3053   1.1.1.9    mrg 	(L_gcov_indirect_call_profiler_v2): New.
   3054   1.1.1.9    mrg 
   3055   1.1.1.9    mrg 2013-08-06  Jan Hubicka  <jh (a] suse.cz>
   3056   1.1.1.9    mrg 
   3057   1.1.1.9    mrg 	* libgcov.c (__gcov_indirect_call_callee,
   3058   1.1.1.9    mrg 	__gcov_indirect_call_counters): New global vars.
   3059   1.1.1.9    mrg 	(__gcov_indirect_call_profiler): replace by ...
   3060   1.1.1.9    mrg 	(__gcov_indirect_call_profiler_v2) ... this one.
   3061   1.1.1.9    mrg 
   3062   1.1.1.9    mrg 2013-08-06  Caroline Tice  <cmtice (a] google.com>
   3063   1.1.1.9    mrg 
   3064   1.1.1.9    mrg 	* config.host (extra_parts): Add vtv_start.o, vtv_end.o
   3065   1.1.1.9    mrg 	vtv_start_preinit.o and vtv_end_preinit.o.
   3066   1.1.1.9    mrg 	* configure.ac: Add code to check/set enable_vtable_verify.
   3067   1.1.1.9    mrg 	* Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
   3068   1.1.1.9    mrg 	true.
   3069   1.1.1.9    mrg 	* vtv_start_preinit.c: New file.
   3070   1.1.1.9    mrg 	* vtv_end_preinit.c: New file.
   3071   1.1.1.9    mrg 	* vtv_start.c: New file.
   3072   1.1.1.9    mrg 	* vtv_end.c: New file.
   3073   1.1.1.9    mrg 	* configure: Regenerated.
   3074   1.1.1.9    mrg 
   3075   1.1.1.9    mrg 2013-08-01  Maxim Kuvyrkov  <maxim (a] kugelworks.com>
   3076   1.1.1.3    mrg 
   3077   1.1.1.3    mrg 	* config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
   3078   1.1.1.3    mrg 	* config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
   3079   1.1.1.3    mrg 	* config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
   3080   1.1.1.3    mrg 	GPL-3.0-with-GCC-exception.
   3081   1.1.1.3    mrg 
   3082   1.1.1.9    mrg 2013-07-30  Maciej W. Rozycki  <macro (a] codesourcery.com>
   3083   1.1.1.9    mrg 
   3084   1.1.1.9    mrg 	* config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
   3085   1.1.1.9    mrg 	ISA and up.
   3086   1.1.1.9    mrg 
   3087   1.1.1.9    mrg 2013-07-23  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   3088   1.1.1.3    mrg 
   3089   1.1.1.9    mrg 	* config/s390/linux-unwind.h: Use the proper dwarf to hard reg
   3090   1.1.1.9    mrg 	mapping for FPRs when creating the fallback framestate.
   3091   1.1.1.9    mrg 
   3092   1.1.1.9    mrg 2013-07-19  Georg-Johann Lay  <avr (a] gjlay.de>
   3093   1.1.1.3    mrg 
   3094   1.1.1.3    mrg 	PR target/57516
   3095   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
   3096   1.1.1.3    mrg 	(__round_s2_const, __round_u2_const)
   3097   1.1.1.3    mrg 	(__round_s4_const, __round_u4_const, __round_x8):
   3098   1.1.1.3    mrg 	Saturate result if addition result cannot be represented.
   3099   1.1.1.3    mrg 
   3100   1.1.1.9    mrg 2013-07-15  Matthias Klose  <doko (a] ubuntu.com>
   3101   1.1.1.9    mrg 
   3102   1.1.1.9    mrg 	* libgcc2.c: Don't include <limits.h>.
   3103   1.1.1.9    mrg 
   3104   1.1.1.3    mrg 2013-07-09  Janis Johnson  <janisjo (a] codesourcery.com>
   3105   1.1.1.3    mrg 
   3106   1.1.1.3    mrg 	* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
   3107   1.1.1.3    mrg 
   3108   1.1.1.9    mrg 2013-07-06  Jakub Jelinek  <jakub (a] redhat.com>
   3109   1.1.1.3    mrg 
   3110   1.1.1.9    mrg 	PR target/29776
   3111   1.1.1.9    mrg 	* libgcc2.c (__floattisf): Avoid undefined signed overflow.
   3112   1.1.1.3    mrg 
   3113   1.1.1.9    mrg 2013-06-28  Jakub Jelinek  <jakub (a] redhat.com>
   3114   1.1.1.3    mrg 
   3115   1.1.1.9    mrg 	PR middle-end/36041
   3116   1.1.1.9    mrg 	* libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST):
   3117   1.1.1.9    mrg 	Define.
   3118   1.1.1.9    mrg 	(__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics
   3119   1.1.1.9    mrg 	instead of table lookups.
   3120   1.1.1.9    mrg 	(__popcountDI2): Likewise.
   3121   1.1.1.9    mrg 
   3122   1.1.1.9    mrg 2013-06-25  Chung-Ju Wu  <jasonwucj (a] gmail.com>
   3123   1.1.1.9    mrg 
   3124   1.1.1.9    mrg 	* Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
   3125   1.1.1.9    mrg 	correctly.
   3126   1.1.1.9    mrg 
   3127   1.1.1.9    mrg 2013-06-21  Joseph Myers  <joseph (a] codesourcery.com>
   3128   1.1.1.9    mrg 
   3129   1.1.1.9    mrg 	PR other/53317
   3130   1.1.1.9    mrg 	* soft-fp/adddf3.c: Update from glibc.
   3131   1.1.1.9    mrg 	* soft-fp/addsf3.c: Likewise.
   3132   1.1.1.9    mrg 	* soft-fp/addtf3.c: Likewise.
   3133   1.1.1.9    mrg 	* soft-fp/divdf3.c: Likewise.
   3134   1.1.1.9    mrg 	* soft-fp/divsf3.c: Likewise.
   3135   1.1.1.9    mrg 	* soft-fp/divtf3.c: Likewise.
   3136   1.1.1.9    mrg 	* soft-fp/double.h: Likewise.
   3137   1.1.1.9    mrg 	* soft-fp/eqdf2.c: Likewise.
   3138   1.1.1.9    mrg 	* soft-fp/eqsf2.c: Likewise.
   3139   1.1.1.9    mrg 	* soft-fp/eqtf2.c: Likewise.
   3140   1.1.1.9    mrg 	* soft-fp/extenddftf2.c: Likewise.
   3141   1.1.1.9    mrg 	* soft-fp/extended.h: Likewise.
   3142   1.1.1.9    mrg 	* soft-fp/extendsfdf2.c: Likewise.
   3143   1.1.1.9    mrg 	* soft-fp/extendsftf2.c: Likewise.
   3144   1.1.1.9    mrg 	* soft-fp/fixdfdi.c: Likewise.
   3145   1.1.1.9    mrg 	* soft-fp/fixdfsi.c: Likewise.
   3146   1.1.1.9    mrg 	* soft-fp/fixsfdi.c: Likewise.
   3147   1.1.1.9    mrg 	* soft-fp/fixsfsi.c: Likewise.
   3148   1.1.1.9    mrg 	* soft-fp/fixtfdi.c: Likewise.
   3149   1.1.1.9    mrg 	* soft-fp/fixtfsi.c: Likewise.
   3150   1.1.1.9    mrg 	* soft-fp/fixunsdfdi.c: Likewise.
   3151   1.1.1.9    mrg 	* soft-fp/fixunsdfsi.c: Likewise.
   3152   1.1.1.9    mrg 	* soft-fp/fixunssfdi.c: Likewise.
   3153   1.1.1.9    mrg 	* soft-fp/fixunssfsi.c: Likewise.
   3154   1.1.1.9    mrg 	* soft-fp/fixunstfdi.c: Likewise.
   3155   1.1.1.9    mrg 	* soft-fp/fixunstfsi.c: Likewise.
   3156   1.1.1.9    mrg 	* soft-fp/floatdidf.c: Likewise.
   3157   1.1.1.9    mrg 	* soft-fp/floatdisf.c: Likewise.
   3158   1.1.1.9    mrg 	* soft-fp/floatditf.c: Likewise.
   3159   1.1.1.9    mrg 	* soft-fp/floatsidf.c: Likewise.
   3160   1.1.1.9    mrg 	* soft-fp/floatsisf.c: Likewise.
   3161   1.1.1.9    mrg 	* soft-fp/floatsitf.c: Likewise.
   3162   1.1.1.9    mrg 	* soft-fp/floatundidf.c: Likewise.
   3163   1.1.1.9    mrg 	* soft-fp/floatundisf.c: Likewise.
   3164   1.1.1.9    mrg 	* soft-fp/floatunditf.c: Likewise.
   3165   1.1.1.9    mrg 	* soft-fp/floatunsidf.c: Likewise.
   3166   1.1.1.9    mrg 	* soft-fp/floatunsisf.c: Likewise.
   3167   1.1.1.9    mrg 	* soft-fp/floatunsitf.c: Likewise.
   3168   1.1.1.9    mrg 	* soft-fp/gedf2.c: Likewise.
   3169   1.1.1.9    mrg 	* soft-fp/gesf2.c: Likewise.
   3170   1.1.1.9    mrg 	* soft-fp/getf2.c: Likewise.
   3171   1.1.1.9    mrg 	* soft-fp/ledf2.c: Likewise.
   3172   1.1.1.9    mrg 	* soft-fp/lesf2.c: Likewise.
   3173   1.1.1.9    mrg 	* soft-fp/letf2.c: Likewise.
   3174   1.1.1.9    mrg 	* soft-fp/muldf3.c: Likewise.
   3175   1.1.1.9    mrg 	* soft-fp/mulsf3.c: Likewise.
   3176   1.1.1.9    mrg 	* soft-fp/multf3.c: Likewise.
   3177   1.1.1.9    mrg 	* soft-fp/negdf2.c: Likewise.
   3178   1.1.1.9    mrg 	* soft-fp/negsf2.c: Likewise.
   3179   1.1.1.9    mrg 	* soft-fp/negtf2.c: Likewise.
   3180   1.1.1.9    mrg 	* soft-fp/op-1.h: Likewise.
   3181   1.1.1.9    mrg 	* soft-fp/op-2.h: Likewise.
   3182   1.1.1.9    mrg 	* soft-fp/op-4.h: Likewise.
   3183   1.1.1.9    mrg 	* soft-fp/op-8.h: Likewise.
   3184   1.1.1.9    mrg 	* soft-fp/op-common.h: Likewise.
   3185   1.1.1.9    mrg 	* soft-fp/quad.h: Likewise.
   3186   1.1.1.9    mrg 	* soft-fp/single.h: Likewise.
   3187   1.1.1.9    mrg 	* soft-fp/soft-fp.h: Likewise.
   3188   1.1.1.9    mrg 	* soft-fp/subdf3.c: Likewise.
   3189   1.1.1.9    mrg 	* soft-fp/subsf3.c: Likewise.
   3190   1.1.1.9    mrg 	* soft-fp/subtf3.c: Likewise.
   3191   1.1.1.9    mrg 	* soft-fp/truncdfsf2.c: Likewise.
   3192   1.1.1.9    mrg 	* soft-fp/trunctfdf2.c: Likewise.
   3193   1.1.1.9    mrg 	* soft-fp/trunctfsf2.c: Likewise.
   3194   1.1.1.9    mrg 	* soft-fp/unorddf2.c: Likewise.
   3195   1.1.1.9    mrg 	* soft-fp/unordsf2.c: Likewise.
   3196   1.1.1.9    mrg 	* soft-fp/unordtf2.c: Likewise.
   3197   1.1.1.9    mrg 	* config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
   3198   1.1.1.9    mrg 	* config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3199   1.1.1.9    mrg 	* config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3200   1.1.1.9    mrg 	* config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3201   1.1.1.9    mrg 	* config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3202   1.1.1.9    mrg 	* config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3203   1.1.1.9    mrg 	* config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3204   1.1.1.9    mrg 	* config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3205   1.1.1.9    mrg 	* config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3206   1.1.1.9    mrg 	* config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
   3207   1.1.1.9    mrg 	* config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
   3208   1.1.1.9    mrg 	* config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
   3209   1.1.1.9    mrg 
   3210   1.1.1.9    mrg 2013-06-16  Jrgen Urban  <JuergenUrban (a] gmx.de>
   3211   1.1.1.9    mrg 
   3212   1.1.1.9    mrg 	* config/mips/lib2funcs.c: New file.
   3213   1.1.1.9    mrg 	* config/mips/t-mips (LIB2ADD_ST): Add it.
   3214   1.1.1.9    mrg 
   3215   1.1.1.9    mrg 2013-06-09  Oleg Endo  <olegendo (a] gcc.gnu.org>
   3216   1.1.1.9    mrg 
   3217   1.1.1.9    mrg 	PR target/6526
   3218   1.1.1.9    mrg 	* config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Do not change bits
   3219   1.1.1.9    mrg 	other than FPSCR.PR and FPSCR.SZ.  Add SH4A implementation.
   3220   1.1.1.3    mrg 
   3221   1.1.1.9    mrg 2013-06-08  Walter Lee  <walt (a] tilera.com>
   3222   1.1.1.3    mrg 
   3223   1.1.1.3    mrg 	* config/tilepro/atomic.h: Don't include stdint.h or features.h.
   3224   1.1.1.3    mrg 	Replace int64_t with long long.  Add __extension__ where
   3225   1.1.1.3    mrg 	appropriate.
   3226   1.1.1.9    mrg 	* config/tilepro/atomic.c: Include config.h.
   3227   1.1.1.3    mrg 
   3228   1.1.1.3    mrg 2013-06-06  Douglas B Rupp  <rupp (a] adacore.com>
   3229   1.1.1.3    mrg 
   3230   1.1.1.3    mrg 	* config.host (arm-wrs-vxworks): Configure with other soft float.
   3231   1.1.1.3    mrg 
   3232   1.1.1.9    mrg 2013-06-04  Jrgen Urban  <JuergenUrban (a] gmx.de>
   3233   1.1.1.9    mrg 
   3234   1.1.1.9    mrg 	* config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
   3235   1.1.1.9    mrg 	(mips64r5900el-*-elf*): New configurations.
   3236   1.1.1.9    mrg 
   3237   1.1.1.9    mrg 2013-06-04  Alan Modra  <amodra (a] gmail.com>
   3238   1.1.1.9    mrg 
   3239   1.1.1.9    mrg 	* config/rs6000/ibm-ldouble.c: Enable for little-endian.
   3240   1.1.1.9    mrg 
   3241   1.1.1.9    mrg 2013-06-03  Yuri Rumyantsev  <yuri.s.rumyantsev (a] intel.com>
   3242   1.1.1.9    mrg 
   3243   1.1.1.9    mrg 	* config/i386/cpuinfo.c (INTEL_SLM): New enum value.
   3244   1.1.1.9    mrg 
   3245   1.1.1.9    mrg 2013-05-28  Eric Botcazou  <ebotcazou (a] adacore.com>
   3246   1.1.1.9    mrg 
   3247   1.1.1.9    mrg 	* config/sparc/sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set
   3248   1.1.1.9    mrg 	fs->signal_frame for SIGFPE raised for IEEE-754 exceptions.
   3249   1.1.1.9    mrg 	* config/i386/sol2-unwind.h (x86_fallback_frame_state): Likewise.
   3250   1.1.1.9    mrg 
   3251   1.1.1.9    mrg 2013-05-22  Eric Botcazou  <ebotcazou (a] adacore.com>
   3252   1.1.1.9    mrg 
   3253   1.1.1.9    mrg 	* config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
   3254   1.1.1.9    mrg 	(powerpc-wrs-vxworks): Likewise.
   3255   1.1.1.9    mrg 
   3256   1.1.1.9    mrg 2013-05-22  Eric Botcazou  <ebotcazou (a] adacore.com>
   3257   1.1.1.9    mrg 
   3258   1.1.1.9    mrg 	* config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
   3259   1.1.1.9    mrg 	signal frames as well.
   3260   1.1.1.9    mrg 	(MD_FALLBACK_FRAME_STATE_FOR): Do minor cleanups throughout and add the
   3261   1.1.1.9    mrg 	STACK_BIAS to the CFA offset.
   3262   1.1.1.9    mrg 
   3263   1.1.1.9    mrg 2013-05-17  Richard Henderson  <rth (a] redhat.com>
   3264   1.1.1.3    mrg 
   3265   1.1.1.3    mrg 	PR target/49146
   3266   1.1.1.3    mrg 	* unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
   3267   1.1.1.3    mrg 	(execute_cfa_program): Use it when storing to fs->regs.
   3268   1.1.1.3    mrg 
   3269   1.1.1.9    mrg 2013-05-08  Kai Tietz  <ktietz (a] redhat.com>
   3270   1.1.1.9    mrg 
   3271   1.1.1.9    mrg 	* config/i386/cygming-crtbegin.c (__register_frame_info): Make weak.
   3272   1.1.1.9    mrg 	(__deregister_frame_info): Likewise.
   3273   1.1.1.9    mrg 
   3274   1.1.1.9    mrg 2013-05-06  Thomas Schwinge  <thomas (a] codesourcery.com>
   3275   1.1.1.3    mrg 
   3276   1.1.1.9    mrg 	* fp-bit.c (unpack_d, pack_d): Properly preserve and restore a
   3277   1.1.1.9    mrg 	NaN's payload.
   3278   1.1.1.3    mrg 
   3279   1.1.1.9    mrg 	* fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
   3280   1.1.1.9    mrg 
   3281   1.1.1.9    mrg 2013-04-25  Alan Modra  <amodra (a] gmail.com>
   3282   1.1.1.9    mrg 
   3283   1.1.1.9    mrg 	* config.host: Match little-endian powerpc-linux.
   3284   1.1.1.9    mrg 
   3285   1.1.1.9    mrg 2013-04-19  Yufeng Zhang  <yufeng.zhang (a] arm.com>
   3286   1.1.1.9    mrg 
   3287   1.1.1.9    mrg 	* config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
   3288   1.1.1.9    mrg 	as 'unsigned long long' instead of 'unsigned long'.
   3289   1.1.1.9    mrg 	(_FP_WS_TYPE): Change to define as 'signed long long' instead of
   3290   1.1.1.9    mrg 	'signed long'.
   3291   1.1.1.9    mrg 
   3292   1.1.1.9    mrg 2013-04-10  Julian Brown  <julian (a] codesourcery.com>
   3293   1.1.1.3    mrg 
   3294   1.1.1.3    mrg 	* config/arm/linux-atomic.c (SUBWORD_SYNC_OP, SUBWORD_VAL_CAS)
   3295   1.1.1.3    mrg 	(SUBWORD_TEST_AND_SET): Use signed char/short types instead of
   3296   1.1.1.3    mrg 	unsigned char/unsigned short.
   3297   1.1.1.3    mrg 	(__sync_val_compare_and_swap_{1,2}): Handle signed argument.
   3298   1.1.1.3    mrg 
   3299   1.1.1.3    mrg 2013-04-06  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   3300   1.1.1.3    mrg 
   3301   1.1.1.3    mrg 	PR other/55274
   3302   1.1.1.3    mrg 	* config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.
   3303   1.1.1.3    mrg 
   3304   1.1.1.9    mrg 2013-04-04  Meador Inge  <meadori (a] codesourcery.com>
   3305   1.1.1.3    mrg 
   3306   1.1.1.9    mrg 	* config/arm/bpabi.S (aeabi_ldivmod): Add DWARF information for
   3307   1.1.1.9    mrg 	computing the location of the link register.
   3308   1.1.1.9    mrg 	(aeabi_uldivmod): Ditto.
   3309   1.1.1.3    mrg 
   3310   1.1.1.9    mrg 2013-03-27  Kai Tietz  <ktietz (a] redhat.com>
   3311   1.1.1.3    mrg 
   3312   1.1.1.9    mrg 	* config.host: Add support for cygwin x64 target.
   3313   1.1.1.9    mrg 	* configure: Regenerated.
   3314   1.1.1.3    mrg 
   3315   1.1.1.3    mrg 2013-03-26  Walter Lee  <walt (a] tilera.com>
   3316   1.1.1.3    mrg 
   3317   1.1.1.3    mrg 	* config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
   3318   1.1.1.3    mrg 	-mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
   3319   1.1.1.3    mrg 
   3320   1.1.1.9    mrg 2013-03-25  Kai Tietz  <ktietz (a] redhat.com>
   3321   1.1.1.9    mrg 
   3322   1.1.1.9    mrg 	* config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
   3323   1.1.1.9    mrg 
   3324   1.1.1.9    mrg 2013-03-20  Robert Mason  <rbmj (a] verizon.net>
   3325   1.1.1.9    mrg 
   3326   1.1.1.9    mrg 	* config/vxlib-tls.c (__gthread_get_tsd_data,)
   3327   1.1.1.9    mrg 	(__gthread_set_tsd_data, __gthread_enter_tsd_dtor_context,)
   3328   1.1.1.9    mrg 	(__gthread_leave_tsd_dtor_context): Add prototypes.
   3329   1.1.1.9    mrg 	(tls_delete_hook): Update.
   3330   1.1.1.9    mrg 
   3331   1.1.1.9    mrg 2013-03-20  Catherine Moore  <clm (a] codesourcery.com>
   3332   1.1.1.9    mrg 	    Joseph Myers  <joseph (a] codesourcery.com>
   3333   1.1.1.9    mrg 	    Chao-ying Fu  <fu (a] mips.com>
   3334   1.1.1.3    mrg 
   3335   1.1.1.9    mrg 	* config/mips/mips16.S:  Don't build for microMIPS.
   3336   1.1.1.9    mrg 	* config/mips/linux-unwind.h: Handle microMIPS frame.
   3337   1.1.1.9    mrg 	* config/mips/crtn.S (fini, init): New labels.
   3338   1.1.1.3    mrg 
   3339   1.1.1.3    mrg 2013-03-14  Jakub Jelinek  <jakub (a] redhat.com>
   3340   1.1.1.3    mrg 
   3341   1.1.1.3    mrg 	PR tree-optimization/53265
   3342   1.1.1.3    mrg 	* unwind-dw2.c (execute_cfa_program): Avoid
   3343   1.1.1.3    mrg 	-Waggressive-array-optimizations warnings for DW_CFA_GNU_window_save
   3344   1.1.1.3    mrg 	on targets with DWARF_FRAME_REGISTERS < 32.
   3345   1.1.1.3    mrg 
   3346   1.1.1.3    mrg 2013-03-13  Oleg Endo  <olegendo (a] gcc.gnu.org>
   3347   1.1.1.3    mrg 
   3348   1.1.1.3    mrg 	PR target/49880
   3349   1.1.1.3    mrg 	* config/sh/lib1funcs.S (sdivsi3_i4, udivsi3_i4): Enable for SH2A.
   3350   1.1.1.3    mrg 	(sdivsi3, udivsi3): Remove SH4 check and always compile these functions.
   3351   1.1.1.3    mrg 
   3352   1.1.1.3    mrg 2013-03-07  Sriraman Tallam  <tmsriram (a] google.com>
   3353   1.1.1.3    mrg 
   3354   1.1.1.3    mrg 	* config/i386/cpuinfo.c (get_intel_cpu): Fix cpuid codes for
   3355   1.1.1.3    mrg 	sandybridge processors.
   3356   1.1.1.3    mrg 
   3357   1.1.1.3    mrg 2013-03-06  Oleg Endo  <olegendo (a] gcc.gnu.org>
   3358   1.1.1.3    mrg 
   3359   1.1.1.3    mrg 	PR target/56529
   3360   1.1.1.3    mrg 	* config/sh/lib1funcs.S (udivsi3_i4i, sdivsi3_i4i): Add __SH2A__ to
   3361   1.1.1.3    mrg 	inclusion list.
   3362   1.1.1.3    mrg 
   3363   1.1.1.9    mrg 2013-03-04  Edgar E. Iglesias  <edgar.iglesias (a] gmail.com>
   3364   1.1.1.3    mrg 
   3365   1.1.1.3    mrg 	* config/microblaze/crti.S: Setup stack protection at entry
   3366   1.1.1.3    mrg 
   3367   1.1.1.3    mrg 2013-03-04  Georg-Johann Lay  <avr (a] gjlay.de>
   3368   1.1.1.3    mrg 
   3369   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)
   3370   1.1.1.3    mrg 	(__rotldi3): Shift bytewise if applicable.
   3371   1.1.1.3    mrg 
   3372   1.1.1.3    mrg 2013-03-01  James Greenhalgh  <james.greenhalgh (a] arm.com>
   3373   1.1.1.3    mrg 
   3374   1.1.1.3    mrg 	* config/aarch64/sync-cache.c
   3375   1.1.1.3    mrg 	(__aarch64_sync_cache_range): Silence warnings.
   3376   1.1.1.3    mrg 
   3377   1.1.1.3    mrg 2013-02-25  Catherine Moore  <clm (a] codesourcery.com>
   3378   1.1.1.3    mrg 
   3379   1.1.1.3    mrg 	Revert:
   3380   1.1.1.3    mrg 	2013-02-24  Catherine Moore  <clm (a] codesourcery.com>
   3381   1.1.1.3    mrg 	    Joseph Myers  <joseph (a] codesourcery.com>
   3382   1.1.1.3    mrg 	    Chao-ying Fu  <fu (a] mips.com>
   3383   1.1.1.3    mrg 
   3384   1.1.1.3    mrg 	* config/mips/mips16.S:  Don't build for microMIPS.
   3385   1.1.1.3    mrg 	* config/mips/linux-unwind.h: Handle microMIPS frame.
   3386   1.1.1.3    mrg 	* config/mips/crtn.S (fini, init): New labels.
   3387   1.1.1.3    mrg 
   3388   1.1.1.3    mrg 2013-02-24  Catherine Moore  <clm (a] codesourcery.com>
   3389   1.1.1.3    mrg 	    Joseph Myers  <joseph (a] codesourcery.com>
   3390   1.1.1.3    mrg 	    Chao-ying Fu  <fu (a] mips.com>
   3391   1.1.1.3    mrg 
   3392   1.1.1.3    mrg 	* config/mips/mips16.S:  Don't build for microMIPS.
   3393   1.1.1.3    mrg 	* config/mips/linux-unwind.h: Handle microMIPS frame.
   3394   1.1.1.3    mrg 	* config/mips/crtn.S (fini, init): New labels.
   3395   1.1.1.3    mrg 
   3396   1.1.1.3    mrg 2012-02-19  Edgar E. Iglesias  <edgar.iglesias (a] gmail.com>
   3397  1.1.1.12    mrg 	* config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000
   3398   1.1.1.3    mrg 	as dividend.
   3399   1.1.1.3    mrg 
   3400   1.1.1.3    mrg 2013-02-16  Alan Modra  <amodra (a] gmail.com>
   3401   1.1.1.3    mrg 
   3402   1.1.1.3    mrg 	PR target/55431
   3403   1.1.1.3    mrg 	* config/rs6000/linux-unwind.h (ppc_linux_aux_vector): Delete.
   3404   1.1.1.3    mrg 	(ppc_fallback_frame_state): Always set up save locations for fp
   3405   1.1.1.3    mrg 	and altivec.  Don't bother with non-callee-saved regs, r0-r13
   3406   1.1.1.3    mrg 	except for r2 on ppc64, fr0-fr13, v0-v19, vscr.
   3407   1.1.1.3    mrg 
   3408   1.1.1.3    mrg 2013-02-12  Georg-Johann Lay  <avr (a] gjlay.de>
   3409   1.1.1.3    mrg 
   3410   1.1.1.3    mrg 	PR target/54222
   3411   1.1.1.3    mrg 	* config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add: _usmulUHA, _usmulUSA,
   3412   1.1.1.3    mrg 	_ssmulHA, _ssmulSA.
   3413   1.1.1.3    mrg 	(LIB1ASMFUNCS): Add: _muldi3_6, _mulsidi3, _umulsidi3, _usmuluha3,
   3414   1.1.1.3    mrg 	_ssmulha3, _usmulusa3, _ssmulsa3.
   3415   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__muldi3_6): Break out of __muldi3.
   3416   1.1.1.3    mrg 	(__muldi3): XCALL __muldi3_6 instead of rcall.
   3417   1.1.1.3    mrg 	(__umulsidi3, __mulsidi3): New functions.
   3418   1.1.1.3    mrg 	(do_prologue_saves, do_epilogue_restores): New .macros.
   3419   1.1.1.3    mrg 	(__divdi3_moddi3): Use them.
   3420   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S (__usmuluha3, __ssmulha3)
   3421   1.1.1.3    mrg 	(__usmulusa3, __ssmulsa3): New functions.
   3422   1.1.1.3    mrg 
   3423   1.1.1.3    mrg 2013-02-11  Iain Sandoe  <iain (a] codesourcery.com>
   3424   1.1.1.3    mrg 	    Jack Howarth  <howarth (a] bromo.med.uc.edu>
   3425   1.1.1.3    mrg 	    Patrick Marlier  <patrick.marlier (a] gmail.com>
   3426   1.1.1.3    mrg 
   3427   1.1.1.3    mrg 	PR libitm/55693
   3428   1.1.1.3    mrg 	* config/darwin-crt-tm.c: Remove dummy functions hack.
   3429   1.1.1.3    mrg 
   3430   1.1.1.3    mrg 2013-02-08  Georg-Johann Lay  <avr (a] gjlay.de>
   3431   1.1.1.3    mrg 
   3432   1.1.1.3    mrg 	PR target/54222
   3433   1.1.1.3    mrg 	* config/avr/lib2funcs.c: New C sources for modules for libgcc.a.
   3434   1.1.1.3    mrg 	* config/avr/lib2-object.mk: New iterator to build objects from it.
   3435   1.1.1.3    mrg 	* config/avr/t-avr: Iterate lib2-object.mk to build objects from
   3436   1.1.1.3    mrg 	lib2funcs.c.
   3437   1.1.1.3    mrg 	(LIB2FUNCS_EXCLUDE): Add _clrsbdi2.
   3438   1.1.1.3    mrg 	(LIB1ASMFUNCS): Add: _ssabs_1, _mask1, _ret, _roundqq3, _rounduqq3,
   3439   1.1.1.3    mrg 	_round_s2, _round_u2, _round_2_const, _addmask_2, _round_s4,
   3440   1.1.1.3    mrg 	_round_u4, _round_4_const, _addmask_4, _round_x8, _rounddq3
   3441   1.1.1.3    mrg 	_roundudq3, _roundda3 _rounduda3, _roundta3 _rounduta3.
   3442   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S: Implement them.
   3443   1.1.1.3    mrg 
   3444   1.1.1.3    mrg 2013-02-04  Richard Sandiford  <rdsandiford (a] googlemail.com>
   3445   1.1.1.3    mrg 
   3446   1.1.1.3    mrg 	Update copyright years.
   3447   1.1.1.3    mrg 
   3448   1.1.1.3    mrg 2013-02-01  David Edelsohn  <dje.gcc (a] gmail.com>
   3449   1.1.1.3    mrg 
   3450   1.1.1.3    mrg 	PR target/54601
   3451   1.1.1.3    mrg 	* config.host (powerpc-ibm-aix[56789]): Add t-aix-cxa to tmake_file.
   3452   1.1.1.3    mrg 	Add crtcxa to extra_parts.
   3453   1.1.1.3    mrg 	* config/rs6000/exit.h: New file.
   3454   1.1.1.3    mrg 	* config/rs6000/cxa_atexit.c: New file.
   3455   1.1.1.3    mrg 	* config/rs6000/cxa_finalize.c: New file.
   3456   1.1.1.3    mrg 	* config/rs6000/crtcxa.c: New file.
   3457   1.1.1.3    mrg 	* config/rs6000/t-aix-cxa: New file.
   3458   1.1.1.3    mrg 	* config/rs6000/libgcc-aix-cxa.ver: New file.
   3459   1.1.1.3    mrg 
   3460   1.1.1.3    mrg 2013-01-31  Nick Clifton  <nickc (a] redhat.com>
   3461   1.1.1.3    mrg 
   3462   1.1.1.3    mrg 	* config/v850/lib1funcs.S: Add support for e3v5 architecture
   3463   1.1.1.3    mrg 	variant.
   3464   1.1.1.3    mrg 
   3465   1.1.1.3    mrg 2013-01-29  Georg-Johann Lay  <avr (a] gjlay.de>
   3466   1.1.1.3    mrg 
   3467   1.1.1.3    mrg 	PR target/54222
   3468   1.1.1.3    mrg 	* config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
   3469   1.1.1.3    mrg 	_mulQQ,  _mulHQ,  _mulHA,  _mulSA,
   3470   1.1.1.3    mrg 	_mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
   3471   1.1.1.3    mrg 	_divQQ,  _divHQ,  _divHA,  _divSA,
   3472   1.1.1.3    mrg 	_divUQQ, _divUHQ, _divUHA, _divUSA.
   3473   1.1.1.3    mrg 
   3474   1.1.1.9    mrg 2013-01-26  David Holsgrove  <david.holsgrove (a] xilinx.com>
   3475   1.1.1.3    mrg 
   3476   1.1.1.3    mrg 	* config.host(microblaze*-linux*): tmake_file: Remove
   3477   1.1.1.3    mrg 	t-slibgcc-nolc-override, add t-slibgcc-libgcc.
   3478   1.1.1.3    mrg 	* config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE
   3479   1.1.1.3    mrg 	to exclude functions from being built with libgcc.c and use
   3480   1.1.1.3    mrg 	the microblaze assembly.
   3481   1.1.1.3    mrg 
   3482   1.1.1.9    mrg 2013-01-26  Edgar E. Iglesias  <edgar.iglesias (a] gmail.com>
   3483   1.1.1.3    mrg 
   3484   1.1.1.3    mrg 	* config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
   3485   1.1.1.3    mrg 	extra_parts.
   3486   1.1.1.3    mrg 
   3487   1.1.1.3    mrg 2013-01-17  Yufeng Zhang  <yufeng.zhang (a] arm.com>
   3488   1.1.1.3    mrg 
   3489   1.1.1.3    mrg 	* config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
   3490   1.1.1.3    mrg 	results of (dcache_lsize - 1) and (icache_lsize - 1) to the type
   3491   1.1.1.3    mrg 	__UINTPTR_TYPE__; also cast 'base' to the same type before the
   3492   1.1.1.3    mrg 	alignment operation.
   3493   1.1.1.3    mrg 
   3494   1.1.1.3    mrg 2013-01-15  Sofiane Naci  <sofiane.naci (a] arm.com>
   3495   1.1.1.3    mrg 
   3496   1.1.1.3    mrg 	* config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Update
   3497   1.1.1.3    mrg 	loop start address for cache clearing.
   3498   1.1.1.3    mrg 
   3499   1.1.1.3    mrg 2013-01-14  Georg-Johann Lay  <avr (a] gjlay.de>
   3500   1.1.1.3    mrg 
   3501   1.1.1.3    mrg 	* config/avr/lib1funcs.S: Remove trailing blanks.
   3502   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S: Ditto.
   3503   1.1.1.3    mrg 
   3504   1.1.1.3    mrg 2013-01-14  Georg-Johann Lay  <avr (a] gjlay.de>
   3505   1.1.1.3    mrg 
   3506   1.1.1.3    mrg 	* config/avr/avr-lib.h: Add GPL copyright notice.
   3507   1.1.1.3    mrg 
   3508   1.1.1.3    mrg 2013-01-14  Georg-Johann Lay  <avr (a] gjlay.de>
   3509   1.1.1.3    mrg 
   3510   1.1.1.3    mrg 	* fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
   3511   1.1.1.3    mrg 	declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
   3512   1.1.1.3    mrg 	(SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
   3513   1.1.1.3    mrg 	min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
   3514   1.1.1.3    mrg 
   3515   1.1.1.3    mrg 2013-01-07  Mark Kettenis  <kettenis (a] openbsd.org>
   3516   1.1.1.3    mrg 
   3517   1.1.1.3    mrg 	* config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*):
   3518   1.1.1.3    mrg 	Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
   3519   1.1.1.3    mrg 
   3520   1.1.1.3    mrg 2013-01-04  Nick Clifton  <nickc (a] redhat.com>
   3521   1.1.1.3    mrg 
   3522   1.1.1.3    mrg 	* config/v850/lib1funcs.S: Only provide CALLT support functions if
   3523   1.1.1.3    mrg 	the CALLT instruction is supported.
   3524   1.1.1.3    mrg 
   3525   1.1.1.3    mrg 2012-12-20  Jonathan Wakely  <jwakely.gcc (a] gmail.com>
   3526   1.1.1.3    mrg 
   3527   1.1.1.3    mrg 	* gthr.h (__gthread_cond_timedwait_recursive): Do not require.
   3528   1.1.1.3    mrg 	* gthr-posix.h (__gthread_cond_timedwait_recursive): Remove.
   3529   1.1.1.3    mrg 
   3530   1.1.1.3    mrg 2012-12-13  John Tytgat  <John (a] bass-software.com>
   3531   1.1.1.3    mrg 
   3532   1.1.1.3    mrg 	* config/arm/fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp
   3533   1.1.1.3    mrg 	is 25.
   3534   1.1.1.3    mrg 
   3535   1.1.1.3    mrg 2012-12-12  Jakub Jelinek  <jakub (a] redhat.com>
   3536   1.1.1.3    mrg 
   3537   1.1.1.3    mrg 	PR libgcc/55451
   3538   1.1.1.3    mrg 	* fixed-bit.c (FIXED_SSADD, FIXED_SSSUB, FIXED_SSNEG): Avoid
   3539   1.1.1.3    mrg 	undefined signed overflows.
   3540   1.1.1.3    mrg 
   3541   1.1.1.3    mrg 2012-12-09  Uros Bizjak  <ubizjak (a] gmail.com>
   3542   1.1.1.3    mrg 
   3543   1.1.1.3    mrg 	PR target/55344
   3544   1.1.1.3    mrg 	* config/alpha/linux-unwind.h: Disable when inhibit_libc is defined.
   3545   1.1.1.3    mrg 
   3546   1.1.1.3    mrg 2012-12-06  Uros Bizjak  <ubizjak (a] gmail.com>
   3547   1.1.1.3    mrg 
   3548   1.1.1.3    mrg 	* config/i386/sfp-machine.h (FP_EX_ALL): Define.
   3549   1.1.1.3    mrg 	(FP_TRAPPING_EXCEPTIONS): Define.
   3550   1.1.1.3    mrg 	* config/i386/32/sfp-machine.h (FP_EX_SHIFT): Define.
   3551   1.1.1.3    mrg 	* config/i386/64/sfp-machine.h (FP_EX_SHIFT): Ditto.
   3552   1.1.1.3    mrg 
   3553   1.1.1.3    mrg 2012-12-04  Richard Henderson  <rth (a] redhat.com>
   3554   1.1.1.3    mrg 
   3555   1.1.1.3    mrg 	PR bootstrap/55571
   3556   1.1.1.3    mrg 	* Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.
   3557   1.1.1.3    mrg 
   3558  1.1.1.12    mrg 2012-12-04  Marcus Shawcroft  <marcus.shawcroft (a] arm.com>
   3559   1.1.1.3    mrg 
   3560   1.1.1.3    mrg 	* config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
   3561   1.1.1.3    mrg 	(FP_EX_SHIFT): Define.
   3562   1.1.1.3    mrg 	(FP_TRAPPING_EXCEPTIONS): Define.
   3563   1.1.1.3    mrg 
   3564  1.1.1.12    mrg 2012-12-04  Marcus Shawcroft  <marcus.shawcroft (a] arm.com>
   3565   1.1.1.3    mrg 
   3566   1.1.1.3    mrg 	* config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
   3567   1.1.1.3    mrg 	(FP_ROUNDMODE): Use FP_RND_MASK.
   3568   1.1.1.3    mrg 	* config/aarch64/sfp-exceptions.c: New.
   3569   1.1.1.3    mrg 	* config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
   3570   1.1.1.3    mrg 	Use __sfp_handle_exceptions.
   3571   1.1.1.3    mrg 
   3572   1.1.1.3    mrg 2012-12-04  Richard Earnshaw  <rearnsha (a] arm.com>
   3573   1.1.1.3    mrg 
   3574   1.1.1.3    mrg 	* config.host: (arm*-*-freebsd*): Remove.
   3575   1.1.1.3    mrg 	(arm*-*-linux*, arm*-*-uclinux*): Simplify logic.
   3576   1.1.1.3    mrg 	(arm*-*-elf*): Remove.
   3577   1.1.1.3    mrg 	(arm*-*-wince-pe*): Remove.
   3578   1.1.1.3    mrg 	* arm/unwind-arm.c (struct fpa_reg): Delete.
   3579   1.1.1.3    mrg 	(struct fpa_regs): Delete.
   3580   1.1.1.3    mrg 	(phase1_vrs): Remove fpa element.
   3581   1.1.1.3    mrg 	(_Unwind_VRS_Get): Remove _UVRSC_FPA.
   3582   1.1.1.3    mrg 	(_Unwind_VRS_Set, _Unwind_VRS_Pop): Likewise.
   3583   1.1.1.3    mrg 	* arm/pr-support.c (__gnu_unwind_execute): Remove FPA support.
   3584   1.1.1.3    mrg 	* ieee754-sf.S (floatundisf): Remove FPA support.
   3585   1.1.1.3    mrg 	(floatdisf): Likewise.
   3586   1.1.1.3    mrg 	* ieee75f-df.S (floatundidf): Likewise.
   3587   1.1.1.3    mrg 	(floatdidf): Likewise.
   3588   1.1.1.3    mrg 
   3589   1.1.1.3    mrg 2012-11-29  Kai Tietz  <ktietz (a] redhat.com>
   3590   1.1.1.3    mrg 
   3591   1.1.1.3    mrg 	PR target/55445
   3592   1.1.1.3    mrg 	* unwind-c.c (__SEH__): Make sure SjLj isn't active.
   3593   1.1.1.3    mrg 	* unwind-generic.h: Likewise.
   3594   1.1.1.3    mrg 	* unwind-seh.c: Likewise.
   3595   1.1.1.3    mrg 
   3596   1.1.1.3    mrg 2012-11-28  Richard Henderson  <rth (a] redhat.com>
   3597   1.1.1.3    mrg 
   3598   1.1.1.3    mrg 	PR libgcc/48076
   3599   1.1.1.3    mrg 	* emutls.c (__emutls_get_address): Avoid race condition between
   3600   1.1.1.3    mrg 	obj->loc.offset read and emutls_key initialization.
   3601   1.1.1.3    mrg 
   3602   1.1.1.3    mrg 2012-11-22  Georg-Johann Lay  <avr (a] gjlay.de>
   3603   1.1.1.3    mrg 
   3604   1.1.1.3    mrg 	Adjust decimal point of signed accum mode to GCC default.
   3605   1.1.1.3    mrg 
   3606   1.1.1.3    mrg 	PR target/54222
   3607   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _fractsfsq _fractsfusq,
   3608   1.1.1.3    mrg 	_divqq_helper.
   3609   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S (__fractqqsf, __fracthqsf)
   3610   1.1.1.3    mrg 	(__fractsasf, __fractsfha, __fractusqsf, __fractsfsa)
   3611   1.1.1.3    mrg 	(__mulha3, __mulsa3)
   3612   1.1.1.3    mrg 	(__divqq3, __divha3, __divsa3): Adjust to new position of
   3613   1.1.1.3    mrg 	decimal point of signed accum types.
   3614   1.1.1.3    mrg 
   3615   1.1.1.3    mrg 	(__mulusa3_round): New function.
   3616   1.1.1.3    mrg 	(__mulusa3): Use it.
   3617   1.1.1.3    mrg 	(__divqq_helper): New function.
   3618   1.1.1.3    mrg 	(__udivuqq3): Use it.
   3619   1.1.1.3    mrg 
   3620   1.1.1.3    mrg 2012-11-20  Jakub Jelinek  <jakub (a] redhat.com>
   3621   1.1.1.3    mrg 
   3622   1.1.1.3    mrg 	PR bootstrap/55370
   3623   1.1.1.3    mrg 	* libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
   3624   1.1.1.3    mrg 
   3625   1.1.1.3    mrg 2012-11-18  Teresa Johnson  <tejohnson (a] google.com>
   3626   1.1.1.3    mrg 
   3627   1.1.1.3    mrg 	PR bootstrap/55051
   3628   1.1.1.3    mrg 	* libgcov.c (gcov_exit): Remove merged program summary
   3629   1.1.1.3    mrg 	comparison unless !GCOV_LOCKED.
   3630   1.1.1.3    mrg 
   3631  1.1.1.12    mrg 2012-11-15  Marcus Shawcroft  <marcus.shawcroft (a] arm.com>
   3632   1.1.1.3    mrg 
   3633   1.1.1.3    mrg 	* soft-fp: Updated from glibc upstream.
   3634   1.1.1.3    mrg 
   3635   1.1.1.3    mrg 2012-11-06  Ian Lance Taylor  <iant (a] google.com>
   3636   1.1.1.3    mrg 
   3637   1.1.1.3    mrg 	* generic-morestack.c (__generic_morestack): Align the returned
   3638   1.1.1.3    mrg 	stack pointer to a 32 byte boundary.
   3639   1.1.1.3    mrg 	* config/i386/morestack.S (__morestack_non_split) [32-bit]: Don't
   3640   1.1.1.3    mrg 	increment the return address until we have decided that we don't
   3641   1.1.1.3    mrg 	have a varargs function.
   3642   1.1.1.3    mrg 	(__morestack) [32-bit]: Align stack correctly when calling C
   3643   1.1.1.3    mrg 	functions.
   3644   1.1.1.3    mrg 	(__morestack) [64-bit]: Likewise.
   3645   1.1.1.3    mrg 
   3646   1.1.1.3    mrg 2012-11-04  Thomas Schwinge  <thomas (a] codesourcery.com>
   3647   1.1.1.3    mrg 
   3648   1.1.1.3    mrg 	* configure: Regenerate.
   3649   1.1.1.3    mrg 
   3650   1.1.1.3    mrg 2012-11-02  Uros Bizjak  <ubizjak (a] gmail.com>
   3651   1.1.1.3    mrg 
   3652   1.1.1.3    mrg 	PR target/55175
   3653   1.1.1.3    mrg 	* config/i386/sfp-exceptions.c: Guard with _SOFT_FLOAT.
   3654   1.1.1.3    mrg 	* config/i386/sfp-machine.h: Guard exception handling
   3655   1.1.1.3    mrg 	code with _SOFT_FLOAT.
   3656   1.1.1.3    mrg 	* config/i386/32/sfp-machine.h: Guard rounding handling
   3657   1.1.1.3    mrg 	code with _SOFT_FLOAT.
   3658   1.1.1.3    mrg 	* config/i386/64/sfp-machine.h: Ditto.
   3659   1.1.1.3    mrg 
   3660   1.1.1.3    mrg 2012-10-31  Joel Sherrill  <joel.sherrill (a] oarcorp.com>
   3661   1.1.1.3    mrg 
   3662   1.1.1.3    mrg 	* config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
   3663   1.1.1.3    mrg 	as extra_parts.
   3664   1.1.1.3    mrg 
   3665   1.1.1.3    mrg 2012-10-26  Uros Bizjak  <ubizjak (a] gmail.com>
   3666   1.1.1.3    mrg 
   3667   1.1.1.3    mrg 	* config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
   3668   1.1.1.3    mrg 	Clear only fxsave.mxcsr_mask.  Use saved mxcsr from fxsave structure
   3669   1.1.1.3    mrg 	when appropriate.  Correct structure element types.
   3670   1.1.1.3    mrg 	* config/i386/t-crtfm (crtfastmath.o): Compile with -mfxsr, remove
   3671   1.1.1.3    mrg 	-minline-all-stringops from compile flags.
   3672   1.1.1.3    mrg 
   3673  1.1.1.12    mrg 2012-10-25  Ralf Corspius  <ralf.corsepius (a] rtems.org>
   3674   1.1.1.3    mrg 
   3675   1.1.1.3    mrg 	* config.host (sparc64-*-rtems*): Remove sparc/t-elf.
   3676   1.1.1.3    mrg 
   3677  1.1.1.12    mrg 2012-10-25  Ralf Corspius  <ralf.corsepius (a] rtems.org>
   3678   1.1.1.3    mrg 
   3679   1.1.1.3    mrg 	* config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
   3680   1.1.1.3    mrg 
   3681   1.1.1.3    mrg 2012-10-25  Sebastian Huber  <sebastian.huber (a] embedded-brains.de>
   3682   1.1.1.3    mrg 
   3683   1.1.1.3    mrg 	* config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
   3684   1.1.1.3    mrg 	tmake_file.
   3685   1.1.1.3    mrg 
   3686   1.1.1.3    mrg 2012-10-23  Ian Bolton  <ian.bolton (a] arm.com>
   3687   1.1.1.3    mrg 	    Jim MacArthur  <jim.macarthur (a] arm.com>
   3688   1.1.1.3    mrg 	    Marcus Shawcroft  <marcus.shawcroft (a] arm.com>
   3689   1.1.1.3    mrg 	    Nigel Stephens  <nigel.stephens (a] arm.com>
   3690   1.1.1.3    mrg 	    Ramana Radhakrishnan  <ramana.radhakrishnan (a] arm.com>
   3691   1.1.1.3    mrg 	    Richard Earnshaw  <rearnsha (a] arm.com>
   3692   1.1.1.3    mrg 	    Sofiane Naci  <sofiane.naci (a] arm.com>
   3693   1.1.1.3    mrg 	    Stephen Thomas  <stephen.thomas (a] arm.com>
   3694   1.1.1.3    mrg 	    Tejas Belagod  <tejas.belagod (a] arm.com>
   3695   1.1.1.3    mrg 	    Yufeng Zhang  <yufeng.zhang (a] arm.com>
   3696   1.1.1.3    mrg 
   3697   1.1.1.3    mrg 	* config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
   3698   1.1.1.3    mrg 	* config/aarch64/crti.S: New file.
   3699   1.1.1.3    mrg 	* config/aarch64/crtn.S: New file.
   3700   1.1.1.3    mrg 	* config/aarch64/linux-unwind.h: New file.
   3701   1.1.1.3    mrg 	* config/aarch64/sfp-machine.h: New file.
   3702   1.1.1.3    mrg 	* config/aarch64/sync-cache.c: New file.
   3703   1.1.1.3    mrg 	* config/aarch64/t-aarch64: New file.
   3704   1.1.1.3    mrg 	* config/aarch64/t-softfp: New file.
   3705   1.1.1.3    mrg 
   3706   1.1.1.3    mrg 2012-10-21  Hans-Peter Nilsson  <hp (a] bitrange.com>
   3707   1.1.1.3    mrg 
   3708   1.1.1.3    mrg 	* config/mmix/crti.S: Mark program and data addresses using PRELD.
   3709   1.1.1.3    mrg 	Remove typo'd and unnecessary alignment-LOC for .data.  Remove
   3710   1.1.1.3    mrg 	no-longer-needed LDBU insns.
   3711   1.1.1.3    mrg 
   3712  1.1.1.12    mrg 2012-10-18  Sebastian Huber  <sebastian.huber (a] embedded-brains.de>
   3713   1.1.1.3    mrg 
   3714   1.1.1.3    mrg 	* config.host
   3715   1.1.1.3    mrg 	(arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
   3716   1.1.1.3    mrg 	"arm*-*-rtemseabi*" to "arm*-*-rtems*".
   3717   1.1.1.3    mrg 
   3718   1.1.1.3    mrg 2012-10-17  Matthew Gretton-Dann  <matthew.gretton-dann (a] arm.com>
   3719   1.1.1.3    mrg 
   3720   1.1.1.3    mrg 	* config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A.
   3721   1.1.1.3    mrg 
   3722   1.1.1.3    mrg 2012-10-15  Matthias Klose  <doko (a] ubuntu.com>
   3723   1.1.1.3    mrg 
   3724   1.1.1.3    mrg 	* config.host: Match arm*-*-linux-* for ARM Linux/GNU.
   3725   1.1.1.3    mrg 
   3726   1.1.1.3    mrg 2012-10-15  Pavel Chupin  <pavel.v.chupin (a] intel.com>
   3727   1.1.1.3    mrg 
   3728   1.1.1.3    mrg 	* configure: Regenerate.
   3729   1.1.1.3    mrg 	* configure.ac: Replace code with GCC_AC_THREAD_HEADER use.
   3730   1.1.1.3    mrg 
   3731   1.1.1.3    mrg 2012-10-10  Uros Bizjak  <ubizjak (a] gmail.com>
   3732   1.1.1.3    mrg 
   3733   1.1.1.3    mrg 	* config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE
   3734   1.1.1.3    mrg 	instructions for 64bit targets only.
   3735   1.1.1.3    mrg 
   3736   1.1.1.3    mrg 2012-10-10  Uros Bizjak  <ubizjak (a] gmail.com>
   3737   1.1.1.3    mrg 
   3738   1.1.1.3    mrg 	* config/i386/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
   3739   1.1.1.3    mrg 	FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX): Move to ...
   3740   1.1.1.3    mrg 	* config/i386/32/sfp-machine.h: ... here.
   3741   1.1.1.3    mrg 	* config/i386/64/sfp-machine.h (FP_RND_NEAREST, FP_RND_ZERO,
   3742   1.1.1.3    mrg 	FP_RND_PINF, FP_RND_MINF, FP_RND_MASK, FP_INIT_ROUNDMODE, _FP_DECL_EX):
   3743   1.1.1.3    mrg 	New defines.
   3744   1.1.1.3    mrg 
   3745   1.1.1.3    mrg 2012-10-07  Matthias Klose  <doko (a] ubuntu.com>
   3746   1.1.1.3    mrg 
   3747   1.1.1.3    mrg 	* config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
   3748   1.1.1.3    mrg 	as unused.
   3749   1.1.1.3    mrg 	(_Unwind_decode_typeinfo_ptr): Mark base as unused.
   3750   1.1.1.3    mrg 
   3751   1.1.1.3    mrg 2012-10-06  Mark Kettenis  <kettenis (a] openbsd.org>
   3752   1.1.1.3    mrg 
   3753   1.1.1.3    mrg 	* config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
   3754   1.1.1.3    mrg 	* unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
   3755   1.1.1.3    mrg 	(USE_PT_GNU_EH_FRAME): Define for OpenBSD.
   3756   1.1.1.3    mrg 	(ElfW): Likewise.
   3757   1.1.1.3    mrg 
   3758   1.1.1.3    mrg 2012-10-05  Jonathan Wakely  <jwakely.gcc (a] gmail.com>
   3759   1.1.1.3    mrg 
   3760   1.1.1.3    mrg 	PR other/53889
   3761   1.1.1.3    mrg 	* config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
   3762   1.1.1.3    mrg 	Fix parameter names.
   3763   1.1.1.3    mrg 
   3764   1.1.1.3    mrg 2012-10-04  Oleg Endo  <olegendo (a] gcc.gnu.org>
   3765   1.1.1.3    mrg 
   3766   1.1.1.3    mrg 	PR target/33135
   3767   1.1.1.3    mrg 	* config/sh/t-sh (HOST_LIBGCC2_CFLAGS): Delete.
   3768   1.1.1.3    mrg 	* config/sh/t-netbsd (HOST_LIBGCC2_CFLAGS): Delete.
   3769   1.1.1.3    mrg 	* config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Remove mieee option.
   3770   1.1.1.3    mrg 
   3771   1.1.1.3    mrg 2012-10-03  Oleg Endo  <olegendo (a] gcc.gnu.org>
   3772   1.1.1.3    mrg 
   3773   1.1.1.3    mrg 	PR target/50457
   3774   1.1.1.3    mrg 	* config/sh/linux-atomic.S: Delete.
   3775   1.1.1.3    mrg 	* config/sh/linux-atomic.c: New.
   3776   1.1.1.3    mrg 	* config/sh/t-linux (LIB2ADD): Replace linux-atomic.S with
   3777   1.1.1.3    mrg 	linux-atomic.c.  Add cflags to disable warnings.
   3778   1.1.1.3    mrg 
   3779   1.1.1.3    mrg 2012-10-02  Jonathan Wakely  <jwakely.gcc (a] gmail.com>
   3780   1.1.1.3    mrg 
   3781   1.1.1.3    mrg 	PR other/53889
   3782   1.1.1.3    mrg 	* gthr.h (__gthread_recursive_mutex_destroy): Document new required
   3783   1.1.1.3    mrg 	function.
   3784   1.1.1.3    mrg 	* gthr-posix.h (__gthread_recursive_mutex_destroy): Define.
   3785   1.1.1.3    mrg 	* gthr-single.h (__gthread_recursive_mutex_destroy): Likewise.
   3786   1.1.1.3    mrg 	* config/gthr-rtems.h (__gthread_recursive_mutex_destroy): Likewise.
   3787   1.1.1.3    mrg 	* config/gthr-vxworks.h (__gthread_recursive_mutex_destroy): Likewise.
   3788   1.1.1.3    mrg 	* config/i386/gthr-win32.c (__gthread_win32_recursive_mutex_destroy):
   3789   1.1.1.3    mrg 	Likewise.
   3790   1.1.1.3    mrg 	* config/i386/gthr-win32.h (__gthread_recursive_mutex_destroy):
   3791   1.1.1.3    mrg 	Likewise.
   3792   1.1.1.3    mrg 	* config/mips/gthr-mipssde.h (__gthread_recursive_mutex_destroy):
   3793   1.1.1.3    mrg 	Likewise.
   3794   1.1.1.3    mrg 	* config/pa/gthr-dce.h (__gthread_recursive_mutex_destroy): Likewise.
   3795   1.1.1.3    mrg 	* config/s390/gthr-tpf.h (__gthread_recursive_mutex_destroy): Likewise.
   3796   1.1.1.3    mrg 
   3797   1.1.1.3    mrg 2012-09-19  Mark Kettenis  <kettenis (a] openbsd.org>
   3798   1.1.1.3    mrg 
   3799   1.1.1.3    mrg 	* config.host (hppa-*-openbsd*): New target.
   3800   1.1.1.3    mrg 	* config/pa/t-openbsd: New file.
   3801   1.1.1.3    mrg 
   3802   1.1.1.3    mrg 2012-09-15  Georg-Johann Lay  <avr (a] gjlay.de>
   3803   1.1.1.3    mrg 
   3804   1.1.1.3    mrg 	PR target/54222
   3805   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S (__ssneg_2, __ssabs_2, __ssneg_4,
   3806   1.1.1.3    mrg 	__ssabs_4, __clr_8, __ssneg_8, __ssabs_8,
   3807   1.1.1.3    mrg 	__usadd_8, __ussub_8, __ssadd_8, __sssub_8): New functions.
   3808   1.1.1.3    mrg 	(__divsa3): Use __negsi2 to negate r_quoL.
   3809   1.1.1.3    mrg 	* config/avr/lib1funcs.S (FALIAS): New macro.
   3810   1.1.1.3    mrg 	(__divmodsi4): Break out and use __divmodsi4_neg1 as...
   3811   1.1.1.3    mrg 	(__negsi2): ...this new function.
   3812   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _negsi2, _clr_8,
   3813   1.1.1.3    mrg 	_ssneg_2, _ssneg_4, _ssneg_8, _ssabs_2, _ssabs_4,
   3814   1.1.1.3    mrg 	_ssabs_8, _ssadd_8, _sssub_8, _usadd_8, _ussub_8.
   3815   1.1.1.3    mrg 	(LIB2FUNCS_EXCLUDE): Fix typo for _add _sub.
   3816   1.1.1.3    mrg 	Add: _ssadd*, _sssub*, _ssneg*, _ssabs* for signed fixed modes.
   3817   1.1.1.3    mrg 	Add: _usadd*, _ussub*, _usneg* for unsigned fixed modes.
   3818   1.1.1.3    mrg 
   3819   1.1.1.3    mrg 2012-09-10  Oleg Endo  <olegendo (a] gcc.gnu.org>
   3820   1.1.1.3    mrg 
   3821   1.1.1.3    mrg 	PR target/54089
   3822   1.1.1.3    mrg 	* config/sh/lib1funcs.S (ashlsi3): Reimplement as ashlsi3_r0.
   3823   1.1.1.3    mrg 	(lshrsi3): Reimplement as lshrsi3_r0.
   3824   1.1.1.3    mrg 
   3825   1.1.1.3    mrg 2012-09-10  Andreas Schwab  <schwab (a] linux-m68k.org>
   3826   1.1.1.3    mrg 
   3827   1.1.1.3    mrg 	PR target/46191
   3828   1.1.1.3    mrg 	* config/t-slibgcc-libgcc (SHLIB_MAKE_SOLINK): Use -lgcc instead
   3829   1.1.1.3    mrg 	of libgcc.a.
   3830   1.1.1.3    mrg 
   3831   1.1.1.3    mrg 2012-09-07  Teresa Johnson  <tejohnson (a] google.com>
   3832   1.1.1.3    mrg 
   3833   1.1.1.3    mrg 	PR gcov-profile/54487
   3834   1.1.1.3    mrg 	* libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
   3835   1.1.1.3    mrg 	differences.
   3836   1.1.1.3    mrg 
   3837   1.1.1.3    mrg 2012-09-05  Georg-Johann Lay  <avr (a] gjlay.de>
   3838   1.1.1.3    mrg 
   3839   1.1.1.3    mrg 	PR target/54461
   3840   1.1.1.3    mrg 	* config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
   3841   1.1.1.3    mrg 	not configured --with-avrlibc=no.
   3842   1.1.1.3    mrg 	* config/avr/t-avrlibc: New file.
   3843   1.1.1.3    mrg 	* Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
   3844   1.1.1.3    mrg 	(DPBIT_FUNCS): Ditto.
   3845   1.1.1.3    mrg 	(TPBIT_FUNCS): Ditto.
   3846   1.1.1.3    mrg 
   3847   1.1.1.3    mrg 2012-09-04  Teresa Johnson  <tejohnson (a] google.com>
   3848   1.1.1.3    mrg 
   3849   1.1.1.3    mrg 	* libgcov.c (struct gcov_summary_buffer): New structure.
   3850   1.1.1.3    mrg 	(gcov_histogram_insert): New function.
   3851   1.1.1.3    mrg 	(gcov_compute_histogram): Ditto.
   3852   1.1.1.3    mrg 	(gcov_exit): Invoke gcov_compute_histogram, and perform merging of
   3853   1.1.1.3    mrg 	histograms during summary merging.
   3854   1.1.1.3    mrg 
   3855   1.1.1.3    mrg 2012-09-01  Mark Kettenis  <kettenis (a] openbsd.org>
   3856   1.1.1.3    mrg 
   3857   1.1.1.3    mrg 	* config.host (x86_64-*-openbsd*): New target.
   3858   1.1.1.3    mrg 
   3859   1.1.1.3    mrg 2012-08-29  Chung-Lin Tang  <cltang (a] codesourcery.com>
   3860   1.1.1.3    mrg 
   3861   1.1.1.3    mrg 	* config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
   3862   1.1.1.3    mrg 	attribute.
   3863   1.1.1.3    mrg 
   3864   1.1.1.3    mrg 2012-08-24  Georg-Johann Lay  <avr (a] gjlay.de>
   3865   1.1.1.3    mrg 
   3866   1.1.1.3    mrg 	PR target/54222
   3867   1.1.1.3    mrg 	* config/avr/t-avr (conv_X): Rename to func_X.
   3868   1.1.1.3    mrg 
   3869   1.1.1.3    mrg 2012-08-24  Georg-Johann Lay  <avr (a] gjlay.de>
   3870   1.1.1.3    mrg 
   3871   1.1.1.3    mrg 	PR target/54222
   3872   1.1.1.3    mrg 	* config/avr/lib1funcs-fixed.S: New file.
   3873   1.1.1.3    mrg 	* config/avr/lib1funcs.S: Include it.  Undefine some divmodsi
   3874   1.1.1.3    mrg 	after they are used.
   3875   1.1.1.3    mrg 	(neg2, neg4): New macros.
   3876   1.1.1.3    mrg 	(__mulqihi3,__umulqihi3,__mulhi3): Rewrite non-MUL variants.
   3877   1.1.1.3    mrg 	(__mulhisi3,__umulhisi3,__mulsi3): Rewrite non-MUL variants.
   3878   1.1.1.3    mrg 	(__umulhisi3): Speed up MUL variant if there is enough flash.
   3879   1.1.1.3    mrg 	* config/avr/avr-lib.h (TA, UTA): Adjust according to gcc's
   3880   1.1.1.3    mrg 	avr-modes.def.
   3881   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add: _fractqqsf, _fractuqqsf,
   3882   1.1.1.3    mrg 	_fracthqsf, _fractuhqsf, _fracthasf, _fractuhasf, _fractsasf,
   3883   1.1.1.3    mrg 	_fractusasf, _fractsfqq, _fractsfuqq, _fractsfhq, _fractsfuhq,
   3884   1.1.1.3    mrg 	_fractsfha, _fractsfsa, _mulqq3, _muluqq3, _mulhq3, _muluhq3,
   3885   1.1.1.3    mrg 	_mulha3, _muluha3, _mulsa3, _mulusa3, _divqq3, _udivuqq3, _divhq3,
   3886   1.1.1.3    mrg 	_udivuhq3, _divha3, _udivuha3, _divsa3, _udivusa3.
   3887   1.1.1.3    mrg 	(LIB2FUNCS_EXCLUDE): Add supported functions.
   3888   1.1.1.3    mrg 
   3889   1.1.1.3    mrg 2012-08-22  Georg-Johann Lay  <avr (a] gjlay.de>
   3890   1.1.1.3    mrg 
   3891   1.1.1.3    mrg 	* Makefile.in (fixed-funcs,fixed-conv-funcs): filter-out
   3892   1.1.1.3    mrg 	LIB2FUNCS_EXCLUDE before adding them to libgcc-objects,
   3893   1.1.1.3    mrg 	libgcc-s-objects.
   3894   1.1.1.3    mrg 	* fixed-obj.mk: Only expand dependency if $o is not in
   3895   1.1.1.3    mrg 	LIB2FUNCS_EXCLUDE.
   3896   1.1.1.3    mrg 
   3897   1.1.1.3    mrg 2012-08-22  H.J. Lu  <hongjiu.lu (a] intel.com>
   3898   1.1.1.3    mrg 
   3899   1.1.1.3    mrg 	* config/i386/t-linux (HOST_LIBGCC2_CFLAGS): New.
   3900   1.1.1.3    mrg 
   3901   1.1.1.3    mrg 2012-08-22  Joseph Myers  <joseph (a] codesourcery.com>
   3902   1.1.1.3    mrg 
   3903   1.1.1.3    mrg 	* Makefile.in (vis_hide, gen-hide-list): Do not make definitions
   3904   1.1.1.3    mrg 	depend on --enable-shared.
   3905   1.1.1.3    mrg 	($(lib1asmfuncs-o)): Use %.vis files independent of
   3906   1.1.1.3    mrg 	--enable-shared.
   3907   1.1.1.3    mrg 	* static-object.mk ($(base)$(objext), $(base).vis)
   3908   1.1.1.3    mrg 	($(base)_s$(objext)): Use same rules for visibility handling as in
   3909   1.1.1.3    mrg 	shared-object.mk.
   3910   1.1.1.3    mrg 
   3911   1.1.1.3    mrg 2012-08-21  Ian Lance Taylor  <iant (a] google.com>
   3912   1.1.1.3    mrg 
   3913   1.1.1.3    mrg 	* config/i386/morestack.S (__morestack_non_split): Increase amount
   3914   1.1.1.3    mrg 	of space allocated for non-split code stack.
   3915   1.1.1.3    mrg 
   3916   1.1.1.3    mrg 2012-08-19  Joseph Myers  <joseph (a] codesourcery.com>
   3917   1.1.1.3    mrg 
   3918   1.1.1.3    mrg 	* crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc
   3919   1.1.1.3    mrg 	even if inhibit_libc.
   3920   1.1.1.3    mrg 
   3921   1.1.1.3    mrg 2012-08-17  Julian Brown  <julian (a] codesourcery.com>
   3922   1.1.1.3    mrg 
   3923   1.1.1.3    mrg 	* Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
   3924   1.1.1.3    mrg 	-fexceptions -fnon-call-exceptions if not defined.
   3925   1.1.1.3    mrg 	($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
   3926   1.1.1.3    mrg 	* config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.
   3927   1.1.1.3    mrg 
   3928   1.1.1.3    mrg 2012-08-17  Andreas Schwab  <schwab (a] linux-m68k.org>
   3929   1.1.1.3    mrg 
   3930   1.1.1.3    mrg 	* config/m68k/linux-atomic.c (__sync_lock_test_and_set_1): Fix
   3931   1.1.1.3    mrg 	type.
   3932   1.1.1.3    mrg 
   3933   1.1.1.3    mrg 2012-08-16  David Edelsohn  <dje.gcc (a] gmail.com>
   3934   1.1.1.3    mrg 
   3935   1.1.1.3    mrg 	* config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
   3936   1.1.1.3    mrg 	rs6000/t-slibgcc-aix.
   3937   1.1.1.3    mrg 
   3938   1.1.1.3    mrg 2012-08-15  Segher Boessenkool  <segher (a] kernel.crashing.org>
   3939   1.1.1.3    mrg 
   3940   1.1.1.3    mrg 	* longlong.h: (powerpc): Delete _ARCH_PWR and _ARCH_COM handling.
   3941   1.1.1.3    mrg 
   3942   1.1.1.3    mrg 2012-08-15  Segher Boessenkool  <segher (a] kernel.crashing.org>
   3943   1.1.1.3    mrg 
   3944   1.1.1.3    mrg 	* longlong.h: (whole file, powerpc): Adjust to single assembler syntax.
   3945   1.1.1.3    mrg 
   3946   1.1.1.3    mrg 2012-08-03  H.J. Lu  <hongjiu.lu (a] intel.com>
   3947   1.1.1.3    mrg 
   3948   1.1.1.3    mrg 	PR driver/54171
   3949   1.1.1.3    mrg 	* Makefile.in (version): Replace top_srcdir with srcdir.
   3950   1.1.1.3    mrg 
   3951   1.1.1.3    mrg 2012-08-03  Jonathan Yong  <jon_y (a] users.sourceforge.net>
   3952   1.1.1.3    mrg 
   3953   1.1.1.3    mrg 	* Makefile.in (version): set to BASE-VER file from gcc directory.
   3954   1.1.1.3    mrg 
   3955   1.1.1.3    mrg 2012-08-01  Nick Clifton  <nickc (a] redhat.com>
   3956   1.1.1.3    mrg 
   3957   1.1.1.3    mrg 	* config/m32c/lib2funcs.c (__clrsbhi2): New function.
   3958   1.1.1.3    mrg 	Implements __clrsb for an HImode argument.
   3959   1.1.1.3    mrg 
   3960   1.1.1.3    mrg 2012-07-31  Nick Clifton  <nickc (a] redhat.com>
   3961   1.1.1.3    mrg 
   3962   1.1.1.3    mrg 	* config/stormy16/lib2funcs.c (__clrsbhi2): New function.
   3963   1.1.1.3    mrg 	Implements __clrsb for an HImode argument.
   3964   1.1.1.3    mrg 	* config/stormy16/clrsbhi2.c: New file:
   3965   1.1.1.3    mrg 	* config/stormy16/t-stormy16 (LIB2ADD): Add clrsbhi2.c.
   3966   1.1.1.3    mrg 
   3967   1.1.1.3    mrg 2012-07-22  Steven Bosscher  <steven (a] gcc.gnu.org>
   3968   1.1.1.3    mrg 
   3969   1.1.1.3    mrg 	* libgcov.c (__gcov_ior_profiler): Benign comment fix.
   3970   1.1.1.3    mrg 
   3971   1.1.1.3    mrg 2012-07-19  Tristan Gingold  <gingold (a] adacore.com>
   3972   1.1.1.3    mrg 	    Richard Henderson  <rth (a] redhat.com>
   3973   1.1.1.3    mrg 
   3974   1.1.1.3    mrg 	* unwind-seh.c: New file.
   3975   1.1.1.3    mrg 	* unwind-generic.h: Include windows.h for SEH.
   3976   1.1.1.3    mrg 	(_Unwind_Exception): Use 6 private fields for SEH.
   3977   1.1.1.3    mrg 	(_GCC_specific_handler): Declare.
   3978   1.1.1.3    mrg 	* unwind-c.c (__gcc_personality_seh0): New function.
   3979   1.1.1.3    mrg 	Adjust for SEH.
   3980   1.1.1.3    mrg 	* config/i386/libgcc-cygming.ver: New file.
   3981   1.1.1.3    mrg 	* config/i386/t-seh-eh: New file.
   3982   1.1.1.3    mrg 	* config.host (x86_64-*-mingw*): Default to seh.
   3983   1.1.1.3    mrg 
   3984   1.1.1.3    mrg 2012-07-14  Steven Bosscher  <steven (a] gcc.gnu.org>
   3985   1.1.1.3    mrg 
   3986   1.1.1.3    mrg 	* config/t-darwin (crt3.0): Remove work-around for fixed PR26840.
   3987   1.1.1.3    mrg 
   3988   1.1.1.3    mrg 2012-06-17  Uros Bizjak  <ubizjak (a] gmail.com>
   3989   1.1.1.3    mrg 
   3990   1.1.1.3    mrg 	* config/i386/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use
   3991   1.1.1.3    mrg 	__builtin_expect when checking for exceptions.
   3992   1.1.1.3    mrg 	* config/ia64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Ditto.
   3993   1.1.1.3    mrg 
   3994   1.1.1.3    mrg 2012-06-13  Uros Bizjak  <ubizjak (a] gmail.com>
   3995   1.1.1.3    mrg 
   3996   1.1.1.3    mrg 	* config/ia64/sfp-machine.h (__sfp_handle_exceptions): New
   3997   1.1.1.3    mrg 	function declaration.
   3998   1.1.1.3    mrg 	(FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
   3999   1.1.1.3    mrg 	(FP_RND_MASK): New.
   4000   1.1.1.3    mrg 	* config/ia64/sfp-exceptions.c: New.
   4001   1.1.1.3    mrg 	* config/ia64/t-softfp (LIB2ADD): Add sfp-exceptions.c.
   4002   1.1.1.3    mrg 
   4003   1.1.1.3    mrg 2012-06-13  Uros Bizjak  <ubizjak (a] gmail.com>
   4004   1.1.1.3    mrg 
   4005   1.1.1.3    mrg 	* config/i386/32/sfp-machine.h (_FP_NANSIGN_S, _FP_NANSIGN_D,
   4006   1.1.1.3    mrg 	_FP_NANSIGN_E, _FP_NANSIGN_Q): Move ...
   4007   1.1.1.3    mrg 	* config/i386/64/sfp-machine: ... (delete here) ...
   4008   1.1.1.3    mrg 	* config/i386/sfp-machine.h: ... to here.
   4009   1.1.1.3    mrg 	(FP_EX_MASK): Remove.
   4010   1.1.1.3    mrg 	(FP_RND_MASK): New.
   4011   1.1.1.3    mrg 	(FP_INIT_ROUNDMODE): Declare asm as volatile.
   4012   1.1.1.3    mrg 
   4013   1.1.1.3    mrg 2012-06-11  Sriraman Tallam  <tmsriram (a] google.com>
   4014   1.1.1.3    mrg 
   4015   1.1.1.3    mrg 	* config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
   4016   1.1.1.3    mrg 	* config/i386/libgcc-sol2.ver: Ditto.
   4017   1.1.1.3    mrg 	* config/i386/libgcc-glibc.ver: Ditto.
   4018   1.1.1.3    mrg 
   4019   1.1.1.3    mrg 2012-06-11  Roland McGrath  <mcgrathr (a] google.com>
   4020   1.1.1.3    mrg 
   4021   1.1.1.3    mrg 	* gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
   4022   1.1.1.3    mrg 	If __GLIBC__ is defined, refer to __pthread_key_create instead of
   4023   1.1.1.3    mrg 	pthread_cancel.
   4024   1.1.1.3    mrg 
   4025   1.1.1.3    mrg 2012-06-09  Uros Bizjak  <ubizjak (a] gmail.com>
   4026   1.1.1.3    mrg 
   4027   1.1.1.3    mrg 	* config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
   4028   1.1.1.3    mrg 	_FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
   4029   1.1.1.3    mrg 	FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
   4030   1.1.1.3    mrg 	FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
   4031   1.1.1.3    mrg 	FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
   4032   1.1.1.3    mrg 	__LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
   4033   1.1.1.3    mrg 	* config/i386/64/sfp-machine: ... (delete here) ...
   4034   1.1.1.3    mrg 	* config/i386/sfp-machine.h: ... to here.
   4035   1.1.1.3    mrg 	(FP_EX_MASK): New.
   4036   1.1.1.3    mrg 	(__sfp_handle_exceptions): New function declaration.
   4037   1.1.1.3    mrg 	(FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
   4038   1.1.1.3    mrg 	* config/i386/sfp-exceptions.c: New.
   4039   1.1.1.3    mrg 	* config/i386/t-softfp: New.
   4040   1.1.1.3    mrg 	* config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
   4041   1.1.1.3    mrg 	i386/t-softfp to tmake_file.
   4042   1.1.1.3    mrg 
   4043   1.1.1.3    mrg 2012-06-03  David S. Miller  <davem (a] davemloft.net>
   4044   1.1.1.3    mrg 
   4045   1.1.1.3    mrg 	* longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
   4046   1.1.1.3    mrg 	change.
   4047   1.1.1.3    mrg 
   4048   1.1.1.3    mrg 2012-05-31  David S. Miller  <davem (a] davemloft.net>
   4049   1.1.1.3    mrg 
   4050   1.1.1.3    mrg 	* longlong.h [SPARC] (umul_ppmm, udiv_qrnnd): Use hardware integer
   4051   1.1.1.3    mrg 	multiply and divide instructions on 32-bit when V9.
   4052   1.1.1.3    mrg 	(add_ssaaaa, sub_ddmmss): Convert to branchless code on 64-bit.
   4053   1.1.1.3    mrg 
   4054   1.1.1.3    mrg 2012-05-29  Joseph Myers  <joseph (a] codesourcery.com>
   4055   1.1.1.3    mrg 
   4056   1.1.1.3    mrg 	* config/arm/ieee754-df.S: Fix typos.
   4057   1.1.1.3    mrg 	* config/arm/ieee754-sf.S: Fix typos.
   4058   1.1.1.3    mrg 	* config/c6x/libunwind.S: Fix typos.
   4059   1.1.1.3    mrg 	* config/epiphany/udivsi3-float.c: Fix typos.
   4060   1.1.1.3    mrg 	* config/microblaze/muldi3_hard.S: Fix typos.
   4061   1.1.1.3    mrg 	* config/picochip/adddi3.S: Fix typos.
   4062   1.1.1.3    mrg 	* config/picochip/ashlsi3.S: Fix typos.
   4063   1.1.1.3    mrg 	* config/picochip/ashrsi3.S: Fix typos.
   4064   1.1.1.3    mrg 	* config/picochip/clzsi2.S: Fix typos.
   4065   1.1.1.3    mrg 	* config/picochip/cmpsi2.S: Fix typos.
   4066   1.1.1.3    mrg 	* config/picochip/divmod15.S: Fix typos.
   4067   1.1.1.3    mrg 	* config/picochip/divmodhi4.S: Fix typos.
   4068   1.1.1.3    mrg 	* config/picochip/divmodsi4.S: Fix typos.
   4069   1.1.1.3    mrg 	* config/picochip/longjmp.S: Fix typos.
   4070   1.1.1.3    mrg 	* config/picochip/lshrsi3.S: Fix typos.
   4071   1.1.1.3    mrg 	* config/picochip/parityhi2.S: Fix typos.
   4072   1.1.1.3    mrg 	* config/picochip/popcounthi2.S: Fix typos.
   4073   1.1.1.3    mrg 	* config/picochip/setjmp.S: Fix typos.
   4074   1.1.1.3    mrg 	* config/picochip/subdi3.S: Fix typos.
   4075   1.1.1.3    mrg 	* config/picochip/ucmpsi2.S: Fix typos.
   4076   1.1.1.3    mrg 	* config/picochip/udivmodhi4.S: Fix typos.
   4077   1.1.1.3    mrg 	* config/picochip/udivmodsi4.S: Fix typos.
   4078   1.1.1.3    mrg 	* config/spu/divv2df3.c: Fix typos.
   4079   1.1.1.3    mrg 	* config/spu/mfc_multi_tag_release.c: Fix typos.
   4080   1.1.1.3    mrg 	* config/spu/mfc_tag_release.c: Fix typos.
   4081   1.1.1.3    mrg 	* configure.ac: Fix typos.
   4082   1.1.1.3    mrg 	* configure: Regenerate.
   4083   1.1.1.3    mrg 
   4084   1.1.1.3    mrg 2012-05-25  Ian Lance Taylor  <iant (a] google.com>
   4085   1.1.1.3    mrg 
   4086   1.1.1.3    mrg 	* config/i386/morestack.S (__morestack_non_split): Check whether
   4087   1.1.1.3    mrg 	caller is varargs and needs %bp to hold the stack frame on return.
   4088   1.1.1.3    mrg 
   4089   1.1.1.3    mrg 2012-05-25  Olivier Hainque  <hainque (a] adacore.com>
   4090   1.1.1.3    mrg 
   4091   1.1.1.3    mrg 	* config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
   4092   1.1.1.3    mrg 	sequence in the non pic case on VxWorks.
   4093   1.1.1.3    mrg 
   4094   1.1.1.3    mrg 2012-05-24  Olivier Hainque  <hainque (a] adacore.com>
   4095   1.1.1.3    mrg 
   4096   1.1.1.3    mrg 	* Makefile.in: Move dependency on install-unwind_h from
   4097   1.1.1.3    mrg 	"install-leaf" to "install".
   4098   1.1.1.3    mrg 
   4099   1.1.1.3    mrg 2012-05-24  Olivier Hainque  <hainque (a] adacore.com>
   4100   1.1.1.3    mrg 
   4101   1.1.1.3    mrg 	* Makefile.in (clean): Remove libgcc_tm.stamp as well.
   4102   1.1.1.3    mrg 	Use a separate command for stamp removals.
   4103   1.1.1.3    mrg 
   4104   1.1.1.3    mrg 2012-05-21  Andrew Pinski  <apinski (a] cavium.com>
   4105   1.1.1.3    mrg 
   4106   1.1.1.3    mrg 	PR bootstrap/53183
   4107   1.1.1.3    mrg 	* configure.ac: Define the default includes to being none.
   4108   1.1.1.3    mrg 	* configure: Regenerate.
   4109   1.1.1.3    mrg 
   4110   1.1.1.3    mrg 2012-05-16  Olivier Hainque  <hainque (a] adacore.com>
   4111   1.1.1.3    mrg 
   4112   1.1.1.3    mrg 	* Makefile.in (install-unwind_h): Rename into ...
   4113   1.1.1.3    mrg 	(install-unwind_h-forbuild): New target.
   4114   1.1.1.3    mrg 	(all): Use it instead of the former install-unwind_h.
   4115   1.1.1.3    mrg 	(install-unwind_h): Reinstate, copy to user install destination
   4116   1.1.1.3    mrg 	for include files, not to the internal gcc object directory one.
   4117   1.1.1.3    mrg 	(install-leaf): Depend on it.
   4118   1.1.1.3    mrg 
   4119   1.1.1.3    mrg 2012-05-15  Olivier Hainque  <hainque (a] adacore.com>
   4120   1.1.1.3    mrg 
   4121   1.1.1.3    mrg 	* config/rs6000/aix-unwind.h (*_REGNO): New, set of useful
   4122   1.1.1.3    mrg 	register numbers. LR_REGNO replaces R_LR.
   4123   1.1.1.3    mrg 	(ucontext_for): New, helper for ...
   4124   1.1.1.3    mrg 	(ppc_aix_fallback_frame_state): New, implementation for aix 5.2
   4125   1.1.1.3    mrg 	and 5.3 of ...
   4126   1.1.1.3    mrg 	(MD_FALLBACK_FRAME_STATE_FOR): Define for 32bit configurations.
   4127   1.1.1.3    mrg 
   4128   1.1.1.3    mrg 2012-05-10  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4129   1.1.1.3    mrg 
   4130   1.1.1.3    mrg 	* config.host (i[34567]86-*-linux*, x86_64-*-linux*)
   4131   1.1.1.3    mrg 	(i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu)
   4132   1.1.1.3    mrg 	(i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Move
   4133   1.1.1.3    mrg 	i386/t-cpuinfo ...
   4134   1.1.1.3    mrg 	(i[34567]86-*-*, x86_64-*-*): ... here.
   4135   1.1.1.3    mrg 
   4136   1.1.1.3    mrg 	* config/i386/libgcc-bsd.ver (GCC_4.8.0): New version.
   4137   1.1.1.3    mrg 	* config/i386/libgcc-sol2.ver (GCC_4.8.0): New version.
   4138   1.1.1.3    mrg 
   4139   1.1.1.3    mrg 	* config/i386/i386-cpuinfo.c: Rename to ...
   4140   1.1.1.3    mrg 	* config/i386/cpuinfo.c: ... this.
   4141   1.1.1.3    mrg 	* config/i386/t-cpuinfo (LIB2ADD): Reflect this.
   4142   1.1.1.3    mrg 
   4143   1.1.1.3    mrg 	* configure.ac (AC_CONFIG_HEADER): Call for auto-target.h.
   4144   1.1.1.3    mrg 	(libgcc_cv_init_priority): New test.
   4145   1.1.1.3    mrg 	* configure: Regenerate.
   4146   1.1.1.3    mrg 	* config.in: New file.
   4147   1.1.1.3    mrg 	* Makefile.in (clean): Rename config.h to auto-target.h.
   4148   1.1.1.3    mrg 	(config.h): Likewise.
   4149   1.1.1.3    mrg 	(stamp-h): Likewise.
   4150   1.1.1.3    mrg 
   4151   1.1.1.3    mrg 	* config/i386/cpuinfo.c (auto-target.h): Include.
   4152   1.1.1.3    mrg 	(CONSTRUCTOR_PRIORITY): Define.
   4153   1.1.1.3    mrg 	(__cpu_indicator_init): Use it.
   4154   1.1.1.3    mrg 
   4155   1.1.1.3    mrg 2012-05-09  H.J. Lu  <hongjiu.lu (a] intel.com>
   4156   1.1.1.3    mrg 
   4157   1.1.1.3    mrg 	* longlong.h: Use a URL instead of an FSF postal address.
   4158   1.1.1.3    mrg 	Replace spaces with tab.
   4159   1.1.1.3    mrg 
   4160   1.1.1.3    mrg 2012-05-08  Teresa Johnson  <tejohnson (a] google.com>
   4161   1.1.1.3    mrg 
   4162   1.1.1.3    mrg 	* libgcov.c (gcov_clear, __gcov_reset): New functions.
   4163   1.1.1.3    mrg 	(__gcov_dump): Ditto.
   4164   1.1.1.3    mrg 	(gcov_dump_complete): New global variable.
   4165   1.1.1.3    mrg 	(gcov_exit): Export hidden to enable use in L_gcov_dump.
   4166   1.1.1.3    mrg 	(__gcov_flush): Outline functionality now in gcov_clear.
   4167   1.1.1.3    mrg 	* Makefile.in (L_gcov_reset, L_gcov_dump): Define.
   4168   1.1.1.3    mrg 
   4169   1.1.1.3    mrg 2012-04-28  Aurelien Jarno  <aurelien (a] aurel32.net>
   4170   1.1.1.3    mrg 
   4171   1.1.1.3    mrg 	* config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
   4172   1.1.1.3    mrg 	(mips*-*-linux*): Include mips/t-tpbit when long double is
   4173   1.1.1.3    mrg 	16 bytes long.
   4174   1.1.1.3    mrg 
   4175   1.1.1.3    mrg 2012-04-25  Sriraman Tallam  <tmsriram (a] google.com>
   4176   1.1.1.3    mrg 
   4177   1.1.1.3    mrg 	* config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
   4178   1.1.1.3    mrg 	(get_available_features): New argument. Check for AVX2.
   4179   1.1.1.3    mrg 	(__cpu_indicator_init): Modify call to get_available_features.
   4180   1.1.1.3    mrg 
   4181   1.1.1.3    mrg 2012-04-25  Alan Modra  <amodra (a] gmail.com>
   4182   1.1.1.3    mrg 
   4183   1.1.1.3    mrg 	* config/rs6000/crtsavevr.S: New file.
   4184   1.1.1.3    mrg 	* config/rs6000/crtrestvr.S: New file.
   4185   1.1.1.3    mrg 	* config/rs6000/t-savresfgpr: Build the above.
   4186   1.1.1.3    mrg 	* config/rs6000/t-netbsd: Likewise.
   4187   1.1.1.3    mrg 
   4188   1.1.1.3    mrg 2012-04-24  Sriraman Tallam  <tmsriram (a] google.com>
   4189   1.1.1.3    mrg 
   4190   1.1.1.3    mrg 	* libgcc/config/i386/i386-cpuinfo.c: Set __cpu_vendor always.
   4191   1.1.1.3    mrg 
   4192   1.1.1.3    mrg 2012-04-24  Sriraman Tallam  <tmsriram (a] google.com>
   4193   1.1.1.3    mrg 
   4194   1.1.1.3    mrg 	* libgcc/config/i386/i386-cpuinfo.c: New file.
   4195   1.1.1.3    mrg 	* libgcc/config/i386/t-cpuinfo: New file.
   4196   1.1.1.3    mrg 	* libgcc/config.host: Include t-cpuinfo.
   4197   1.1.1.3    mrg 	* libgcc/config/i386/libgcc-glibc.ver: Version symbol __cpu_model.
   4198   1.1.1.3    mrg 
   4199   1.1.1.3    mrg 2012-04-24  Chao-ying Fu  <fu (a] mips.com>
   4200   1.1.1.3    mrg 
   4201   1.1.1.3    mrg 	* unwind-dw2-fde-dip.c: Define USE_PT_GNU_EH_FRAME for BIONIC.
   4202   1.1.1.3    mrg 
   4203   1.1.1.3    mrg 2012-04-20  Thomas Schwinge  <thomas (a] codesourcery.com>
   4204   1.1.1.3    mrg 
   4205   1.1.1.3    mrg 	struct siginfo vs. siginfo_t
   4206   1.1.1.3    mrg 
   4207   1.1.1.3    mrg 	* config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
   4208   1.1.1.3    mrg 	siginfo_t instead of struct siginfo.
   4209   1.1.1.3    mrg 	* config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
   4210   1.1.1.3    mrg 	* config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
   4211   1.1.1.3    mrg 	* config/ia64/linux-unwind.h (ia64_fallback_frame_state)
   4212   1.1.1.3    mrg 	(ia64_handle_unwabi): Likewise.
   4213   1.1.1.3    mrg 	* config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
   4214   1.1.1.3    mrg 	* config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
   4215   1.1.1.3    mrg 	* config/sh/linux-unwind.h (shmedia_fallback_frame_state)
   4216   1.1.1.3    mrg 	(sh_fallback_frame_state): Likewise.
   4217   1.1.1.3    mrg 	* config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
   4218   1.1.1.3    mrg 	* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
   4219   1.1.1.3    mrg 
   4220   1.1.1.3    mrg 2012-04-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   4221   1.1.1.3    mrg 
   4222   1.1.1.3    mrg 	* config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32
   4223   1.1.1.3    mrg 	system call number.
   4224   1.1.1.3    mrg 
   4225   1.1.1.3    mrg 2012-03-31  Eric Botcazou  <ebotcazou (a] adacore.com>
   4226   1.1.1.3    mrg 
   4227   1.1.1.3    mrg 	* config/ia64/unwind-ia64.c (uw_install_context): Manually save LC
   4228   1.1.1.3    mrg 	if it hasn't been previously saved.
   4229   1.1.1.3    mrg 
   4230   1.1.1.3    mrg 2012-03-29  H.J. Lu  <hongjiu.lu (a] intel.com>
   4231   1.1.1.3    mrg 
   4232   1.1.1.3    mrg 	* config/i386/linux-unwind.h (x86_64_fallback_frame_state): Define
   4233   1.1.1.3    mrg 	only for glibc.
   4234   1.1.1.3    mrg 
   4235   1.1.1.3    mrg 2012-03-28  Georg-Johann Lay  <avr (a] gjlay.de>
   4236   1.1.1.3    mrg 
   4237   1.1.1.3    mrg 	PR target/52737
   4238   1.1.1.3    mrg 	* config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
   4239   1.1.1.3    mrg 	instead of __AVR_HAVE_8BIT_SP__.
   4240   1.1.1.3    mrg 
   4241   1.1.1.3    mrg 2012-03-26  Tristan Gingold  <gingold (a] adacore.com>
   4242   1.1.1.3    mrg 
   4243   1.1.1.3    mrg 	* config/ia64/unwind-ia64.h: Declare unw_word and unw_sword.
   4244   1.1.1.3    mrg 	(unw_table_entry): Use unw_word instead of unsigned long.
   4245   1.1.1.3    mrg 	(_Unwind_FindTableEntry): Likewise.
   4246   1.1.1.3    mrg 	* config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Likewise.
   4247   1.1.1.3    mrg 	* config/ia64/fde-vms.c (vms_unwtable_entry): Likewise.
   4248   1.1.1.3    mrg 	(_Unwind_FindTableEntry): Likewise.
   4249   1.1.1.3    mrg 	* config/ia64/unwind-ia64.c (unw_reg_info, unw_reg_state)
   4250   1.1.1.3    mrg 	(unw_labeled_state, unw_state_record, unw_stack, _Uwind_Context)
   4251   1.1.1.3    mrg 	(set_reg, alloc_spill_area, finish_prologue, ia64_rse_slot_num)
   4252   1.1.1.3    mrg 	(ia64_rse_is_rnat_slot, ia64_rse_rnat_addr, ia64_rse_num_regs)
   4253   1.1.1.3    mrg 	(ia64_rse_skip_regs, ia64_copy_rbs, unw_access_gr)
   4254   1.1.1.3    mrg 	(uw_frame_state_for, uw_update_reg_address, uw_update_context)
   4255   1.1.1.3    mrg 	(uw_init_context_1, uw_install_context): Likewise.
   4256   1.1.1.3    mrg 	(unw_word): Move to unwind-ia64.h
   4257   1.1.1.3    mrg 
   4258   1.1.1.3    mrg 2012-03-26  Tristan Gingold  <gingold (a] adacore.com>
   4259   1.1.1.3    mrg 
   4260   1.1.1.3    mrg 	* config/vms/vms-ucrt0.c: Update copyright years.
   4261   1.1.1.3    mrg 	Add a sanity check.
   4262   1.1.1.3    mrg 	(___gcc_main_flags): Declare.
   4263   1.1.1.3    mrg 	(__main): Check flags to remap argv and exit code.
   4264   1.1.1.3    mrg 	* config.host (*-*-*vms*): Adjust extra_parts.
   4265   1.1.1.3    mrg 	* config/vms/t-vms (vcrt0.o, pcrt0.o): Remove.
   4266   1.1.1.3    mrg 	(crt0.o): Add.
   4267   1.1.1.3    mrg 
   4268   1.1.1.3    mrg 2012-03-22  Richard Earnshaw  <rearnsha (a] arm.com>
   4269   1.1.1.3    mrg 
   4270   1.1.1.3    mrg 	* arm/lib1funcs.asm (ctzsi2): New function.
   4271   1.1.1.3    mrg 	* arm/t-elf (LIB1ASMFUNCS): Add _ctzsi2.
   4272   1.1.1.3    mrg 	* arm/t-linux (LIB1ASMFUNCS): Likewise.
   4273   1.1.1.3    mrg 	* arm/t-strongarm-elf (LIB1ASMFUNCS): Likewise.
   4274   1.1.1.3    mrg 	* arm/t-symbian (LIB1ASMFUNCS): Likewise.
   4275   1.1.1.3    mrg 	* arm/t-vxworks (LIB1ASMFUNCS): Likewise.
   4276   1.1.1.3    mrg 	* arm/t-wince-pe (LIB1ASMFUNCS): Likewise.
   4277   1.1.1.3    mrg 
   4278   1.1.1.3    mrg 2012-03-21  Andreas Tobler  <andreast (a] fgznet.ch>
   4279   1.1.1.3    mrg 
   4280   1.1.1.3    mrg 	* config.host: Add bits to support powerpc64-*-freebsd*.
   4281   1.1.1.3    mrg 	* config/rs6000/freebsd-unwind.h: New file.
   4282   1.1.1.3    mrg 	* config/rs6000/t-freebsd64: New file.
   4283   1.1.1.3    mrg 
   4284   1.1.1.3    mrg 2012-03-20  Richard Guenther  <rguenther (a] suse.de>
   4285   1.1.1.3    mrg 
   4286   1.1.1.3    mrg 	PR gcov-profile/52627
   4287   1.1.1.3    mrg 	* libgcov.c (init_mx): Fix mutex name.
   4288   1.1.1.3    mrg 
   4289   1.1.1.3    mrg 2012-03-16  Tristan Gingold  <gingold (a] adacore.com>
   4290   1.1.1.3    mrg 
   4291   1.1.1.3    mrg 	* config/ia64/vms-unwind.h: Remove ulong (and replace
   4292   1.1.1.3    mrg 	it by unw_reg where used).  Define unw_reg with __int64.
   4293   1.1.1.3    mrg 
   4294   1.1.1.3    mrg 2012-03-14  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4295   1.1.1.3    mrg 
   4296   1.1.1.3    mrg 	* config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove
   4297   1.1.1.3    mrg 	Solaris 8 handling.
   4298   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove
   4299   1.1.1.3    mrg 	Solaris 8 handling.
   4300   1.1.1.3    mrg 	(sparc_is_sighandler): Likewise.
   4301   1.1.1.3    mrg 
   4302   1.1.1.3    mrg 2012-03-13  H.J. Lu  <hongjiu.lu (a] intel.com>
   4303   1.1.1.3    mrg 
   4304   1.1.1.3    mrg 	* unwind-dw2.c (_Unwind_SetGRValue): Assert DWARF register size
   4305   1.1.1.3    mrg 	<= saved reg size.
   4306   1.1.1.3    mrg 
   4307   1.1.1.3    mrg 2012-03-13  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4308   1.1.1.3    mrg 
   4309   1.1.1.3    mrg 	* config/arm/crtn.S: Fix typo.
   4310   1.1.1.3    mrg 
   4311   1.1.1.3    mrg 2012-03-13  Richard Guenther  <rguenther (a] suse.de>
   4312   1.1.1.3    mrg 
   4313   1.1.1.3    mrg 	* libgcov.c: Remove stdio.h include and NULL un-define.
   4314   1.1.1.3    mrg 
   4315   1.1.1.3    mrg 2012-03-13  Richard Guenther  <rguenther (a] suse.de>
   4316   1.1.1.3    mrg 
   4317   1.1.1.3    mrg 	PR target/52569
   4318   1.1.1.3    mrg 	* unwind-dw2-fde.c: Make avoid-include-gthr.h hacks work again.
   4319   1.1.1.3    mrg 
   4320   1.1.1.3    mrg 2012-03-13  Richard Guenther  <rguenther (a] suse.de>
   4321   1.1.1.3    mrg 
   4322   1.1.1.3    mrg 	* gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
   4323   1.1.1.3    mrg 
   4324   1.1.1.3    mrg 2012-03-13  Richard Guenther  <rguenther (a] suse.de>
   4325   1.1.1.3    mrg 
   4326   1.1.1.3    mrg 	* gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
   4327   1.1.1.3    mrg 	and __gthread_mutex_init_function definitions.
   4328   1.1.1.3    mrg 
   4329   1.1.1.3    mrg 2012-03-12  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4330   1.1.1.3    mrg 
   4331   1.1.1.3    mrg 	* config.host (mips*-*-openbsd*): Remove.
   4332   1.1.1.3    mrg 
   4333   1.1.1.3    mrg 2012-03-12  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4334   1.1.1.3    mrg 
   4335   1.1.1.3    mrg 	* config.host: Remove alpha*-dec-osf5.1* handling.
   4336   1.1.1.3    mrg 	* config/alpha/gthr-posix.c: Remove.
   4337   1.1.1.3    mrg 	* config/alpha/libgcc-osf5.ver: Remove.
   4338   1.1.1.3    mrg 	* config/alpha/osf5-unwind.h: Remove.
   4339   1.1.1.3    mrg 	* config/alpha/t-osf-pthread: Remove.
   4340   1.1.1.3    mrg 	* config/alpha/t-slibgcc-osf: Remove.
   4341   1.1.1.3    mrg 	* config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
   4342   1.1.1.3    mrg 	* gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
   4343   1.1.1.3    mrg 	[__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
   4344   1.1.1.3    mrg 	* mkmap-flat.awk: Remove osf_export handling.
   4345   1.1.1.3    mrg 
   4346   1.1.1.3    mrg 2012-03-12  Richard Guenther  <rguenther (a] suse.de>
   4347   1.1.1.3    mrg 
   4348   1.1.1.3    mrg 	* gthr.h (__GTHREAD_MUTEX_INIT_FUNCTION): Adjust specification.
   4349   1.1.1.3    mrg 	* gthr-posix.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
   4350   1.1.1.3    mrg 	(__gthread_mutex_init_function): New function.
   4351   1.1.1.3    mrg 	* gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Define.
   4352   1.1.1.3    mrg 
   4353   1.1.1.3    mrg 	PR gcov/49484
   4354   1.1.1.3    mrg 	* libgcov.c: Include gthr.h.
   4355   1.1.1.3    mrg 	(__gcov_flush_mx): New global variable.
   4356   1.1.1.3    mrg 	(init_mx, init_mx_once): New functions.
   4357   1.1.1.3    mrg 	(__gcov_flush): Protect self with a mutex.
   4358   1.1.1.3    mrg 	(__gcov_fork): Re-initialize mutex after forking.
   4359   1.1.1.3    mrg 	* unwind-dw2-fde.c: Change condition under which to use
   4360   1.1.1.3    mrg 	__GTHREAD_MUTEX_INIT_FUNCTION.
   4361   1.1.1.3    mrg 
   4362   1.1.1.3    mrg 2012-03-12  Tristan Gingold  <gingold (a] adacore.com>
   4363   1.1.1.3    mrg 
   4364   1.1.1.3    mrg 	* config/alpha/t-vms: Define HOST_LIBGCC2_CFLAGS.
   4365   1.1.1.3    mrg 	* config/ia64/t-vms: Likewise.
   4366   1.1.1.3    mrg 
   4367   1.1.1.3    mrg 2012-03-11  Michael Hope  <michael.hope (a] linaro.org>
   4368   1.1.1.3    mrg 
   4369   1.1.1.3    mrg 	* longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
   4370   1.1.1.3    mrg 	for Thumb-2.
   4371   1.1.1.3    mrg 
   4372   1.1.1.3    mrg 2012-03-07  Walter Lee  <walt (a] tilera.com>
   4373   1.1.1.3    mrg 
   4374   1.1.1.3    mrg 	* config/tilepro/atomic.c: Rename "atomic_" prefix to
   4375   1.1.1.3    mrg 	"arch_atomic_".
   4376   1.1.1.3    mrg 	(atomic_xor): Rename and move definition to
   4377   1.1.1.3    mrg 	config/tilepro/atomic.h.
   4378   1.1.1.3    mrg 	(atomic_nand): Ditto.
   4379   1.1.1.3    mrg 	* config/tilepro/atomic.h: Rename "atomic_" prefix to
   4380   1.1.1.3    mrg 	"arch_atomic_".
   4381   1.1.1.3    mrg 	(arch_atomic_xor): Move from config/tilepro/atomic.c.
   4382   1.1.1.3    mrg 	(arch_atomic_nand): Ditto.
   4383   1.1.1.3    mrg 
   4384   1.1.1.3    mrg 2012-03-07  Georg-Johann Lay  <avr (a] gjlay.de>
   4385   1.1.1.3    mrg 
   4386   1.1.1.3    mrg 	PR target/52507
   4387   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
   4388   1.1.1.3    mrg 
   4389   1.1.1.3    mrg 2012-03-07  Georg-Johann Lay  <avr (a] gjlay.de>
   4390   1.1.1.3    mrg 
   4391   1.1.1.3    mrg 	PR target/52505
   4392   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
   4393   1.1.1.3    mrg 	from RAM.
   4394   1.1.1.3    mrg 
   4395   1.1.1.3    mrg 2012-03-07  Georg-Johann Lay  <avr (a] gjlay.de>
   4396   1.1.1.3    mrg 
   4397   1.1.1.3    mrg 	PR target/52461
   4398   1.1.1.3    mrg 	PR target/52508
   4399   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
   4400   1.1.1.3    mrg 	if RAMPZ affects reading from RAM.
   4401   1.1.1.3    mrg 	(__tablejump_elpm__): Ditto.
   4402   1.1.1.3    mrg 	(.xload): Ditto.
   4403   1.1.1.3    mrg 	(__movmemx_hi): Ditto.
   4404   1.1.1.3    mrg 	(__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
   4405   1.1.1.3    mrg 	(__do_global_dtors): Ditto.
   4406   1.1.1.3    mrg 	(__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
   4407   1.1.1.3    mrg 	(__movmemx_hi): Ditto.
   4408   1.1.1.3    mrg 
   4409   1.1.1.3    mrg 2012-03-05  Richard Henderson  <rth (a] redhat.com>
   4410   1.1.1.3    mrg 
   4411   1.1.1.3    mrg 	* longlong.h [ARM] (umul_ppmm): Use umull for arm3m and later.
   4412   1.1.1.3    mrg 	[ARM] (count_trailing_zeros): Use the builtin.
   4413   1.1.1.3    mrg 
   4414   1.1.1.3    mrg 2012-03-01  Kai Tietz  <ktietz (a] redhat.com>
   4415   1.1.1.3    mrg 
   4416   1.1.1.3    mrg 	* soft-fp: Imported from glibc upstream.
   4417   1.1.1.3    mrg 
   4418   1.1.1.3    mrg 2012-02-28  Kai Tietz  <ktietz (a] redhat.com>
   4419   1.1.1.3    mrg 
   4420   1.1.1.3    mrg 	* config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
   4421   1.1.1.3    mrg 	for mingw-targets as attribute gcc_struct.
   4422   1.1.1.3    mrg 
   4423   1.1.1.3    mrg 2012-02-28  Ian Lance Taylor  <iant (a] google.com>
   4424   1.1.1.3    mrg 
   4425   1.1.1.3    mrg 	* generic-morestack.c (__splitstack_releasecontext): Correct call
   4426   1.1.1.3    mrg 	to __morestack_release_segments.
   4427   1.1.1.3    mrg 
   4428   1.1.1.3    mrg 2012-02-27  Samuel Thibault  <samuel.thibault (a] ens-lyon.org>
   4429   1.1.1.3    mrg 
   4430   1.1.1.3    mrg 	PR target/52390
   4431   1.1.1.3    mrg 	* generic-morestack.c (__generic_morestack_set_initial_sp): Test
   4432   1.1.1.3    mrg 	for __linux__ when removing signals from __morestack_fullmask.
   4433   1.1.1.3    mrg 
   4434   1.1.1.3    mrg 2012-02-23  Georg-Johann Lay  <avr (a] gjlay.de>
   4435   1.1.1.3    mrg 
   4436   1.1.1.3    mrg 	PR target/52261
   4437   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
   4438   1.1.1.3    mrg 
   4439   1.1.1.3    mrg 2012-02-23  Ulrich Weigand  <Ulrich.Weigand (a] de.ibm.com>
   4440   1.1.1.3    mrg 
   4441   1.1.1.3    mrg 	* config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
   4442   1.1.1.3    mrg 	instead of HAVE_INITFINI_ARRAY.
   4443   1.1.1.3    mrg 	* config/ia64/crtend.S: Likewise.
   4444   1.1.1.3    mrg 
   4445   1.1.1.3    mrg 2012-02-20  Kai Tietz  <ktietz (a] redhat.com>
   4446   1.1.1.3    mrg 
   4447   1.1.1.3    mrg 	PR libstdc++/52300
   4448   1.1.1.3    mrg 	* gthr.h (GTHREAD_USE_WEAK): Define as zero for mingw.
   4449   1.1.1.3    mrg 
   4450   1.1.1.3    mrg 	* config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
   4451   1.1.1.3    mrg 	to w32-unwind.h header.
   4452   1.1.1.3    mrg 
   4453   1.1.1.3    mrg 2012-02-19  Richard Sandiford  <rdsandiford (a] googlemail.com>
   4454   1.1.1.3    mrg 
   4455   1.1.1.3    mrg 	* config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
   4456   1.1.1.3    mrg 	(mips*-*-linux*): Remove t-slibgcc-libgcc.
   4457   1.1.1.3    mrg 	* config/mips/t-mips16 (LIB1ASMFUNCS): Remove __mips16_rdhwr.
   4458   1.1.1.3    mrg 	* config/mips/mips16.S (__mips16_rdhwr): Delete.
   4459   1.1.1.3    mrg 
   4460   1.1.1.3    mrg 2012-02-19  Richard Sandiford  <rdsandiford (a] googlemail.com>
   4461   1.1.1.3    mrg 
   4462   1.1.1.3    mrg 	* config/mips/mips16.S (CALL_STUB_RET): Add CFI information.
   4463   1.1.1.3    mrg 
   4464   1.1.1.3    mrg 2012-02-15  Iain Sandoe  <iains (a] gcc.gnu.org>
   4465   1.1.1.3    mrg 
   4466   1.1.1.3    mrg 	PR libitm/52220
   4467   1.1.1.3    mrg 	* config/darwin-crt-tm.c: Correct typo.
   4468   1.1.1.3    mrg 
   4469   1.1.1.3    mrg 2012-02-15  Iain Sandoe  <iains (a] gcc.gnu.org>
   4470   1.1.1.3    mrg 	    Patrick Marlier  <patrick.marlier (a] gmail.com>
   4471   1.1.1.3    mrg 
   4472   1.1.1.3    mrg 	PR libitm/52220
   4473   1.1.1.3    mrg 	* config/darwin-crt-tm.c: Generate dummy functions.
   4474   1.1.1.3    mrg 
   4475   1.1.1.3    mrg 2012-02-15  Iain Sandoe  <iains (a] gcc.gnu.org>
   4476   1.1.1.3    mrg 	    Patrick Marlier  <patrick.marlier (a] gmail.com>
   4477   1.1.1.3    mrg 
   4478   1.1.1.3    mrg 	PR libitm/52042
   4479   1.1.1.3    mrg 	* config/darwin-crt-tm.c (getTMCloneTable): New function.
   4480   1.1.1.3    mrg 	(__doTMRegistrations): Call it.
   4481   1.1.1.3    mrg 	(__doTMdeRegistrations): Likewise.
   4482   1.1.1.3    mrg 
   4483   1.1.1.3    mrg 2012-01-15  Georg-Johann Lay  <avr (a] gjlay.de>
   4484  1.1.1.12    mrg 	    Anatoly Sokolov  <aesok (a] post.ru>
   4485  1.1.1.12    mrg 	    Eric Weddington  <eric.weddington (a] atmel.com>
   4486   1.1.1.3    mrg 
   4487   1.1.1.3    mrg 	PR target/52261
   4488   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__prologue_saves__): Handle AVR_XMEGA
   4489   1.1.1.3    mrg 	(__epilogue_restores__): Ditto.
   4490   1.1.1.3    mrg 
   4491   1.1.1.3    mrg 2012-02-15  Eric Botcazou  <ebotcazou (a] adacore.com>
   4492   1.1.1.3    mrg 
   4493   1.1.1.3    mrg 	PR target/51921
   4494   1.1.1.3    mrg 	PR target/52205
   4495   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h (sparc64_is_sighandler): Add support for
   4496   1.1.1.3    mrg 	Solaris 11 and slightly reformat.
   4497   1.1.1.3    mrg 	(sparc_is_sighandler): Likewise.
   4498   1.1.1.3    mrg 
   4499   1.1.1.3    mrg 2012-02-14  Walter Lee  <walt (a] tilera.com>
   4500   1.1.1.3    mrg 
   4501   1.1.1.3    mrg 	* config.host: Handle tilegx and tilepro.
   4502   1.1.1.3    mrg 	* config/tilegx/sfp-machine.h: New file.
   4503   1.1.1.3    mrg 	* config/tilegx/sfp-machine32.h: New file.
   4504   1.1.1.3    mrg 	* config/tilegx/sfp-machine64.h: New file.
   4505   1.1.1.3    mrg 	* config/tilegx/t-crtstuff: New file.
   4506   1.1.1.3    mrg 	* config/tilegx/t-softfp: New file.
   4507   1.1.1.3    mrg 	* config/tilegx/t-tilegx: New file.
   4508   1.1.1.3    mrg 	* config/tilepro/atomic.c: New file.
   4509   1.1.1.3    mrg 	* config/tilepro/atomic.h: New file.
   4510   1.1.1.3    mrg 	* config/tilepro/linux-unwind.h: New file.
   4511   1.1.1.3    mrg 	* config/tilepro/sfp-machine.h: New file.
   4512   1.1.1.3    mrg 	* config/tilepro/softdivide.c: New file.
   4513   1.1.1.3    mrg 	* config/tilepro/softmpy.S: New file.
   4514   1.1.1.3    mrg 	* config/tilepro/t-crtstuff: New file.
   4515   1.1.1.3    mrg 	* config/tilepro/t-tilepro: New file.
   4516   1.1.1.3    mrg 
   4517   1.1.1.3    mrg 2012-02-07  Jonathan Wakely  <jwakely.gcc (a] gmail.com>
   4518   1.1.1.3    mrg 
   4519   1.1.1.3    mrg 	PR libstdc++/51296
   4520   1.1.1.3    mrg 	PR libstdc++/51906
   4521   1.1.1.3    mrg 	* gthr-posix.h: Allow static initializer macros to be disabled.
   4522   1.1.1.3    mrg 	(__gthrw_pthread_cond_init): Define weak reference unconditionally.
   4523   1.1.1.3    mrg 
   4524   1.1.1.3    mrg 2012-02-05  Chung-Lin Tang  <cltang (a] codesourcery.com>
   4525   1.1.1.3    mrg 
   4526   1.1.1.3    mrg 	* config.host (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
   4527   1.1.1.3    mrg 	Add t-slibgcc-libgcc to tmake_file.
   4528   1.1.1.3    mrg 	* config/mips/libgcc-mips16.ver: Revert previous patch.
   4529   1.1.1.3    mrg 	* config/mips/mips16.S (__mips16_rdhwr): Hide.
   4530   1.1.1.3    mrg 
   4531  1.1.1.12    mrg 2012-02-02  Sumanth G  <sumanth.gundapaneni (a] kpitcummins.com>
   4532  1.1.1.12    mrg 	    Jayant R Sonar  <jayant.sonar (a] kpitcummins.com>
   4533   1.1.1.3    mrg 
   4534   1.1.1.3    mrg 	* config.host: Add National Semiconductor CR16 target (cr16-*-*).
   4535   1.1.1.3    mrg 	* config/cr16/crti.S: New file.
   4536   1.1.1.3    mrg 	* config/cr16/crtlibid.S: New file.
   4537   1.1.1.3    mrg 	* config/cr16/crtn.S: New file.
   4538   1.1.1.3    mrg 	* config/cr16/lib1funcs.S: New file.
   4539   1.1.1.3    mrg 	* config/cr16/t-cr16: New file.
   4540   1.1.1.3    mrg 	* config/cr16/t-crtlibid: New file.
   4541   1.1.1.3    mrg 	* config/cr16/unwind-dw2.h: New file.
   4542   1.1.1.3    mrg 	* config/cr16/unwind-cr16.c: New file.
   4543   1.1.1.3    mrg 	* config/cr16/divmodhi3.c: New file.
   4544   1.1.1.3    mrg 
   4545   1.1.1.3    mrg 2012-01-25  Alan Modra  <amodra (a] gmail.com>
   4546   1.1.1.3    mrg 
   4547   1.1.1.3    mrg 	* config/rs6000/t-linux64: Delete.  Move..
   4548   1.1.1.3    mrg 	* config/rs6000/t-ppc64-fp: ..softfp_wrap defines to here..
   4549   1.1.1.3    mrg 	* config/rs6000/t-linux: ..and libgcc flags to here.
   4550   1.1.1.3    mrg 
   4551   1.1.1.3    mrg 2012-01-22  Douglas B Rupp  <rupp (a] gnat.com>
   4552   1.1.1.3    mrg 
   4553   1.1.1.3    mrg 	* config.host (i[34567]86-*-interix3*):
   4554   1.1.1.3    mrg 	Change triplet to i[34567]86-*-interix[3-9]*.
   4555   1.1.1.3    mrg 	* configure: Regenerate.
   4556   1.1.1.3    mrg 
   4557   1.1.1.3    mrg 2012-01-15  Chung-Lin Tang  <cltang (a] codesourcery.com>
   4558   1.1.1.3    mrg 	    Richard Sandiford  <rdsandiford (a] googlemail.com>
   4559   1.1.1.3    mrg 
   4560   1.1.1.3    mrg 	* config/mips/libgcc-mips16.ver (__mips16_rdhwr): Add.
   4561   1.1.1.3    mrg 	* config/mips/mips16.S (__mips16_rdhwr): New function.
   4562   1.1.1.3    mrg 	* config/mips/t-mips16 (LIB1ASMFUNCS): Add _m16rdhwr.
   4563   1.1.1.3    mrg 
   4564   1.1.1.3    mrg 2012-01-11  Nathan Sidwell  <nathan (a] acm.org>
   4565   1.1.1.3    mrg 
   4566   1.1.1.3    mrg 	* libgcov.c (__gcov_init): Ignore objects with no functions.
   4567   1.1.1.3    mrg 
   4568   1.1.1.3    mrg 2012-01-10  Georg-Johann Lay  <avr (a] gjlay.de>
   4569   1.1.1.3    mrg 
   4570   1.1.1.3    mrg 	PR target/49868
   4571   1.1.1.3    mrg 	Extend __pgmx semantics to linearize memory.
   4572   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _xload_1, _movmemx.
   4573   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__xload_1): New function.
   4574   1.1.1.3    mrg 	(__movmemx_qi, __movmemx_hi): New functions.
   4575   1.1.1.3    mrg 	(__xload_2, __xload_3, __xload_4): Rewrite to fit new __pgmx
   4576   1.1.1.3    mrg 	semantics.
   4577   1.1.1.3    mrg 
   4578   1.1.1.3    mrg 2012-01-09  Eric Botcazou  <ebotcazou (a] adacore.com>
   4579   1.1.1.3    mrg 
   4580   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
   4581   1.1.1.3    mrg 	purported sigacthandler address isn't null before dereferencing it.
   4582   1.1.1.3    mrg 	(sparc_is_sighandler): Likewise.
   4583   1.1.1.3    mrg 
   4584   1.1.1.3    mrg 2012-01-09  Eric Botcazou  <ebotcazou (a] adacore.com>
   4585   1.1.1.3    mrg 
   4586   1.1.1.3    mrg 	PR ada/41929
   4587   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
   4588   1.1.1.3    mrg 	add CFA.  Revert back to old code for Solaris 8+ multi-threaded.
   4589   1.1.1.3    mrg 	(sparc_is_sighandler): Likewise.
   4590   1.1.1.3    mrg 	(MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
   4591   1.1.1.3    mrg 
   4592   1.1.1.3    mrg 2012-01-06  Tristan Gingold  <gingold (a] adacore.com>
   4593   1.1.1.3    mrg 
   4594   1.1.1.3    mrg 	* config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward
   4595   1.1.1.3    mrg 	compatibility thunks...
   4596   1.1.1.3    mrg 	(CUSTOM_CRTSTUFF, crtbegin.o, crtend.o)
   4597   1.1.1.3    mrg 	(crtbeginS.o, crtendS.o): ... and these to ...
   4598   1.1.1.3    mrg 	* config/ia64/t-ia64-elf: ... this new file.
   4599   1.1.1.3    mrg 	* config.host (ia64*-*-elf*, ia64*-*-freebsd*, ia64*-*-linux*)
   4600   1.1.1.3    mrg 	(ia64*-*-hpux*): Add ia64/t-ia64-elf in tmake_file.
   4601   1.1.1.3    mrg 
   4602   1.1.1.3    mrg 2012-01-04  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   4603   1.1.1.3    mrg 
   4604   1.1.1.3    mrg 	* configure: Regenerate.
   4605   1.1.1.3    mrg 	* config/s390/t-crtstuff: Remove -fPIC.
   4606   1.1.1.3    mrg 
   4607   1.1.1.3    mrg 2012-01-02  Jonathan Wakely  <jwakely.gcc (a] gmail.com>
   4608   1.1.1.3    mrg 
   4609   1.1.1.3    mrg 	PR bootstrap/51006
   4610   1.1.1.3    mrg 	* enable-execute-stack-mprotect.c (getpagesize): Do not define
   4611   1.1.1.3    mrg 	for NetBSD.
   4612   1.1.1.3    mrg 
   4613   1.1.1.3    mrg 2012-01-02  Georg-Johann Lay  <avr (a] gjlay.de>
   4614   1.1.1.3    mrg 
   4615   1.1.1.3    mrg 	PR target/51345
   4616   1.1.1.3    mrg 	* config/avr/lib1funcs.S: Remove FIXME comments.
   4617   1.1.1.3    mrg 	(SPEED_DIV): Depend on __AVR_HAVE_8BIT_SP__.
   4618   1.1.1.3    mrg 
   4619   1.1.1.3    mrg 2012-01-02  Georg-Johann Lay  <avr (a] gjlay.de>
   4620   1.1.1.3    mrg 
   4621   1.1.1.3    mrg 	Implement light-weight DImode support.
   4622   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _adddi3, _adddi3_s8,
   4623   1.1.1.3    mrg 	_subdi3, _cmpdi2, _cmpdi2_s8, _rotldi3.
   4624   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__adddi3, __adddi3_s8, __subdi3,
   4625   1.1.1.3    mrg 	__cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
   4626   1.1.1.3    mrg 
   4627   1.1.1.3    mrg 2011-12-30  Nathan Sidwell  <nathan (a] acm.org>
   4628   1.1.1.3    mrg 
   4629   1.1.1.3    mrg 	* libgcov.c (gcov_crc32): Remove global var.
   4630   1.1.1.3    mrg 	(free_fn_data): New function.
   4631   1.1.1.3    mrg 	(buffer_fn_data): Pass in filename, more robust error recovery.
   4632   1.1.1.3    mrg 	(crc32_unsigned): New function.
   4633   1.1.1.3    mrg 	(gcov_exit): More robust detection of new program. More robust
   4634   1.1.1.3    mrg 	error recovery.
   4635   1.1.1.3    mrg 	(__gcov_init): Do not update program's crc here.
   4636   1.1.1.3    mrg 
   4637   1.1.1.3    mrg 2011-12-21  Tristan Gingold  <gingold (a] adacore.com>
   4638   1.1.1.3    mrg 
   4639   1.1.1.3    mrg 	* config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
   4640   1.1.1.3    mrg 
   4641   1.1.1.3    mrg 2011-12-21  Ian Lance Taylor  <iant (a] google.com>
   4642   1.1.1.3    mrg 
   4643   1.1.1.3    mrg 	* config/i386/morestack.S: Simplify CFI opcodes throughout.
   4644   1.1.1.3    mrg 
   4645   1.1.1.3    mrg 2011-12-20  Ian Lance Taylor  <iant (a] google.com>
   4646   1.1.1.3    mrg 
   4647   1.1.1.3    mrg 	* config/i386/morestack.S (__morestack_non_split): If there is
   4648   1.1.1.3    mrg 	enough stack space already, don't split.  Ask for more stack space
   4649   1.1.1.3    mrg 	than we required.
   4650   1.1.1.3    mrg 
   4651   1.1.1.3    mrg 2011-12-20  Sergio Durigan Junior  <sergiodj (a] redhat.com>
   4652   1.1.1.3    mrg 
   4653   1.1.1.3    mrg 	* unwind-arm-common.inc: Include `tconfig.h', `tsystem.h' and
   4654   1.1.1.3    mrg 	`sys/sdt.h'.
   4655   1.1.1.3    mrg 	(_Unwind_DebugHook): New function.
   4656   1.1.1.3    mrg 	(uw_restore_core_regs): New define.
   4657   1.1.1.3    mrg 	(unwind_phase2): Use uw_restore_core_regs instead of
   4658   1.1.1.3    mrg 	restore_core_regs.
   4659   1.1.1.3    mrg 	(unwind_phase2_forced): Likewise.
   4660   1.1.1.3    mrg 	(__gnu_Unwind_Resume): Likewise.
   4661   1.1.1.3    mrg 
   4662   1.1.1.3    mrg 2011-12-20  Uros Bizjak  <ubizjak (a] gmail.com>
   4663   1.1.1.3    mrg 
   4664   1.1.1.3    mrg 	* config/alpha/linux-unwind.h: Update copyright years.
   4665   1.1.1.3    mrg 	(MD_FROB_UPDATE_CONTEXT): New define.
   4666   1.1.1.3    mrg 	(alpha_frob_update_context): New function.
   4667   1.1.1.3    mrg 
   4668   1.1.1.3    mrg 2011-12-17  Richard Sandiford  <rdsandiford (a] googlemail.com>
   4669   1.1.1.3    mrg 
   4670   1.1.1.3    mrg 	* config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
   4671   1.1.1.3    mrg 	tmake_file rather replacing it.
   4672   1.1.1.3    mrg 
   4673   1.1.1.3    mrg 2011-12-15  Iain Sandoe  <iains (a] gcc.gnu.org>
   4674   1.1.1.3    mrg 
   4675   1.1.1.3    mrg 	* config/rs6000/darwin-world.S (toplevel): Make it clear that this
   4676   1.1.1.3    mrg 	function is not used for PPC64.
   4677   1.1.1.3    mrg 	(save_world): Amend comments.  Update the VRsave mask to reflect the
   4678   1.1.1.3    mrg 	saved regs.
   4679   1.1.1.3    mrg 	(rest_world): Update comments, do not  clobber r10, do not use r8.
   4680   1.1.1.3    mrg 	(eh_rest_world_r10): Amend comments, do not use r8.
   4681   1.1.1.3    mrg 	(rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
   4682   1.1.1.3    mrg 	no longer used, move restore of CR and target address to the end of
   4683   1.1.1.3    mrg 	the routine.
   4684   1.1.1.3    mrg 
   4685   1.1.1.3    mrg 2011-12-14  H.J. Lu  <hongjiu.lu (a] intel.com>
   4686   1.1.1.3    mrg 
   4687   1.1.1.3    mrg 	* generic-morestack.c (__generic_morestack_set_initial_sp): Check
   4688   1.1.1.3    mrg 	__GLIBC__ instead of __linux__ when using __SIGRTMIN.
   4689   1.1.1.3    mrg 
   4690   1.1.1.3    mrg 2011-12-14  Georg-Johann Lay  <avr (a] gjlay.de>
   4691   1.1.1.3    mrg 
   4692   1.1.1.3    mrg 	PR target/49313
   4693   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
   4694   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
   4695   1.1.1.3    mrg 
   4696   1.1.1.3    mrg 2011-12-11  Eric Botcazou  <ebotcazou (a] adacore.com>
   4697   1.1.1.3    mrg 
   4698   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
   4699   1.1.1.3    mrg 
   4700   1.1.1.3    mrg 2011-12-09  Georg-Johann Lay  <avr (a] gjlay.de>
   4701   1.1.1.3    mrg 
   4702   1.1.1.3    mrg 	PR target/49313
   4703   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
   4704   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__muldi3): New function.
   4705   1.1.1.3    mrg 
   4706   1.1.1.3    mrg 2011-12-06  Andrew Pinski  <apinski (a] cavium.com>
   4707   1.1.1.3    mrg 
   4708   1.1.1.3    mrg 	* crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
   4709   1.1.1.3    mrg 	size of func_ptr.
   4710   1.1.1.3    mrg 	(__frame_dummy_init_array_entry): Likewise.
   4711   1.1.1.3    mrg 
   4712   1.1.1.3    mrg 2011-12-06  Georg-Johann Lay  <avr (a] gjlay.de>
   4713   1.1.1.3    mrg 
   4714   1.1.1.3    mrg 	Forward-port from gcc-4_6-branch r181936 2011-12-02.
   4715   1.1.1.3    mrg 
   4716   1.1.1.3    mrg 	PR target/51345
   4717   1.1.1.3    mrg 	PR target/51002
   4718   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__prologue_saves__,
   4719   1.1.1.3    mrg 	__epilogue_restores__, __divdi3_moddi3): Enclose parts using
   4720   1.1.1.3    mrg 	__SP_H__ in !defined (__AVR_HAVE_8BIT_SP__).  Add FIXME comments.
   4721   1.1.1.3    mrg 
   4722   1.1.1.3    mrg 2011-12-04  Iain Sandoe  <iains (a] gcc.gnu.org>
   4723   1.1.1.3    mrg 
   4724   1.1.1.3    mrg 	* config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
   4725   1.1.1.3    mrg 
   4726   1.1.1.3    mrg 2011-11-30  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   4727   1.1.1.3    mrg 
   4728   1.1.1.3    mrg 	PR other/51272
   4729   1.1.1.3    mrg 	* config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
   4730   1.1.1.3    mrg 	(_ITM_deregisterTMCloneTable): Likewise.
   4731   1.1.1.3    mrg 	(__register_frame_info): Fix unused warning.
   4732   1.1.1.3    mrg 	(__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
   4733   1.1.1.3    mrg 	pthread_default_stacksize_np): Likewise.
   4734   1.1.1.3    mrg 	* config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
   4735   1.1.1.3    mrg 
   4736   1.1.1.3    mrg 2011-11-29  DJ Delorie  <dj (a] redhat.com>
   4737   1.1.1.3    mrg 
   4738   1.1.1.3    mrg 	* config.host (rl78-*-elf): New case.
   4739   1.1.1.3    mrg 	* config/rl78: New directory for the Renesas RL78.
   4740   1.1.1.3    mrg 
   4741   1.1.1.3    mrg 2011-11-29  Bernd Schmidt  <bernds (a] codesourcery.com>
   4742   1.1.1.3    mrg 
   4743   1.1.1.3    mrg 	* config.host (tic6x-*-uclinux): Append to extra_parts.  Fix
   4744   1.1.1.3    mrg 	formatting.
   4745   1.1.1.3    mrg 
   4746   1.1.1.3    mrg 2011-11-28  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4747   1.1.1.3    mrg 
   4748   1.1.1.3    mrg 	PR other/51022
   4749   1.1.1.3    mrg 	* config/rs6000/t-savresfgpr: New file.
   4750   1.1.1.3    mrg 	* config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
   4751   1.1.1.3    mrg 	$(srcdir)/config/rs6000/eabi.S.
   4752   1.1.1.3    mrg 	* config/rs6000/t-ppccomm-ldbl: Remove.
   4753   1.1.1.3    mrg 	* config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
   4754   1.1.1.3    mrg 	tmake_file.
   4755   1.1.1.3    mrg 	(powerpc-*-eabispe*): Likewise.
   4756   1.1.1.3    mrg 	(powerpc-*-eabi*): Likewise.
   4757   1.1.1.3    mrg 	(powerpc-*-linux*, powerpc64-*-linux*): Likewise.
   4758   1.1.1.3    mrg 	(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
   4759   1.1.1.3    mrg 	to tmake_file, remove rs6000/t-ppccomm-ldbl.
   4760   1.1.1.3    mrg 	(powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
   4761   1.1.1.3    mrg 	tmake_file.
   4762   1.1.1.3    mrg 	(powerpc-*-eabisim*): Likewise.
   4763   1.1.1.3    mrg 	(powerpc-*-elf*): Likewise.
   4764   1.1.1.3    mrg 	(powerpc-*-eabialtivec*): Likewise.
   4765   1.1.1.3    mrg 	(powerpc-xilinx-eabi*): Likewise.
   4766   1.1.1.3    mrg 	(powerpc-*-rtems*): Likewise.
   4767   1.1.1.3    mrg 	(powerpcle-*-elf*): Likewise.
   4768   1.1.1.3    mrg 	(powerpcle-*-eabisim*): Likewise.
   4769   1.1.1.3    mrg 	(powerpcle-*-eabi*): Likewise.
   4770   1.1.1.3    mrg 
   4771   1.1.1.3    mrg 2011-11-27  Ian Lance Taylor  <iant (a] google.com>
   4772   1.1.1.3    mrg 
   4773   1.1.1.3    mrg 	* generic-morestack.c (__splitstack_find): Check for NULL old
   4774   1.1.1.3    mrg 	stack value.
   4775   1.1.1.3    mrg 	(__splitstack_resetcontext): New function.
   4776   1.1.1.3    mrg 	(__splitstack_releasecontext): New function.
   4777   1.1.1.3    mrg 	* libgcc-std.ver.in: Add new functions to GCC_4.7.0.
   4778   1.1.1.3    mrg 
   4779   1.1.1.3    mrg 2011-11-27  Iain Sandoe  <iains (a] gcc.gnu.org>
   4780   1.1.1.3    mrg 
   4781   1.1.1.3    mrg 	* config/darwin-crt-tm.c: Correct comments, use correct licence.
   4782   1.1.1.3    mrg 
   4783   1.1.1.3    mrg 2011-11-27  Iain Sandoe  <iains (a] gcc.gnu.org>
   4784   1.1.1.3    mrg 
   4785   1.1.1.3    mrg 	* config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
   4786   1.1.1.3    mrg 
   4787   1.1.1.3    mrg 2011-11-26  Richard Henderson  <rth (a] redhat.com>
   4788   1.1.1.3    mrg 
   4789   1.1.1.3    mrg 	* config/m68k/linux-atomic.c: New file.
   4790   1.1.1.3    mrg 	* config/m68k/t-linux: New file.
   4791   1.1.1.3    mrg 	* config.host (m68k-uclinux, m68k-linux): Use it.
   4792   1.1.1.3    mrg 
   4793   1.1.1.3    mrg 2011-11-26  Richard Henderson  <rth (a] redhat.com>
   4794   1.1.1.3    mrg 
   4795   1.1.1.3    mrg 	* crtstuff.c (__TMC_LIST__): Mark used not unused.
   4796   1.1.1.3    mrg 	(__TMC_END__): Only declare if hidden is available; in the definition,
   4797   1.1.1.3    mrg 	if hidden is unavailable add a null record.
   4798   1.1.1.3    mrg 	(deregister_tm_clones, register_tm_clones): New.
   4799   1.1.1.3    mrg 	(__do_global_dtors_aux, frame_dummy): Use them.
   4800   1.1.1.3    mrg 	(__do_global_dtors, __do_global_ctors_1): Likewise.
   4801   1.1.1.3    mrg 
   4802   1.1.1.3    mrg 2011-11-22  Iain Sandoe  <iains (a] gcc.gnu.org>
   4803   1.1.1.3    mrg 
   4804   1.1.1.3    mrg 	* config/darwin-crt-tm.c: New file.
   4805   1.1.1.3    mrg 	* config.host (darwin): Build crttms.o crttme.o to provide
   4806   1.1.1.3    mrg 	startup and shutdown for tm clones.
   4807   1.1.1.3    mrg 	* config/t-darwin (crttms.o): New build rule.
   4808   1.1.1.3    mrg 	(crttme.o): Likewise.
   4809   1.1.1.3    mrg 
   4810   1.1.1.3    mrg 2011-11-21  Hans-Peter Nilsson  <hp (a] axis.com>
   4811   1.1.1.3    mrg 
   4812   1.1.1.3    mrg 	* Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
   4813   1.1.1.3    mrg 	et al.
   4814   1.1.1.3    mrg 
   4815   1.1.1.3    mrg 2011-11-21  Richard Henderson  <rth (a] redhat.com>
   4816   1.1.1.3    mrg 
   4817   1.1.1.3    mrg 	* crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
   4818   1.1.1.3    mrg 	(__TMC_LIST__, __TMC_END__): New.
   4819   1.1.1.3    mrg 	(__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
   4820   1.1.1.3    mrg 	(__do_global_dtors): Likewise.
   4821   1.1.1.3    mrg 	(frame_dummy): Call _ITM_registerTMCloneTable.
   4822   1.1.1.3    mrg 	(__do_global_ctors_1): Likewise.
   4823   1.1.1.3    mrg 
   4824   1.1.1.3    mrg 2011-11-21  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4825   1.1.1.3    mrg 
   4826   1.1.1.3    mrg 	* config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
   4827   1.1.1.3    mrg 	(powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
   4828   1.1.1.3    mrg 	(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
   4829   1.1.1.3    mrg 	(powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
   4830   1.1.1.3    mrg 	* config/i386/t-darwin64: Remove.
   4831   1.1.1.3    mrg 	* config/sh/t-netbsd (LIB2ADD): Remove.
   4832   1.1.1.3    mrg 
   4833   1.1.1.3    mrg 2011-11-21  Georg-Johann Lay  <avr (a] gjlay.de>
   4834   1.1.1.3    mrg 
   4835   1.1.1.3    mrg 	PR target/49313
   4836   1.1.1.3    mrg 	* config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
   4837   1.1.1.3    mrg 	(LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
   4838   1.1.1.3    mrg 	* config/avr/lib1funcs.S (wmov): New assembler macro.
   4839   1.1.1.3    mrg 	(__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
   4840   1.1.1.3    mrg 	(__moddi3, __divdi3, __divdi3_moddi3): New functions.
   4841   1.1.1.3    mrg 	(__udivmod64): New function.
   4842   1.1.1.3    mrg 	(__negdi2): New function.
   4843   1.1.1.3    mrg 
   4844   1.1.1.3    mrg 2011-11-21  Gerald Pfeifer  <gerald (a] pfeifer.com>
   4845   1.1.1.3    mrg 
   4846   1.1.1.3    mrg 	* config.host (*-*-freebsd[12], *-*-freebsd[12].*,
   4847   1.1.1.3    mrg 	*-*-freebsd*aout*): Remove.
   4848   1.1.1.3    mrg 
   4849   1.1.1.3    mrg 2011-11-20  Hans-Peter Nilsson  <hp (a] axis.com>
   4850   1.1.1.3    mrg 
   4851   1.1.1.3    mrg 	* static-object.mk (c_flags-$o): Save c_flags.
   4852   1.1.1.3    mrg 	($(base)$(objext)): Use it.
   4853   1.1.1.3    mrg 
   4854   1.1.1.3    mrg 2011-11-18  Steve Ellcey  <sje (a] cup.hp.com>
   4855   1.1.1.3    mrg 
   4856   1.1.1.3    mrg 	* Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
   4857   1.1.1.3    mrg 
   4858   1.1.1.3    mrg 2011-11-18  Georg-Johann Lay  <avr (a] gjlay.de>
   4859   1.1.1.3    mrg 
   4860   1.1.1.3    mrg 	PR target/49868
   4861   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
   4862   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
   4863   1.1.1.3    mrg 	New functions.
   4864   1.1.1.3    mrg 
   4865   1.1.1.3    mrg 2011-11-16  Matthew Gretton-Dann  <matthew.gretton-dann (a] arm.com>
   4866   1.1.1.3    mrg 
   4867   1.1.1.3    mrg 	* config/arm/lib1funcs.asm (udivsi3): Add support for divide
   4868   1.1.1.3    mrg 	functions.
   4869   1.1.1.3    mrg 	(aeabi_uidivmod): Likewise.
   4870   1.1.1.3    mrg 	(umodsi3): Likewise.
   4871   1.1.1.3    mrg 	(divsi3): Likewise.
   4872   1.1.1.3    mrg 	(aeabi_idivmod): Likewise.
   4873   1.1.1.3    mrg 	(modsi3): Likewise.
   4874   1.1.1.3    mrg 
   4875   1.1.1.3    mrg 2011-11-16  Tristan Gingold  <gingold (a] adacore.com>
   4876   1.1.1.3    mrg 
   4877   1.1.1.3    mrg 	* config/alpha/qrnnd.S: Use specific pseudos for VMS.
   4878   1.1.1.3    mrg 
   4879   1.1.1.3    mrg 2011-11-15  Georg-Johann Lay  <avr (a] gjlay.de>
   4880   1.1.1.3    mrg 
   4881   1.1.1.3    mrg 	PR target/49868
   4882   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMFUNCS): Add _load_3,  _load_4.
   4883   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
   4884   1.1.1.3    mrg 
   4885   1.1.1.3    mrg 2011-11-13  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   4886   1.1.1.3    mrg 
   4887   1.1.1.3    mrg 	* config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
   4888   1.1.1.3    mrg 	tmake_file list.
   4889   1.1.1.3    mrg 	* config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
   4890   1.1.1.3    mrg 	* config/pa/t-stublib64: Delete.
   4891   1.1.1.3    mrg 
   4892   1.1.1.3    mrg 2011-11-12  Richard Henderson  <rth (a] redhat.com>
   4893   1.1.1.3    mrg 
   4894   1.1.1.3    mrg 	* config/rs6000/linux-unwind.h (frob_update_context): Properly
   4895   1.1.1.3    mrg 	cast the pointer argument to _Unwind_SetGRPtr.
   4896   1.1.1.3    mrg 
   4897   1.1.1.3    mrg 2011-11-11  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4898   1.1.1.3    mrg 
   4899   1.1.1.3    mrg 	* config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
   4900   1.1.1.3    mrg 
   4901   1.1.1.3    mrg 2011-11-09  Ian Lance Taylor  <iant (a] google.com>
   4902   1.1.1.3    mrg 
   4903   1.1.1.3    mrg 	* generic-morestack.c: Include <string.h>.
   4904   1.1.1.3    mrg 	(uintptr_type): Define.
   4905   1.1.1.3    mrg 	(struct initial_sp): Add dont_block_signals field.  Reduce size of
   4906   1.1.1.3    mrg 	extra array by 1.
   4907   1.1.1.3    mrg 	(allocate_segment): Set prev field to NULL.  Don't set
   4908   1.1.1.3    mrg 	__morestack_current_segment or __morestack_segments.
   4909   1.1.1.3    mrg 	(__generic_morestack): Update current->prev and *pp after calling
   4910   1.1.1.3    mrg 	allocate_segment.
   4911   1.1.1.3    mrg 	(__morestack_block_signals): Don't do anything if
   4912   1.1.1.3    mrg 	dont_block_signals is set.
   4913   1.1.1.3    mrg 	(__morestack_unblock_signals): Likewise.
   4914   1.1.1.3    mrg 	(__generic_findstack): Check for initial_sp == NULL.  Add casts to
   4915   1.1.1.3    mrg 	uintptr_type.
   4916   1.1.1.3    mrg 	(__splitstack_block_signals): New function.
   4917   1.1.1.3    mrg 	(enum __splitstack_content_offsets): Define.
   4918   1.1.1.3    mrg 	(__splitstack_getcontext, __splitstack_setcontext): New functions.
   4919   1.1.1.3    mrg 	(__splitstack_makecontext): New function.
   4920   1.1.1.3    mrg 	(__splitstack_block_signals_context): New function.
   4921   1.1.1.3    mrg 	(__splitstack_find_context): New function.
   4922   1.1.1.3    mrg 	* config/i386/morestack.S (__morestack_get_guard): New function.
   4923   1.1.1.3    mrg 	(__morestack_set_guard, __morestack_make_guard): New functions.
   4924   1.1.1.3    mrg 	* libgcc-std.ver.in: Add new functions to GCC_4.7.0.
   4925   1.1.1.3    mrg 
   4926   1.1.1.3    mrg 2011-11-09  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4927   1.1.1.3    mrg 
   4928   1.1.1.3    mrg 	* config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
   4929   1.1.1.3    mrg 	(i[34567]86-*-mingw*): ... here.
   4930   1.1.1.3    mrg 	(x86_64-*-mingw*): ... here.
   4931   1.1.1.3    mrg 
   4932   1.1.1.3    mrg 2011-11-08  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4933   1.1.1.3    mrg 
   4934   1.1.1.3    mrg 	* config/c6x/t-elf (LIB2ADD): Add instead of assigning.
   4935   1.1.1.3    mrg 
   4936   1.1.1.3    mrg 2011-11-07  Nathan Sidwell  <nathan (a] acm.org>
   4937   1.1.1.3    mrg 
   4938   1.1.1.3    mrg 	* libgcov.c (struct gcov_fn_buffer): New struct.
   4939   1.1.1.3    mrg 	(buffer_fn_data): New helper.
   4940   1.1.1.3    mrg 	(gcov_exit): Rework for new gcov data structures.
   4941   1.1.1.3    mrg 
   4942   1.1.1.3    mrg 2011-11-07  Georg-Johann Lay  <avr (a] gjlay.de>
   4943   1.1.1.3    mrg 
   4944   1.1.1.3    mrg 	PR target/49313
   4945   1.1.1.3    mrg 	* config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
   4946   1.1.1.3    mrg 
   4947   1.1.1.3    mrg 2011-11-07  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4948   1.1.1.3    mrg 
   4949   1.1.1.3    mrg 	* config.host (tmake_file): Correct comment.
   4950   1.1.1.3    mrg 	(bfin*-elf*): Remove bfin/t-elf from tmake_file, add
   4951   1.1.1.3    mrg 	t-libgcc-pic.
   4952   1.1.1.3    mrg 	(bfin*-uclinux*): Likewise.
   4953   1.1.1.3    mrg 	(bfin*-linux-uclibc*): Likewise.
   4954   1.1.1.3    mrg 	(xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
   4955   1.1.1.3    mrg 
   4956   1.1.1.3    mrg 	* config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
   4957   1.1.1.3    mrg 	assigning.
   4958   1.1.1.3    mrg 	* config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
   4959   1.1.1.3    mrg 	* config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
   4960   1.1.1.3    mrg 	* config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
   4961   1.1.1.3    mrg 	* config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
   4962   1.1.1.3    mrg 	* config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
   4963   1.1.1.3    mrg 	* config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
   4964   1.1.1.3    mrg 	* config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
   4965   1.1.1.3    mrg 	* config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
   4966   1.1.1.3    mrg 	* config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
   4967   1.1.1.3    mrg 	* config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
   4968   1.1.1.3    mrg 	* config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
   4969   1.1.1.3    mrg 	* config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
   4970   1.1.1.3    mrg 	* config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
   4971   1.1.1.3    mrg 
   4972   1.1.1.3    mrg 	* config/bfin/t-elf: Remove.
   4973   1.1.1.3    mrg 	* config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
   4974   1.1.1.3    mrg 
   4975   1.1.1.3    mrg 2011-11-07  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4976   1.1.1.3    mrg 
   4977   1.1.1.3    mrg 	* config.host (*-*-rtems*): Add t-rtems to tmake_file.
   4978   1.1.1.3    mrg 	(i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
   4979   1.1.1.3    mrg 	(lm32-*-elf*, lm32-*-rtems*): Split into ...
   4980   1.1.1.3    mrg 	(lm32-*-elf*): ... this.
   4981   1.1.1.3    mrg 	(lm32-*-rtems*): ... and this.
   4982   1.1.1.3    mrg 	Add to tmake_file.
   4983   1.1.1.3    mrg 	(m32r-*-rtems*): Add to tmake_file.
   4984   1.1.1.3    mrg 	(moxie-*-rtems*): Likewise.
   4985   1.1.1.3    mrg 	(sparc-*-rtems*): Likewise.
   4986   1.1.1.3    mrg 	Remove t-rtems from tmake_file.
   4987   1.1.1.3    mrg 	(sparc64-*-rtems*): Likewise.
   4988   1.1.1.3    mrg 	* config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
   4989   1.1.1.3    mrg 	instead.
   4990   1.1.1.3    mrg 
   4991   1.1.1.3    mrg 2011-11-07  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   4992   1.1.1.3    mrg 
   4993   1.1.1.3    mrg 	PR bootstrap/50982
   4994   1.1.1.3    mrg 	* config/gthr-posix.h: Move ...
   4995   1.1.1.3    mrg 	* gthr-posix.h: ... here.
   4996   1.1.1.3    mrg 	* config/gthr-lynx.h: Reflect this.
   4997   1.1.1.3    mrg 	* config/gthr-vxworks.h: Likewise.
   4998   1.1.1.3    mrg 	* config/rs6000/gthr-aix.h: Likewise.
   4999   1.1.1.3    mrg 	* configure.ac (target_thread_file): Likewise.
   5000   1.1.1.3    mrg 	* configure: Regenerate.
   5001   1.1.1.3    mrg 
   5002   1.1.1.3    mrg 2011-11-06  Sebastian Huber  <sebastian.huber (a] embedded-brains.de>
   5003   1.1.1.3    mrg 
   5004   1.1.1.3    mrg 	* config.host (arm*-*-rtemseabi*): New target.
   5005   1.1.1.3    mrg 
   5006   1.1.1.3    mrg 2011-11-06  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   5007   1.1.1.3    mrg 
   5008   1.1.1.3    mrg 	PR other/50991
   5009   1.1.1.3    mrg 	* Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
   5010   1.1.1.3    mrg 	extra-parts.
   5011   1.1.1.3    mrg 
   5012   1.1.1.3    mrg 2011-11-05  Joern Rennecke  <joern.rennecke (a] embecosm.com>
   5013   1.1.1.3    mrg 
   5014   1.1.1.3    mrg 	* config.host (epiphany-*-elf*): New configuration.
   5015   1.1.1.3    mrg 	* config/epiphany: New Directory.
   5016   1.1.1.3    mrg 
   5017   1.1.1.3    mrg 2011-11-05  Ralf Corspius  <ralf.corsepius (a] rtems.org>
   5018   1.1.1.3    mrg 
   5019   1.1.1.3    mrg 	* config.host (avr-*-rtems*): Add config/avr/t-rtems.
   5020   1.1.1.3    mrg 	* config/avr/t-rtems: New.
   5021   1.1.1.3    mrg 	Filter out _exit from LIB1ASMFUNCS.
   5022   1.1.1.3    mrg 
   5023   1.1.1.3    mrg 2011-11-04  David S. Miller  <davem (a] davemloft.net>
   5024   1.1.1.3    mrg 
   5025   1.1.1.3    mrg 	* configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
   5026   1.1.1.3    mrg 	* configure: Rebuild.
   5027   1.1.1.3    mrg 
   5028   1.1.1.3    mrg 2011-11-04  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   5029   1.1.1.3    mrg 
   5030   1.1.1.3    mrg 	* config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
   5031   1.1.1.3    mrg 	variable.
   5032   1.1.1.3    mrg 
   5033   1.1.1.3    mrg 2011-11-04  Georg-Johann Lay  <avr (a] gjlay.de>
   5034   1.1.1.3    mrg 
   5035   1.1.1.3    mrg 	PR target/50931
   5036   1.1.1.3    mrg 	* config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
   5037   1.1.1.3    mrg 	* config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
   5038   1.1.1.3    mrg 
   5039   1.1.1.3    mrg 2011-11-04  Joel Sherrill  <joel.sherrill (a] oarcorp.com>
   5040   1.1.1.3    mrg 
   5041   1.1.1.3    mrg 	PR target/50989
   5042   1.1.1.3    mrg 	* config.host (sparc-*-rtems*): Add sparc/t-softmul.
   5043   1.1.1.3    mrg 
   5044   1.1.1.3    mrg 2011-11-04  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5045   1.1.1.3    mrg 
   5046   1.1.1.3    mrg 	* config/c6x/t-elf (LIB2ADDEH): Set.
   5047   1.1.1.3    mrg 	* config/c6x/t-c6x-elf: Remove.
   5048   1.1.1.3    mrg 
   5049   1.1.1.3    mrg 2011-11-04  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5050   1.1.1.3    mrg 
   5051   1.1.1.3    mrg 	* config/i386/sol2-ci.S: Rename to ...
   5052   1.1.1.3    mrg 	* config/i386/crti.S: ... this.
   5053   1.1.1.3    mrg 	* config/i386/sol2-cn.S: Rename to ...
   5054   1.1.1.3    mrg 	* config/i386/crtn.S: ... this.
   5055   1.1.1.3    mrg 	* config/sparc/sol2-ci.S: Rename to ...
   5056   1.1.1.3    mrg 	* config/sparc/crti.S: ... this.
   5057   1.1.1.3    mrg 	* config/sparc/sol2-cn.S: Rename to ...
   5058   1.1.1.3    mrg 	* config/sparc/crtn.S: ... this.
   5059   1.1.1.3    mrg 	* config/t-sol2 (CUSTOM_CRTIN): Remove.
   5060   1.1.1.3    mrg 	(crti.o, crtn.o): Remove.
   5061   1.1.1.3    mrg 
   5062   1.1.1.3    mrg 2011-11-04  Tristan Gingold  <gingold (a] adacore.com>
   5063   1.1.1.3    mrg 
   5064   1.1.1.3    mrg 	* config/ia64/fde-vms.c: Do not include md-unwind-support.h
   5065   1.1.1.3    mrg 
   5066   1.1.1.3    mrg 2011-11-04  Kaz Kojima  <kkojima (a] gcc.gnu.org>
   5067   1.1.1.3    mrg 
   5068   1.1.1.3    mrg 	* config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
   5069   1.1.1.3    mrg 
   5070   1.1.1.3    mrg 2011-11-03  Hans-Peter Nilsson  <hp (a] axis.com>
   5071   1.1.1.3    mrg 
   5072   1.1.1.3    mrg 	* config.host (crisv32-*-none, cris-*-none): Remove.
   5073   1.1.1.3    mrg 	(crisv32-*-elf): Append to tmake_file, don't just set it.
   5074   1.1.1.3    mrg 	(cris-*-elf): Add missing t-fdpbit to tmake_file.
   5075   1.1.1.3    mrg 
   5076   1.1.1.3    mrg 2011-11-03  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5077   1.1.1.3    mrg 
   5078   1.1.1.3    mrg 	* config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
   5079   1.1.1.3    mrg 	(ecrtn$(objext)): Likewise.
   5080   1.1.1.3    mrg 	(ncrti$(objext)): Likewise.
   5081   1.1.1.3    mrg 	(ncrtn$(objext)): Likewise.
   5082   1.1.1.3    mrg 
   5083   1.1.1.3    mrg 2011-11-03  Andreas Schwab  <schwab (a] redhat.com>
   5084   1.1.1.3    mrg 
   5085   1.1.1.3    mrg 	* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
   5086   1.1.1.3    mrg 
   5087   1.1.1.3    mrg 2011-11-02  David S. Miller  <davem (a] davemloft.net>
   5088   1.1.1.3    mrg 
   5089   1.1.1.3    mrg 	* configure.ac: Set host_address on sparc too.
   5090   1.1.1.3    mrg 	* configure: Regenerate.
   5091   1.1.1.3    mrg 	* config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
   5092   1.1.1.3    mrg 	based upon host_address.
   5093   1.1.1.3    mrg 	* config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
   5094   1.1.1.3    mrg 
   5095   1.1.1.3    mrg 2011-11-02  Jason Merrill  <jason (a] redhat.com>
   5096   1.1.1.3    mrg 
   5097   1.1.1.3    mrg 	* config/rs6000/t-ppccomm: Add missing \.
   5098   1.1.1.3    mrg 
   5099   1.1.1.3    mrg 2011-11-02  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5100   1.1.1.3    mrg 
   5101   1.1.1.3    mrg 	* gthr-single.h, gthr.h: New files.
   5102   1.1.1.3    mrg 	* config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
   5103   1.1.1.3    mrg 	config/gthr-vxworks.h, config/i386/gthr-win32.h,
   5104   1.1.1.3    mrg 	config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
   5105   1.1.1.3    mrg 	config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
   5106   1.1.1.3    mrg 	* config/i386/gthr-win32.c: Include "gthr-win32.h".
   5107   1.1.1.3    mrg 	* configure.ac (thread_header): New variable.
   5108   1.1.1.3    mrg 	Set it depending on target_thread_file.
   5109   1.1.1.3    mrg 	(gthr-default.h): Link from $thread_header.
   5110   1.1.1.3    mrg 	* configure: Regenerate.
   5111   1.1.1.3    mrg 	* Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
   5112   1.1.1.3    mrg 
   5113   1.1.1.3    mrg 2011-11-02  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5114   1.1.1.3    mrg 
   5115   1.1.1.3    mrg 	* configure.ac (tm_file_): New variable.
   5116   1.1.1.3    mrg 	Determine from tm_file.
   5117   1.1.1.3    mrg 	(tm_file, tm_defines): Substitute.
   5118   1.1.1.3    mrg 	* configure: Regenerate.
   5119   1.1.1.3    mrg 	* mkheader.sh: New file.
   5120   1.1.1.3    mrg 	* Makefile.in (clean): Remove libgcc_tm.h.
   5121   1.1.1.3    mrg 	($(objects)): Depend on libgcc_tm.h.
   5122   1.1.1.3    mrg 	(libgcc_tm_defines, libgcc_tm_file): New variables.
   5123   1.1.1.3    mrg 	(libgcc_tm.h, libgcc_tm.stamp): New targets.
   5124   1.1.1.3    mrg 	($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
   5125   1.1.1.3    mrg 	($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
   5126   1.1.1.3    mrg 	($(extra-parts)): Depend on libgcc_tm.h.
   5127   1.1.1.3    mrg 	* config.host (tm_defines, tm_file): New variable.
   5128   1.1.1.3    mrg 	(arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
   5129   1.1.1.3    mrg 	(arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
   5130   1.1.1.3    mrg 	(arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
   5131   1.1.1.3    mrg 	(avr-*-rtems*): Likewise.
   5132   1.1.1.3    mrg 	(avr-*-*): Likewise.
   5133   1.1.1.3    mrg 	(frv-*-elf): Likewise.
   5134   1.1.1.3    mrg 	(frv-*-*linux*): Likewise.
   5135   1.1.1.3    mrg 	(h8300-*-rtems*): Likewise.
   5136   1.1.1.3    mrg 	(h8300-*-elf*): Likewise.
   5137   1.1.1.3    mrg 	(i[34567]86-*-darwin*): Likewise.
   5138   1.1.1.3    mrg 	(x86_64-*-darwin*): Likewise.
   5139   1.1.1.3    mrg 	(rx-*-elf): Likewise.
   5140   1.1.1.3    mrg 	(tic6x-*-uclinux): Likewise.
   5141   1.1.1.3    mrg 	(tic6x-*-elf): Likewise.
   5142   1.1.1.3    mrg 	(i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
   5143   1.1.1.3    mrg 	* config/alpha/gthr-posix.c: Include libgcc_tm.h.
   5144   1.1.1.3    mrg 	* config/i386/cygming-crtbegin.c: Likewise.
   5145   1.1.1.3    mrg 	* config/i386/cygming-crtend.c: Likewise.
   5146   1.1.1.3    mrg 	* config/ia64/fde-vms.c: Likewise.
   5147   1.1.1.3    mrg 	* config/ia64/unwind-ia64.c: Likewise.
   5148   1.1.1.3    mrg 	* config/libbid/bid_gcc_intrinsics.h: Likewise.
   5149   1.1.1.3    mrg 	* config/rs6000/darwin-fallback.c: Likewise.
   5150   1.1.1.3    mrg 	* config/stormy16/lib2funcs.c: Likewise.
   5151   1.1.1.3    mrg 	* config/xtensa/unwind-dw2-xtensa.c: Likewise.
   5152   1.1.1.3    mrg 	* crtstuff.c: Likewise.
   5153   1.1.1.3    mrg 	* dfp-bit.h: Likewise.
   5154   1.1.1.3    mrg 	* emutls.c: Likewise.
   5155   1.1.1.3    mrg 	* fixed-bit.c: Likewise.
   5156   1.1.1.3    mrg 	* fp-bit.c: Likewise.
   5157   1.1.1.3    mrg 	* generic-morestack-thread.c: Likewise.
   5158   1.1.1.3    mrg 	* generic-morestack.c: Likewise.
   5159   1.1.1.3    mrg 	* libgcc2.c: Likewise.
   5160   1.1.1.3    mrg 	* libgcov.c: Likewise.
   5161   1.1.1.3    mrg 	* unwind-dw2-fde-dip.c: Likewise.
   5162   1.1.1.3    mrg 	* unwind-dw2-fde.c: Likewise.
   5163   1.1.1.3    mrg 	* unwind-dw2.c: Likewise.
   5164   1.1.1.3    mrg 	* unwind-sjlj.c: Likewise.
   5165   1.1.1.3    mrg 
   5166   1.1.1.3    mrg 2011-11-02  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5167   1.1.1.3    mrg 
   5168   1.1.1.3    mrg 	* configure.ac: Include ../config/picflag.m4.
   5169   1.1.1.3    mrg 	(GCC_PICFLAG): Call it.
   5170   1.1.1.3    mrg 	Substitute.
   5171   1.1.1.3    mrg 	* configure: Regenerate.
   5172   1.1.1.3    mrg 	* Makefile.in (gcc_srcdir): Remove.
   5173   1.1.1.3    mrg 	(LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
   5174   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
   5175   1.1.1.3    mrg 	(LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
   5176   1.1.1.3    mrg 	($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
   5177   1.1.1.3    mrg 	($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
   5178   1.1.1.3    mrg 	Use $<.
   5179   1.1.1.3    mrg 	Remove comment.
   5180   1.1.1.3    mrg 	* libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
   5181   1.1.1.3    mrg 	* siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
   5182   1.1.1.3    mrg 	to refer to libgcc2.c.
   5183   1.1.1.3    mrg 	Use $<.
   5184   1.1.1.3    mrg 	* config/darwin-64.c: New file.
   5185   1.1.1.3    mrg 	* config/darwin-crt3.c: Remove comment.
   5186   1.1.1.3    mrg 	* config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
   5187   1.1.1.3    mrg 	config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
   5188   1.1.1.3    mrg 	config/udivmodsi4.c: New files.
   5189   1.1.1.3    mrg 	* config/memcmp.c, config/memcpy.c, config/memmove.c,
   5190   1.1.1.3    mrg 	config/memset.c: New files.
   5191   1.1.1.3    mrg 	* config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
   5192   1.1.1.3    mrg 	* config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
   5193   1.1.1.3    mrg 	* config/t-freebsd-thread, config/t-libgcc-pic: New files.
   5194   1.1.1.3    mrg 	* config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
   5195   1.1.1.3    mrg 	* config/t-openbsd-thread: New file.
   5196   1.1.1.3    mrg 	* config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
   5197   1.1.1.3    mrg 	* config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
   5198   1.1.1.3    mrg 	* config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
   5199   1.1.1.3    mrg 	* config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
   5200   1.1.1.3    mrg 	qrnnd.S.
   5201   1.1.1.3    mrg 	Adapt filename.
   5202   1.1.1.3    mrg 	* config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
   5203   1.1.1.3    mrg 	to refer to gthr-posix.c.
   5204   1.1.1.3    mrg 	* config/alpha/t-vms (LIB2ADD): Set.
   5205   1.1.1.3    mrg 	* config/alpha/vms-gcc_shell_handler.c: New file.
   5206   1.1.1.3    mrg 	* config/arm/bpabi.c, config/arm/fp16.c,
   5207   1.1.1.3    mrg 	config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
   5208   1.1.1.3    mrg 	config/arm/unaligned-funcs.c: New files.
   5209   1.1.1.3    mrg 	* config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
   5210   1.1.1.3    mrg 	* config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
   5211   1.1.1.3    mrg 	* config/arm/t-linux: Likewise.
   5212   1.1.1.3    mrg 	* config/arm/t-linux-eabi (LIB2ADD_ST): Add.
   5213   1.1.1.3    mrg 	* config/arm/t-netbsd: New file.
   5214   1.1.1.3    mrg 	* config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
   5215   1.1.1.3    mrg 	* config/arm/t-symbian (LIB2ADD_ST): Set.
   5216   1.1.1.3    mrg 	* config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
   5217   1.1.1.3    mrg 	* config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5218   1.1.1.3    mrg 	* config/bfin/t-elf: New file.
   5219   1.1.1.3    mrg 	* config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
   5220   1.1.1.3    mrg 	config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
   5221   1.1.1.3    mrg 	config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
   5222   1.1.1.3    mrg 	config/c6x/ltf.c: New files.
   5223   1.1.1.3    mrg 	* config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
   5224   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS): Set.
   5225   1.1.1.3    mrg 	* config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
   5226   1.1.1.3    mrg 	(CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5227   1.1.1.3    mrg 	* config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
   5228   1.1.1.3    mrg 	New files.
   5229   1.1.1.3    mrg 	* config/cris/t-elfmulti (LIB2ADD_ST): Set.
   5230   1.1.1.3    mrg 	* config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
   5231   1.1.1.3    mrg 	* config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
   5232   1.1.1.3    mrg 	config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
   5233   1.1.1.3    mrg 	config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
   5234   1.1.1.3    mrg 	files.
   5235   1.1.1.3    mrg 	* config/frv/t-frv (LIB2ADD): Set.
   5236   1.1.1.3    mrg 	* config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5237   1.1.1.3    mrg 	* config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
   5238   1.1.1.3    mrg 	config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
   5239   1.1.1.3    mrg 	config/h8300/popcounthi2.c: New files.
   5240   1.1.1.3    mrg 	* config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
   5241   1.1.1.3    mrg 	* config/i386/gthr-win32.c: New file.
   5242   1.1.1.3    mrg 	* config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
   5243   1.1.1.3    mrg 	* config/i386/t-cygwin: Likewise.
   5244   1.1.1.3    mrg 	* config/i386/t-darwin, config/i386/t-darwin64,
   5245   1.1.1.3    mrg 	config/i386/t-gthr-win32, config/i386/t-interix: New files.
   5246   1.1.1.3    mrg 	* config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
   5247   1.1.1.3    mrg 	(CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5248   1.1.1.3    mrg 	* config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5249   1.1.1.3    mrg 	* config/ia64/quadlib.c: New file.
   5250   1.1.1.3    mrg 	* config/ia64/t-hpux (LIB2ADD): Set.
   5251   1.1.1.3    mrg 	* config/ia64/t-ia64: Add comment.
   5252   1.1.1.3    mrg 	* config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
   5253   1.1.1.3    mrg 	* config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5254   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
   5255   1.1.1.3    mrg 	* config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
   5256   1.1.1.3    mrg 	* config/m32c/t-m32c (LIB2ADD): Set.
   5257   1.1.1.3    mrg 	* config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
   5258   1.1.1.3    mrg 	* config/m32r/t-m32r: Likewise.
   5259   1.1.1.3    mrg 	* config/m68k/fpgnulib.c: New file.
   5260   1.1.1.3    mrg 	* config/m68k/t-floatlib (LIB2ADD): Set.
   5261   1.1.1.3    mrg 	(xfgnulib.c): New target.
   5262   1.1.1.3    mrg 	* config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
   5263   1.1.1.3    mrg 	* config/mep/lib2funcs.c, config/mep/tramp.c: New files.
   5264   1.1.1.3    mrg 	* config/mep/t-mep (LIB2ADD): Set.
   5265   1.1.1.3    mrg 	* config/microblaze/divsi3.asm: Rename to divsi3.S.
   5266   1.1.1.3    mrg 	* config/microblaze/moddi3.asm: Rename to moddi3.S.
   5267   1.1.1.3    mrg 	* config/microblaze/modsi3.asm: Rename to modsi3.S.
   5268   1.1.1.3    mrg 	* config/microblaze/muldi3_hard.asm: Rename to hard.S.
   5269   1.1.1.3    mrg 	* config/microblaze/mulsi3.asm: Rename to mulsi3.S.
   5270   1.1.1.3    mrg 	* config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
   5271   1.1.1.3    mrg 	* config/microblaze/udivsi3.asm: Rename to udivsi3.S.
   5272   1.1.1.3    mrg 	* config/microblaze/umodsi3.asm: Rename to umodsi3.S.
   5273   1.1.1.3    mrg 	* config/microblaze/t-microblaze (LIB2ADD): Reflect this.
   5274   1.1.1.3    mrg 	* config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
   5275   1.1.1.3    mrg 	New files.
   5276   1.1.1.3    mrg 	* config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
   5277   1.1.1.3    mrg 	* config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
   5278   1.1.1.3    mrg 	* config/pa/fptr.c, config/pa/lib2funcs.S,
   5279   1.1.1.3    mrg 	config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
   5280   1.1.1.3    mrg 	* config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
   5281   1.1.1.3    mrg 	(LIB2ADD, LIB2ADD_ST): Set.
   5282   1.1.1.3    mrg 	* config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
   5283   1.1.1.3    mrg 	* config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
   5284   1.1.1.3    mrg 	Set.
   5285   1.1.1.3    mrg 	* config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
   5286   1.1.1.3    mrg 	* config/pdp11/t-pdp11: New file.
   5287   1.1.1.3    mrg 	* config/picochip/libgccExtras/adddi3.S,
   5288   1.1.1.3    mrg 	config/picochip/libgccExtras/ashlsi3.S,
   5289   1.1.1.3    mrg 	config/picochip/libgccExtras/ashrsi3.S,
   5290   1.1.1.3    mrg 	config/picochip/libgccExtras/clzsi2.S,
   5291   1.1.1.3    mrg 	config/picochip/libgccExtras/cmpsi2.S,
   5292   1.1.1.3    mrg 	config/picochip/libgccExtras/divmod15.S,
   5293   1.1.1.3    mrg 	config/picochip/libgccExtras/divmodhi4.S,
   5294   1.1.1.3    mrg 	config/picochip/libgccExtras/divmodsi4.S,
   5295   1.1.1.3    mrg 	config/picochip/libgccExtras/lshrsi3.S,
   5296   1.1.1.3    mrg 	config/picochip/libgccExtras/parityhi2.S,
   5297   1.1.1.3    mrg 	config/picochip/libgccExtras/popcounthi2.S,
   5298   1.1.1.3    mrg 	config/picochip/libgccExtras/subdi3.S,
   5299   1.1.1.3    mrg 	config/picochip/libgccExtras/ucmpsi2.S,
   5300   1.1.1.3    mrg 	config/picochip/libgccExtras/udivmodhi4.S,
   5301   1.1.1.3    mrg 	config/picochip/libgccExtras/udivmodsi4.S: New files.
   5302   1.1.1.3    mrg 	* config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
   5303   1.1.1.3    mrg 	(LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
   5304   1.1.1.3    mrg 	* config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
   5305   1.1.1.3    mrg 	config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
   5306   1.1.1.3    mrg 	config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
   5307   1.1.1.3    mrg 	config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
   5308   1.1.1.3    mrg 	config/rs6000/darwin-gpsave.S, 	config/rs6000/darwin-tramp.S,
   5309   1.1.1.3    mrg 	config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
   5310   1.1.1.3    mrg 	files.
   5311   1.1.1.3    mrg 	* config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
   5312   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS): Set.
   5313   1.1.1.3    mrg 	* config/rs6000/t-darwin64: New file.
   5314   1.1.1.3    mrg 	* config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
   5315   1.1.1.3    mrg 	* config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
   5316   1.1.1.3    mrg 	* config/rs6000/t-ppccomm (LIB2ADD): Add
   5317   1.1.1.3    mrg 	$(srcdir)/config/rs6000/tramp.S.
   5318   1.1.1.3    mrg 	(LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
   5319   1.1.1.3    mrg 	Add  $(srcdir)/config/rs6000/eabi.S.
   5320   1.1.1.3    mrg 	(crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
   5321   1.1.1.3    mrg 	(crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
   5322   1.1.1.3    mrg 	(e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
   5323   1.1.1.3    mrg 	(e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
   5324   1.1.1.3    mrg 	(e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
   5325   1.1.1.3    mrg 	(e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
   5326   1.1.1.3    mrg 	* config/rs6000/tramp.S: New file.
   5327   1.1.1.3    mrg 	* config/s390/t-tpf: Remove.
   5328   1.1.1.3    mrg 	* config/sh/linux-atomic.S: New file.
   5329   1.1.1.3    mrg 	* config/sh/t-linux (LIB2ADD): Set.
   5330   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
   5331   1.1.1.3    mrg 	* config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
   5332   1.1.1.3    mrg 	* config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
   5333   1.1.1.3    mrg 	to unwind-dw2.c.
   5334   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS): Set.
   5335   1.1.1.3    mrg 	* config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
   5336   1.1.1.3    mrg 	* config/spu/divmodti4.c, config/spu/divv2df3.c,
   5337   1.1.1.3    mrg 	config/spu/float_disf.c, config/spu/float_unsdidf.c,
   5338   1.1.1.3    mrg 	config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
   5339   1.1.1.3    mrg 	config/spu/mfc_multi_tag_release.c,
   5340   1.1.1.3    mrg 	config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
   5341   1.1.1.3    mrg 	config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
   5342   1.1.1.3    mrg 	config/spu/multi3.c: New files.
   5343   1.1.1.3    mrg 	* config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
   5344   1.1.1.3    mrg 	(HOST_LIBGCC2_CFLAGS): Set.
   5345   1.1.1.3    mrg 	* config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
   5346   1.1.1.3    mrg 	config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
   5347   1.1.1.3    mrg 	config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
   5348   1.1.1.3    mrg 	config/stormy16/ffshi2.c, config/stormy16/lib2.c,
   5349   1.1.1.3    mrg 	config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
   5350   1.1.1.3    mrg 	config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
   5351   1.1.1.3    mrg 	config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
   5352   1.1.1.3    mrg 	config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
   5353   1.1.1.3    mrg 	config/stormy16/umodsi3.c: New files.
   5354   1.1.1.3    mrg 	* config/xtensa/lib2funcs.S: New file.
   5355   1.1.1.3    mrg 	* config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
   5356   1.1.1.3    mrg 	* config/xtensa/t-xtensa (LIB2ADD): Set.
   5357   1.1.1.3    mrg 	* config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
   5358   1.1.1.3    mrg 	(*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
   5359   1.1.1.3    mrg 	Add t-freebsd-thread to tmake_file for posix threads.
   5360   1.1.1.3    mrg 	(*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
   5361   1.1.1.3    mrg 	(*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
   5362   1.1.1.3    mrg 	(*-*-lynxos*): Likewise.
   5363   1.1.1.3    mrg 	(*-*-netbsd*): Likewise.
   5364   1.1.1.3    mrg 	(*-*-openbsd*): Likewise.
   5365   1.1.1.3    mrg 	Add t-openbsd-thread to tmake_file for posix threads.
   5366   1.1.1.3    mrg 	(*-*-solaris2*): Add t-libgcc-pic to tmake_file.
   5367   1.1.1.3    mrg 	(*-*-vxworks*): Set tmake_file.
   5368   1.1.1.3    mrg 	(alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
   5369   1.1.1.3    mrg 	(alpha*-*-freebsd*): Likewise.
   5370   1.1.1.3    mrg 	(alpha*-*-netbsd*): Likewise.
   5371   1.1.1.3    mrg 	(alpha*-*-openbsd*): Likewise.
   5372   1.1.1.3    mrg 	(alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
   5373   1.1.1.3    mrg 	(alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
   5374   1.1.1.3    mrg 	(alpha*-dec-*vms*): Likewise.
   5375   1.1.1.3    mrg 	(arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
   5376   1.1.1.3    mrg 	(bfin*-elf*): Add bfin/t-elf to tmake_file.
   5377   1.1.1.3    mrg 	(bfin*-uclinux*): Likewise.
   5378   1.1.1.3    mrg 	(bfin*-linux-uclibc*): Likewise.
   5379   1.1.1.3    mrg 	(crisv32-*-elf): Add cris/t-cris to tmake_file.
   5380   1.1.1.3    mrg 	(crisv32-*-none): Likewise.
   5381   1.1.1.3    mrg 	(cris-*-elf): Likewise.
   5382   1.1.1.3    mrg 	(cris-*-none): Likewise.
   5383   1.1.1.3    mrg 	(cris-*-linux*, crisv32-*-linux*): Likewise.
   5384   1.1.1.3    mrg 	(hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
   5385   1.1.1.3    mrg 	tmake_file.
   5386   1.1.1.3    mrg 	(hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
   5387   1.1.1.3    mrg 	tmake_file.
   5388   1.1.1.3    mrg 	(hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
   5389   1.1.1.3    mrg 	(i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
   5390   1.1.1.3    mrg 	(x86_64-*-elf*): Likewise.
   5391   1.1.1.3    mrg 	(i[34567]86-*-nto-qnx*): Likewise.
   5392   1.1.1.3    mrg 	(i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
   5393   1.1.1.3    mrg 	win32 threads.
   5394   1.1.1.3    mrg 	(x86_64-*-mingw*): Likewise.
   5395   1.1.1.3    mrg 	(i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
   5396   1.1.1.3    mrg 	(lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
   5397   1.1.1.3    mrg 	(mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
   5398   1.1.1.3    mrg 	(mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
   5399   1.1.1.3    mrg 	(mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
   5400   1.1.1.3    mrg 	tmake_file.
   5401   1.1.1.3    mrg 	(mipsisa64sr71k-*-elf*): Likewise.
   5402   1.1.1.3    mrg 	(mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
   5403   1.1.1.3    mrg 	(mips-*-elf*, mipsel-*-elf*): Likewise.
   5404   1.1.1.3    mrg 	(mips64-*-elf*, mips64el-*-elf*): Likewise.
   5405   1.1.1.3    mrg 	(mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
   5406   1.1.1.3    mrg 	(mips*-*-rtems*): Likewise.
   5407   1.1.1.3    mrg 	(mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
   5408   1.1.1.3    mrg 	to tmake_file.
   5409   1.1.1.3    mrg 	(pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
   5410   1.1.1.3    mrg 	(powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
   5411   1.1.1.3    mrg 	(s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
   5412   1.1.1.3    mrg 	(spu-*-elf*): Likewise.
   5413   1.1.1.3    mrg 	(tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
   5414   1.1.1.3    mrg 
   5415   1.1.1.3    mrg 2011-11-02  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5416   1.1.1.3    mrg 
   5417   1.1.1.3    mrg 	* Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
   5418   1.1.1.3    mrg 	$(srcdir) to refer to $(LIB1ASMSRC).
   5419   1.1.1.3    mrg 	Use $<.
   5420   1.1.1.3    mrg 	* config/arm/bpabi-v6m.S, config/arm/bpabi.S,
   5421   1.1.1.3    mrg 	config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
   5422   1.1.1.3    mrg 	config/arm/lib1funcs.S: New files.
   5423   1.1.1.3    mrg 	* config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
   5424   1.1.1.3    mrg 	* config/arm/t-arm: New file.
   5425   1.1.1.3    mrg 	* config/arm/t-bpabi (LIB1ASMFUNCS): Set.
   5426   1.1.1.3    mrg 	* config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
   5427   1.1.1.3    mrg 	config/arm/t-strongarm-elf: New files.
   5428   1.1.1.3    mrg 	* config/arm/t-symbian (LIB1ASMFUNCS): Set.
   5429   1.1.1.3    mrg 	* config/arm/t-vxworks, config/arm/t-wince-pe: New files.
   5430   1.1.1.3    mrg 	* config/avr/lib1funcs.S: New file.
   5431   1.1.1.3    mrg 	* config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5432   1.1.1.3    mrg 	* config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
   5433   1.1.1.3    mrg 	* config/c6x/lib1funcs.S: New file.
   5434   1.1.1.3    mrg 	* config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5435   1.1.1.3    mrg 	* config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
   5436   1.1.1.3    mrg 	* config/frv/lib1funcs.S: New file.
   5437   1.1.1.3    mrg 	* config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5438   1.1.1.3    mrg 	* config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
   5439   1.1.1.3    mrg 	* config/i386/cygwin.S, config/i386/t-chkstk: New files.
   5440   1.1.1.3    mrg 	* config/ia64/__divxf3.asm: Rename to ...
   5441   1.1.1.3    mrg 	* config/ia64/__divxf3.S: ... this.
   5442   1.1.1.3    mrg 	Adapt lib1funcs.asm filename.
   5443   1.1.1.3    mrg 	* config/ia64/_fixtfdi.asm: Rename to ...
   5444   1.1.1.3    mrg 	* config/ia64/_fixtfdi.S: ... this.
   5445   1.1.1.3    mrg 	Adapt lib1funcs.asm filename.
   5446   1.1.1.3    mrg 	* config/ia64/_fixunstfdi.asm: Rename to ...
   5447   1.1.1.3    mrg 	* config/ia64/_fixunstfdi.S: ... this.
   5448   1.1.1.3    mrg 	Adapt lib1funcs.asm filename.
   5449   1.1.1.3    mrg 	* config/ia64/_floatditf.asm: Rename to ...
   5450   1.1.1.3    mrg 	* config/ia64/_floatditf.S: ... this.
   5451   1.1.1.3    mrg 	Adapt lib1funcs.asm filename.
   5452   1.1.1.3    mrg 	* config/ia64/lib1funcs.S: New file.
   5453   1.1.1.3    mrg 	* config/ia64/t-hpux (LIB1ASMFUNCS): Set.
   5454   1.1.1.3    mrg 	* config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5455   1.1.1.3    mrg 	* config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
   5456   1.1.1.3    mrg 	* config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
   5457   1.1.1.3    mrg 	* config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
   5458   1.1.1.3    mrg 	* config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
   5459   1.1.1.3    mrg 	* config/mep/lib1funcs.S: New file.
   5460   1.1.1.3    mrg 	* config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5461   1.1.1.3    mrg 	* config/mips/mips16.S: New file.
   5462   1.1.1.3    mrg 	* config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5463   1.1.1.3    mrg 	* config/pa/milli64.S: New file.
   5464   1.1.1.3    mrg 	* config/pa/t-linux, config/pa/t-linux64: New files.
   5465   1.1.1.3    mrg 	* config/picochip/lib1funcs.S: New file.
   5466   1.1.1.3    mrg 	* config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5467   1.1.1.3    mrg 	* config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
   5468   1.1.1.3    mrg 	* config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
   5469   1.1.1.3    mrg 	* config/sh/t-netbsd: New file.
   5470   1.1.1.3    mrg 	* config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
   5471   1.1.1.3    mrg 	Use $(srcdir) to refer to lib1funcs.S, adapt filename.
   5472   1.1.1.3    mrg 	* config/sh/t-sh64: New file.
   5473   1.1.1.3    mrg 	* config/sparc/lb1spc.S: New file.
   5474   1.1.1.3    mrg 	* config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
   5475   1.1.1.3    mrg 	filename.
   5476   1.1.1.3    mrg 	* config/v850/lib1funcs.S, config/v850/t-v850: New files.
   5477   1.1.1.3    mrg 	* config/vax/lib1funcs.S, config/vax/t-linux: New files.
   5478   1.1.1.3    mrg 	* config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
   5479   1.1.1.3    mrg 	config/xtensa/lib1funcs.S: New files.
   5480   1.1.1.3    mrg 	* config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
   5481   1.1.1.3    mrg 	* config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
   5482   1.1.1.3    mrg 	tmake_file.
   5483   1.1.1.3    mrg 	(arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
   5484   1.1.1.3    mrg 	(arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
   5485   1.1.1.3    mrg 	(arm*-*-linux*): Likewise.
   5486   1.1.1.3    mrg 	Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
   5487   1.1.1.3    mrg 	arm*-*-linux-*eabi, add arm/t-linux otherwise.
   5488   1.1.1.3    mrg 	(arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
   5489   1.1.1.3    mrg 	(arm*-*-ecos-elf): Likewise.
   5490   1.1.1.3    mrg 	(arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
   5491   1.1.1.3    mrg 	(arm*-*-rtems*): Likewise.
   5492   1.1.1.3    mrg 	(arm*-*-elf): Likewise.
   5493   1.1.1.3    mrg 	(arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
   5494   1.1.1.3    mrg 	(avr-*-rtems*): Add to tmake_file, add avr/t-avr.
   5495   1.1.1.3    mrg 	(bfin*-elf*): Add bfin/t-bfin to tmake_file.
   5496   1.1.1.3    mrg 	(bfin*-uclinux*): Likewise.
   5497   1.1.1.3    mrg 	(bfin*-linux-uclibc*): Likewise.
   5498   1.1.1.3    mrg 	(bfin*-rtems*): Likewise.
   5499   1.1.1.3    mrg 	(bfin*-*): Likewise.
   5500   1.1.1.3    mrg 	(fido-*-elf): Merge into m68k-*-elf*.
   5501   1.1.1.3    mrg 	(fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
   5502   1.1.1.3    mrg 	(frv-*-*linux*): Add frv/t-frv to tmake_file.
   5503   1.1.1.3    mrg 	(h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
   5504   1.1.1.3    mrg 	(h8300-*-elf*): Likewise.
   5505   1.1.1.3    mrg 	(hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
   5506   1.1.1.3    mrg 	(hppa*-*-linux*): Add pa/t-linux to tmake_file.
   5507   1.1.1.3    mrg 	(i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
   5508   1.1.1.3    mrg 	(i[34567]86-*-mingw*): Likewise.
   5509   1.1.1.3    mrg 	(x86_64-*-mingw*): Likewise.
   5510   1.1.1.3    mrg 	(i[34567]86-*-interix3*): Likewise.
   5511   1.1.1.3    mrg 	(ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
   5512   1.1.1.3    mrg 	(ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
   5513   1.1.1.3    mrg 	(m68k-*-elf*): Also handle fido-*-elf.
   5514   1.1.1.3    mrg 	Add m68k/t-floatlib to tmake_file.
   5515   1.1.1.3    mrg 	(m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
   5516   1.1.1.3    mrg 	(m68k-*-linux*): Likewise.
   5517   1.1.1.3    mrg 	(m68k-*-rtems*): Likewise.
   5518   1.1.1.3    mrg 	(mcore-*-elf): Add mcore/t-mcore to tmake_file.
   5519   1.1.1.3    mrg 	(sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
   5520   1.1.1.3    mrg 	sh64*-*-*.
   5521   1.1.1.3    mrg 	(sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
   5522   1.1.1.3    mrg 	Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
   5523   1.1.1.3    mrg 	(sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
   5524   1.1.1.3    mrg 	(sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
   5525   1.1.1.3    mrg 	sh/t-netbsd to tmake_file.
   5526   1.1.1.3    mrg 	Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
   5527   1.1.1.3    mrg 	(sh-*-rtems*): Add sh/t-sh to tmake_file.
   5528   1.1.1.3    mrg 	(sh-wrs-vxworks): Likewise.
   5529   1.1.1.3    mrg 	(sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
   5530   1.1.1.3    mrg 	*-leon[3-9]*.
   5531   1.1.1.3    mrg 	(v850*-*-*): Add v850/t-v850 to tmake_file.
   5532   1.1.1.3    mrg 	(vax-*-linux*): Add vax/t-linux to tmake_file.
   5533   1.1.1.3    mrg 	(m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
   5534   1.1.1.3    mrg 
   5535   1.1.1.3    mrg 2011-11-02  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5536   1.1.1.3    mrg 
   5537   1.1.1.3    mrg 	* crtstuff.c: New file.
   5538   1.1.1.3    mrg 	* Makefile.in (CRTSTUFF_CFLAGS): Define.
   5539   1.1.1.3    mrg 	(CRTSTUFF_T_CFLAGS): Define.
   5540   1.1.1.3    mrg 	(extra-parts, INSTALL_PARTS): Remove conditional assignments.
   5541   1.1.1.3    mrg 	(crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
   5542   1.1.1.3    mrg 	(crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
   5543   1.1.1.3    mrg 	crtstuff.c.
   5544   1.1.1.3    mrg 	Use $<.
   5545   1.1.1.3    mrg 	(crtbeginT.o): Use $(objext).
   5546   1.1.1.3    mrg 	[!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
   5547   1.1.1.3    mrg 	(libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
   5548   1.1.1.3    mrg 	(gcc-extra-parts): Remove.
   5549   1.1.1.3    mrg 	* config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
   5550   1.1.1.3    mrg 	Set extra_parts.
   5551   1.1.1.3    mrg 	(*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
   5552   1.1.1.3    mrg 	*-*-gnu*): Also handle *-*-kopensolaris*-gnu.
   5553   1.1.1.3    mrg 	Add t-crtstuff-pic to tmake_file.
   5554   1.1.1.3    mrg 	(*-*-lynxos*): New case.
   5555   1.1.1.3    mrg 	Set tmake_file, extra_parts.
   5556   1.1.1.3    mrg 	(*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
   5557   1.1.1.3    mrg 	Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
   5558   1.1.1.3    mrg 	*-*-netbsdelf[2-9]*.
   5559   1.1.1.3    mrg 	(*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
   5560   1.1.1.3    mrg 	(*-*-rtems*): Set extra_parts.
   5561   1.1.1.3    mrg 	(*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
   5562   1.1.1.3    mrg 	(*-*-uclinux*): New case.
   5563   1.1.1.3    mrg 	Set extra_parts.
   5564   1.1.1.3    mrg 	(*-*-vms*): New case.
   5565   1.1.1.3    mrg 	Set tmake_file, extra_parts.
   5566   1.1.1.3    mrg 	(*-*-elf): Set extra_parts.
   5567   1.1.1.3    mrg 	(alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
   5568   1.1.1.3    mrg 	(alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
   5569   1.1.1.3    mrg 	vms/t-vms64.
   5570   1.1.1.3    mrg 	Set extra_parts.
   5571   1.1.1.3    mrg 	(alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
   5572   1.1.1.3    mrg 	Set extra_parts.
   5573   1.1.1.3    mrg 	(arm*-*-freebsd*): Add t-crtin to tmake_file.
   5574   1.1.1.3    mrg 	Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
   5575   1.1.1.3    mrg 	(arm-wrs-vxworks): Append to tmake_file.
   5576   1.1.1.3    mrg 	Set extra_parts.
   5577   1.1.1.3    mrg 	(arm*-*-uclinux*): Set extra_parts.
   5578   1.1.1.3    mrg 	(arm*-*-ecos-elf): Likewise.
   5579   1.1.1.3    mrg 	(arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
   5580   1.1.1.3    mrg 	arm*-*-eabi*.
   5581   1.1.1.3    mrg 	(arm*-*-rtems*): Set extra_parts.
   5582   1.1.1.3    mrg 	(arm*-*-elf): Likewise.
   5583   1.1.1.3    mrg 	(avr-*-rtems*): Clear extra_parts.
   5584   1.1.1.3    mrg 	(bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
   5585   1.1.1.3    mrg 	Set extra_parts.
   5586   1.1.1.3    mrg 	(bfin*-uclinux*): Likewise.
   5587   1.1.1.3    mrg 	(bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
   5588   1.1.1.3    mrg 	(bfin*-rtems*): Append to tmake_file.
   5589   1.1.1.3    mrg 	Set extra_parts.
   5590   1.1.1.3    mrg 	(bfin*-*): Likewise.
   5591   1.1.1.3    mrg 	(crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
   5592   1.1.1.3    mrg 	(crisv32-*-elf): ... this.
   5593   1.1.1.3    mrg 	(crisv32-*-none): ... this.
   5594   1.1.1.3    mrg 	(cris-*-elf, cris-*-none): New cases.
   5595   1.1.1.3    mrg 	Add cris/t-elfmulti to tmake_file.
   5596   1.1.1.3    mrg 	(fr30-*-elf): Append to tmake_file.
   5597   1.1.1.3    mrg 	Set extra_parts.
   5598   1.1.1.3    mrg 	(frv-*-elf): Append to tmake_file, add frv/t-frv.
   5599   1.1.1.3    mrg 	Set extra_parts.
   5600   1.1.1.3    mrg 	(h8300-*-rtems*): Append to tmake_file.
   5601   1.1.1.3    mrg 	Set extra_parts.
   5602   1.1.1.3    mrg 	(h8300-*-elf*): Likewise.
   5603   1.1.1.3    mrg 	(hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
   5604   1.1.1.3    mrg 	Set extra_parts.
   5605   1.1.1.3    mrg 	(hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
   5606   1.1.1.3    mrg 	Set extra_parts.
   5607   1.1.1.3    mrg 	(i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
   5608   1.1.1.3    mrg 	(x86_64-*-elf*): Likewise.
   5609   1.1.1.3    mrg 	(i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
   5610   1.1.1.3    mrg 	(x86_64-*-freebsd*): Likewise.
   5611   1.1.1.3    mrg 	(x86_64-*-netbsd*): Likewise.
   5612   1.1.1.3    mrg 	(i[34567]86-*-linux*): Likewise.
   5613   1.1.1.3    mrg 	(i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
   5614   1.1.1.3    mrg 	(i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
   5615   1.1.1.3    mrg 	(x86_64-*-linux*): Likewise.
   5616   1.1.1.3    mrg 	(x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
   5617   1.1.1.3    mrg 	(i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
   5618   1.1.1.3    mrg 	tmake_file.
   5619   1.1.1.3    mrg 	Set extra_parts.
   5620   1.1.1.3    mrg 	(i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
   5621   1.1.1.3    mrg 	(i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
   5622   1.1.1.3    mrg 	Append to extra_parts, remove crtbegin.o, crtend.o.
   5623   1.1.1.3    mrg 	(ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
   5624   1.1.1.3    mrg 	(ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
   5625   1.1.1.3    mrg 	crtend.o, crtbeginS.o, crtendS.o.
   5626   1.1.1.3    mrg 	(ia64*-*-linux*): Comment extra_parts.
   5627   1.1.1.3    mrg 	(ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
   5628   1.1.1.3    mrg 	Set extra_parts.
   5629   1.1.1.3    mrg 	(iq2000*-*-elf*): Clear extra_parts.
   5630   1.1.1.3    mrg 	(lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
   5631   1.1.1.3    mrg 	(lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
   5632   1.1.1.3    mrg 	(m32r-*-elf*, m32r-*-rtems*): Split off ...
   5633   1.1.1.3    mrg 	(m32r-*-rtems*): ... this.
   5634   1.1.1.3    mrg 	Add m32r/t-m32r to tmake_file.
   5635   1.1.1.3    mrg 	(m68k-*-elf*): Add t-crtin to tmake_file.
   5636   1.1.1.3    mrg 	(m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
   5637   1.1.1.3    mrg 	(mcore-*-elf): Likewise.
   5638   1.1.1.3    mrg 	(microblaze*-*-*): Set extra_parts.
   5639   1.1.1.3    mrg 	(mips*-sde-elf*): New case.
   5640   1.1.1.3    mrg 	Set tmake_file, extra_parts.
   5641   1.1.1.3    mrg 	(mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
   5642   1.1.1.3    mrg 	(mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
   5643   1.1.1.3    mrg 	(mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
   5644   1.1.1.3    mrg 	tmake_file.
   5645   1.1.1.3    mrg 	Set extra_parts.
   5646   1.1.1.3    mrg 	(mipsisa64sr71k-*-elf*): Likewise.
   5647   1.1.1.3    mrg 	(mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
   5648   1.1.1.3    mrg 	(mips-*-elf*, mipsel-*-elf*): Likewise.
   5649   1.1.1.3    mrg 	(mips64-*-elf*, mips64el-*-elf*): Likewise.
   5650   1.1.1.3    mrg 	(mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
   5651   1.1.1.3    mrg 	(mips64orion-*-elf*,  mips64orionel-*-elf*): Likewise.
   5652   1.1.1.3    mrg 	(mips*-*-rtems*): Likewise.
   5653   1.1.1.3    mrg 	(mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
   5654   1.1.1.3    mrg 	(moxie-*-*): Split into ...
   5655   1.1.1.3    mrg 	(moxie-*-elf, moxie-*-uclinux*): ... this.
   5656   1.1.1.3    mrg 	Add to extra_parts, remove crtbegin.o, crtend.o.
   5657   1.1.1.3    mrg 	(moxie-*-rtems*): New case.
   5658   1.1.1.3    mrg 	Set tmake_file.
   5659   1.1.1.3    mrg 	Clear extra_parts.
   5660   1.1.1.3    mrg 	(powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
   5661   1.1.1.3    mrg 	Set extra_parts.
   5662   1.1.1.3    mrg 	(powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
   5663   1.1.1.3    mrg 	(powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
   5664   1.1.1.3    mrg 	tmake_file.
   5665   1.1.1.3    mrg 	Set extra_parts.
   5666   1.1.1.3    mrg 	(powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
   5667   1.1.1.3    mrg 	rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
   5668   1.1.1.3    mrg 	Set extra_parts.
   5669   1.1.1.3    mrg 	(powerpc-*-eabisim*): Likewise.
   5670   1.1.1.3    mrg 	(powerpc-*-elf*): Likewise.
   5671   1.1.1.3    mrg 	(powerpc-*-eabialtivec*): Likewise.
   5672   1.1.1.3    mrg 	(powerpc-xilinx-eabi*): Likewise.
   5673   1.1.1.3    mrg 	(powerpc-*-eabi*): Likewise.
   5674   1.1.1.3    mrg 	(powerpc-*-rtems*): Likewise.
   5675   1.1.1.3    mrg 	(powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
   5676   1.1.1.3    mrg 	tmake_file.
   5677   1.1.1.3    mrg 	Set extra_parts.
   5678   1.1.1.3    mrg 	(powerpc-*-lynxos*): Add to tmake_file.
   5679   1.1.1.3    mrg 	(powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
   5680   1.1.1.3    mrg 	rs6000/t-crtstuff, t-crtstuff-pic.
   5681   1.1.1.3    mrg 	Set extra_parts.
   5682   1.1.1.3    mrg 	(powerpcle-*-eabisim*): Likewise.
   5683   1.1.1.3    mrg 	(powerpcle-*-eabi*): Likewise.
   5684   1.1.1.3    mrg 	(rx-*-elf): Remove extra_parts.
   5685   1.1.1.3    mrg 	(s390x-ibm-tpf*): Set extra_parts.
   5686   1.1.1.3    mrg 	(score-*-elf): Set extra_parts.
   5687   1.1.1.3    mrg 	(sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
   5688   1.1.1.3    mrg 	(sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
   5689   1.1.1.3    mrg 	(sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
   5690   1.1.1.3    mrg 	(sh64l*-*-netbsd*): Split into ...
   5691   1.1.1.3    mrg 	(sh-*-elf*, sh[12346l]*-*-elf*): ... this.
   5692   1.1.1.3    mrg 	Add t-crtstuff-pic to tmake_file.
   5693   1.1.1.3    mrg 	Set extra_parts.
   5694   1.1.1.3    mrg 	(sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
   5695   1.1.1.3    mrg 	Set extra_parts.
   5696   1.1.1.3    mrg 	(sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
   5697   1.1.1.3    mrg 	(sparc-*-elf*): Remove t-crtin from tmake_file.
   5698   1.1.1.3    mrg 	Add to extra_parts, remove crtbegin.o, crtend.o.
   5699   1.1.1.3    mrg 	(sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
   5700   1.1.1.3    mrg 	(sparc64-*-linux*): Likewise.
   5701   1.1.1.3    mrg 	(sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
   5702   1.1.1.3    mrg 	Add to extra_parts, remove crtbegin.o, crtend.o.
   5703   1.1.1.3    mrg 	(sparc64-*-elf*): Remove t-crtin from tmake_file.
   5704   1.1.1.3    mrg 	Add to extra_parts, remove crtbegin.o, crtend.o.
   5705   1.1.1.3    mrg 	(sparc64-*-rtems*): Remove t-crtin from tmake_file.
   5706   1.1.1.3    mrg 	Add to extra_parts, remove crtbegin.o, crtend.o.
   5707   1.1.1.3    mrg 	(sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
   5708   1.1.1.3    mrg 	(sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
   5709   1.1.1.3    mrg 	(spu-*-elf*): Add to tmake_file, add spu/t-elf.
   5710   1.1.1.3    mrg 	Set extra_parts.
   5711   1.1.1.3    mrg 	(tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
   5712   1.1.1.3    mrg 	Set extra_parts.
   5713   1.1.1.3    mrg 	(tic6x-*-*): Change to ...
   5714   1.1.1.3    mrg 	(tic6x-*-elf): ... this.
   5715   1.1.1.3    mrg 	Set extra_parts.
   5716   1.1.1.3    mrg 	(xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
   5717   1.1.1.3    mrg 	Set extra_parts.
   5718   1.1.1.3    mrg 	(am33_2.0-*-linux*): Add comment.
   5719   1.1.1.3    mrg 	(mep*-*-*): Add mep/t-mep to tmake_file.
   5720   1.1.1.3    mrg 	Set extra_parts.
   5721   1.1.1.3    mrg 	* config/alpha/t-vms: New file.
   5722   1.1.1.3    mrg 	* config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
   5723   1.1.1.3    mrg 	* config/arm/crti.S, config/arm/crtn.S: New files.
   5724   1.1.1.3    mrg 	* config/bfin/crti.S, config/bfin/crtn.S: New files.
   5725   1.1.1.3    mrg 	* config/bfin/crtlibid.S: New file.
   5726   1.1.1.3    mrg 	* config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
   5727   1.1.1.3    mrg 	* config/c6x/crti.S, config/c6x/crtn.S: New files.
   5728   1.1.1.3    mrg 	* config/c6x/t-elf (CUSTOM_CRTIN): Set.
   5729   1.1.1.3    mrg 	(crti.o, crtin.o): New rules.
   5730   1.1.1.3    mrg 	(CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
   5731   1.1.1.3    mrg 	* config/c6x/t-uclinux: New file.
   5732   1.1.1.3    mrg 	* config/cris/t-elfmulti: New file.
   5733   1.1.1.3    mrg 	* config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
   5734   1.1.1.3    mrg 	* config/fr30/crti.S, config/fr30/crtn.S: New files.
   5735   1.1.1.3    mrg 	* config/frv/frvbegin.c, config/frv/frvend.c: New files.
   5736   1.1.1.3    mrg 	* config/frv/t-frv: New file.
   5737   1.1.1.3    mrg 	* config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
   5738   1.1.1.3    mrg 	* config/h8300/crti.S, config/h8300/crtn.S: New files.
   5739   1.1.1.3    mrg 	* config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
   5740   1.1.1.3    mrg 	New files.
   5741   1.1.1.3    mrg 	* config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
   5742   1.1.1.3    mrg 	refer to cygming-crtbegin.c, cygming-crtend.c.
   5743   1.1.1.3    mrg 	Use $<.
   5744   1.1.1.3    mrg 	* config/i386/t-nto: New file.
   5745   1.1.1.3    mrg 	* config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
   5746   1.1.1.3    mrg 	* config/ia64/crti.S, config/ia64/crtn.S: New files.
   5747   1.1.1.3    mrg 	* config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
   5748   1.1.1.3    mrg 	crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
   5749   1.1.1.3    mrg 	Use .S extension.
   5750   1.1.1.3    mrg 	Use $<.
   5751   1.1.1.3    mrg 	* config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
   5752   1.1.1.3    mrg 	(crtinitS.o): New rule.
   5753   1.1.1.3    mrg 	* config/ia64/vms-crtinit.S: New file.
   5754   1.1.1.3    mrg 	* config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
   5755   1.1.1.3    mrg 	* config/m32r/initfini.c: New file.
   5756   1.1.1.3    mrg 	* config/m32r/t-linux, config/m32r/t-m32r: New files.
   5757   1.1.1.3    mrg 	* config/m68k/crti.S, config/m68k/crtn.S: New files.
   5758   1.1.1.3    mrg 	* config/mcore/crti.S, config/mcore/crtn.S: New files.
   5759   1.1.1.3    mrg 	* config/mep/t-mep: New file.
   5760   1.1.1.3    mrg 	* config/microblaze/crti.S, config/microblaze/crtn.S: New files.
   5761   1.1.1.3    mrg 	* config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
   5762   1.1.1.3    mrg 	* config/mips/crti.S, config/mips/crtn.S: New files.
   5763   1.1.1.3    mrg 	* config/mips/t-crtstuff: New file.
   5764   1.1.1.3    mrg 	* config/mmix/crti.S, config/mmix/crtn.S: New files.
   5765   1.1.1.3    mrg 	* config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
   5766   1.1.1.3    mrg 	(CUSTOM_CRTIN): Set.
   5767   1.1.1.3    mrg 	($(T)crti.o, $(T)crtn.o): Remove $(T),
   5768   1.1.1.3    mrg 	dependencies.
   5769   1.1.1.3    mrg 	Use $(srcdir) to refer to crti.S, crtn.S.
   5770   1.1.1.3    mrg 	Use .S extension, $<.
   5771   1.1.1.3    mrg 	* config/moxie/crti.asm: Rename to ...
   5772   1.1.1.3    mrg 	* config/moxie/crti.S: ... this.
   5773   1.1.1.3    mrg 	* config/moxie/crtn.asm: Rename to ...
   5774   1.1.1.3    mrg 	* config/moxie/crtn.S: ... this.
   5775   1.1.1.3    mrg 	* config/moxie/t-moxie: Remove.
   5776   1.1.1.3    mrg 	* config/pa/stublib.c: New file.
   5777   1.1.1.3    mrg 	* config/pa/t-stublib, config/pa/t-stublib64: New files.
   5778   1.1.1.3    mrg 	* config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
   5779   1.1.1.3    mrg 	* config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
   5780   1.1.1.3    mrg 	* config/rs6000/t-crtstuff: New file.
   5781   1.1.1.3    mrg 	* config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
   5782   1.1.1.3    mrg 	(ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
   5783   1.1.1.3    mrg 	(ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
   5784   1.1.1.3    mrg 	Make output file explicit.
   5785   1.1.1.3    mrg 	(ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
   5786   1.1.1.3    mrg 	Make output file explicit.
   5787   1.1.1.3    mrg 	(ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
   5788   1.1.1.3    mrg 	Make output file explicit.
   5789   1.1.1.3    mrg 	(ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
   5790   1.1.1.3    mrg 	Make output file explicit.
   5791   1.1.1.3    mrg 	* config/score/crti.S, config/score/crtn.S: New files.
   5792   1.1.1.3    mrg 	* config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
   5793   1.1.1.3    mrg 	* config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
   5794   1.1.1.3    mrg 	files.
   5795   1.1.1.3    mrg 	* config/sh/t-sh, config/sh/t-superh: New files.
   5796   1.1.1.3    mrg 	* config/sparc/t-linux64: New file.
   5797   1.1.1.3    mrg 	* config/spu/cache.S, config/spu/cachemgr.c: New files.
   5798   1.1.1.3    mrg 	* config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
   5799   1.1.1.3    mrg 	(cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
   5800   1.1.1.3    mrg 	(cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
   5801   1.1.1.3    mrg 	* config/t-crtin: Remove.
   5802   1.1.1.3    mrg 	* config/t-crtstuff-pic: New file.
   5803   1.1.1.3    mrg 	* config/t-sol2 (CUSTOM_CRTIN): Set.
   5804   1.1.1.3    mrg 	(crti.o, crtn.o): New rules.
   5805   1.1.1.3    mrg 	* config/vms/t-vms: New file.
   5806   1.1.1.3    mrg 	* config/vms/vms-ucrt0.c: New file.
   5807   1.1.1.3    mrg 	* config/xtensa/t-elf: New file.
   5808   1.1.1.3    mrg 
   5809   1.1.1.3    mrg 2011-11-02  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   5810   1.1.1.3    mrg 
   5811   1.1.1.3    mrg 	* Makefile.in (SHLIB_NM_FLAGS): Set.
   5812   1.1.1.3    mrg 	* mkmap-flat.awk, mkmap-symver.awk: New files.
   5813   1.1.1.3    mrg 	* configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
   5814   1.1.1.3    mrg 	exceptions.
   5815   1.1.1.3    mrg 	* configure: Regenerate.
   5816   1.1.1.3    mrg 	* config/libgcc-glibc.ver: New file.
   5817   1.1.1.3    mrg 	* config/libgcc-libsystem.ver: New file.
   5818   1.1.1.3    mrg 	* config/t-libunwind (SHLIB_LC): Set.
   5819   1.1.1.3    mrg 	* config/t-linux: New file.
   5820   1.1.1.3    mrg 	* config/t-slibgcc (INSTALL_SHLIB): New.
   5821   1.1.1.3    mrg 	(SHLIB_INSTALL): Use it.
   5822   1.1.1.3    mrg 	* config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
   5823   1.1.1.3    mrg 	to mkmap-symver.awk.
   5824   1.1.1.3    mrg 	(SHLIB_MAPFILES): Don't append, adapt pathname.
   5825   1.1.1.3    mrg 	(SHLIB_VERPFX): Set.
   5826   1.1.1.3    mrg 	* config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
   5827   1.1.1.3    mrg 	to mkmap-symver.awk.
   5828   1.1.1.3    mrg 	* config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
   5829   1.1.1.3    mrg 	config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
   5830   1.1.1.3    mrg 	* config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
   5831   1.1.1.3    mrg 	* config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
   5832   1.1.1.3    mrg 	to mkmap-flat.awk.
   5833   1.1.1.3    mrg 	* config/arm/t-bpabi (SHLIB_MAPFILES): Set.
   5834   1.1.1.3    mrg 	* config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
   5835   1.1.1.3    mrg 	* config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
   5836   1.1.1.3    mrg 	* config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
   5837   1.1.1.3    mrg 	* config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
   5838   1.1.1.3    mrg 	* config/i386/libgcc-darwin.10.4.ver,
   5839   1.1.1.3    mrg 	config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
   5840   1.1.1.3    mrg 	New files.
   5841   1.1.1.3    mrg 	* config/i386/t-darwin: Remove.
   5842   1.1.1.3    mrg 	* config/i386/t-darwin64: Likewise.
   5843   1.1.1.3    mrg 	* config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
   5844   1.1.1.3    mrg 	* config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
   5845   1.1.1.3    mrg 	config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
   5846   1.1.1.3    mrg 	* config/i386/t-linux: New file.
   5847   1.1.1.3    mrg 	* config/i386/t-mingw32: New file.
   5848   1.1.1.3    mrg 	* config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
   5849   1.1.1.3    mrg 	* config/ia64/t-glibc: Rename to ...
   5850   1.1.1.3    mrg 	* config/ia64/t-linux: ... this.
   5851   1.1.1.3    mrg 	(SHLIB_MAPFILES): Set.
   5852   1.1.1.3    mrg 	* config/ia64/t-glibc-libunwind: Rename to ...
   5853   1.1.1.3    mrg 	* config/ia64/t-linux-libunwind: ... this.
   5854   1.1.1.3    mrg 	* config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
   5855   1.1.1.3    mrg 	* config/ia64/t-slibgcc-hpux: New file.
   5856   1.1.1.3    mrg 	* config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
   5857   1.1.1.3    mrg 	* config/m68k/t-slibgcc-elf-ver: New file.
   5858   1.1.1.3    mrg 	* config/mips/t-mips16 (SHLIB_MAPFILES): Set.
   5859   1.1.1.3    mrg 	* config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
   5860   1.1.1.3    mrg 	to mkmap-flat.awk.
   5861   1.1.1.3    mrg 	* config/pa/t-slibgcc-hpux: New file.
   5862   1.1.1.3    mrg 	* config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
   5863   1.1.1.3    mrg 	files.
   5864   1.1.1.3    mrg 	* config/rs6000/libgcc-darwin.10.4.ver,
   5865   1.1.1.3    mrg 	config/rs6000/libgcc-darwin.10.5.ver: New files.
   5866   1.1.1.3    mrg 	* config/rs6000/libgcc-ppc-glibc.ver: Rename to
   5867   1.1.1.3    mrg 	config/rs6000/libgcc-glibc.ver.
   5868   1.1.1.3    mrg 	* config/rs6000/libgcc-ppc64.ver: Rename to
   5869   1.1.1.3    mrg 	config/rs6000/libgcc-ibm-ldouble.ver.
   5870   1.1.1.3    mrg 	* config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
   5871   1.1.1.3    mrg 	* config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
   5872   1.1.1.3    mrg 	* config/rs6000/t-ldbl128: Rename to ...
   5873   1.1.1.3    mrg 	* config/rs6000/t-linux: ... this.
   5874   1.1.1.3    mrg 	(SHLIB_MAPFILES): Adapt filename.
   5875   1.1.1.3    mrg 	* config/rs6000/t-slibgcc-aix: New file.
   5876   1.1.1.3    mrg 	* config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
   5877   1.1.1.3    mrg 	* config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
   5878   1.1.1.3    mrg 	libgcc-excl.ver, libgcc-glibc.ver.
   5879   1.1.1.3    mrg 	(SHLIB_LINK, SHLIB_INSTALL): Remove.
   5880   1.1.1.3    mrg 	* config/sparc/libgcc-glibc.ver: New file.
   5881   1.1.1.3    mrg 	* config/sparc/t-linux: New file.
   5882   1.1.1.3    mrg 	* config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
   5883   1.1.1.3    mrg 	* config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
   5884   1.1.1.3    mrg 	t-slibgcc-elf-ver to tmake_file.
   5885   1.1.1.3    mrg 	Add t-slibgcc-nolc-override to tmake_file for posix threads on
   5886   1.1.1.3    mrg 	*-*-freebsd[34].
   5887   1.1.1.3    mrg 	(*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
   5888   1.1.1.3    mrg 	*-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
   5889   1.1.1.3    mrg 	t-slibgcc-elf-ver, t-linux to tmake_file.
   5890   1.1.1.3    mrg 	(*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
   5891   1.1.1.3    mrg 	tmake_file.
   5892   1.1.1.3    mrg 	(alpha*-*-linux*): Add alpha/t-linux to tmake_file.
   5893   1.1.1.3    mrg 	(alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
   5894   1.1.1.3    mrg 	(alpha*-dec-*vms*): Likewise.
   5895   1.1.1.3    mrg 	(arm*-*-freebsd*): Append to tmake_file.
   5896   1.1.1.3    mrg 	(arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
   5897   1.1.1.3    mrg 	(arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
   5898   1.1.1.3    mrg 	arm*-*-linux-*eabi.
   5899   1.1.1.3    mrg 	(arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
   5900   1.1.1.3    mrg 	tmake_file for arm*-*-symbianelf*.
   5901   1.1.1.3    mrg 	(bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
   5902   1.1.1.3    mrg 	(cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
   5903   1.1.1.3    mrg 	cris/t-linux.
   5904   1.1.1.3    mrg 	(frv-*-*linux*): Append to tmake_file, add frv/t-linux.
   5905   1.1.1.3    mrg 	(hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
   5906   1.1.1.3    mrg 	pa/t-slibgcc-dwarf-ver to tmake_file.
   5907   1.1.1.3    mrg 	(hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
   5908   1.1.1.3    mrg 	pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
   5909   1.1.1.3    mrg 	(hppa*64*-*-hpux11*): Likewise.
   5910   1.1.1.3    mrg 	(hppa[12]*-*-hpux11*): Likewise.
   5911   1.1.1.3    mrg 	(x86_64-*-darwin*): Don't override tmake_file, but only keep
   5912   1.1.1.3    mrg 	i386/t-crtpc, i386/t-crtfm.
   5913   1.1.1.3    mrg 	(i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
   5914   1.1.1.3    mrg 	Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
   5915   1.1.1.3    mrg 	to tmake_file.
   5916   1.1.1.3    mrg 	Add i386/t-cygwin to tmake_file.
   5917   1.1.1.3    mrg 	Prepent i386/t-mingw-pthread to tmake_file for posix threads.
   5918   1.1.1.3    mrg 	(i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
   5919   1.1.1.3    mrg 	Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
   5920   1.1.1.3    mrg 	to tmake_file.
   5921   1.1.1.3    mrg 	Add i386/t-mingw32 to tmake_file.
   5922   1.1.1.3    mrg 	(x86_64-*-mingw*): Likewise.
   5923   1.1.1.3    mrg 	(ia64*-*-freebsd*): Append to tmake_file.
   5924   1.1.1.3    mrg 	(ia64*-*-linux*): Append to tmake_file.
   5925   1.1.1.3    mrg 	Replace ia64/t-glibc by ia64/t-linux.
   5926   1.1.1.3    mrg 	Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
   5927   1.1.1.3    mrg 	system libunwind.
   5928   1.1.1.3    mrg 	(ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
   5929   1.1.1.3    mrg 	t-slibgcc-hpux to tmake_file.
   5930   1.1.1.3    mrg 	(ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
   5931   1.1.1.3    mrg 	(m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
   5932   1.1.1.3    mrg 	(m32rle-*-linux*): Likewise.
   5933   1.1.1.3    mrg 	(m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
   5934   1.1.1.3    mrg 	sjlj exceptions.
   5935   1.1.1.3    mrg 	(microblaze*-linux*): New case.
   5936   1.1.1.3    mrg 	Append to tmake_file, add t-slibgcc-nolc-override.
   5937   1.1.1.3    mrg 	(powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
   5938   1.1.1.3    mrg 	(powerpc-*-linux*, powerpc64-*-linux*): Likewise.
   5939   1.1.1.3    mrg 	Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
   5940   1.1.1.3    mrg 	(rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
   5941   1.1.1.3    mrg 	rs6000/t-slibgcc-aix to tmake_file.
   5942   1.1.1.3    mrg 	(rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
   5943   1.1.1.3    mrg 	(rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
   5944   1.1.1.3    mrg 	(sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
   5945   1.1.1.3    mrg 	(sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
   5946   1.1.1.3    mrg 	(sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
   5947   1.1.1.3    mrg 	(sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
   5948   1.1.1.3    mrg 	sh*-*-linux*.
   5949   1.1.1.3    mrg 	(sparc-*-linux*): Append to tmake_file for *-leon*.
   5950   1.1.1.3    mrg 	Add sparc/t-linux to tmake_file for non-Leon targets.
   5951   1.1.1.3    mrg 	(sparc64-*-linux*): Add sparc/t-linux to tmake_file.
   5952   1.1.1.3    mrg 	(tic6x-*-uclinux): New case.
   5953   1.1.1.3    mrg 	Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
   5954   1.1.1.3    mrg 	(tic6x-*-*): Add c6x/t-elf to tmake_file.
   5955   1.1.1.3    mrg 	(xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
   5956   1.1.1.3    mrg 	(am33_2.0-*-linux*): Append to tmake_file.
   5957   1.1.1.3    mrg 	(i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
   5958   1.1.1.3    mrg 	(i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
   5959   1.1.1.3    mrg 	x86_64-*-kfreebsd*-gnu.
   5960   1.1.1.3    mrg 	Add i386/t-linux to tmake_file.
   5961   1.1.1.3    mrg 
   5962   1.1.1.3    mrg 2011-10-28  Ian Lance Taylor  <iant (a] google.com>
   5963   1.1.1.3    mrg 
   5964   1.1.1.3    mrg 	* config/i386/morestack.S: Correct CFI information to do proper
   5965   1.1.1.3    mrg 	returns throughout function.  In 32-bit mode, save %ebx so that it
   5966   1.1.1.3    mrg 	is restored on unwind.
   5967   1.1.1.3    mrg 
   5968   1.1.1.3    mrg 2011-10-25  Bernd Schmidt  <bernds (a] codesourcery.com>
   5969   1.1.1.3    mrg 
   5970   1.1.1.3    mrg 	* config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
   5971   1.1.1.3    mrg 	case where B3 isn't the return register.
   5972   1.1.1.3    mrg 
   5973   1.1.1.3    mrg 	* config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
   5974   1.1.1.3    mrg 	logic for doubleword pops.
   5975   1.1.1.3    mrg 
   5976   1.1.1.3    mrg 2011-10-25  Andreas Tobler  <andreast (a] fgznet.ch>
   5977   1.1.1.3    mrg 
   5978   1.1.1.3    mrg 	* config/rs6000/t-freebsd: Add wildcard.
   5979   1.1.1.3    mrg 
   5980   1.1.1.3    mrg 2011-10-21  Paul Brook  <paul (a] codesourcery.com>
   5981   1.1.1.3    mrg 
   5982   1.1.1.3    mrg 	* unwind-arm-common.inc: Handle ID3/4 unwinding data.
   5983   1.1.1.3    mrg 
   5984   1.1.1.3    mrg 2011-10-16  Uros Bizjak  <ubizjak (a] gmail.com>
   5985   1.1.1.3    mrg 	    Eric Botcazou  <ebotcazou (a] adacore.com>
   5986   1.1.1.3    mrg 
   5987   1.1.1.3    mrg 	PR target/50737
   5988   1.1.1.3    mrg 	* config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
   5989   1.1.1.3    mrg 	fs->signal_frame to 1.
   5990   1.1.1.3    mrg 
   5991   1.1.1.3    mrg 2011-10-07  Ian Lance Taylor  <iant (a] google.com>
   5992   1.1.1.3    mrg 
   5993   1.1.1.3    mrg 	* generic-morestack-thread.c: #include <errno.h>.
   5994   1.1.1.3    mrg 
   5995   1.1.1.3    mrg 2011-10-07  Ian Lance Taylor  <iant (a] google.com>
   5996   1.1.1.3    mrg 
   5997   1.1.1.3    mrg 	PR target/46093
   5998   1.1.1.3    mrg 	* generic-morestack.c (__generic_morestack): Make sure the segment
   5999   1.1.1.3    mrg 	is large enough for both the stack frame and the copied
   6000   1.1.1.3    mrg 	parameters.
   6001   1.1.1.3    mrg 
   6002   1.1.1.3    mrg 2011-10-06  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6003   1.1.1.3    mrg 
   6004   1.1.1.3    mrg 	PR bootstrap/49804
   6005   1.1.1.3    mrg 	* config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
   6006   1.1.1.3    mrg 	extra_parts.
   6007   1.1.1.3    mrg 
   6008   1.1.1.3    mrg 2011-09-28  Nick Clifton  <nickc (a] redhat.com>
   6009   1.1.1.3    mrg 
   6010   1.1.1.3    mrg 	* config/rx/rx-lib.h: Always restrict doubles to the SF type when
   6011   1.1.1.3    mrg 	64-bit doubles are not enabled.
   6012   1.1.1.3    mrg 	* config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
   6013   1.1.1.3    mrg 	and floatunsisf functions.
   6014   1.1.1.3    mrg 
   6015   1.1.1.3    mrg 2011-09-13  Paul Brook  <paul (a] codesourcery.com>
   6016   1.1.1.3    mrg 
   6017   1.1.1.3    mrg 	* config.host (tic6x-*-*): Add c6x/t-c6x-elf.  Set unwind_header.
   6018   1.1.1.3    mrg 	* unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
   6019   1.1.1.3    mrg 	* unwind-arm-common.inc: New file.
   6020   1.1.1.3    mrg 	* config/arm/unwind-arm.c: Use unwind-arm-common.inc.
   6021   1.1.1.3    mrg 	* config/arm/unwind-arm.h: Use unwind-arm-common.h.
   6022   1.1.1.3    mrg 	(_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
   6023   1.1.1.3    mrg 	* config/c6x/libunwind.S: New file.
   6024   1.1.1.3    mrg 	* config/c6x/pr-support.c: New file.
   6025   1.1.1.3    mrg 	* config/c6x/unwind-c6x.c: New file.
   6026   1.1.1.3    mrg 	* config/c6x/unwind-c6x.h: New file.
   6027   1.1.1.3    mrg 	* config/c6x/t-c6x-elf: New file.
   6028   1.1.1.2  skrll 
   6029   1.1.1.2  skrll 2011-08-23  Uros Bizjak  <ubizjak (a] gmail.com>
   6030   1.1.1.2  skrll 
   6031   1.1.1.2  skrll 	* config/i386/64/sfp-machine.h (ASM_INVALID): New define.
   6032   1.1.1.2  skrll 	(ASM_DIVZERO): Ditto.
   6033   1.1.1.2  skrll 	(FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
   6034   1.1.1.2  skrll 
   6035   1.1.1.3    mrg 2011-08-18  Richard Sandiford  <richard.sandiford (a] linaro.org>
   6036   1.1.1.3    mrg 
   6037   1.1.1.3    mrg 	* config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
   6038   1.1.1.3    mrg 
   6039   1.1.1.3    mrg 2011-08-17  Richard Sandiford  <richard.sandiford (a] linaro.org>
   6040   1.1.1.3    mrg 
   6041   1.1.1.3    mrg 	PR target/50090
   6042   1.1.1.3    mrg 	* config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
   6043   1.1.1.3    mrg 	instead of an assembly one.
   6044   1.1.1.3    mrg 
   6045   1.1.1.3    mrg 2011-08-12  Paolo Bonzini  <bonzini (a] gnu.org>
   6046   1.1.1.3    mrg 
   6047   1.1.1.3    mrg 	PR bootstrap/50047
   6048   1.1.1.3    mrg 	* Makefile.in (install-unwind_h): Create
   6049   1.1.1.3    mrg 	$(gcc_objdir)/include/unwind.h atomically.
   6050   1.1.1.3    mrg 
   6051   1.1.1.3    mrg 2011-08-11  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6052   1.1.1.3    mrg 
   6053   1.1.1.3    mrg 	* Makefile.in (install-unwind_h): Remove destination file first.
   6054   1.1.1.3    mrg 
   6055   1.1.1.3    mrg 2011-08-09  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6056   1.1.1.3    mrg 
   6057   1.1.1.3    mrg 	* sync.c: New file.
   6058   1.1.1.3    mrg 	* config/mips/t-mips16: New file.
   6059   1.1.1.3    mrg 	* config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
   6060   1.1.1.3    mrg 	(mips*-*-linux*): Likewise.
   6061   1.1.1.3    mrg 	(mips*-sde-elf*): Likewise.
   6062   1.1.1.3    mrg 	(mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
   6063   1.1.1.3    mrg 	mipsisa64-*-elf*, mipsisa64r2-*-elf*.
   6064   1.1.1.3    mrg 	Add mips/t-mips16 to tmake_file.
   6065   1.1.1.3    mrg 	(mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
   6066   1.1.1.3    mrg 	(mips-*-elf*): Likewise.
   6067   1.1.1.3    mrg 	(mips64-*-elf*): Likewise.
   6068   1.1.1.3    mrg 	(mips64orion-*-elf*): Likewise.
   6069   1.1.1.3    mrg 	(mips*-*-rtems*): Likewise.
   6070   1.1.1.3    mrg 	(mipstx39-*-elf*): Likewise.
   6071   1.1.1.3    mrg 	* Makefile.in: Use SYNC instead of LIBGCC_SYNC.
   6072   1.1.1.3    mrg 	($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
   6073   1.1.1.3    mrg 	LIBGCC_SYNC_CFLAGS.
   6074   1.1.1.3    mrg 	Use $(srcdir) to refer to sync.c.
   6075   1.1.1.3    mrg 	Use $<.
   6076   1.1.1.3    mrg 	($(libgcc-sync-funcs-o)): Likewise.
   6077   1.1.1.3    mrg 	($(libgcc-sync-size-funcs-s-o)): Likewise.
   6078   1.1.1.3    mrg 	($(libgcc-sync-funcs-s-o)): Likewise.
   6079   1.1.1.3    mrg 
   6080   1.1.1.3    mrg 2011-08-09  Andreas Schwab  <schwab (a] linux-m68k.org>
   6081   1.1.1.3    mrg 
   6082   1.1.1.3    mrg 	* config.host (ia64*-*-linux*): Move ia64/t-glibc after
   6083   1.1.1.3    mrg 	t-libunwind.
   6084   1.1.1.3    mrg 
   6085   1.1.1.3    mrg 2011-08-08  H.J. Lu  <hongjiu.lu (a] intel.com>
   6086   1.1.1.3    mrg 
   6087   1.1.1.3    mrg 	PR other/48007
   6088   1.1.1.3    mrg 	* config/i386/value-unwind.h: New.
   6089   1.1.1.3    mrg 
   6090   1.1.1.3    mrg 2011-08-06  Richard Sandiford  <rdsandiford (a] googlemail.com>
   6091   1.1.1.3    mrg 
   6092   1.1.1.3    mrg 	* config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
   6093   1.1.1.3    mrg 	(*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
   6094   1.1.1.3    mrg 	Add to tmake_file rather than overriding it.
   6095   1.1.1.3    mrg 
   6096   1.1.1.3    mrg 2011-08-05  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6097   1.1.1.3    mrg 
   6098   1.1.1.3    mrg 	* config/t-softfp: Remove.
   6099   1.1.1.3    mrg 	* soft-fp: Moved from ../gcc/config.
   6100   1.1.1.3    mrg 	* soft-fp/README: Remove t-softfp reference.
   6101   1.1.1.3    mrg 	* soft-fp/t-softfp: Move to config/t-softfp.
   6102   1.1.1.3    mrg 	(softfp_machine_header): Remove.
   6103   1.1.1.3    mrg 	(softfp_file_list): Remove config subdir.
   6104   1.1.1.3    mrg 	(soft-fp-objects): New variable.
   6105   1.1.1.3    mrg 	($(soft-fp-objects)): Set INTERNAL_CFLAGS.
   6106   1.1.1.3    mrg 	(LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
   6107   1.1.1.3    mrg 	(SFP_MACHINE, $(SFP_MACHINE)): Remove.
   6108   1.1.1.3    mrg 	* config/t-softfp-excl: New file.
   6109   1.1.1.3    mrg 	* config/t-softfp-sfdf: New file.
   6110   1.1.1.3    mrg 	* config/t-softfp-tf: New file.
   6111   1.1.1.3    mrg 	* config/no-sfp-machine.h: New file.
   6112   1.1.1.3    mrg 	* config/arm/sfp-machine.h: New file.
   6113   1.1.1.3    mrg 	* config/arm/t-softfp: New file.
   6114   1.1.1.3    mrg 	* config/c6x/sfp-machine.h: New file.
   6115   1.1.1.3    mrg 	* config/i386/32/t-fprules-softfp: Rename to ...
   6116   1.1.1.3    mrg 	* config/i386/32/t-softfp: ... this.
   6117   1.1.1.3    mrg 	(tifunctions, LIB2ADD): Remove.
   6118   1.1.1.3    mrg 	(softfp_int_modes): Override.
   6119   1.1.1.3    mrg 	* config/i386/64/t-softfp-compat (tf-functions): Remove config
   6120   1.1.1.3    mrg 	subdir.
   6121   1.1.1.3    mrg 	* config/i386/64/eqtf2.c: Likewise.
   6122   1.1.1.3    mrg 	* config/i386/64/getf2.c: Likewise.
   6123   1.1.1.3    mrg 	* config/i386/64/letf2.c: Likewise.
   6124   1.1.1.3    mrg 	* config/ia64/sft-machine.h: New file.
   6125   1.1.1.3    mrg 	* config/ia64/t-fprules-softfp: Rename to ...
   6126   1.1.1.3    mrg 	* config/ia64/t-softfp: ... this.
   6127   1.1.1.3    mrg 	* config/lm32/sfp-machine.h: New file.
   6128   1.1.1.3    mrg 	* config/moxie/t-moxie-softfp: Remove.
   6129   1.1.1.3    mrg 	* config/rs6000/ibm-ldouble-format: New file.
   6130   1.1.1.3    mrg 	* config/rs6000/ibm-ldouble.c: New file.
   6131   1.1.1.3    mrg 	* config/rs6000/libgcc-ppc-glibc.ver: New file
   6132   1.1.1.3    mrg 	* config/rs6000/libgcc-ppc64.ver: New file
   6133   1.1.1.3    mrg 	* config/rs6000/sfp-machine.h: New file.
   6134   1.1.1.3    mrg 	* config/rs6000/t-freebsd: New file.
   6135   1.1.1.3    mrg 	* config/rs6000/t-ibm-ldouble: New file.
   6136   1.1.1.3    mrg 	* config/rs6000/t-ldbl128: Use $(srcdir) to refer to
   6137   1.1.1.3    mrg 	libgcc-ppc-glibc.ver.
   6138   1.1.1.3    mrg 	* config/rs6000/t-linux64: New file.
   6139   1.1.1.3    mrg 	* config/rs6000/t-ppccomm (LIB2ADD): Add
   6140   1.1.1.3    mrg 	$(srcdir)/config/rs6000/ibm-ldouble.c.
   6141   1.1.1.3    mrg 	* config/rs6000/t-ppccomm-ldbl: New file.
   6142   1.1.1.3    mrg 	* config/score/sfp-machine.h: New file.
   6143   1.1.1.3    mrg 	* config.host (sfp_machine_header): Explain.
   6144   1.1.1.3    mrg 	(arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
   6145   1.1.1.3    mrg 	t-softfp to tmake_file.
   6146   1.1.1.3    mrg 	(arm*-*-uclinux*): Likewise.
   6147   1.1.1.3    mrg 	(arm*-*-ecos-elf): Likewise.
   6148   1.1.1.3    mrg 	(arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
   6149   1.1.1.3    mrg 	(arm*-*-rtems*): Likewise.
   6150   1.1.1.3    mrg 	(arm*-*-elf): Likewise.
   6151   1.1.1.3    mrg 	(ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
   6152   1.1.1.3    mrg 	in tmake_file.
   6153   1.1.1.3    mrg 	Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
   6154   1.1.1.3    mrg 	(lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
   6155   1.1.1.3    mrg 	(lm32-*-uclinux*): Likewise.
   6156   1.1.1.3    mrg 	(moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
   6157   1.1.1.3    mrg 	t-softfp-excl, t-softfp.
   6158   1.1.1.3    mrg 	(powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
   6159   1.1.1.3    mrg 	(powerpc64-*-darwin*): Likewise.
   6160   1.1.1.3    mrg 	(powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
   6161   1.1.1.3    mrg 	to tmake_file.
   6162   1.1.1.3    mrg 	(powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
   6163   1.1.1.3    mrg 	tmake_file.
   6164   1.1.1.3    mrg 	(powerpc-*-eabisim*): Likewise.
   6165   1.1.1.3    mrg 	(powerpc-*-elf*): Likewise.
   6166   1.1.1.3    mrg 	(powerpc-*-eabialtivec*): Likewise.
   6167   1.1.1.3    mrg 	(powerpc-xilinx-eabi*): Likewise.
   6168   1.1.1.3    mrg 	(powerpc-*-rtems*): Likewise.
   6169   1.1.1.3    mrg 	(powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
   6170   1.1.1.3    mrg 	t-softfp-excl, t-softfp to tmake_file.
   6171   1.1.1.3    mrg 	(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
   6172   1.1.1.3    mrg 	rs6000/t-ppccomm-ldbl to tmake_file.
   6173   1.1.1.3    mrg 	(powerpcle-*-elf*): Likewise.
   6174   1.1.1.3    mrg 	(powerpcle-*-eabisim*): Likewise.
   6175   1.1.1.3    mrg 	(powerpcle-*-eabi*): Likewise.
   6176   1.1.1.3    mrg 	(rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
   6177   1.1.1.3    mrg 	rs6000/t-ibm-ldouble to tmake_file.
   6178   1.1.1.3    mrg 	(rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
   6179   1.1.1.3    mrg 	(rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
   6180   1.1.1.3    mrg 	(score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
   6181   1.1.1.3    mrg 	(tic6x-*-*): Likewise.
   6182   1.1.1.3    mrg 	(i[34567]86-*-darwin*, x86_64-*-darwin*,
   6183   1.1.1.3    mrg 	i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
   6184   1.1.1.3    mrg 	i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
   6185   1.1.1.3    mrg 	i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
   6186   1.1.1.3    mrg 	i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
   6187   1.1.1.3    mrg 	i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
   6188   1.1.1.3    mrg 	t-softfp to tmake_file.
   6189   1.1.1.3    mrg 	* configure.ac (sfp_machine_header): Provide default if unset.
   6190   1.1.1.3    mrg 	Substitute.
   6191   1.1.1.3    mrg 	Link sfp-machine.h to config/$sfp_machine_header.
   6192   1.1.1.3    mrg 	* configure: Regenerate.
   6193       1.1    mrg 
   6194   1.1.1.3    mrg 2011-08-05  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6195       1.1    mrg 
   6196   1.1.1.3    mrg 	* Makefile.in (double_type_size, long_double_type_size): Set.
   6197   1.1.1.3    mrg 	Remove $(fpbit-in-libgcc) support.
   6198   1.1.1.3    mrg 	(FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
   6199   1.1.1.3    mrg 	(fpbit-src): New variable.
   6200   1.1.1.3    mrg 	($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
   6201   1.1.1.3    mrg 	Compile with -DFLOAT $(FPBIT_CFLAGS).
   6202   1.1.1.3    mrg 	Use $<.
   6203   1.1.1.3    mrg 	($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
   6204   1.1.1.3    mrg 	Compile with $(FPBIT_CFLAGS).
   6205   1.1.1.3    mrg 	Use $<.
   6206   1.1.1.3    mrg 	($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
   6207   1.1.1.3    mrg 	Compile with -DFLOAT $(TPBIT_CFLAGS).
   6208   1.1.1.3    mrg 	Use $<.
   6209   1.1.1.3    mrg 	* configure.ac (double_type_size, long_double_type_size):
   6210   1.1.1.3    mrg 	Determine and substitute.
   6211   1.1.1.3    mrg 	* configure: Regenerate.
   6212   1.1.1.3    mrg 	* fp-bit.c, fp-bit.h: New files.
   6213   1.1.1.3    mrg 	* config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
   6214   1.1.1.3    mrg 	* config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
   6215   1.1.1.3    mrg 	* config/mips/t-mips: New file.
   6216   1.1.1.3    mrg 	* config/mips/t-sdemtk: New file.
   6217   1.1.1.3    mrg 	* config/rs6000/ppc64-fp.c: New file.
   6218   1.1.1.3    mrg 	* config/rs6000/t-darwin (LIB2ADD): Add
   6219   1.1.1.3    mrg 	$(srcdir)/config/rs6000/ppc64-fp.c.
   6220   1.1.1.3    mrg 	* config/rs6000/t-ppc64-fp: New file.
   6221   1.1.1.3    mrg 	* config/rx/rx-lib.h: New file.
   6222   1.1.1.3    mrg 	* config/rx/t-rx (FPBIT): Set to true.
   6223   1.1.1.3    mrg 	($(gcc_objdir)/fp-bit.c): Remove.
   6224   1.1.1.3    mrg 	(DPBIT): Set to true only with -m64bit-doubles.
   6225   1.1.1.3    mrg 	($(gcc_objdir)/dp-bit.c): Remove.
   6226   1.1.1.3    mrg 	* config/sparc/t-softfp: Remove.
   6227   1.1.1.3    mrg 	* config/spu/t-elf: New file.
   6228   1.1.1.3    mrg 	* config/t-fdpbit, config/t-fpbit: New files.
   6229   1.1.1.3    mrg 	* config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
   6230   1.1.1.3    mrg 	(mips*-*-*): Likewise.
   6231   1.1.1.3    mrg 	(arm-wrs-vxworks): Likewise.
   6232   1.1.1.3    mrg 	(arm*-*-freebsd*): Likewise.
   6233   1.1.1.3    mrg 	(avr-*-rtems*): Add t-fpbit to tmake_file.
   6234   1.1.1.3    mrg 	(avr-*-*): Likewise.
   6235   1.1.1.3    mrg 	(bfin*-elf*): Add t-fdpbit to tmake_file.
   6236   1.1.1.3    mrg 	(bfin*-uclinux*): Likewise.
   6237   1.1.1.3    mrg 	(bfin*-linux-uclibc*): Likewise.
   6238   1.1.1.3    mrg 	(bfin*-rtems*): New case.
   6239   1.1.1.3    mrg 	Add t-fdpbit to tmake_file.
   6240   1.1.1.3    mrg 	(bfin*-*): Add t-fdpbit to tmake_file.
   6241   1.1.1.3    mrg 	(crisv32-*-elf): Likewise.
   6242   1.1.1.3    mrg 	(cris-*-linux*): Likewise.
   6243   1.1.1.3    mrg 	(fr30-*-elf): Likewise.
   6244   1.1.1.3    mrg 	(frv-*-elf, frv-*-*linux*): Likewise.
   6245   1.1.1.3    mrg 	(h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
   6246   1.1.1.3    mrg 	(iq2000*-*-elf*): Add t-fdpbit to tmake_file.
   6247   1.1.1.3    mrg 	(m32r-*-elf*): Likewise.
   6248   1.1.1.3    mrg 	(m32rle-*-elf*): Likewise.
   6249   1.1.1.3    mrg 	(m32r-*-linux*): Likewise.
   6250   1.1.1.3    mrg 	(m32rle-*-linux*): Likewise.
   6251   1.1.1.3    mrg 	(mcore-*-elf): Add t-fdpbit to tmake_file.
   6252   1.1.1.3    mrg 	(microblaze*-*-*): Likewise.
   6253   1.1.1.3    mrg 	(mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
   6254   1.1.1.3    mrg 	(mips*-*-netbsd*): Add mips/t-mips to tmake_file.
   6255   1.1.1.3    mrg 	(mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
   6256   1.1.1.3    mrg 	Fix typo.
   6257   1.1.1.3    mrg 	Add mips/t-tpbit to tmake-file.
   6258   1.1.1.3    mrg 	(mips*-*-linux*): Fix typo.
   6259   1.1.1.3    mrg 	(mips*-sde-elf*): New case
   6260   1.1.1.3    mrg 	Add mips/t-sdemtk unless using newlib.
   6261   1.1.1.3    mrg 	(mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
   6262   1.1.1.3    mrg 	(mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
   6263   1.1.1.3    mrg 	(mn10300-*-*): Likewise.
   6264   1.1.1.3    mrg 	(pdp11-*-*): Likewise.
   6265   1.1.1.3    mrg 	(picochip-*-*): Add t-fpbit to tmake_file.
   6266   1.1.1.3    mrg 	(powerpc-*-eabisimaltivec*): Likewise.
   6267   1.1.1.3    mrg 	(powerpc-*-eabisim*): Likewise.
   6268   1.1.1.3    mrg 	(powerpc-*-elf*): Likewise.
   6269   1.1.1.3    mrg 	(powerpc-*-eabialtivec*): Likewise.
   6270   1.1.1.3    mrg 	(powerpc-xilinx-eabi*): New case.
   6271   1.1.1.3    mrg 	Add t-fdpbit to tmake_file.
   6272   1.1.1.3    mrg 	(powerpc-*-eabi*):  Add t-fdpbit to tmake_file.
   6273   1.1.1.3    mrg 	(powerpc-*-rtems*): Likewise.
   6274   1.1.1.3    mrg 	(powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
   6275   1.1.1.3    mrg 	tmake_file.
   6276   1.1.1.3    mrg 	(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
   6277   1.1.1.3    mrg 	tmake_file.
   6278   1.1.1.3    mrg 	(powerpc-*-lynxos*): Likewise.
   6279   1.1.1.3    mrg 	(powerpcle-*-elf*): Likewise.
   6280   1.1.1.3    mrg 	(powerpcle-*-eabisim*): Likewise.
   6281   1.1.1.3    mrg 	(powerpcle-*-eabi*): Likewise.
   6282   1.1.1.3    mrg 	(rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
   6283   1.1.1.3    mrg 	t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
   6284   1.1.1.3    mrg 	(rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
   6285   1.1.1.3    mrg 	(rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
   6286   1.1.1.3    mrg 	(rx-*-elf): Add t-fdpbit to tmake_file.
   6287   1.1.1.3    mrg 	(sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
   6288   1.1.1.3    mrg 	(sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
   6289   1.1.1.3    mrg 	(sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
   6290   1.1.1.3    mrg 	(sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
   6291   1.1.1.3    mrg 	sh*-*-netbsd*.
   6292   1.1.1.3    mrg 	(sh-*-rtems*): Add t-fdpbit to tmake_file.
   6293   1.1.1.3    mrg 	(sh-wrs-vxworks): Likewise.
   6294   1.1.1.3    mrg 	(sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
   6295   1.1.1.3    mrg 	(sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
   6296   1.1.1.3    mrg 	(sparc-*-rtems*, sparc64-*-rtems*): Split off ...
   6297   1.1.1.3    mrg 	(sparc64-*-rtems*): ... new case.
   6298   1.1.1.3    mrg 	(sparc-*-rtems*): Add t-fdpbit to tmake_file.
   6299   1.1.1.3    mrg 	(spu-*-elf*): Likewise.
   6300   1.1.1.3    mrg 	Add spu/t-elf to tmake_file.
   6301   1.1.1.3    mrg 	(v850*-*-*): Add t-fdpbit to tmake_file.
   6302   1.1.1.3    mrg 	(xstormy16-*-elf): Likewise.
   6303   1.1.1.3    mrg 	(am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
   6304   1.1.1.3    mrg 	(mep*-*-*): Likewise.
   6305   1.1.1.3    mrg 
   6306   1.1.1.3    mrg 2011-08-05  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6307   1.1.1.3    mrg 
   6308   1.1.1.3    mrg 	* Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
   6309   1.1.1.3    mrg 	variables.
   6310   1.1.1.3    mrg 	(LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
   6311   1.1.1.3    mrg 	(LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
   6312   1.1.1.3    mrg 	(install-unwind_h): New target.
   6313   1.1.1.3    mrg 	(all): Depend on it.
   6314   1.1.1.3    mrg 	* config.host (unwind_header): New variable.
   6315   1.1.1.3    mrg 	(*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
   6316   1.1.1.3    mrg 	(*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
   6317   1.1.1.3    mrg 	*-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
   6318   1.1.1.3    mrg 	(*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
   6319   1.1.1.3    mrg 	(arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
   6320   1.1.1.3    mrg 	Set unwind_header.
   6321   1.1.1.3    mrg 	(arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
   6322   1.1.1.3    mrg 	Set unwind_header.
   6323   1.1.1.3    mrg 	(arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
   6324   1.1.1.3    mrg 	arm*-*-eabi*.
   6325   1.1.1.3    mrg 	Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
   6326   1.1.1.3    mrg 	Set unwind_header.
   6327   1.1.1.3    mrg 	(ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
   6328   1.1.1.3    mrg 	(ia64*-*-freebsd*): Likewise.
   6329   1.1.1.3    mrg 	(ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
   6330   1.1.1.3    mrg 	tmake_file.
   6331   1.1.1.3    mrg 	Add t-libunwind-elf, ia64/t-glibc-libunwind unless
   6332   1.1.1.3    mrg 	$with_system_libunwind.
   6333   1.1.1.3    mrg 	(ia64*-*-hpux*): Set tmake_file.
   6334   1.1.1.3    mrg 	(ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
   6335   1.1.1.3    mrg 	(picochip-*-*): Set tmake_file.
   6336   1.1.1.3    mrg 	(rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
   6337   1.1.1.3    mrg 	md_unwind_header.
   6338   1.1.1.3    mrg 	(rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
   6339   1.1.1.3    mrg 	(rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
   6340   1.1.1.3    mrg 	(s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
   6341   1.1.1.3    mrg 	(xtensa*-*-elf*): Set tmake_file.
   6342   1.1.1.3    mrg 	(xtensa*-*-linux*): Likewise.
   6343   1.1.1.3    mrg 	* configure.ac: Include ../config/unwind_ipinfo.m4.
   6344   1.1.1.3    mrg 	Call GCC_CHECK_UNWIND_GETIPINFO.
   6345   1.1.1.3    mrg 	Link unwind.h to $unwind_header.
   6346   1.1.1.3    mrg 	* configure: Regenerate.
   6347   1.1.1.3    mrg 	* emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
   6348   1.1.1.3    mrg 	unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
   6349   1.1.1.3    mrg 	unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
   6350   1.1.1.3    mrg 	unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
   6351   1.1.1.3    mrg 	* config/unwind-dw2-fde-darwin.c: New file.
   6352   1.1.1.3    mrg 	* config/arm/libunwind.S, config/arm/pr-support.c,
   6353   1.1.1.3    mrg 	config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
   6354   1.1.1.3    mrg 	config/arm/unwind-arm.h,: New files.
   6355   1.1.1.3    mrg 	* config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
   6356   1.1.1.3    mrg 	config/ia64/t-eh-ia64, config/ia64/t-glibc,
   6357   1.1.1.3    mrg 	config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
   6358   1.1.1.3    mrg 	config/ia64/t-vms, config/ia64/unwind-ia64.c,
   6359   1.1.1.3    mrg 	config/ia64/unwind-ia64.h: New files.
   6360   1.1.1.3    mrg 	* config/picochip/t-picochip: New file.
   6361   1.1.1.3    mrg 	* config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
   6362   1.1.1.3    mrg 	files.
   6363   1.1.1.3    mrg 	* config/rs6000/t-darwin (LIB2ADDEH): Set.
   6364   1.1.1.3    mrg 	* config/s390/t-tpf (LIB2ADDEH): Remove.
   6365   1.1.1.3    mrg 	* config/t-darwin (LIB2ADDEH): Set.
   6366   1.1.1.3    mrg 	* config/t-eh-dw2-dip: New file.
   6367   1.1.1.3    mrg 	* config/t-libunwind, config/t-libunwind-elf: New files.
   6368   1.1.1.3    mrg 	* config/t-sol2 (LIB2ADDEH): Remove.
   6369   1.1.1.3    mrg 	* config/xtensa/t-xtensa: New file.
   6370   1.1.1.3    mrg 
   6371   1.1.1.3    mrg 2011-08-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   6372   1.1.1.3    mrg 
   6373   1.1.1.3    mrg 	* config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
   6374   1.1.1.3    mrg 	(x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
   6375   1.1.1.3    mrg 	long long to check rt_sigreturn syscall.
   6376   1.1.1.3    mrg 
   6377   1.1.1.3    mrg 2011-08-02  Alan Modra  <amodra (a] gmail.com>
   6378   1.1.1.3    mrg 
   6379   1.1.1.3    mrg 	* config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
   6380   1.1.1.3    mrg 	Restore for indirect call bcrtl from correct stack slot, and only
   6381   1.1.1.3    mrg 	if cfa+40 isn't valid.
   6382   1.1.1.3    mrg 
   6383   1.1.1.3    mrg 2011-08-01  Julian Brown  <julian (a] codesourcery.com>
   6384   1.1.1.3    mrg 
   6385   1.1.1.3    mrg 	* config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
   6386   1.1.1.3    mrg 	(arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
   6387   1.1.1.3    mrg 	* config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
   6388   1.1.1.3    mrg 
   6389   1.1.1.3    mrg 2011-08-01  Julian Brown  <julian (a] codesourcery.com>
   6390   1.1.1.3    mrg 
   6391   1.1.1.3    mrg 	* Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
   6392   1.1.1.3    mrg 	(libgcc-std.ver.in): Use above.
   6393   1.1.1.3    mrg 	* fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
   6394   1.1.1.3    mrg 	LIBGCC2_GNU_PREFIX is defined.  Use instead of LIBGCC2_GNU_PREFIX
   6395   1.1.1.3    mrg 	throughout file.
   6396   1.1.1.3    mrg 	* config/t-fixedpoint-gnu-prefix: New file.
   6397   1.1.1.3    mrg 	* config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
   6398   1.1.1.3    mrg 	* libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
   6399   1.1.1.3    mrg 	instead of __PFX__.
   6400   1.1.1.3    mrg 
   6401   1.1.1.3    mrg 2011-07-28  H.J. Lu  <hongjiu.lu (a] intel.com>
   6402   1.1.1.3    mrg 
   6403   1.1.1.3    mrg 	* config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
   6404   1.1.1.3    mrg 	Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
   6405   1.1.1.3    mrg 	for x86-64.  Properly check __x86_64__ and __LP64__.
   6406   1.1.1.3    mrg 
   6407   1.1.1.3    mrg 2010-07-28  H.J. Lu  <hongjiu.lu (a] intel.com>
   6408   1.1.1.3    mrg 
   6409   1.1.1.3    mrg 	* config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
   6410   1.1.1.3    mrg 	version.
   6411   1.1.1.3    mrg 	(_FP_WS_TYPE): Likewise.
   6412   1.1.1.3    mrg 	(_FP_I_TYPE): Likewise.
   6413   1.1.1.3    mrg 
   6414   1.1.1.3    mrg 2011-07-28  Alan Modra  <amodra (a] gmail.com>
   6415   1.1.1.3    mrg 
   6416   1.1.1.3    mrg 	* config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
   6417   1.1.1.3    mrg 	Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
   6418   1.1.1.3    mrg 	in a plt call stub.  Do restore r2 if stopped on bctrl.
   6419   1.1.1.3    mrg 
   6420   1.1.1.3    mrg 2011-07-18  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6421   1.1.1.3    mrg 
   6422   1.1.1.3    mrg 	* config.host (i[3456x]86-*-netware*): Remove.
   6423   1.1.1.3    mrg 	* config/i386/netware-crt0.c, config/i386/t-nwld,
   6424   1.1.1.3    mrg 	config/i386/t-slibgcc-nwld: Remove.
   6425   1.1.1.3    mrg 
   6426   1.1.1.3    mrg 2011-07-15  Bernd Schmidt  <bernds (a] codesourcery.com>
   6427   1.1.1.3    mrg 
   6428   1.1.1.3    mrg 	* config.host: Handle tic6x-*-*.
   6429   1.1.1.3    mrg 	* config/c6x/c6x-abi.h: New file.
   6430   1.1.1.3    mrg 
   6431   1.1.1.3    mrg 2011-07-13  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6432   1.1.1.3    mrg 
   6433   1.1.1.3    mrg 	* config/i386/crtprec.c: New file.
   6434   1.1.1.3    mrg 	* config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
   6435   1.1.1.3    mrg 	* config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
   6436   1.1.1.3    mrg 	Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
   6437   1.1.1.3    mrg 	(x86_64-*-darwin*): Likewise.
   6438   1.1.1.3    mrg 	(i[34567]86-*-solaris2*: Likewise.
   6439   1.1.1.3    mrg 
   6440   1.1.1.3    mrg 2011-07-13  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6441   1.1.1.3    mrg 
   6442   1.1.1.3    mrg 	* config/alpha/crtfastmath.c: New file.
   6443   1.1.1.3    mrg 	* config/i386/crtfastmath.c: New file.
   6444   1.1.1.3    mrg 	* config/ia64/crtfastmath.c: New file.
   6445   1.1.1.3    mrg 	* config/mips/crtfastmath.c: New file.
   6446   1.1.1.3    mrg 	* config/sparc/crtfastmath.c: New file.
   6447   1.1.1.3    mrg 
   6448   1.1.1.3    mrg 	* config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
   6449   1.1.1.3    mrg 	crtfastmath.c.
   6450   1.1.1.3    mrg 	Add -frandom-seed=gcc-crtfastmath.
   6451   1.1.1.3    mrg 	* config/alpha/t-crtfm: Remove.
   6452   1.1.1.3    mrg 	* config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
   6453   1.1.1.3    mrg 	* config/ia64/t-ia64 (crtfastmath.o): Remove.
   6454   1.1.1.3    mrg 
   6455   1.1.1.3    mrg 	* config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
   6456   1.1.1.3    mrg 	(alpha*-dec-osf5.1*): Likewise.
   6457   1.1.1.3    mrg 	(alpha*-*-freebsd*): Add t-crtfm to tmake_file.
   6458   1.1.1.3    mrg 	Add crtfastmath.o to extra_parts.
   6459   1.1.1.3    mrg 	(i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
   6460   1.1.1.3    mrg 	Add crtfastmath.o to extra_parts.
   6461   1.1.1.3    mrg 	(x86_64-*-darwin*): Likewise.
   6462   1.1.1.3    mrg 	(x86_64-*-mingw*): Likewise.
   6463   1.1.1.3    mrg 	(ia64*-*-elf*): Add t-crtfm to tmake_file.
   6464   1.1.1.3    mrg 	(ia64*-*-freebsd*): Likewise.
   6465   1.1.1.3    mrg 	(ia64*-*-linux*): Likewise.
   6466   1.1.1.3    mrg 	(sparc64-*-freebsd*): Add t-crtfm to tmake_file.
   6467   1.1.1.3    mrg 	Add crtfastmath.o to extra_parts.
   6468   1.1.1.3    mrg 
   6469   1.1.1.3    mrg 2011-07-13  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6470   1.1.1.3    mrg 
   6471   1.1.1.3    mrg 	* config/darwin-crt3.o: New file.
   6472   1.1.1.3    mrg 	* config/rs6000/darwin-crt2.c: New file.
   6473   1.1.1.3    mrg 	* config/t-darwin: New file.
   6474   1.1.1.3    mrg 	* config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
   6475   1.1.1.3    mrg 	(crt2.o): New rule.
   6476   1.1.1.3    mrg 	* config.host (*-*-darwin*): Add crt3.o to extra_parts.
   6477   1.1.1.3    mrg 	(powerpc-*-darwin*): Add crt2.o to extra_parts.
   6478   1.1.1.3    mrg 	(powerpc64-*-darwin*): Likewise.
   6479   1.1.1.3    mrg 
   6480   1.1.1.3    mrg 2011-07-13  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6481   1.1.1.3    mrg 
   6482   1.1.1.3    mrg 	* config/i386/netware-crt0.c: New file.
   6483   1.1.1.3    mrg 	* config/i386/t-nwld: Rename to ...
   6484   1.1.1.3    mrg 	* config/i386/t-slibgcc-nwld: ... this.
   6485   1.1.1.3    mrg 	* config/i386/t-nwld: New file.
   6486   1.1.1.3    mrg 	* config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
   6487   1.1.1.3    mrg 	tmake_file.
   6488   1.1.1.3    mrg 	Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
   6489   1.1.1.3    mrg 	extra_parts.
   6490       1.1    mrg 
   6491   1.1.1.3    mrg 2011-07-11  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6492       1.1    mrg 
   6493   1.1.1.3    mrg 	* configure.ac (i?86-*-solaris2*): Use libgcc copy of
   6494   1.1.1.3    mrg 	i386/t-crtstuff.
   6495   1.1.1.3    mrg 	* configure: Regenerate.
   6496       1.1    mrg 
   6497   1.1.1.3    mrg 2011-07-11  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6498   1.1.1.3    mrg 
   6499   1.1.1.3    mrg 	* dfp-bit.c, dfp-bit.h: New files.
   6500   1.1.1.3    mrg 	* Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
   6501   1.1.1.3    mrg 	variables.
   6502   1.1.1.3    mrg 	($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
   6503   1.1.1.3    mrg 	($(d64pbit-o)): Likewise.
   6504   1.1.1.3    mrg 	($(d128pbit-o)): Likewise.
   6505   1.1.1.3    mrg 	* config/t-dfprules: New file.
   6506   1.1.1.3    mrg 	* config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
   6507   1.1.1.3    mrg 	(i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
   6508   1.1.1.3    mrg 	i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
   6509   1.1.1.3    mrg 	(x86_64-*-linux*): Likewise.
   6510   1.1.1.3    mrg 	(x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
   6511   1.1.1.3    mrg 	(i[34567]86-*-cygwin*): Likewise.
   6512   1.1.1.3    mrg 	(i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
   6513   1.1.1.3    mrg 	(powerpc-*-linux*, powerpc64-*-linux*): Likewise.
   6514   1.1.1.3    mrg 
   6515   1.1.1.3    mrg 2011-07-08  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6516   1.1.1.3    mrg 
   6517   1.1.1.3    mrg 	* Makfile.in (LIBGCOV): New variable.
   6518   1.1.1.3    mrg 	($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
   6519   1.1.1.3    mrg 	* libgcov.c: New file.
   6520   1.1.1.3    mrg 
   6521   1.1.1.3    mrg 2011-07-08  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6522   1.1.1.3    mrg 
   6523   1.1.1.3    mrg 	* fixed-bit.c, fixed-bit.h: New files.
   6524   1.1.1.3    mrg 	* fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
   6525   1.1.1.3    mrg 	refer to fixed-bit.c.
   6526   1.1.1.3    mrg 
   6527   1.1.1.3    mrg 2011-07-07  Joseph Myers  <joseph (a] codesourcery.com>
   6528   1.1.1.3    mrg 
   6529   1.1.1.3    mrg 	* config.host (*local*): Remove.
   6530   1.1.1.3    mrg 
   6531   1.1.1.3    mrg 2011-07-07  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6532   1.1.1.3    mrg 
   6533   1.1.1.3    mrg 	PR target/39150
   6534   1.1.1.3    mrg 	* config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
   6535   1.1.1.3    mrg 	like i?86-*-solaris2.1[0-9]*.
   6536   1.1.1.3    mrg 	(i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
   6537   1.1.1.3    mrg 	* configure.ac (i?86-*-solaris2*): Likewise.
   6538   1.1.1.3    mrg 	* configure: Regenerate.
   6539   1.1.1.3    mrg 
   6540   1.1.1.3    mrg 2011-07-06  Thomas Schwinge  <thomas (a] schwinge.name>
   6541   1.1.1.3    mrg 
   6542   1.1.1.3    mrg 	* config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
   6543   1.1.1.3    mrg 	(i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
   6544   1.1.1.3    mrg 	md_unwind_header by splitting out of...
   6545   1.1.1.3    mrg 	(i[34567]86-*-linux*): ... this.
   6546   1.1.1.3    mrg 	* config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
   6547   1.1.1.3    mrg 	Remove md_unwind_header by splitting out of...
   6548   1.1.1.3    mrg 	(x86_64-*-linux*): ... this.
   6549   1.1.1.3    mrg 
   6550   1.1.1.3    mrg 2011-07-04  Georg-Johann Lay  <avr (a] gjlay.de>
   6551   1.1.1.3    mrg 
   6552   1.1.1.3    mrg 	* config/avr/t-avr (intfuncs16): Add _clrsbXX2.
   6553   1.1.1.3    mrg 
   6554   1.1.1.3    mrg 2011-06-28  Nick Clifton  <nickc (a] redhat.com>
   6555   1.1.1.3    mrg 
   6556   1.1.1.3    mrg 	* config.host: Recognize all V850 variants.
   6557   1.1.1.3    mrg 
   6558   1.1.1.3    mrg 2011-06-22  Uros Bizjak  <ubizjak (a] gmail.com>
   6559   1.1.1.3    mrg 
   6560   1.1.1.3    mrg 	* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
   6561   1.1.1.3    mrg 
   6562   1.1.1.3    mrg 2011-06-21  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6563   1.1.1.3    mrg 
   6564   1.1.1.3    mrg 	* shared-object.mk (c_flags-$o): Save c_flags.
   6565   1.1.1.3    mrg 	($(base)$(objext)): Use it.
   6566   1.1.1.3    mrg 	($(base)_s$(objext)): Likewise.
   6567   1.1.1.3    mrg 
   6568   1.1.1.3    mrg 2011-06-21  Bernd Schmidt  <bernds (a] codesourcery.com>
   6569   1.1.1.3    mrg 
   6570   1.1.1.3    mrg 	* Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
   6571   1.1.1.3    mrg 	* libgcc-std.ver.in (GCC_4.7.0): New section.
   6572   1.1.1.3    mrg 
   6573   1.1.1.3    mrg 2011-06-16  Georg-Johann Lay  <avr (a] gjlay.de>
   6574   1.1.1.3    mrg 
   6575   1.1.1.3    mrg 	PR target/49313
   6576   1.1.1.3    mrg 	PR target/29524
   6577   1.1.1.3    mrg 	* config/avr/t-avr: Fix line endings.
   6578   1.1.1.3    mrg 	(intfuncs16): Remove _ffsXX2,  _clzXX2, _ctzXX2, _popcountXX2,
   6579   1.1.1.3    mrg 	_parityXX2.
   6580   1.1.1.3    mrg 
   6581   1.1.1.3    mrg 2011-06-14  Olivier Hainque  <hainque (a] adacore.com>
   6582   1.1.1.3    mrg 	    Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6583   1.1.1.3    mrg 
   6584   1.1.1.3    mrg 	* config/mips/irix6-unwind.h: New file.
   6585   1.1.1.3    mrg 	* config.host (mips-sgi-irix6.5*): Set md_unwind_header.
   6586   1.1.1.3    mrg 
   6587   1.1.1.3    mrg 2011-06-10  Eric Botcazou  <ebotcazou (a] adacore.com>
   6588   1.1.1.3    mrg 
   6589   1.1.1.3    mrg 	* config/sparc/linux-unwind.h (STACK_BIAS): Define.
   6590   1.1.1.3    mrg 	(sparc64_fallback_frame_state): Use it.
   6591   1.1.1.3    mrg 	(sparc64_frob_update_context): Further adjust context.
   6592   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
   6593   1.1.1.3    mrg 	* config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
   6594   1.1.1.3    mrg 	* config/sparc/sol2-cn.S: Likewise.
   6595   1.1.1.3    mrg 
   6596   1.1.1.3    mrg 2011-06-09  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6597   1.1.1.3    mrg 
   6598   1.1.1.3    mrg 	* enable-execute-stack-empty.c: New file.
   6599   1.1.1.3    mrg 	* enable-execute-stack-mprotect.c: New file.
   6600   1.1.1.3    mrg 	* config/i386/enable-execute-stack-mingw32.c: New file.
   6601   1.1.1.3    mrg 	* config.host (enable_execute_stack): New variable.
   6602   1.1.1.3    mrg 	Select appropriate variants.
   6603   1.1.1.3    mrg 	* configure.ac: Link enable-execute-stack.c to
   6604   1.1.1.3    mrg 	$enable_execute_stack.
   6605   1.1.1.3    mrg 	* configure: Regenerate.
   6606   1.1.1.3    mrg 	* Makefile.in (LIB2ADD): Add enable-execute-stack.c.
   6607   1.1.1.3    mrg 	(lib2funcs): Remove _enable_execute_stack.
   6608   1.1.1.3    mrg 
   6609   1.1.1.3    mrg 2011-06-09  David S. Miller  <davem (a] davemloft.net>
   6610   1.1.1.3    mrg 	    Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6611   1.1.1.3    mrg 
   6612   1.1.1.3    mrg 	* config.host (sparc-*-linux*): Correct md_unwind_header
   6613   1.1.1.3    mrg 	filename.
   6614   1.1.1.3    mrg 	(s390x-ibm-tpf*): Fix typo.
   6615   1.1.1.3    mrg 
   6616   1.1.1.3    mrg 2011-06-06  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6617   1.1.1.3    mrg 
   6618   1.1.1.3    mrg 	* config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
   6619   1.1.1.3    mrg 	Add crtfastmath.o to extra_parts.
   6620   1.1.1.3    mrg 	(mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
   6621   1.1.1.3    mrg 	mips/t-crtfm.
   6622   1.1.1.3    mrg 	* config/mips/t-crtfm: Remove.
   6623   1.1.1.3    mrg 
   6624   1.1.1.3    mrg 2011-06-04  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   6625   1.1.1.3    mrg 
   6626   1.1.1.3    mrg 	* config.host (hppa*-*-linux*): Correct md_unwind_header name.
   6627   1.1.1.3    mrg 
   6628   1.1.1.3    mrg 2011-06-04  Kaz Kojima  <kkojima (a] gcc.gnu.org>
   6629   1.1.1.3    mrg 
   6630   1.1.1.3    mrg 	* config.host (sh*-*-linux*): Fix typo.
   6631   1.1.1.3    mrg 
   6632   1.1.1.3    mrg 2011-06-03  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6633   1.1.1.3    mrg 
   6634   1.1.1.3    mrg 	* config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
   6635   1.1.1.3    mrg 	* config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
   6636   1.1.1.3    mrg 	* config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
   6637   1.1.1.3    mrg 	* config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
   6638   1.1.1.3    mrg 	* config/i386/linux-unwind.h: Move from ../gcc/config/i386.
   6639   1.1.1.3    mrg 	* config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
   6640   1.1.1.3    mrg 	* config/i386/w32-unwind.h: Move from ../gcc/config/i386.
   6641   1.1.1.3    mrg 	Wrap in !__MINGW64__.
   6642   1.1.1.3    mrg 	* config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
   6643   1.1.1.3    mrg 	* config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
   6644   1.1.1.3    mrg 	* config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
   6645   1.1.1.3    mrg 	* config/mips/linux-unwind.h: Move from ../gcc/config/mips.
   6646   1.1.1.3    mrg 	* config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
   6647   1.1.1.3    mrg 	* config/pa/linux-unwind.h: Move from ../gcc/config/pa.
   6648   1.1.1.3    mrg 	* config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
   6649   1.1.1.3    mrg 	Wrap in !__LP64__.
   6650   1.1.1.3    mrg 	* config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
   6651   1.1.1.3    mrg 	* config/s390/linux-unwind.h: Move from ../gcc/config/s390.
   6652   1.1.1.3    mrg 	* config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
   6653   1.1.1.3    mrg 	* config/sh/linux-unwind.h: Move from ../gcc/config/sh.
   6654   1.1.1.3    mrg 	* config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
   6655   1.1.1.3    mrg 	* config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
   6656   1.1.1.3    mrg 	* config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
   6657   1.1.1.3    mrg 	* config/no-unwind.h: New file.
   6658   1.1.1.3    mrg 	* config.host (md_unwind_header): Document.
   6659   1.1.1.3    mrg 	Define.
   6660   1.1.1.3    mrg 	(alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
   6661   1.1.1.3    mrg 	alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
   6662   1.1.1.3    mrg 	hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
   6663   1.1.1.3    mrg 	hppa[12]*-*-hpux11*): Set md_unwind_header.
   6664   1.1.1.3    mrg 	(i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
   6665   1.1.1.3    mrg 	Set md_unwind_header.
   6666   1.1.1.3    mrg 	(x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
   6667   1.1.1.3    mrg 	(i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
   6668   1.1.1.3    mrg 	(i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
   6669   1.1.1.3    mrg 	m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
   6670   1.1.1.3    mrg 	powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
   6671   1.1.1.3    mrg 	s390x-*-linux*,  s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
   6672   1.1.1.3    mrg 	sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
   6673   1.1.1.3    mrg 	md_unwind_header.
   6674   1.1.1.3    mrg 	* configure.ac: Link md-unwind-support.h to $md_unwind_header.
   6675   1.1.1.3    mrg 	* configure: Regenerate.
   6676   1.1.1.3    mrg 
   6677   1.1.1.3    mrg 2011-06-03  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6678   1.1.1.3    mrg 
   6679   1.1.1.3    mrg 	* config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
   6680   1.1.1.3    mrg 	Set tmake_file, extra_parts.
   6681   1.1.1.3    mrg 	* config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
   6682   1.1.1.3    mrg 	Remove O32 support.
   6683   1.1.1.3    mrg 	* config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
   6684   1.1.1.3    mrg 	Remove O32 support.
   6685   1.1.1.3    mrg 	* config/mips/t-irix6: New file.
   6686   1.1.1.3    mrg 	* config/mips/t-slibgcc-irix: New file.
   6687   1.1.1.3    mrg 
   6688   1.1.1.3    mrg 2011-06-03  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6689   1.1.1.3    mrg 
   6690   1.1.1.3    mrg 	* config/s390/t-tpf (LIB2ADDEHDEP): Remove.
   6691   1.1.1.3    mrg 	* config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
   6692   1.1.1.3    mrg 
   6693   1.1.1.3    mrg 2011-06-03  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6694   1.1.1.3    mrg 
   6695   1.1.1.3    mrg 	* configure.ac (target_thread_file): Determine thread model.
   6696   1.1.1.3    mrg 	* configure: Regenerate.
   6697   1.1.1.3    mrg 	* config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
   6698   1.1.1.3    mrg 	* config/alpha/t-alpha: New file.
   6699   1.1.1.3    mrg 	* config/alpha/t-crtfm: Use $<.
   6700   1.1.1.3    mrg 	* config/alpha/t-ieee: New file.
   6701   1.1.1.3    mrg 	* config/alpha/t-osf-pthread: New file.
   6702   1.1.1.3    mrg 	* config/alpha/t-slibgcc-osf: New file.
   6703   1.1.1.3    mrg 	* config/alpha/libgcc-osf5.ver: New file.
   6704   1.1.1.3    mrg 
   6705   1.1.1.3    mrg 2011-06-01  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6706   1.1.1.3    mrg 
   6707   1.1.1.3    mrg 	* config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
   6708   1.1.1.3    mrg 	tmake_file.
   6709   1.1.1.3    mrg 	Add crtfastmath.o to extra_parts.
   6710   1.1.1.3    mrg 
   6711   1.1.1.3    mrg 2011-06-01  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6712   1.1.1.3    mrg 
   6713   1.1.1.3    mrg 	* config/gmon-sol2.c: Reindent.
   6714   1.1.1.3    mrg 	Cleanup comments.
   6715   1.1.1.3    mrg 	Remove, correct casts.
   6716   1.1.1.3    mrg 	Use STDERR_FILENO, NULL.
   6717   1.1.1.3    mrg 	(BASEADDRESS): Remove.
   6718   1.1.1.3    mrg 	(minbrk): Remove.
   6719   1.1.1.3    mrg 	(errno, sbrk): Remove declarations.
   6720   1.1.1.3    mrg 	(monstartup) [hp300]: Remove.
   6721   1.1.1.3    mrg 	(mcount): Remove.
   6722   1.1.1.3    mrg 
   6723   1.1.1.3    mrg 2011-06-01  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6724   1.1.1.3    mrg 
   6725   1.1.1.3    mrg 	* Makefile.in (cpu_type): Define.
   6726   1.1.1.3    mrg 	* config.host (i[34567]86-*-rtems*): Handle it.
   6727   1.1.1.3    mrg 	(i[34567]86-*-solaris2*): Move body ...
   6728   1.1.1.3    mrg 	(*-*-solaris2*): ... here.
   6729   1.1.1.3    mrg 	New case, generalize.
   6730   1.1.1.3    mrg 	(sparc-*-elf*): Handle it.
   6731   1.1.1.3    mrg 	(sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
   6732   1.1.1.3    mrg 	(sparc-*-rtems*, sparc64-*-rtems*); Handle it.
   6733   1.1.1.3    mrg 	(sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
   6734   1.1.1.3    mrg 	Fold into ...
   6735   1.1.1.3    mrg 	(sparc*-*-solaris2*): ... this.
   6736   1.1.1.3    mrg 	New case.
   6737   1.1.1.3    mrg 	(sparc64-*-elf*): Handle it.
   6738   1.1.1.3    mrg 	* config/gmon-sol2.c: Move from ../gcc/config/sparc.
   6739   1.1.1.3    mrg 	Merge ../gcc/config/i386/gmon-sol2.c.
   6740   1.1.1.3    mrg 	* config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
   6741   1.1.1.3    mrg 	Use C comments.
   6742   1.1.1.3    mrg 	Merge ../gcc/config/i386/sol2-gc1.asm.
   6743   1.1.1.3    mrg 	* config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
   6744   1.1.1.3    mrg 	Use C comments.
   6745   1.1.1.3    mrg 	* config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
   6746   1.1.1.3    mrg 	Use C comments.
   6747   1.1.1.3    mrg 	* config/i386/t-crtfm (crtfastmath.o): Use $<.
   6748   1.1.1.3    mrg 	* config/i386/t-crtstuff: New file.
   6749   1.1.1.3    mrg 	* config/i386/t-softfp: New file.
   6750   1.1.1.3    mrg 	* config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
   6751   1.1.1.3    mrg 	$(T)crti.o, $(T)crtn.o): Remove.
   6752   1.1.1.3    mrg 	(gcrt1.o): New rule.
   6753   1.1.1.3    mrg 	(TARGET_LIBGCC2_CFLAGS): Remove.
   6754   1.1.1.3    mrg 	* config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
   6755   1.1.1.3    mrg 	* config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
   6756   1.1.1.3    mrg 	* config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
   6757   1.1.1.3    mrg 	* config/sparc/t-sol2: New file.
   6758   1.1.1.3    mrg 	* config/sparc/t-crtfm: Move to ...
   6759   1.1.1.3    mrg 	* config/t-crtfm: ... this.
   6760   1.1.1.3    mrg 	Use $(cpu_type), $<.
   6761   1.1.1.3    mrg 	* config/t-crtin: New file.
   6762   1.1.1.3    mrg 	* config/sparc/t-softfp: New file.
   6763   1.1.1.3    mrg 	* config/sparc/t-softmul: New file.
   6764   1.1.1.3    mrg 	* config/t-rtems: New file.
   6765   1.1.1.3    mrg 	* config/t-slibgcc: New file.
   6766   1.1.1.3    mrg 	* config/t-slibgcc-elf-ver: New file.
   6767   1.1.1.3    mrg 	* config/t-slibgcc-gld: New file.
   6768   1.1.1.3    mrg 	* config/t-slibgcc-sld: New file.
   6769   1.1.1.3    mrg 	* config/t-sol2: New file.
   6770   1.1.1.3    mrg 	* configure.ac: Include ../config/lib-ld.m4.
   6771   1.1.1.3    mrg 	Call AC_LIB_PROG_LD_GNU.
   6772   1.1.1.3    mrg 	Substitute cpu_type.
   6773   1.1.1.3    mrg 	* configure: Regenerate.
   6774   1.1.1.3    mrg 
   6775   1.1.1.3    mrg 2011-05-27  Bernd Schmidt  <bernds (a] codesourcery.com>
   6776   1.1.1.3    mrg 
   6777   1.1.1.3    mrg 	PR bootstrap/49173
   6778   1.1.1.3    mrg 	* config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
   6779   1.1.1.3    mrg 	libgcc-std.ver in the build directory.
   6780   1.1.1.3    mrg 	* config/s390/t-linux (SHLIB_MAPFILES): Likewise.
   6781   1.1.1.3    mrg 	* config/sh/t-linux (SHLIB_MAPFILES): Likewise.
   6782   1.1.1.3    mrg 
   6783   1.1.1.3    mrg 2011-05-25  Bernd Schmidt  <bernds (a] codesourcery.com>
   6784   1.1.1.3    mrg 
   6785   1.1.1.3    mrg 	* libgcc-std.ver.in: New file.
   6786   1.1.1.3    mrg 	* Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
   6787   1.1.1.3    mrg 	variables.
   6788   1.1.1.3    mrg 	(libgcc-std.ver): New rule.
   6789   1.1.1.3    mrg 	* config/t-gnu-prefix: New file.
   6790   1.1.1.3    mrg 
   6791   1.1.1.3    mrg 2011-05-23  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6792   1.1.1.3    mrg 
   6793   1.1.1.3    mrg 	* config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
   6794   1.1.1.3    mrg 
   6795   1.1.1.3    mrg 2011-05-10  Joseph Myers  <joseph (a] codesourcery.com>
   6796   1.1.1.3    mrg 
   6797   1.1.1.3    mrg 	* config/i386/darwin-lib.h: New file.
   6798   1.1.1.3    mrg 
   6799   1.1.1.3    mrg 2011-05-10  Joseph Myers  <joseph (a] codesourcery.com>
   6800   1.1.1.3    mrg 
   6801   1.1.1.3    mrg 	* config/arm/symbian-lib.h: New.
   6802   1.1.1.3    mrg 
   6803   1.1.1.3    mrg 2011-05-04  Chris Demetriou  <cgd (a] google.com>
   6804   1.1.1.3    mrg 
   6805   1.1.1.3    mrg 	* config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
   6806   1.1.1.3    mrg 	(__x86.get_pc_thunk.bx): ...this.
   6807   1.1.1.3    mrg 	(__morestack): Adjust for rename, remove undef of __i686.
   6808   1.1.1.3    mrg 
   6809   1.1.1.3    mrg 2011-05-03  Chris Demetriou  <cgd (a] google.com>
   6810   1.1.1.3    mrg 
   6811   1.1.1.3    mrg 	* config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
   6812   1.1.1.3    mrg 
   6813   1.1.1.3    mrg 2011-03-22  Joseph Myers  <joseph (a] codesourcery.com>
   6814   1.1.1.3    mrg 
   6815   1.1.1.3    mrg 	* config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
   6816   1.1.1.3    mrg 	arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
   6817   1.1.1.3    mrg 	m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
   6818   1.1.1.3    mrg 	powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
   6819   1.1.1.3    mrg 	sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
   6820   1.1.1.3    mrg 	Remove cases.
   6821   1.1.1.3    mrg 
   6822   1.1.1.3    mrg 2011-03-14  Andreas Tobler  <andreast (a] fgznet.ch>
   6823       1.1    mrg 
   6824   1.1.1.3    mrg 	* config.host (cpu_type): Add FreeBSD PowerPC specific parts.
   6825   1.1.1.3    mrg 	Adjust copyright year.
   6826       1.1    mrg 
   6827   1.1.1.3    mrg 2011-03-07  Ian Lance Taylor  <iant (a] google.com>
   6828       1.1    mrg 
   6829   1.1.1.3    mrg 	* generic-morestack.c (__splitstack_find): Adjust returned stack
   6830   1.1.1.3    mrg 	pointer to include all registers pushed by __morestack.
   6831   1.1.1.3    mrg 
   6832   1.1.1.3    mrg 2011-01-26  Dave Korn  <dave.korn.cygwin (a] gmail.com>
   6833   1.1.1.3    mrg 
   6834   1.1.1.3    mrg 	PR target/40125
   6835   1.1.1.3    mrg 	* configure.ac: Call ACX_NONCANONICAL_TARGET.
   6836   1.1.1.3    mrg 	(toolexecdir): Calculate and AC_SUBST.
   6837   1.1.1.3    mrg 	(toolexeclibdir): Likewise.
   6838   1.1.1.3    mrg 	* Makefile.in (target_noncanonical): Import.
   6839   1.1.1.3    mrg 	(toolexecdir): Likewise.
   6840   1.1.1.3    mrg 	(toolexeclibdir): Likewise.
   6841   1.1.1.3    mrg 	* configure: Regenerate.
   6842   1.1.1.3    mrg 
   6843   1.1.1.3    mrg 2010-12-13  Nathan Froyd  <froydnj (a] codesourcery.com>
   6844   1.1.1.3    mrg 
   6845   1.1.1.3    mrg 	PR target/46040
   6846   1.1.1.3    mrg 	* config/arm/bpabi.h: Rename to...
   6847   1.1.1.3    mrg 	* config/arm/bpabi-lib.h: ...this.
   6848   1.1.1.3    mrg 
   6849   1.1.1.3    mrg 2010-12-10  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   6850   1.1.1.3    mrg 
   6851   1.1.1.3    mrg 	* configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
   6852   1.1.1.3    mrg 	appropriate.
   6853   1.1.1.3    mrg 	* configure: Regenerate.
   6854   1.1.1.3    mrg 
   6855   1.1.1.3    mrg 2010-11-24  Nathan Froyd  <froydnj (a] codesourcery.com>
   6856   1.1.1.3    mrg 
   6857   1.1.1.3    mrg 	* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
   6858   1.1.1.3    mrg 	__FLOAT_WORD_ORDER__.
   6859   1.1.1.3    mrg 	* config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
   6860   1.1.1.3    mrg 	Delete.
   6861   1.1.1.3    mrg 
   6862   1.1.1.3    mrg 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   6863   1.1.1.3    mrg 
   6864   1.1.1.3    mrg 	PR other/46202
   6865   1.1.1.3    mrg 	* Makefile.in (install-strip): New phony target.
   6866   1.1.1.3    mrg 
   6867   1.1.1.3    mrg 2010-11-07  Ian Lance Taylor  <iant (a] google.com>
   6868   1.1.1.3    mrg 
   6869   1.1.1.3    mrg 	PR target/46089
   6870   1.1.1.3    mrg 	* config/i386/morestack.S (__morestack_large_model): New
   6871   1.1.1.3    mrg 	function.
   6872   1.1.1.3    mrg 
   6873   1.1.1.3    mrg 2010-10-23  Nathan Froyd  <froydnj (a] codesourcery.com>
   6874   1.1.1.3    mrg 
   6875   1.1.1.3    mrg 	* config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
   6876   1.1.1.3    mrg 	Delete.
   6877   1.1.1.3    mrg 	(LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
   6878   1.1.1.3    mrg 
   6879   1.1.1.3    mrg 2010-10-14  Nathan Froyd  <froydnj (a] codesourcery.com>
   6880   1.1.1.3    mrg 
   6881   1.1.1.3    mrg 	* config/arm/bpabi.h: New file.
   6882   1.1.1.3    mrg 	* config/frv/frv-abi.h: New file.
   6883   1.1.1.3    mrg 
   6884   1.1.1.3    mrg 2010-10-01  Ian Lance Taylor  <iant (a] google.com>
   6885   1.1.1.3    mrg 
   6886   1.1.1.3    mrg 	* config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
   6887   1.1.1.3    mrg 	* config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
   6888   1.1.1.3    mrg 
   6889   1.1.1.3    mrg 2010-10-01  H.J. Lu  <hongjiu.lu (a] intel.com>
   6890   1.1.1.3    mrg 
   6891   1.1.1.3    mrg 	PR target/45858
   6892   1.1.1.3    mrg 	* config.host: Add the missing `$'.
   6893   1.1.1.3    mrg 
   6894   1.1.1.3    mrg 2010-09-30  Michael Eager  <eager (a] eagercon.com>
   6895   1.1.1.3    mrg 
   6896   1.1.1.3    mrg 	* config.host: Add microblaze*-*-*.
   6897   1.1.1.3    mrg 	* config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
   6898   1.1.1.3    mrg 	muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
   6899   1.1.1.3    mrg 	udivsi3.asm,umodsi3.asm}:  New.
   6900   1.1.1.3    mrg 
   6901   1.1.1.3    mrg 2010-09-28  Ian Lance Taylor  <iant (a] google.com>
   6902   1.1.1.3    mrg 
   6903   1.1.1.3    mrg 	* configure.ac: Adjust CFI test to test assembler directly rather
   6904   1.1.1.3    mrg 	than checking gcc preprocessor macro.
   6905   1.1.1.3    mrg 	* configure: Rebuild.
   6906   1.1.1.3    mrg 
   6907   1.1.1.3    mrg 2010-09-27  Ian Lance Taylor  <iant (a] google.com>
   6908   1.1.1.3    mrg 
   6909   1.1.1.3    mrg 	* configure.ac: Test whether assembler supports CFI directives.
   6910   1.1.1.3    mrg 	* config.host: Only add t-stack and i386/t-stack-i386 to
   6911   1.1.1.3    mrg 	tmake_file if libgcc_cv_cfi is "yes".
   6912   1.1.1.3    mrg 	* configure: Rebuild.
   6913   1.1.1.3    mrg 
   6914   1.1.1.3    mrg 2010-09-27  Ian Lance Taylor  <iant (a] google.com>
   6915   1.1.1.3    mrg 
   6916   1.1.1.3    mrg 	* generic-morestack.h: New file.
   6917   1.1.1.3    mrg 	* generic-morestack.c: New file.
   6918   1.1.1.3    mrg 	* generic-morestack-thread.c: New file.
   6919   1.1.1.3    mrg 	* config/i386/morestack.S: New file.
   6920   1.1.1.3    mrg 	* config/t-stack: New file.
   6921   1.1.1.3    mrg 	* config/i386/t-stack-i386: New file.
   6922   1.1.1.3    mrg 	* config.host (i[34567]86-*-linux* and friends): Add t-stack and
   6923   1.1.1.3    mrg 	i386/t-stack-i386 to tmake_file.
   6924   1.1.1.3    mrg 
   6925   1.1.1.3    mrg 2010-09-21  Iain Sandoe  <iains (a] gcc.gnu.org>
   6926   1.1.1.3    mrg 
   6927   1.1.1.3    mrg 	* Makefile.in (libgcc-extra-parts):  Check for static archives and
   6928   1.1.1.3    mrg 	invoke ranlib after installing them.
   6929   1.1.1.3    mrg 	(gcc-extra-parts): Likewise.
   6930   1.1.1.3    mrg 	(install-leaf): Likewise.
   6931   1.1.1.3    mrg 
   6932   1.1.1.3    mrg 2010-09-14  H.J. Lu  <hongjiu.lu (a] intel.com>
   6933   1.1.1.3    mrg 
   6934   1.1.1.3    mrg 	* configure: Regenerated.
   6935   1.1.1.3    mrg 
   6936   1.1.1.3    mrg 2010-09-10  Kai Tietz  <kai.tietz (a] onevision.com>
   6937   1.1.1.3    mrg 
   6938   1.1.1.3    mrg 	* configure: Regenerated.
   6939   1.1.1.3    mrg 
   6940   1.1.1.3    mrg 2010-09-09  Gerald Pfeifer  <gerald (a] pfeifer.com>
   6941       1.1    mrg 	    Andrew Pinski  <pinskia (a] gmail.com>
   6942       1.1    mrg 
   6943   1.1.1.2  skrll 	PR target/40959
   6944       1.1    mrg 	* config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.
   6945       1.1    mrg 
   6946   1.1.1.3    mrg 2010-09-06  H.J. Lu  <hongjiu.lu (a] intel.com>
   6947   1.1.1.3    mrg 
   6948   1.1.1.3    mrg 	PR target/45524
   6949   1.1.1.3    mrg 	* configure: Regenerated.
   6950   1.1.1.3    mrg 
   6951   1.1.1.3    mrg 2010-09-06  Andreas Schwab  <schwab (a] redhat.com>
   6952   1.1.1.3    mrg 
   6953   1.1.1.3    mrg 	* configure: Regenerate.
   6954   1.1.1.3    mrg 
   6955   1.1.1.3    mrg 2010-09-03  Uros Bizjak  <ubizjak (a] gmail.com>
   6956   1.1.1.3    mrg 
   6957   1.1.1.3    mrg 	* config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
   6958   1.1.1.3    mrg 	64bit targets.
   6959   1.1.1.3    mrg 	(__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
   6960   1.1.1.3    mrg 	for 64bit targets.
   6961   1.1.1.3    mrg 
   6962   1.1.1.3    mrg 2010-09-03  Uros Bizjak  <ubizjak (a] gmail.com>
   6963   1.1.1.3    mrg 	    Iain Sandoe  <iains (a] gcc.gnu.org>
   6964   1.1.1.3    mrg 
   6965   1.1.1.3    mrg 	PR target/45476
   6966   1.1.1.3    mrg 	* Makefile.in (sifuncs, difuncs, tifuncs): Filter out
   6967   1.1.1.3    mrg 	LIB2FUNCS_EXCLUDE functions.
   6968       1.1    mrg 
   6969   1.1.1.3    mrg 2010-09-03  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   6970   1.1.1.3    mrg 
   6971   1.1.1.3    mrg 	* configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
   6972   1.1.1.3    mrg 	Include dfp.m4.
   6973   1.1.1.3    mrg 	* configure: Regenerate.
   6974   1.1.1.3    mrg 
   6975   1.1.1.3    mrg 2010-09-01  Uros Bizjak  <ubizjak (a] gmail.com>
   6976   1.1.1.3    mrg 
   6977   1.1.1.3    mrg 	* config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
   6978   1.1.1.3    mrg 	i386/t-freebsd to tmake_file.
   6979   1.1.1.3    mrg 	* config/i386/t-freebsd: New file.
   6980   1.1.1.3    mrg 	* config/i386/libgcc-bsd.ver: New file.
   6981   1.1.1.3    mrg 
   6982   1.1.1.3    mrg 2010-07-23  Nathan Froyd  <froydnj (a] codesourcery.com>
   6983   1.1.1.3    mrg 
   6984   1.1.1.3    mrg 	* config.host (powerpc*-eabispe*): Set tmake_file.
   6985   1.1.1.3    mrg 	(powerpc*-eabi*): Likewise.
   6986   1.1.1.3    mrg 	* config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
   6987   1.1.1.3    mrg 	crtbeginS, crtendS, crtbeginT.
   6988   1.1.1.3    mrg 
   6989   1.1.1.3    mrg 2010-06-12  Kazu Hirata  <kazu (a] codesourcery.com>
   6990   1.1.1.3    mrg 
   6991   1.1.1.3    mrg 	* config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
   6992   1.1.1.3    mrg 	to tmake_file.  Add crtfastmath.o to extra_parts.
   6993   1.1.1.3    mrg 	* config/mips/t-crtfm: New.
   6994   1.1.1.3    mrg 
   6995  1.1.1.12    mrg 2010-05-19  Joel Sherrill  <joel.sherrill (a] oarcorp.com>
   6996   1.1.1.3    mrg 
   6997   1.1.1.3    mrg 	* config.host (sparc64-*-rtems*): New target.
   6998       1.1    mrg 
   6999       1.1    mrg 2010-05-19  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   7000       1.1    mrg 
   7001       1.1    mrg 	* config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
   7002       1.1    mrg 	assembler syntax.
   7003       1.1    mrg 
   7004       1.1    mrg 2010-04-15  Thomas Schwinge  <tschwinge (a] gnu.org>
   7005       1.1    mrg 
   7006       1.1    mrg 	* config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
   7007       1.1    mrg 
   7008   1.1.1.3    mrg 2010-04-12  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   7009       1.1    mrg 
   7010   1.1.1.3    mrg 	* config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
   7011   1.1.1.3    mrg 	alpha-dec-osf5.0* support.
   7012       1.1    mrg 
   7013  1.1.1.12    mrg 2010-04-01  Ralf Corspius  <ralf.corsepius (a] rtems.org>
   7014       1.1    mrg 
   7015       1.1    mrg 	* config.host: Add lm32-*-rtems*.
   7016       1.1    mrg 
   7017       1.1    mrg 2010-03-31  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   7018  1.1.1.12    mrg 	    Uros Bizjak  <ubizjak (a] gmail.com>
   7019       1.1    mrg 
   7020       1.1    mrg 	PR target/39048
   7021       1.1    mrg 	* config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
   7022       1.1    mrg 	like other remaining 32-bit x86 OSes.
   7023       1.1    mrg 	* config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
   7024       1.1    mrg 	assembler syntax.
   7025       1.1    mrg 	* config/i386/libgcc-sol2.ver: New file.
   7026       1.1    mrg 	* config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
   7027       1.1    mrg 
   7028  1.1.1.12    mrg 2010-03-30  Jack Howarth  <howarth (a] bromo.med.uc.edu>
   7029       1.1    mrg 
   7030       1.1    mrg 	PR c/43553
   7031       1.1    mrg 	* Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
   7032       1.1    mrg 	* configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
   7033       1.1    mrg 	is used and substitute set_use_emutls.
   7034       1.1    mrg 	* configure: Regenerated.
   7035       1.1    mrg 
   7036       1.1    mrg 2010-03-30  Tarik Graba  <tarik.graba (a] telecom-paristech.fr>
   7037       1.1    mrg 
   7038       1.1    mrg 	* config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
   7039       1.1    mrg 
   7040       1.1    mrg 2010-03-22  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
   7041       1.1    mrg 
   7042       1.1    mrg 	PR target/38085
   7043       1.1    mrg 	* config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
   7044       1.1    mrg 	MULTILIB_CFLAGS.
   7045       1.1    mrg 	($(T)gcrt1.o): Likewise.
   7046       1.1    mrg 	($(T)crt1.o): Likewise.
   7047       1.1    mrg 	($(T)crti.o): Likewise.
   7048       1.1    mrg 	($(T)crtn.o): Likewise.
   7049       1.1    mrg 
   7050       1.1    mrg 2010-03-01  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   7051       1.1    mrg 
   7052       1.1    mrg 	PR other/42980
   7053       1.1    mrg 	* Makefile.in (install): Use $(MAKE) string in rule, for
   7054       1.1    mrg 	parallel make.
   7055       1.1    mrg 
   7056       1.1    mrg 2010-02-22  Hans-Peter Nilsson  <hp (a] bitrange.com>
   7057       1.1    mrg 
   7058       1.1    mrg 	Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
   7059       1.1    mrg 	* config/mmix/t-mmix: New file.
   7060       1.1    mrg 	* config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
   7061       1.1    mrg 
   7062       1.1    mrg 2010-02-02  Jack Howarth  <howarth (a] bromo.med.uc.edu>
   7063       1.1    mrg 
   7064       1.1    mrg 	PR java/41991
   7065       1.1    mrg 	* config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
   7066       1.1    mrg 	SHLIB_MAPFILES.
   7067       1.1    mrg 
   7068       1.1    mrg 2010-01-04  Anthony Green  <green (a] moxielogic.com>
   7069       1.1    mrg 
   7070       1.1    mrg 	* config/moxie/crti.asm, config/moxie/crtn.asm,
   7071       1.1    mrg 	config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
   7072       1.1    mrg 	config/moxie/t-moxie: New files.
   7073       1.1    mrg 	* config.host: Add t-moxie-softfp reference.
   7074       1.1    mrg 
   7075  1.1.1.12    mrg 2009-11-18  Iain Sandoe  <iain.sandoe (a] sandoe-acoustics.co.uk>
   7076       1.1    mrg 
   7077       1.1    mrg 	PR other/39888
   7078       1.1    mrg 	* config/t-slibgcc-darwin: Fix embedded rpaths for
   7079       1.1    mrg 	--enable-version-specific-runtime-libs, build extension stub
   7080       1.1    mrg 	libs exposing features available from current libgcc_s.
   7081       1.1    mrg 
   7082  1.1.1.12    mrg 2009-11-11  Jon Beniston  <jon (a] beniston.com>
   7083       1.1    mrg 
   7084   1.1.1.3    mrg 	* config.host: Add lm32 targets.
   7085   1.1.1.3    mrg 	* config/lm32: New directory.
   7086   1.1.1.3    mrg 	* config/lm32/libgcc_lm32.h: New file.
   7087   1.1.1.3    mrg 	* config/lm32/_mulsi3.c: New file.
   7088   1.1.1.3    mrg 	* config/lm32/_udivmodsi4.c: New file.
   7089   1.1.1.3    mrg 	* config/lm32/_divsi3.c: New file.
   7090   1.1.1.3    mrg 	* config/lm32/_modsi3.c: New file.
   7091   1.1.1.3    mrg 	* config/lm32/_udivsi3.c: New file.
   7092   1.1.1.3    mrg 	* config/lm32/_umodsi3.c: New file.
   7093   1.1.1.3    mrg 	* config/lm32/_lshrsi3.S: New file.
   7094   1.1.1.3    mrg 	* config/lm32/_ashrsi3.S: New file.
   7095   1.1.1.3    mrg 	* config/lm32/_ashlsi3.S: New file.
   7096   1.1.1.3    mrg 	* config/lm32/crti.S: New file.
   7097   1.1.1.3    mrg 	* config/lm32/crtn.S: New file.
   7098   1.1.1.3    mrg 	* config/lm32/t-lm32: New file.
   7099   1.1.1.3    mrg 	* config/lm32/t-elf: New file.
   7100   1.1.1.3    mrg 	* config/lm32/t-uclinux: New file.
   7101       1.1    mrg 
   7102       1.1    mrg 2009-10-26  Nick Clifton  <nickc (a] redhat.com>
   7103       1.1    mrg 
   7104       1.1    mrg 	* config.host: Add support for RX target.
   7105       1.1    mrg 	* config/rx: New directory.
   7106       1.1    mrg 	* config/rx/rx-abi-functions.c: New file. Supplementary
   7107       1.1    mrg 	functions for libgcc to support the RX ABI.
   7108       1.1    mrg 	* config/rx/rx-abi.h: New file.  Supplementary header file for
   7109       1.1    mrg 	libgcc RX ABI functions.
   7110       1.1    mrg 	* config/rx/t-rx: New file: Makefile fragment for building
   7111       1.1    mrg 	libgcc for the RX.
   7112       1.1    mrg 
   7113       1.1    mrg 2009-10-09  Uros Bizjak  <ubizjak (a] gmail.com>
   7114       1.1    mrg 
   7115       1.1    mrg 	* config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
   7116       1.1    mrg 	constraint of y0 to "g".
   7117       1.1    mrg 
   7118       1.1    mrg 2009-10-07  Andreas Krebbel  <Andreas.Krebbel (a] de.ibm.com>
   7119       1.1    mrg 
   7120       1.1    mrg 	* config.host: Include the s390 makefile fragments.
   7121       1.1    mrg 	* config/s390/32/_fixdfdi.c: New file.
   7122       1.1    mrg 	* config/s390/32/_fixsfdi.c: New file.
   7123       1.1    mrg 	* config/s390/32/_fixtfdi.c: New file.
   7124       1.1    mrg 	* config/s390/32/_fixunsdfdi.c: New file.
   7125       1.1    mrg 	* config/s390/32/_fixunssfdi.c: New file.
   7126       1.1    mrg 	* config/s390/32/_fixunstfdi.c: New file.
   7127       1.1    mrg 	* config/s390/32/t-floattodi: New file.
   7128       1.1    mrg 	* config/s390/libgcc-glibc.ver: New file.
   7129       1.1    mrg 	* config/s390/t-crtstuff: New file.
   7130       1.1    mrg 	* config/s390/t-linux: New file.
   7131       1.1    mrg 	* config/s390/t-tpf: New file.
   7132       1.1    mrg 
   7133       1.1    mrg 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   7134       1.1    mrg 
   7135       1.1    mrg 	* configure.ac (AC_PREREQ): Bump to 2.64.
   7136       1.1    mrg 
   7137       1.1    mrg 2009-08-22  Kaz Kojima  <kkojima (a] gcc.gnu.org>
   7138       1.1    mrg 
   7139       1.1    mrg 	* config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
   7140       1.1    mrg 
   7141       1.1    mrg 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   7142       1.1    mrg 
   7143       1.1    mrg 	* configure: Regenerate.
   7144       1.1    mrg 
   7145       1.1    mrg 2009-08-09  Douglas B Rupp  <rupp (a] gnat.com>
   7146       1.1    mrg 
   7147       1.1    mrg 	* config.host (ia64-hp-*vms*): New target.
   7148       1.1    mrg 	(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
   7149       1.1    mrg 	with ia64-hp-*vms*.
   7150       1.1    mrg 
   7151       1.1    mrg 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   7152       1.1    mrg 
   7153       1.1    mrg 	* configure.ac: Add snippet for maintainer-mode.
   7154       1.1    mrg 	* configure: Regenerate.
   7155       1.1    mrg 	* Makefile.in (AUTOCONF, configure_deps): New variables.
   7156       1.1    mrg 	($(srcdir)/configure)): New rule, active only with maintainer
   7157       1.1    mrg 	mode turned on.
   7158       1.1    mrg 
   7159       1.1    mrg 2009-06-23  DJ Delorie  <dj (a] redhat.com>
   7160       1.1    mrg 
   7161       1.1    mrg 	Add MeP port.
   7162       1.1    mrg 	* config.host: Add mep support.
   7163       1.1    mrg 
   7164       1.1    mrg 2009-06-22  Kai Tietz  <kai.tietz (a] onevision.com>
   7165       1.1    mrg 
   7166       1.1    mrg 	* config.host: Add i386/${host_address}/t-fprules-softfp and
   7167       1.1    mrg 	t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
   7168       1.1    mrg 
   7169       1.1    mrg 	* config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
   7170       1.1    mrg 	for mingw targets.
   7171       1.1    mrg 	* config/i386/64/_multc3.c: Likewise.
   7172       1.1    mrg 	* config/i386/64/_powitf2.c: Likewise.
   7173       1.1    mrg 	* config/i386/64/eqtf2.c: Likewise.
   7174       1.1    mrg 	* config/i386/64/getf2.c: Likewise.
   7175       1.1    mrg 	* config/i386/64/letf2.c: Likewise.
   7176       1.1    mrg 	* config/i386/64/letf2.c: Likewise.
   7177       1.1    mrg 	* config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
   7178       1.1    mrg 	unsigned long long for x64 mingw targets.
   7179       1.1    mrg 	(_FP_WS_TYPE): Define as signed long long for x64 mingw target.
   7180       1.1    mrg 	(_FP_I_TYPE): Define as long long for x64 mingw target.
   7181       1.1    mrg 
   7182       1.1    mrg 2009-06-10  Maciej W. Rozycki  <macro (a] linux-mips.org>
   7183       1.1    mrg 
   7184       1.1    mrg 	* config.host (vax-*-linux*): New.
   7185       1.1    mrg 
   7186       1.1    mrg 2009-05-31  Anthony Green  <green (a] moxielogic.com>
   7187       1.1    mrg 
   7188       1.1    mrg 	* config.host: Add moxie support.
   7189       1.1    mrg 	* config/moxie/t-moxie: New file.
   7190       1.1    mrg 
   7191  1.1.1.12    mrg 2009-05-29  David Billinghurst  <billingd (a] gcc.gnu.org>
   7192       1.1    mrg 
   7193       1.1    mrg 	* config.host: Add i386/${host_address}/t-fprules-softfp and
   7194       1.1    mrg 	t-softfp to tmake_file for i[34567]86-*-cygwin*.
   7195       1.1    mrg 
   7196       1.1    mrg 2009-04-17  Aurelien Jarno  <aurelien (a] aurel32.net>
   7197       1.1    mrg 
   7198       1.1    mrg 	* config.host: Add i386/${host_address}/t-fprules-softfp to
   7199       1.1    mrg 	tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
   7200       1.1    mrg 
   7201       1.1    mrg 2009-04-09  Nick Clifton  <nickc (a] redhat.com>
   7202       1.1    mrg 
   7203       1.1    mrg 	* config/ia64/tf-signs.c: Change copyright header to refer to
   7204       1.1    mrg 	version 3 of the GNU General Public License with version 3.1
   7205       1.1    mrg 	of the GCC Runtime Library Exception and to point readers at
   7206       1.1    mrg 	the COPYING3 and COPYING3.RUNTIME files and the FSF's license
   7207       1.1    mrg 	web page.
   7208       1.1    mrg 	* config/i386/32/tf-signs.c: Likewise.
   7209       1.1    mrg 	* config/libbid/_addsub_dd.c: Likewise.
   7210       1.1    mrg 	* config/libbid/_addsub_sd.c: Likewise.
   7211       1.1    mrg 	* config/libbid/_addsub_td.c: Likewise.
   7212       1.1    mrg 	* config/libbid/_dd_to_df.c: Likewise.
   7213       1.1    mrg 	* config/libbid/_dd_to_di.c: Likewise.
   7214       1.1    mrg 	* config/libbid/_dd_to_sd.c: Likewise.
   7215       1.1    mrg 	* config/libbid/_dd_to_sf.c: Likewise.
   7216       1.1    mrg 	* config/libbid/_dd_to_si.c: Likewise.
   7217       1.1    mrg 	* config/libbid/_dd_to_td.c: Likewise.
   7218       1.1    mrg 	* config/libbid/_dd_to_tf.c: Likewise.
   7219       1.1    mrg 	* config/libbid/_dd_to_udi.c: Likewise.
   7220       1.1    mrg 	* config/libbid/_dd_to_usi.c: Likewise.
   7221       1.1    mrg 	* config/libbid/_dd_to_xf.c: Likewise.
   7222       1.1    mrg 	* config/libbid/_df_to_dd.c: Likewise.
   7223       1.1    mrg 	* config/libbid/_df_to_sd.c: Likewise.
   7224       1.1    mrg 	* config/libbid/_df_to_td.c: Likewise.
   7225       1.1    mrg 	* config/libbid/_di_to_dd.c: Likewise.
   7226       1.1    mrg 	* config/libbid/_di_to_sd.c: Likewise.
   7227       1.1    mrg 	* config/libbid/_di_to_td.c: Likewise.
   7228       1.1    mrg 	* config/libbid/_div_dd.c: Likewise.
   7229       1.1    mrg 	* config/libbid/_div_sd.c: Likewise.
   7230       1.1    mrg 	* config/libbid/_div_td.c: Likewise.
   7231       1.1    mrg 	* config/libbid/_eq_dd.c: Likewise.
   7232       1.1    mrg 	* config/libbid/_eq_sd.c: Likewise.
   7233       1.1    mrg 	* config/libbid/_eq_td.c: Likewise.
   7234       1.1    mrg 	* config/libbid/_ge_dd.c: Likewise.
   7235       1.1    mrg 	* config/libbid/_ge_sd.c: Likewise.
   7236       1.1    mrg 	* config/libbid/_ge_td.c: Likewise.
   7237       1.1    mrg 	* config/libbid/_gt_dd.c: Likewise.
   7238       1.1    mrg 	* config/libbid/_gt_sd.c: Likewise.
   7239       1.1    mrg 	* config/libbid/_gt_td.c: Likewise.
   7240       1.1    mrg 	* config/libbid/_isinfd128.c: Likewise.
   7241       1.1    mrg 	* config/libbid/_isinfd32.c: Likewise.
   7242       1.1    mrg 	* config/libbid/_isinfd64.c: Likewise.
   7243       1.1    mrg 	* config/libbid/_le_dd.c: Likewise.
   7244       1.1    mrg 	* config/libbid/_le_sd.c: Likewise.
   7245       1.1    mrg 	* config/libbid/_le_td.c: Likewise.
   7246       1.1    mrg 	* config/libbid/_lt_dd.c: Likewise.
   7247       1.1    mrg 	* config/libbid/_lt_sd.c: Likewise.
   7248       1.1    mrg 	* config/libbid/_lt_td.c: Likewise.
   7249       1.1    mrg 	* config/libbid/_mul_dd.c: Likewise.
   7250       1.1    mrg 	* config/libbid/_mul_sd.c: Likewise.
   7251       1.1    mrg 	* config/libbid/_mul_td.c: Likewise.
   7252       1.1    mrg 	* config/libbid/_ne_dd.c: Likewise.
   7253       1.1    mrg 	* config/libbid/_ne_sd.c: Likewise.
   7254       1.1    mrg 	* config/libbid/_ne_td.c: Likewise.
   7255       1.1    mrg 	* config/libbid/_sd_to_dd.c: Likewise.
   7256       1.1    mrg 	* config/libbid/_sd_to_df.c: Likewise.
   7257       1.1    mrg 	* config/libbid/_sd_to_di.c: Likewise.
   7258       1.1    mrg 	* config/libbid/_sd_to_sf.c: Likewise.
   7259       1.1    mrg 	* config/libbid/_sd_to_si.c: Likewise.
   7260       1.1    mrg 	* config/libbid/_sd_to_td.c: Likewise.
   7261       1.1    mrg 	* config/libbid/_sd_to_tf.c: Likewise.
   7262       1.1    mrg 	* config/libbid/_sd_to_udi.c: Likewise.
   7263       1.1    mrg 	* config/libbid/_sd_to_usi.c: Likewise.
   7264       1.1    mrg 	* config/libbid/_sd_to_xf.c: Likewise.
   7265       1.1    mrg 	* config/libbid/_sf_to_dd.c: Likewise.
   7266       1.1    mrg 	* config/libbid/_sf_to_sd.c: Likewise.
   7267       1.1    mrg 	* config/libbid/_sf_to_td.c: Likewise.
   7268       1.1    mrg 	* config/libbid/_si_to_dd.c: Likewise.
   7269       1.1    mrg 	* config/libbid/_si_to_sd.c: Likewise.
   7270       1.1    mrg 	* config/libbid/_si_to_td.c: Likewise.
   7271       1.1    mrg 	* config/libbid/_td_to_dd.c: Likewise.
   7272       1.1    mrg 	* config/libbid/_td_to_df.c: Likewise.
   7273       1.1    mrg 	* config/libbid/_td_to_di.c: Likewise.
   7274       1.1    mrg 	* config/libbid/_td_to_sd.c: Likewise.
   7275       1.1    mrg 	* config/libbid/_td_to_sf.c: Likewise.
   7276       1.1    mrg 	* config/libbid/_td_to_si.c: Likewise.
   7277       1.1    mrg 	* config/libbid/_td_to_tf.c: Likewise.
   7278       1.1    mrg 	* config/libbid/_td_to_udi.c: Likewise.
   7279       1.1    mrg 	* config/libbid/_td_to_usi.c: Likewise.
   7280       1.1    mrg 	* config/libbid/_td_to_xf.c: Likewise.
   7281       1.1    mrg 	* config/libbid/_tf_to_dd.c: Likewise.
   7282       1.1    mrg 	* config/libbid/_tf_to_sd.c: Likewise.
   7283       1.1    mrg 	* config/libbid/_tf_to_td.c: Likewise.
   7284       1.1    mrg 	* config/libbid/_udi_to_dd.c: Likewise.
   7285       1.1    mrg 	* config/libbid/_udi_to_sd.c: Likewise.
   7286       1.1    mrg 	* config/libbid/_udi_to_td.c: Likewise.
   7287       1.1    mrg 	* config/libbid/_unord_dd.c: Likewise.
   7288       1.1    mrg 	* config/libbid/_unord_sd.c: Likewise.
   7289       1.1    mrg 	* config/libbid/_unord_td.c: Likewise.
   7290       1.1    mrg 	* config/libbid/_usi_to_dd.c: Likewise.
   7291       1.1    mrg 	* config/libbid/_usi_to_sd.c: Likewise.
   7292       1.1    mrg 	* config/libbid/_usi_to_td.c: Likewise.
   7293       1.1    mrg 	* config/libbid/_xf_to_dd.c: Likewise.
   7294       1.1    mrg 	* config/libbid/_xf_to_sd.c: Likewise.
   7295       1.1    mrg 	* config/libbid/_xf_to_td.c: Likewise.
   7296       1.1    mrg 	* config/libbid/bid128.c: Likewise.
   7297       1.1    mrg 	* config/libbid/bid128_2_str.h: Likewise.
   7298       1.1    mrg 	* config/libbid/bid128_2_str_macros.h: Likewise.
   7299       1.1    mrg 	* config/libbid/bid128_2_str_tables.c: Likewise.
   7300       1.1    mrg 	* config/libbid/bid128_add.c: Likewise.
   7301       1.1    mrg 	* config/libbid/bid128_compare.c: Likewise.
   7302       1.1    mrg 	* config/libbid/bid128_div.c: Likewise.
   7303       1.1    mrg 	* config/libbid/bid128_fma.c: Likewise.
   7304       1.1    mrg 	* config/libbid/bid128_logb.c: Likewise.
   7305       1.1    mrg 	* config/libbid/bid128_minmax.c: Likewise.
   7306       1.1    mrg 	* config/libbid/bid128_mul.c: Likewise.
   7307       1.1    mrg 	* config/libbid/bid128_next.c: Likewise.
   7308       1.1    mrg 	* config/libbid/bid128_noncomp.c: Likewise.
   7309       1.1    mrg 	* config/libbid/bid128_quantize.c: Likewise.
   7310       1.1    mrg 	* config/libbid/bid128_rem.c: Likewise.
   7311       1.1    mrg 	* config/libbid/bid128_round_integral.c: Likewise.
   7312       1.1    mrg 	* config/libbid/bid128_scalb.c: Likewise.
   7313       1.1    mrg 	* config/libbid/bid128_sqrt.c: Likewise.
   7314       1.1    mrg 	* config/libbid/bid128_string.c: Likewise.
   7315       1.1    mrg 	* config/libbid/bid128_to_int16.c: Likewise.
   7316       1.1    mrg 	* config/libbid/bid128_to_int32.c: Likewise.
   7317       1.1    mrg 	* config/libbid/bid128_to_int64.c: Likewise.
   7318       1.1    mrg 	* config/libbid/bid128_to_int8.c: Likewise.
   7319       1.1    mrg 	* config/libbid/bid128_to_uint16.c: Likewise.
   7320       1.1    mrg 	* config/libbid/bid128_to_uint32.c: Likewise.
   7321       1.1    mrg 	* config/libbid/bid128_to_uint64.c: Likewise.
   7322       1.1    mrg 	* config/libbid/bid128_to_uint8.c: Likewise.
   7323       1.1    mrg 	* config/libbid/bid32_to_bid128.c: Likewise.
   7324       1.1    mrg 	* config/libbid/bid32_to_bid64.c: Likewise.
   7325       1.1    mrg 	* config/libbid/bid64_add.c: Likewise.
   7326       1.1    mrg 	* config/libbid/bid64_compare.c: Likewise.
   7327       1.1    mrg 	* config/libbid/bid64_div.c: Likewise.
   7328       1.1    mrg 	* config/libbid/bid64_fma.c: Likewise.
   7329       1.1    mrg 	* config/libbid/bid64_logb.c: Likewise.
   7330       1.1    mrg 	* config/libbid/bid64_minmax.c: Likewise.
   7331       1.1    mrg 	* config/libbid/bid64_mul.c: Likewise.
   7332       1.1    mrg 	* config/libbid/bid64_next.c: Likewise.
   7333       1.1    mrg 	* config/libbid/bid64_noncomp.c: Likewise.
   7334       1.1    mrg 	* config/libbid/bid64_quantize.c: Likewise.
   7335       1.1    mrg 	* config/libbid/bid64_rem.c: Likewise.
   7336       1.1    mrg 	* config/libbid/bid64_round_integral.c: Likewise.
   7337       1.1    mrg 	* config/libbid/bid64_scalb.c: Likewise.
   7338       1.1    mrg 	* config/libbid/bid64_sqrt.c: Likewise.
   7339       1.1    mrg 	* config/libbid/bid64_string.c: Likewise.
   7340       1.1    mrg 	* config/libbid/bid64_to_bid128.c: Likewise.
   7341       1.1    mrg 	* config/libbid/bid64_to_int16.c: Likewise.
   7342       1.1    mrg 	* config/libbid/bid64_to_int32.c: Likewise.
   7343       1.1    mrg 	* config/libbid/bid64_to_int64.c: Likewise.
   7344       1.1    mrg 	* config/libbid/bid64_to_int8.c: Likewise.
   7345       1.1    mrg 	* config/libbid/bid64_to_uint16.c: Likewise.
   7346       1.1    mrg 	* config/libbid/bid64_to_uint32.c: Likewise.
   7347       1.1    mrg 	* config/libbid/bid64_to_uint64.c: Likewise.
   7348       1.1    mrg 	* config/libbid/bid64_to_uint8.c: Likewise.
   7349       1.1    mrg 	* config/libbid/bid_b2d.h: Likewise.
   7350       1.1    mrg 	* config/libbid/bid_binarydecimal.c: Likewise.
   7351       1.1    mrg 	* config/libbid/bid_conf.h: Likewise.
   7352       1.1    mrg 	* config/libbid/bid_convert_data.c: Likewise.
   7353       1.1    mrg 	* config/libbid/bid_decimal_data.c: Likewise.
   7354       1.1    mrg 	* config/libbid/bid_decimal_globals.c: Likewise.
   7355       1.1    mrg 	* config/libbid/bid_div_macros.h: Likewise.
   7356       1.1    mrg 	* config/libbid/bid_dpd.c: Likewise.
   7357       1.1    mrg 	* config/libbid/bid_flag_operations.c: Likewise.
   7358       1.1    mrg 	* config/libbid/bid_from_int.c: Likewise.
   7359       1.1    mrg 	* config/libbid/bid_functions.h: Likewise.
   7360       1.1    mrg 	* config/libbid/bid_gcc_intrinsics.h: Likewise.
   7361       1.1    mrg 	* config/libbid/bid_inline_add.h: Likewise.
   7362       1.1    mrg 	* config/libbid/bid_internal.h: Likewise.
   7363       1.1    mrg 	* config/libbid/bid_round.c: Likewise.
   7364       1.1    mrg 	* config/libbid/bid_sqrt_macros.h: Likewise.
   7365       1.1    mrg 
   7366       1.1    mrg 2009-04-09  Jakub Jelinek  <jakub (a] redhat.com>
   7367       1.1    mrg 
   7368       1.1    mrg 	* Makefile.in: Change copyright header to refer to version
   7369       1.1    mrg 	3 of the GNU General Public License and to point readers at the
   7370       1.1    mrg 	COPYING3 file and the FSF's license web page.
   7371       1.1    mrg 	* config.host: Likewise.
   7372       1.1    mrg 
   7373       1.1    mrg 2009-04-07  Alan Modra  <amodra (a] bigpond.net.au>
   7374       1.1    mrg 
   7375       1.1    mrg 	* config.host: Reorder and merge to match config.gcc change.
   7376       1.1    mrg 
   7377       1.1    mrg 2009-04-03  Alan Modra  <amodra (a] bigpond.net.au>
   7378       1.1    mrg 
   7379       1.1    mrg 	* config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
   7380       1.1    mrg 
   7381       1.1    mrg 2009-03-28  Joseph Myers  <joseph (a] codesourcery.com>
   7382       1.1    mrg 
   7383       1.1    mrg 	* config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
   7384       1.1    mrg 	armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
   7385       1.1    mrg 	m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
   7386       1.1    mrg 	powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
   7387       1.1    mrg 
   7388       1.1    mrg 2009-02-12  Uros Bizjak  <ubizjak (a] gmail.com>
   7389       1.1    mrg 
   7390       1.1    mrg 	* config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
   7391       1.1    mrg 	* config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
   7392       1.1    mrg 
   7393       1.1    mrg 2009-02-12  H.J. Lu  <hongjiu.lu (a] intel.com>
   7394       1.1    mrg 
   7395       1.1    mrg 	* config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
   7396       1.1    mrg 	ia64/t-softfp-compat to tmake_file.
   7397       1.1    mrg 
   7398       1.1    mrg 	* Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
   7399       1.1    mrg 
   7400       1.1    mrg 	* config/ia64/__divxf3.asm: New.
   7401       1.1    mrg 	* config/ia64/_fixtfdi.asm: Likewise.
   7402       1.1    mrg 	* config/ia64/_fixunstfdi.asm: Likewise.
   7403       1.1    mrg 	* config/ia64/_floatditf.asm: Likewise.
   7404       1.1    mrg 	* config/ia64/t-fprules-softfp: Likewise.
   7405       1.1    mrg 	* config/ia64/t-softfp-compat: Likewise.
   7406       1.1    mrg 	* config/ia64/tf-signs.c: Likewise.
   7407       1.1    mrg 
   7408       1.1    mrg 2009-01-18  Ben Elliston  <bje (a] au.ibm.com>
   7409       1.1    mrg 
   7410       1.1    mrg 	* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
   7411       1.1    mrg 
   7412       1.1    mrg 2009-01-16  Ben Elliston  <bje (a] au.ibm.com>
   7413       1.1    mrg 
   7414       1.1    mrg 	* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
   7415       1.1    mrg 	to tmake_file.
   7416       1.1    mrg 
   7417       1.1    mrg 2009-01-13  Ben Elliston  <bje (a] au.ibm.com>
   7418       1.1    mrg 
   7419       1.1    mrg 	* config/t-softfp: New file.
   7420       1.1    mrg 	* config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
   7421       1.1    mrg 	(powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
   7422       1.1    mrg 
   7423  1.1.1.12    mrg 2009-01-05  Joel Sherrill  <joel.sherrill (a] oarcorp.com>
   7424       1.1    mrg 
   7425       1.1    mrg 	* config.host: Add m32r*-*-rtems*.
   7426       1.1    mrg 
   7427  1.1.1.12    mrg 2008-12-01  Joel Sherrill  <joel.sherrill (a] oarcorp.com>
   7428       1.1    mrg 
   7429       1.1    mrg 	* config.host: Add m32c*-*-rtems*.
   7430       1.1    mrg 
   7431       1.1    mrg 2008-11-20  Rainer Orth  <ro (a] TechFak.Uni-Bielefeld.DE>
   7432       1.1    mrg 
   7433       1.1    mrg 	PR bootstrap/33100
   7434       1.1    mrg 	* configure.ac (i?86-*-solaris2.1[0-9]*): Only include
   7435       1.1    mrg 	i386/t-crtstuff if linker supports ZERO terminator unwind entries.
   7436       1.1    mrg 	* configure: Regenerate.
   7437       1.1    mrg 	* config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
   7438       1.1    mrg 	tmake_file here from gcc/config.gcc.
   7439       1.1    mrg 	Move extra_parts here from gcc/config.gcc.
   7440       1.1    mrg 	* config/i386/t-sol2: Move here from gcc/config/i386.
   7441       1.1    mrg 	Use gcc_srcdir instead of srcdir.
   7442       1.1    mrg 
   7443       1.1    mrg 2008-11-18  Adam Nemet  <anemet (a] caviumnetworks.com>
   7444       1.1    mrg 
   7445       1.1    mrg 	* config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
   7446       1.1    mrg 	case.
   7447       1.1    mrg 
   7448       1.1    mrg 2008-11-09  Thomas Schwinge  <tschwinge (a] gnu.org>
   7449       1.1    mrg 
   7450       1.1    mrg 	* config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
   7451       1.1    mrg 
   7452       1.1    mrg 2008-10-08  Thomas Schwinge  <tschwinge (a] gnu.org>
   7453       1.1    mrg 
   7454       1.1    mrg 	* config.host: Fold `*-*-gnu*' cases into the Linux ones.
   7455       1.1    mrg 
   7456       1.1    mrg 2008-09-03  Hari Sandanagobalane  <hariharan (a] picochip.com>
   7457       1.1    mrg 
   7458       1.1    mrg 	Add picoChip port.
   7459       1.1    mrg 	* config.host: Add picochip-*-*.
   7460       1.1    mrg 
   7461       1.1    mrg 2008-08-06  Bob Wilson  <bob.wilson (a] acm.org>
   7462       1.1    mrg 
   7463       1.1    mrg 	* config.host: Match more processor names for Xtensa.
   7464       1.1    mrg 
   7465       1.1    mrg 2008-07-08  H.J. Lu  <hongjiu.lu (a] intel.com>
   7466       1.1    mrg 
   7467       1.1    mrg 	* config/i386/64/t-softfp-compat: Update comments.
   7468       1.1    mrg 
   7469       1.1    mrg 2008-07-07  H.J. Lu  <hongjiu.lu (a] intel.com>
   7470       1.1    mrg 
   7471       1.1    mrg 	* config/i386/64/_divtc3-compat.c: Moved to ...
   7472       1.1    mrg 	* config/i386/64/_divtc3.c: Here.
   7473       1.1    mrg 
   7474       1.1    mrg 	* config/i386/64/_multc3-compat.c: Moved to ...
   7475       1.1    mrg 	* config/i386/64/_multc3.c: Here.
   7476       1.1    mrg 
   7477       1.1    mrg 	* config/i386/64/_powitf2-compat.c: Moved to ...
   7478       1.1    mrg 	* config/i386/64/_powitf2.c: Here.
   7479       1.1    mrg 
   7480       1.1    mrg 	* config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
   7481       1.1    mrg 	.c suffix instead of -compat.c.
   7482       1.1    mrg 
   7483       1.1    mrg 2008-07-05  Uros Bizjak  <ubizjak (a] gmail.com>
   7484       1.1    mrg 
   7485       1.1    mrg 	* config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
   7486       1.1    mrg 	(_FP_MUL_MEAT_D): Ditto.
   7487       1.1    mrg 	(_FP_DIV_MEAT_S): Ditto.
   7488       1.1    mrg 	(_FP_DIV_MEAT_D): Ditto.
   7489       1.1    mrg 
   7490       1.1    mrg 2008-07-03  Richard Sandiford  <rdsandiford (a] googlemail.com>
   7491       1.1    mrg 
   7492       1.1    mrg 	* Makefile.in: Add support for __sync_* libgcc functions.
   7493       1.1    mrg 
   7494       1.1    mrg 2008-07-03  H.J. Lu  <hongjiu.lu (a] intel.com>
   7495       1.1    mrg 
   7496       1.1    mrg 	* shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
   7497       1.1    mrg 
   7498       1.1    mrg 2008-07-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   7499       1.1    mrg 
   7500       1.1    mrg 	PR boostrap/36702
   7501       1.1    mrg 	* config.host: Only include 32bit t-fprules-softfp for Darwin/x86
   7502       1.1    mrg 	and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.
   7503       1.1    mrg 
   7504       1.1    mrg 	* config/i386/64/t-fprules-softfp: Moved to ...
   7505       1.1    mrg 	* config/i386/64/t-softfp-compat: This.  New.
   7506       1.1    mrg 
   7507       1.1    mrg 2008-07-02  Uros Bizjak  <ubizjak (a] gmail.com>
   7508       1.1    mrg 
   7509       1.1    mrg 	* config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
   7510       1.1    mrg 	Initialize f with 0.0.
   7511       1.1    mrg 
   7512       1.1    mrg 2008-07-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   7513       1.1    mrg 
   7514       1.1    mrg 	PR target/36669
   7515       1.1    mrg 	* shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
   7516       1.1    mrg 
   7517       1.1    mrg 	* config/i386/64/_divtc3-compat.c: New.
   7518       1.1    mrg 	* config/i386/64/_multc3-compat.c: Likewise.
   7519       1.1    mrg 	* config/i386/64/_powitf2-compat.c: Likewise.
   7520       1.1    mrg 	* config/i386/64/eqtf2.c: Likewise.
   7521       1.1    mrg 	* config/i386/64/getf2.c: Likewise.
   7522       1.1    mrg 	* config/i386/64/letf2.c: Likewise.
   7523       1.1    mrg 	* config/i386/64/t-fprules-softfp: Likewise.
   7524       1.1    mrg 
   7525       1.1    mrg 2008-07-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   7526       1.1    mrg 
   7527       1.1    mrg 	* config.host: Add i386/${host_address}/t-fprules-softfp to
   7528       1.1    mrg 	tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
   7529       1.1    mrg 	i[34567]86-*-linux*, x86_64-*-linux*.
   7530       1.1    mrg 
   7531       1.1    mrg 	* configure.ac: Set host_address to 64 or 32 for x86.
   7532       1.1    mrg 	* configure: Regenerated.
   7533       1.1    mrg 
   7534       1.1    mrg 	* Makefile.in (config.status): Also depend on
   7535       1.1    mrg 	$(srcdir)/config.host.
   7536       1.1    mrg 
   7537       1.1    mrg 	* config/i386/32/t-fprules-softfp: New.
   7538       1.1    mrg 	* config/i386/32/tf-signs.c: Likewise.
   7539       1.1    mrg 
   7540       1.1    mrg 	* config/i386/64/sfp-machine.h: New. Moved from gcc.
   7541       1.1    mrg 
   7542       1.1    mrg 2008-07-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   7543       1.1    mrg 	    Uros Bizjak  <ubizjak (a] gmail.com>
   7544       1.1    mrg 
   7545       1.1    mrg 	* config/i386/32/sfp-machine.h: New.
   7546       1.1    mrg 
   7547       1.1    mrg 2008-06-26  Nathan Froyd  <froydnj (a] codesourcery.com>
   7548       1.1    mrg 
   7549       1.1    mrg 	* config/rs6000/t-ppccomm: Remove rules that conflict with
   7550       1.1    mrg 	auto-generated rules.
   7551       1.1    mrg 
   7552       1.1    mrg 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   7553       1.1    mrg 
   7554       1.1    mrg 	* configure.ac: sinclude override.m4.
   7555       1.1    mrg 	* configure: Regenerate.
   7556       1.1    mrg 
   7557       1.1    mrg 2008-06-11  Bernhard Fischer  <aldot (a] gcc.gnu.org>
   7558       1.1    mrg 
   7559       1.1    mrg 	* configure: Regenerate.
   7560       1.1    mrg 
   7561       1.1    mrg 2008-06-10  Joseph Myers  <joseph (a] codesourcery.com>
   7562       1.1    mrg 
   7563       1.1    mrg 	* Makefile.in (DECNUMINC): Remove
   7564       1.1    mrg 	-I$(MULTIBUILDTOP)../../libdecnumber.
   7565       1.1    mrg 	* gstdint.h: New.
   7566       1.1    mrg 
   7567       1.1    mrg 2008-06-07  Joseph Myers  <joseph (a] codesourcery.com>
   7568       1.1    mrg 
   7569       1.1    mrg 	* config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
   7570       1.1    mrg 	parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
   7571       1.1    mrg 	alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
   7572       1.1    mrg 	arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
   7573       1.1    mrg 	hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
   7574       1.1    mrg 	i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
   7575       1.1    mrg 	i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
   7576       1.1    mrg 	i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
   7577       1.1    mrg 	i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
   7578       1.1    mrg 	mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
   7579       1.1    mrg 	powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
   7580       1.1    mrg 	powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
   7581       1.1    mrg 	strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
   7582       1.1    mrg 	vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
   7583       1.1    mrg 
   7584       1.1    mrg 2008-05-25  Arthur Loiret  <arthur.loiret (a] u-psud.fr>
   7585       1.1    mrg 
   7586       1.1    mrg 	* config.host (sh2[lbe]*-*-linux*): Allow target.
   7587       1.1    mrg 
   7588       1.1    mrg 2008-04-30  Nathan Froyd  <froydnj (a] codesourcery.com>
   7589       1.1    mrg 
   7590       1.1    mrg 	* config/rs6000/t-ppccomm: Add build rules for new files.
   7591       1.1    mrg 	(LIB2ADD_ST): New variable.
   7592       1.1    mrg 
   7593       1.1    mrg 2008-04-07  Andy Hutchinson  <hutchinsonandy (a] aim.com>
   7594       1.1    mrg 
   7595       1.1    mrg 	PR target/34210
   7596       1.1    mrg 	PR target/35508
   7597       1.1    mrg 	* config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
   7598       1.1    mrg 	* config/t-avr: New file. Build 16bit libgcc functions.
   7599       1.1    mrg 
   7600       1.1    mrg 2008-03-02  Jakub Jelinek  <jakub (a] redhat.com>
   7601       1.1    mrg 
   7602       1.1    mrg 	PR target/35401
   7603       1.1    mrg 	* config/t-slibgcc-darwin: Make install-leaf dependent on
   7604       1.1    mrg 	install-darwin-libgcc-stubs instead of install.
   7605       1.1    mrg 
   7606       1.1    mrg 2008-01-25  Joseph Myers  <joseph (a] codesourcery.com>
   7607       1.1    mrg 
   7608       1.1    mrg 	* config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
   7609       1.1    mrg 	tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
   7610       1.1    mrg 	sh-*-rtemscoff*): Remove cases.
   7611       1.1    mrg 
   7612       1.1    mrg 2007-12-27  Richard Sandiford  <rsandifo (a] nildram.co.uk>
   7613       1.1    mrg 
   7614       1.1    mrg 	* Makefile.in (all): Use install-leaf rather than install.
   7615       1.1    mrg 	(install): Split most of the rule into...
   7616       1.1    mrg 	(install-leaf): ...this new one.
   7617       1.1    mrg 
   7618       1.1    mrg 2007-12-19  Etsushi Kato  <ek.kato (a] gmail.com>
   7619       1.1    mrg 	    Paolo Bonzini  <bonzini (a] gnu.org>
   7620       1.1    mrg 
   7621       1.1    mrg 	PR target/30572
   7622       1.1    mrg 	* Makefile.in: Use @shlib_slibdir@ substitution to get
   7623       1.1    mrg 	correct install name on darwin.
   7624       1.1    mrg 	* config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
   7625       1.1    mrg 
   7626       1.1    mrg 2007-12-15  Hans-Peter Nilsson  <hp (a] axis.com>
   7627       1.1    mrg 
   7628       1.1    mrg 	* config.host (crisv32-*-elf, crisv32-*-none): New, same as
   7629       1.1    mrg 	cris-*-elf and cris-*-none.
   7630       1.1    mrg 	(crisv32-*-linux*): Similar, as cris-*-linux*.
   7631       1.1    mrg 
   7632       1.1    mrg 2007-11-20  Rask Ingemann Lambertsen  <rask (a] sygehus.dk>
   7633       1.1    mrg 
   7634       1.1    mrg 	* config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
   7635       1.1    mrg 
   7636       1.1    mrg 2007-10-27  H.J. Lu  <hongjiu.lu (a] intel.com>
   7637       1.1    mrg 
   7638       1.1    mrg 	PR regression/33926
   7639       1.1    mrg 	* configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
   7640       1.1    mrg 	* configure: Regenerated.
   7641       1.1    mrg 
   7642       1.1    mrg 2007-09-27  H.J. Lu  <hongjiu.lu (a] intel.com>
   7643       1.1    mrg 
   7644       1.1    mrg 	* Makefile.in (dfp-filenames): Replace decimal_globals,
   7645       1.1    mrg 	decimal_data, binarydecimal and convert_data with
   7646       1.1    mrg 	bid_decimal_globals, bid_decimal_data, bid_binarydecimal
   7647       1.1    mrg 	and bid_convert_data, respectively.
   7648       1.1    mrg 
   7649       1.1    mrg 2007-09-17  Chao-ying Fu  <fu (a] mips.com>
   7650       1.1    mrg 	    Nigel Stephens  <nigel (a] mips.com>
   7651       1.1    mrg 
   7652       1.1    mrg 	* fixed-obj.mk: New file to support fine-grain fixed-point functions.
   7653       1.1    mrg 	* Makefile.in (fixed_point): Define.
   7654       1.1    mrg 	Check if fixed_point is yes to build support functions.
   7655       1.1    mrg 	* configure.ac: Check for fixed_point support.
   7656       1.1    mrg 	* configure: Regenerated.
   7657       1.1    mrg 	* gen-fixed.sh: New file to generate lists of fixed-point labels,
   7658       1.1    mrg 	funcs, modes, from, to.
   7659       1.1    mrg 
   7660       1.1    mrg 2007-09-11  Janis Johnson  <janis187 (a] us.ibm.com
   7661       1.1    mrg 
   7662       1.1    mrg 	* Makefile.in (dfp-filenames): Add bid128_noncomp.
   7663       1.1    mrg 
   7664       1.1    mrg 2007-09-10  Janis Johnson  <janis187 (a] us.ibm.com>
   7665       1.1    mrg 
   7666       1.1    mrg 	* Makefile.in (dfp-filenames): Remove decUtility, add
   7667       1.1    mrg 	decDouble, decPacked, decQuad, decSingle.
   7668       1.1    mrg 
   7669       1.1    mrg 2007-08-27  Hans Kester  <hans.kester (a] ellips.nl>
   7670       1.1    mrg 
   7671       1.1    mrg 	* config.host : Add x86_64-elf target.
   7672       1.1    mrg 
   7673       1.1    mrg 2007-07-06  H.J. Lu  <hongjiu.lu (a] intel.com>
   7674       1.1    mrg 
   7675       1.1    mrg 	* configure.ac (set_have_cc_tls): Add a missing =.
   7676       1.1    mrg 	* configure: Regenerated.
   7677       1.1    mrg 
   7678       1.1    mrg 2007-07-06  H.J. Lu  <hongjiu.lu (a] intel.com>
   7679       1.1    mrg 
   7680       1.1    mrg 	* config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
   7681       1.1    mrg 	and x86_64-*-linux*.
   7682       1.1    mrg 
   7683       1.1    mrg 	* config/t-tls: New file.
   7684       1.1    mrg 
   7685       1.1    mrg 	* Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
   7686       1.1    mrg 
   7687       1.1    mrg 	* configure.ac: Include ../config/enable.m4 and
   7688       1.1    mrg 	../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
   7689       1.1    mrg 	supports TLS and substitute set_have_cc_tls.
   7690       1.1    mrg 	* configure: Regenerated.
   7691       1.1    mrg 
   7692       1.1    mrg 2007-07-04  H.J. Lu  <hongjiu.lu (a] intel.com>
   7693       1.1    mrg 
   7694       1.1    mrg 	* Makefile.in: Use libbid for DFP when BID is enabled.
   7695       1.1    mrg 
   7696       1.1    mrg 2007-06-14  Danny Smith  <dannysmith (a] users.sourceforge.net>
   7697       1.1    mrg 
   7698       1.1    mrg 	* config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
   7699       1.1    mrg 	extra_parts. Add config/i386/t-cygming to tmake_file.
   7700       1.1    mrg 	* config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
   7701       1.1    mrg 
   7702       1.1    mrg 2007-05-29  Zuxy Meng  <zuxy.meng (a] gmail.com>
   7703       1.1    mrg 	    Danny Smith  <dannysmith (a] users.sourceforge.net>
   7704       1.1    mrg 
   7705       1.1    mrg 	PR target/29498
   7706       1.1    mrg 	* config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
   7707       1.1    mrg 	crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
   7708       1.1    mrg 	* config/i386/t-crtfm: Compile crtfastmath.o with
   7709       1.1    mrg 	-minline-all-stringops.
   7710       1.1    mrg 
   7711       1.1    mrg 2007-05-10  Richard Sandiford  <richard (a] codesourcery.com>
   7712       1.1    mrg 
   7713       1.1    mrg 	* config.host (sparc-wrs-vxworks): New target.
   7714       1.1    mrg 
   7715       1.1    mrg 2007-04-14  Kazu Hirata  <kazu (a] codesourcery.com>
   7716       1.1    mrg 
   7717       1.1    mrg 	* config.host: Recognize fido.
   7718       1.1    mrg 
   7719       1.1    mrg 2007-04-04  Janis Johnson  <janis187 (a] us.ibm.com>
   7720       1.1    mrg 
   7721       1.1    mrg 	* configure: Check host, not target, for decimal float support.
   7722       1.1    mrg 
   7723       1.1    mrg 2007-04-03  Uros Bizjak  <ubizjak (a] gmail.com>
   7724       1.1    mrg 
   7725       1.1    mrg 	* config/i386/t-crtpc: New file.
   7726       1.1    mrg 	* config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
   7727       1.1    mrg 	(x86_64-*-linux*): Ditto.
   7728       1.1    mrg 
   7729       1.1    mrg 2007-02-30  Kai Tietz  <kai.tietz (a] onevision.com>
   7730       1.1    mrg 
   7731       1.1    mrg 	* config.host (x86_64-*-mingw*): New target.
   7732       1.1    mrg 
   7733       1.1    mrg 2007-03-23  Michael Meissner  <michael.meissner (a] amd.com>
   7734       1.1    mrg 	    H.J. Lu  <hongjiu.lu (a] intel.com>
   7735       1.1    mrg 
   7736       1.1    mrg 	* Makefile.in (enable_decimal_float): New.
   7737       1.1    mrg 	(DECNUMINC): Add
   7738       1.1    mrg 	-I$(srcdir)/../libdecnumber/$(enable_decimal_float).
   7739       1.1    mrg 	(dec-objects): Move decimal32, decimal64 and decimal128 to ...
   7740       1.1    mrg 	(decbits-filenames): This.
   7741       1.1    mrg 	(decbits-objects): New.
   7742       1.1    mrg 	(libgcc-objects): Add $(decbits-objects).
   7743       1.1    mrg 
   7744       1.1    mrg 	* configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
   7745       1.1    mrg 	Substitute enable_decimal_float.
   7746       1.1    mrg 	* configure: Regenerated.
   7747       1.1    mrg 
   7748       1.1    mrg 2007-03-19  Hans-Peter Nilsson  <hp (a] axis.com>
   7749       1.1    mrg 
   7750       1.1    mrg 	* config.host (cris-*-elf | cris-*-none): Set extra_parts.
   7751       1.1    mrg 
   7752       1.1    mrg 2007-03-12  Brooks Moses  <brooks.moses (a] codesourcery.com>
   7753       1.1    mrg 
   7754       1.1    mrg 	* Makefile.in (install-info): New dummy target.
   7755       1.1    mrg 
   7756       1.1    mrg 2007-03-05  Bernd Schmidt  <bernd.schmidt (a] analog.com>
   7757       1.1    mrg 
   7758       1.1    mrg 	* config.host (bfin*-linux-uclibc*): Set extra_parts.
   7759       1.1    mrg 
   7760       1.1    mrg 2007-03-01  Brooks Moses  <brooks.moses (a] codesourcery.com>
   7761       1.1    mrg 
   7762       1.1    mrg 	* Makefile.in: Add install-html and install-pdf dummy
   7763       1.1    mrg 	targets.
   7764       1.1    mrg 
   7765       1.1    mrg 2007-02-05  Roger Sayle  <roger (a] eyesopen.com>
   7766       1.1    mrg 	    Daniel Jacobowitz  <dan (a] codesourcery.com>
   7767       1.1    mrg 
   7768       1.1    mrg 	* Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
   7769       1.1    mrg 	(libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
   7770       1.1    mrg 	(libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
   7771       1.1    mrg 
   7772       1.1    mrg 2007-01-29  Janis Johnson  <janis187 (a] us.ibm.com>
   7773       1.1    mrg 
   7774       1.1    mrg 	* Makefile.in (dec-filenames): Add decExcept.
   7775       1.1    mrg 
   7776       1.1    mrg 2007-01-28  Daniel Jacobowitz  <dan (a] codesourcery.com>
   7777       1.1    mrg 
   7778       1.1    mrg 	PR bootstrap/30469
   7779       1.1    mrg 	* Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
   7780       1.1    mrg 	-fprofile-use.
   7781       1.1    mrg 
   7782       1.1    mrg 2007-01-25  Daniel Jacobowitz  <dan (a] codesourcery.com>
   7783       1.1    mrg 
   7784       1.1    mrg 	* configure.ac: Add --enable-version-specific-runtime-libs.
   7785       1.1    mrg 	Correct $slibdir default.
   7786       1.1    mrg 	* configure: Regenerated.
   7787       1.1    mrg 
   7788       1.1    mrg 2007-01-23  Joseph Myers  <joseph (a] codesourcery.com>
   7789       1.1    mrg 
   7790       1.1    mrg 	* config/rs6000/t-ldbl128: Always use -mlong-double-128.
   7791       1.1    mrg 
   7792       1.1    mrg 2007-01-21  Andrew Pinski  <pinskia (a] gmail.com>
   7793       1.1    mrg 
   7794       1.1    mrg 	PR target/30519
   7795       1.1    mrg 	* config.host (alpha*-*-linux*): Set extra_parts.
   7796       1.1    mrg 
   7797       1.1    mrg 2007-01-09  Kaz Kojima  <kkojima (a] gcc.gnu.org>
   7798       1.1    mrg 
   7799       1.1    mrg 	* config/sh/t-linux: New.
   7800       1.1    mrg 	* config.host (sh*-*-linux*): Set tmake_file.
   7801       1.1    mrg 
   7802       1.1    mrg 2007-01-05  Daniel Jacobowitz  <dan (a] codesourcery.com>
   7803       1.1    mrg 
   7804       1.1    mrg 	* Makefile.in (install): Handle multilibs.
   7805       1.1    mrg 
   7806       1.1    mrg 2007-01-04  Brooks Moses  <brooks.moses (a] codesourcery.com>
   7807       1.1    mrg 
   7808       1.1    mrg 	* Makefile.in: Added .PHONY entry for documentation targets.
   7809       1.1    mrg 
   7810       1.1    mrg 2007-01-04  Brooks Moses  <brooks.moses (a] codesourcery.com>
   7811       1.1    mrg 
   7812       1.1    mrg 	* Makefile.in: Add empty info, html, dvi, pdf targets.
   7813       1.1    mrg 
   7814       1.1    mrg 2007-01-04  Mike Stump  <mrs (a] apple.com>
   7815       1.1    mrg 
   7816       1.1    mrg 	* Makefile.in (MAKEINFO): Remove.
   7817       1.1    mrg 	(PERL): Likewise.
   7818       1.1    mrg 
   7819       1.1    mrg 2007-01-04  Paolo Bonzini  <bonzini (a] gnu.org>
   7820       1.1    mrg 
   7821       1.1    mrg 	* configure.ac: Add GCC_TOPLEV_SUBDIRS.
   7822       1.1    mrg 	* configure: Regenerate.
   7823       1.1    mrg 	* Makefile.in (host_subdir): Substitute it.
   7824       1.1    mrg 	(gcc_objdir): Use it.
   7825       1.1    mrg 
   7826       1.1    mrg 2007-01-04  Daniel Jacobowitz  <dan (a] codesourcery.com>
   7827       1.1    mrg 
   7828       1.1    mrg 	* config.host (ia64*-*-linux*): Set tmake_file.
   7829       1.1    mrg 
   7830       1.1    mrg 2007-01-04  Daniel Jacobowitz  <dan (a] codesourcery.com>
   7831       1.1    mrg 
   7832       1.1    mrg 	* Makefile.in (version): Define.
   7833       1.1    mrg 
   7834       1.1    mrg 2007-01-03  Daniel Jacobowitz  <dan (a] codesourcery.com>
   7835       1.1    mrg 	    Paolo Bonzini  <bonzini (a] gnu.org>
   7836       1.1    mrg 
   7837       1.1    mrg 	* Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
   7838       1.1    mrg 	config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
   7839       1.1    mrg 	config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
   7840       1.1    mrg 	config/sparc/t-crtfm, config/t-slibgcc-darwin,
   7841       1.1    mrg 	config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
   7842       1.1    mrg 	shared-object.mk, siditi-object.mk, static-object.mk: New files.
   7843       1.1    mrg 	* configure: Generated.
   7844  1.1.1.12    mrg 
   7846  1.1.1.12    mrg Copyright (C) 2007-2016 Free Software Foundation, Inc.
   7847  1.1.1.12    mrg 
   7848  1.1.1.12    mrg Copying and distribution of this file, with or without modification,
   7849  1.1.1.12    mrg are permitted in any medium without royalty provided the copyright
   7850                  notice and this notice are preserved.
   7851