Add support for ARM half-precision conversion instructions.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2008-11-18 Catherine Moore <clm@codesourcery.com>
|
||||
|
||||
* arm.h (Tag_ABI_FP_16bit_format): Define.
|
||||
|
||||
2008-11-14 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* internal.h (struct elf_segment_map): Add header_size field.
|
||||
|
@ -272,6 +272,12 @@ enum
|
||||
Tag_ABI_optimization_goals,
|
||||
Tag_ABI_FP_optimization_goals,
|
||||
/* 32 is generic. */
|
||||
Tag_undefined33 = 33,
|
||||
Tag_CPU_unaligned_access,
|
||||
Tag_undefined35,
|
||||
Tag_VFP_HP_extension,
|
||||
Tag_undefined37,
|
||||
Tag_ABI_FP_16bit_format = 38,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user