mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
gas/config/tc-arm.c: Minor re-sorting to match upstream history.
No functional change. MFC after: 2 weeks
This commit is contained in:
parent
94098ab7c3
commit
2c9dee79ef
1 changed files with 2 additions and 2 deletions
|
|
@ -3837,10 +3837,10 @@ s_arm_eabi_attribute (int ignored ATTRIBUTE_UNUSED)
|
|||
#endif /* OBJ_ELF */
|
||||
|
||||
static void s_arm_arch (int);
|
||||
static void s_arm_arch_extension (int);
|
||||
static void s_arm_object_arch (int);
|
||||
static void s_arm_cpu (int);
|
||||
static void s_arm_fpu (int);
|
||||
static void s_arm_arch_extension (int);
|
||||
|
||||
#ifdef TE_PE
|
||||
|
||||
|
|
@ -3892,9 +3892,9 @@ const pseudo_typeS md_pseudo_table[] =
|
|||
{ "syntax", s_syntax, 0 },
|
||||
{ "cpu", s_arm_cpu, 0 },
|
||||
{ "arch", s_arm_arch, 0 },
|
||||
{ "arch_extension", s_arm_arch_extension, 0 },
|
||||
{ "object_arch", s_arm_object_arch, 0 },
|
||||
{ "fpu", s_arm_fpu, 0 },
|
||||
{ "arch_extension", s_arm_arch_extension, 0 },
|
||||
#ifdef OBJ_ELF
|
||||
{ "word", s_arm_elf_cons, 4 },
|
||||
{ "long", s_arm_elf_cons, 4 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue