gcc/libgcc/config
Thomas Preud'homme 6f49395177 elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to decide whether to prevent...
2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
    decide whether to prevent some libgcc routines being included for some
    multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
    link between this condition and the one in
    libgcc/config/arm/lib1func.S.

    gcc/testsuite/
    * lib/target-supports.exp (check_effective_target_arm_cortex_m): Use
    __ARM_ARCH_ISA_ARM to test for Cortex-M devices.

    libgcc/
    * config/arm/bpabi-v6m.S: Clarify what architectures is the
    implementation suitable for.
    * config/arm/lib1funcs.S (__prefer_thumb__): Define among other cases
    for all Thumb-1 only targets.
    (NOT_ISA_TARGET_32BIT): Define for Thumb-1 only targets.
    (THUMB_LDIV0): Test for NOT_ISA_TARGET_32BIT rather than
    __ARM_ARCH_6M__.
    (EQUIV): Likewise.
    (ARM_FUNC_ALIAS): Likewise.
    (umodsi3): Add check to __ARM_ARCH_ISA_THUMB != 1 to guard the idiv
    version.
    (modsi3): Likewise.
    (clzsi2): Test for NOT_ISA_TARGET_32BIT rather than __ARM_ARCH_6M__.
    (clzdi2): Likewise.
    (ctzsi2): Likewise.
    (L_interwork_call_via_rX): Test for __ARM_ARCH_ISA_ARM rather than
    __ARM_ARCH_6M__ in guard for checking whether it is defined.
    (final includes): Test for NOT_ISA_TARGET_32BIT rather than
    __ARM_ARCH_6M__ and add comment to indicate the connection between
    this condition and the one in gcc/config/arm/elf.h.
    * config/arm/libunwind.S: Test for __ARM_ARCH_ISA_THUMB and
    __ARM_ARCH_ISA_ARM rather than __ARM_ARCH_6M__.
    * config/arm/t-softfp: Likewise.

From-SVN: r238079
2016-07-07 08:54:18 +00:00
..
aarch64 Update copyright years. 2016-01-04 15:30:50 +01:00
alpha Update copyright years. 2016-01-04 15:30:50 +01:00
arc [ARC] Handle FPX NaN within optimized floating point library. 2016-04-29 12:49:26 +02:00
arm elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to decide whether to prevent... 2016-07-07 08:54:18 +00:00
avr remove avr-rtems support 2016-06-21 21:57:44 +00:00
bfin Update copyright years. 2016-01-04 15:30:50 +01:00
c6x Update copyright years. 2016-01-04 15:30:50 +01:00
cr16 Update copyright years. 2016-01-04 15:30:50 +01:00
cris Update copyright years. 2016-01-04 15:30:50 +01:00
epiphany Update copyright years. 2016-01-04 15:30:50 +01:00
fr30 Update copyright years. 2016-01-04 15:30:50 +01:00
frv Update copyright years. 2016-01-04 15:30:50 +01:00
ft32 ft32.opt (mnodiv): New. 2016-03-29 00:37:26 +00:00
h8300 Update copyright years. 2016-01-04 15:30:50 +01:00
i386 remove support for the interix target 2016-06-21 21:57:20 +00:00
ia64 * Partially revert my previous commit. 2016-06-14 01:11:27 +02:00
iq2000 Update copyright years. 2016-01-04 15:30:50 +01:00
libbid Update copyright years. 2016-01-04 15:30:50 +01:00
lm32 Update copyright years. 2016-01-04 15:30:50 +01:00
m32c Update copyright years. 2016-01-04 15:30:50 +01:00
m32r Update copyright years. 2016-01-04 15:30:50 +01:00
m68k * config/m68k/linux-atomic.c: Do not include unistd.h 2016-04-21 23:43:43 -06:00
mcore Update copyright years. 2016-01-04 15:30:50 +01:00
microblaze Update copyright years. 2016-01-04 15:30:50 +01:00
mips Update copyright years. 2016-01-04 15:30:50 +01:00
mmix Update copyright years. 2016-01-04 15:30:50 +01:00
moxie Update copyright years. 2016-01-04 15:30:50 +01:00
msp430 cmpd.c (__mspabi_cmpf): Add prototype. 2016-04-25 11:13:35 +00:00
nds32 Update copyright years. 2016-01-04 15:30:50 +01:00
nios2 Update copyright years. 2016-01-04 15:30:50 +01:00
nvptx free.asm: Delete. 2016-05-26 14:22:40 +00:00
pa fptr.c (__canonicalize_funcptr_for_compare): Don't set least-significant bit in function pointer for fixup. 2016-06-18 17:49:58 +00:00
pdp11
rl78 Update copyright years. 2016-01-04 15:30:50 +01:00
rs6000 re PR libgcc/70363 (PowerPC __float128 to long double doesn't link if built with an assember without ISA 3.0 support) 2016-03-22 21:05:43 +00:00
rx Update copyright years. 2016-01-04 15:30:50 +01:00
s390 S/390: Add -fsplit-stack support 2016-02-15 10:20:18 +00:00
score Update copyright years. 2016-01-04 15:30:50 +01:00
sh crt1.S: Remove SH5 support. 2016-04-29 14:10:26 +00:00
sol2 Save call-clobbered registers in _mcount on 32-bit Solaris/x86 (PR target/38239) 2016-03-16 11:57:02 +00:00
sparc Update copyright years. 2016-01-04 15:30:50 +01:00
spu Update copyright years. 2016-01-04 15:30:50 +01:00
stormy16 Update copyright years. 2016-01-04 15:30:50 +01:00
tilegx
tilepro linux.h: Do not include arch/icache.h 2016-06-28 16:20:58 +00:00
v850 Update copyright years. 2016-01-04 15:30:50 +01:00
vax Update copyright years. 2016-01-04 15:30:50 +01:00
visium Update copyright years. 2016-01-04 15:30:50 +01:00
vms Update copyright years. 2016-01-04 15:30:50 +01:00
xtensa xtensa: fix libgcc build with --text-section-literals 2016-02-17 20:21:48 +00:00
darwin-64.c Update copyright years. 2016-01-04 15:30:50 +01:00
darwin-crt-tm.c Update copyright years. 2016-01-04 15:30:50 +01:00
darwin-crt3.c Update copyright years. 2016-01-04 15:30:50 +01:00
gthr-lynx.h Update copyright years. 2016-01-04 15:30:50 +01:00
gthr-rtems.h Update copyright years. 2016-01-04 15:30:50 +01:00
gthr-vxworks.h Update copyright years. 2016-01-04 15:30:50 +01:00
hardfp.c Update copyright years. 2016-01-04 15:30:50 +01:00
libgcc-glibc.ver Update copyright years. 2016-01-04 15:30:50 +01:00
libgcc-libsystem.ver
no-sfp-machine.h
no-unwind.h
t-crtfm
t-crtstuff-pic
t-darwin
t-dfprules
t-eh-dw2-dip
t-fdpbit
t-fixedpoint-gnu-prefix
t-fpbit
t-freebsd-thread
t-gnu-prefix
t-hardfp Update copyright years. 2016-01-04 15:30:50 +01:00
t-hardfp-sfdf Update copyright years. 2016-01-04 15:30:50 +01:00
t-libgcc-pic
t-libunwind
t-libunwind-elf Update copyright years. 2016-01-04 15:30:50 +01:00
t-linux
t-openbsd-thread
t-rtems
t-slibgcc Update copyright years. 2016-01-04 15:30:50 +01:00
t-slibgcc-darwin
t-slibgcc-elf-ver
t-slibgcc-gld
t-slibgcc-gld-nover
t-slibgcc-hpux
t-slibgcc-libgcc Update copyright years. 2016-01-04 15:30:50 +01:00
t-slibgcc-nolc-override
t-slibgcc-sld
t-slibgcc-vms
t-softfp Update copyright years. 2016-01-04 15:30:50 +01:00
t-softfp-compat
t-softfp-excl
t-softfp-sfdf
t-softfp-sfdftf
t-softfp-tf
t-stack
t-tls
t-vxworks
unwind-dw2-fde-darwin.c Update copyright years. 2016-01-04 15:30:50 +01:00
vxlib-tls.c Update copyright years. 2016-01-04 15:30:50 +01:00
vxlib.c Update copyright years. 2016-01-04 15:30:50 +01:00