diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-03 06:49:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-03 06:49:23 +0000 |
commit | bc805888417f16602aeb4bfd3f6e33d32ffcae24 (patch) | |
tree | 27342f553710887323bd2dc293212278a1b4f01a /gas/config/tc-hppa.c | |
parent | cdc2a5c39552f51f37b225a06f2ab6e974aab967 (diff) | |
download | gdb-bc805888417f16602aeb4bfd3f6e33d32ffcae24.zip gdb-bc805888417f16602aeb4bfd3f6e33d32ffcae24.tar.gz gdb-bc805888417f16602aeb4bfd3f6e33d32ffcae24.tar.bz2 |
2000-12-03 Kazu Hirata <kazu@hxi.com>
* tc-a29k.c: Fix formatting.
* tc-alpha.c: Likewise.
* tc-arm.c: Likewise.
* tc-cris.c: Likewise.
* tc-hppa.c: Likewise.
* tc-i370.c: Likewise.
* tc-i386.c: Likewise.
* tc-i860.c: Likewise.
* tc-i960.c: Likewise.
* tc-ia64.c: Likewise.
* tc-m68hc11.c: Likewise.
* tc-m68k.c: Likewise.
* tc-m88k.c: Likewise.
* tc-pj.c: Likewise.
* tc-ppc.c: Likewise.
* tc-sh.c: Likewise.
* tc-sparc.c: Likewise.
* tc-tahoe.c: Likewise.
* tc-vax.c: Likewise.
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r-- | gas/config/tc-hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index e43e9be..2f889b2 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -4261,7 +4261,7 @@ struct option md_longopts[] = { #endif {NULL, no_argument, NULL, 0} }; -size_t md_longopts_size = sizeof(md_longopts); +size_t md_longopts_size = sizeof (md_longopts); int md_parse_option (c, arg) @@ -4764,7 +4764,7 @@ pa_parse_number (s, is_float) return 0; } -#define REG_NAME_CNT (sizeof(pre_defined_registers) / sizeof(struct pd_reg)) +#define REG_NAME_CNT (sizeof (pre_defined_registers) / sizeof (struct pd_reg)) /* Given NAME, find the register number associated with that name, return the integer value associated with the given name or -1 on failure. */ |