diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-28 21:29:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-28 21:29:02 +0000 |
commit | 814f6641275e048cfcd064058c8074d14865584a (patch) | |
tree | ee1bd210a43ac7f9879485934e4bdfdc10c8d2d4 /gas/config/obj-elf.h | |
parent | 81dbc5e03f1cb0b02791d2948bd42332a5b7eeb5 (diff) | |
download | gdb-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-elf.h')
-rw-r--r-- | gas/config/obj-elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index 42d5b49..ce93be5 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -96,7 +96,7 @@ struct elf_obj_sy extern void elf_begin PARAMS ((void)); /* should be conditional on address size! */ -#define elf_symbol(asymbol) ((elf_symbol_type *)(&(asymbol)->the_bfd)) +#define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd)) #ifndef S_GET_SIZE #define S_GET_SIZE(S) \ @@ -225,7 +225,7 @@ extern void obj_elf_init_stab_section PARAMS ((segT)); #undef INIT_STAB_SECTION #define INIT_STAB_SECTION(seg) \ - ((void)(ECOFF_DEBUGGING ? 0 : (obj_elf_init_stab_section (seg), 0))) + ((void) (ECOFF_DEBUGGING ? 0 : (obj_elf_init_stab_section (seg), 0))) #undef OBJ_PROCESS_STAB #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ |