mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
is not dependent on ARM_BI_ENDIAN.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-01-14 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
|
||||
is not dependent on ARM_BI_ENDIAN.
|
||||
|
||||
2002-01-14 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* tc-arm.c (all error messages): Normalize capitalization of messages.
|
||||
|
@ -9293,10 +9293,10 @@ struct option md_longopts[] =
|
||||
{"EB", no_argument, NULL, OPTION_EB},
|
||||
#define OPTION_EL (OPTION_MD_BASE + 1)
|
||||
{"EL", no_argument, NULL, OPTION_EL},
|
||||
#endif
|
||||
#ifdef OBJ_ELF
|
||||
#define OPTION_OABI (OPTION_MD_BASE +2)
|
||||
{"oabi", no_argument, NULL, OPTION_OABI},
|
||||
#endif
|
||||
#endif
|
||||
{NULL, no_argument, NULL, 0}
|
||||
};
|
||||
|
Reference in New Issue
Block a user