aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-vms.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-28 21:29:02 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-28 21:29:02 +0000
commit814f6641275e048cfcd064058c8074d14865584a (patch)
treeee1bd210a43ac7f9879485934e4bdfdc10c8d2d4 /gas/config/obj-vms.h
parent81dbc5e03f1cb0b02791d2948bd42332a5b7eeb5 (diff)
downloadgdb-814f6641275e048cfcd064058c8074d14865584a.zip
gdb-814f6641275e048cfcd064058c8074d14865584a.tar.gz
gdb-814f6641275e048cfcd064058c8074d14865584a.tar.bz2
2000-11-27 Kazu Hirata <kazu@hxi.com>
* config/obj-aout.h: Fix formatting. * config/obj-bout.h: Likewise. * config/obj-coff.c: Likewise. * config/obj-coff.h: Likewise. * config/obj-elf.h: Likewise. * config/obj-som.h: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise. * config/tc-h8300.h: Likewise. * config/tc-ns32k.h: Likewise. * config/tc-sparc.h: Likewise. * config/tc-tic54x.h: Likewise. * config/tc-z8k.h: Likewise.
Diffstat (limited to 'gas/config/obj-vms.h')
-rw-r--r--gas/config/obj-vms.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/obj-vms.h b/gas/config/obj-vms.h
index 16a3489..11e4baf 100644
--- a/gas/config/obj-vms.h
+++ b/gas/config/obj-vms.h
@@ -59,7 +59,7 @@ enum reloc_type
};
#define N_BADMAG(x) (0)
-#define N_TXTOFF(x) ( sizeof(struct exec) )
+#define N_TXTOFF(x) ( sizeof (struct exec) )
#define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text )
#define N_TROFF(x) ( N_DATOFF(x) + (x).a_data )
#define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
@@ -84,7 +84,7 @@ struct exec
typedef struct
{
struct exec header; /* a.out header */
- long string_table_size; /* names + '\0' + sizeof(int) */
+ long string_table_size; /* names + '\0' + sizeof (int) */
}
object_headers;
@@ -203,7 +203,7 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry */
#define H_SET_STRING_SIZE(h,v) ((h)->string_table_size = (v))
#define H_SET_SYMBOL_TABLE_SIZE(h,v) ((h)->header.a_syms = (v) * \
- sizeof(struct nlist))
+ sizeof (struct nlist))
/* line numbering stuff. */
#define OBJ_EMIT_LINENO(a, b, c) {;}