mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 08:40:26 +08:00
arm.c (arm_override_options): Fix braces and formatting from previous commit.
2009-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * config/arm/arm.c (arm_override_options): Fix braces and formatting from previous commit. From-SVN: r148885
This commit is contained in:
parent
3259554a05
commit
9df5bfe411
@ -1,3 +1,8 @@
|
||||
2009-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||||
|
||||
* config/arm/arm.c (arm_override_options): Fix braces and formatting from previous
|
||||
commit.
|
||||
|
||||
2009-06-23 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* Makefile.in ($(out_object_file)): Depend upon $(DF_H).
|
||||
|
@ -1614,12 +1614,13 @@ arm_override_options (void)
|
||||
error ("FPA is unsupported in the AAPCS");
|
||||
|
||||
if (TARGET_AAPCS_BASED)
|
||||
if (TARGET_CALLER_INTERWORKING)
|
||||
error ("AAPCS doesn't support -mcaller-super-interworking");
|
||||
else
|
||||
if (TARGET_CALLEE_INTERWORKING)
|
||||
error ("AAPCS doesn't support -mcallee-super-interworking");
|
||||
|
||||
{
|
||||
if (TARGET_CALLER_INTERWORKING)
|
||||
error ("AAPCS does not support -mcaller-super-interworking");
|
||||
else
|
||||
if (TARGET_CALLEE_INTERWORKING)
|
||||
error ("AAPCS does not support -mcallee-super-interworking");
|
||||
}
|
||||
|
||||
/* FPA and iWMMXt are incompatible because the insn encodings overlap.
|
||||
VFP and iWMMXt can theoretically coexist, but it's unlikely such silicon
|
||||
|
Loading…
x
Reference in New Issue
Block a user