~vcs-imports/llvm/llvm-gcc-4.2-trunk

« back to all changes in this revision

Viewing changes to gcc/config/arm/arm.h

  • Committer: nicholas
  • Date: 2011-12-04 01:46:35 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:llvm-gcc-4.2/trunk:145784
Try to fix llvm-gcc build again. Rename my new macro to something that doesn't
exist with a macro that ... once existed but is still called when defined?

Show diffs side-by-side

added added

removed removed

Lines of Context:
3574
3574
    argvec.push_back("-arm-strict-align");             \
3575
3575
  }
3576
3576
 
3577
 
#define LLVM_SET_TARGET_OPTIONS(options)               \
 
3577
#define LLVM_SET_TARGET_MACHINE_OPTIONS(options)       \
3578
3578
  options.GenerateSoftFloatCalls = TARGET_SOFT_FLOAT;  \
3579
3579
  if (TARGET_HARD_FLOAT_ABI)                           \
3580
3580
    options.FloatABIForCalls = llvm::FloatABI::Hard;