forked from Imagelibrary/binutils-gdb
RISC-V: Indent and GNU coding standards tidy, also aligned the code.
bfd/
* elfnn-riscv.c: Indent, labels and GNU coding standards tidy,
also aligned the code.
gas/
* config/tc-riscv.c: Indent and GNU coding standards tidy,
also aligned the code.
* config/tc-riscv.h: Likewise.
include/
* opcode/riscv.h: Indent and GNU coding standards tidy,
also aligned the code.
opcodes/
* riscv-opc.c (riscv_gpr_names_abi): Aligned the code.
(riscv_fpr_names_abi): Likewise.
(riscv_opcodes): Likewise.
(riscv_insn_types): Likewise.
This commit is contained in:
@@ -67,16 +67,16 @@ extern void riscv_handle_align (fragS *);
|
||||
#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4)
|
||||
|
||||
/* The ISA of the target may change based on command-line arguments. */
|
||||
#define TARGET_FORMAT riscv_target_format()
|
||||
#define TARGET_FORMAT riscv_target_format ()
|
||||
extern const char * riscv_target_format (void);
|
||||
|
||||
#define md_after_parse_args() riscv_after_parse_args()
|
||||
#define md_after_parse_args() riscv_after_parse_args ()
|
||||
extern void riscv_after_parse_args (void);
|
||||
|
||||
#define md_parse_long_option(arg) riscv_parse_long_option (arg)
|
||||
extern int riscv_parse_long_option (const char *);
|
||||
|
||||
#define md_pre_output_hook riscv_pre_output_hook()
|
||||
#define md_pre_output_hook riscv_pre_output_hook ()
|
||||
extern void riscv_pre_output_hook (void);
|
||||
|
||||
/* Let the linker resolve all the relocs due to relaxation. */
|
||||
|
||||
Reference in New Issue
Block a user