diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-07 01:18:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-07 01:18:45 +0000 |
commit | ef99799a42e1d93d6025967df807ad442e29304d (patch) | |
tree | 24d10568abd3980362643836b57237842707eeb5 /gas/subsegs.h | |
parent | 4efc3e0524fbc2814d149c01928f51f4e22ab797 (diff) | |
download | gdb-ef99799a42e1d93d6025967df807ad442e29304d.zip gdb-ef99799a42e1d93d6025967df807ad442e29304d.tar.gz gdb-ef99799a42e1d93d6025967df807ad442e29304d.tar.bz2 |
2000-11-06 Kazu Hirata <kazu@hxi.com>
* 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.
Diffstat (limited to 'gas/subsegs.h')
-rw-r--r-- | gas/subsegs.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gas/subsegs.h b/gas/subsegs.h index a2ef474..504b6df 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 |