summaryrefslogtreecommitdiff
path: root/gas/cgen.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-11 20:24:32 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-11 20:24:32 +0000
commit449c62fe1051f126194b347e6bc573e4ff200595 (patch)
tree30f80d9347fb3e7d796ba8466dfa0445c9ead6e3 /gas/cgen.h
parentbc68d0d132ee035387c9ca3f724e7bd891945f7e (diff)
downloadbinutils-redhat-449c62fe1051f126194b347e6bc573e4ff200595.tar.gz
2000-10-12 Kazu Hirata <kazu@hxi.com>
* app.c: Fix formatting. * as.c: Likewise. * as.h: Likewise. * bit_fix.h: Likewise. * cgen.c: Likewise. * cgen.h: Likewise. * cond.c: Likewise.
Diffstat (limited to 'gas/cgen.h')
-rw-r--r--gas/cgen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/cgen.h b/gas/cgen.h
index 12d5f72f0a..b2b19630fd 100644
--- a/gas/cgen.h
+++ b/gas/cgen.h
@@ -33,13 +33,13 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc;
/* Struct defining result of gas_cgen_finish_insn. */
typedef struct {
/* frag containing the insn */
- fragS * frag;
+ fragS *frag;
/* Address of insn in frag. */
- char * addr;
+ char *addr;
/* Number of fixups this insn has. */
int num_fixups;
/* Array of fixups. */
- fixS * fixups[GAS_CGEN_MAX_FIXUPS];
+ fixS *fixups[GAS_CGEN_MAX_FIXUPS];
} finished_insnS;
/* Callback for operand parsing.
@@ -56,7 +56,7 @@ extern void gas_cgen_init_parse PARAMS ((void));
extern void gas_cgen_save_fixups PARAMS ((void));
extern void gas_cgen_restore_fixups PARAMS ((void));
extern void gas_cgen_swap_fixups PARAMS ((void));
-
+
/* Add a register to the assembler's hash table.
This makes lets GAS parse registers for us.
??? This isn't currently used, but it could be in the future. */