diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-11-02 21:32:22 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-11-02 21:32:22 +0000 |
commit | 625b50039a97f9ee531f7e6b0d4eb5c6fade0595 (patch) | |
tree | 4eb3477b05412aa7e93ee18dc71fd89a9ff306ed /gdb/arm-tdep.c | |
parent | b9d58d7191dd79b88a77f91e4b621b60966fd692 (diff) | |
download | gdb-625b50039a97f9ee531f7e6b0d4eb5c6fade0595.zip gdb-625b50039a97f9ee531f7e6b0d4eb5c6fade0595.tar.gz gdb-625b50039a97f9ee531f7e6b0d4eb5c6fade0595.tar.bz2 |
* arm-tdep.c (arm_gdbarch_init): Handle EF_ARM_EABI_VER5.
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index a8c00d8..2d231ad 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -2635,6 +2635,7 @@ arm_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) break; case EF_ARM_EABI_VER4: + case EF_ARM_EABI_VER5: arm_abi = ARM_ABI_AAPCS; /* EABI binaries default to VFP float ordering. */ if (fp_model == ARM_FLOAT_AUTO) |