From 7ec55bba7511caad48aeef394cc1f7ca8668e891 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 7 Nov 2000 01:18:45 +0000 Subject: 2000-11-06 Kazu Hirata * as.c: Fix formatting. * dwarf2dbg.c: Likewise. * itbl-ops.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * messages.c: Likewise. * read.c: Likewise. * subsegs.c: Likewise. * subsegs.h: Likewise. * write.c: Likewise. --- gas/subsegs.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'gas/subsegs.h') diff --git a/gas/subsegs.h b/gas/subsegs.h index a2ef4748a5..504b6df699 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -64,8 +64,7 @@ extern frchainS *frchain_root; frag chain, even if it contains no (complete) frags. */ extern frchainS *frchain_now; -typedef struct segment_info_struct -{ +typedef struct segment_info_struct { frchainS *frchainP; unsigned int hadone : 1; @@ -103,13 +102,12 @@ typedef struct segment_info_struct symbolS *sym; #endif - union - { - /* Current size of section holding stabs strings. */ - unsigned long stab_string_size; - /* Initial frag for ELF. */ - char *p; - } + union { + /* Current size of section holding stabs strings. */ + unsigned long stab_string_size; + /* Initial frag for ELF. */ + char *p; + } stabu; #ifdef NEED_LITERAL_POOL -- cgit v1.2.1