summaryrefslogtreecommitdiff
path: root/gas/config/te-armlinuxeabi.h
Commit message (Collapse)AuthorAgeFilesLines
* update copyright datesAlan Modra2009-09-021-1/+1
|
* * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.Nathan Sidwell2009-05-011-1/+1
| | | | | | | | | | * config/tc-armeabi.h (FPU_DEFAULT): Likewise. * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer the default FPU from the processor. testsuite/ * gas/arm/attr-mcpu.d: Add -mfpu=neon. * gas/arm/mapmisc.d: Correct expected output for .double and .dcb.d.
* 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>Joseph Myers2009-01-161-1/+1
| | | | | * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5. * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
* Switch to GPLv3Nick Clifton2007-07-031-0/+19
|
* * configure.tgt: Set emulation for arm-*-eabi*.Daniel Jacobowitz2005-03-161-0/+1
| | | | | | | * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT. * config/te-armeabi.h: New file. * config/te-armlinuxeabi.h (EABI_DEFAULT): Define. * config/te-symbian.h: Include "te-armeabi.h".
* * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.Mark Mitchell2004-12-031-0/+4
* configure.in: Use it for arm*-*-linux-gnueabi*. * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT. * config/te-armlinuxeabi.h: New file. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Regenerated.