aboutsummaryrefslogtreecommitdiff
path: root/gas/subsegs.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-07 01:18:45 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-07 01:18:45 +0000
commitef99799a42e1d93d6025967df807ad442e29304d (patch)
tree24d10568abd3980362643836b57237842707eeb5 /gas/subsegs.h
parent4efc3e0524fbc2814d149c01928f51f4e22ab797 (diff)
downloadfsf-binutils-gdb-ef99799a42e1d93d6025967df807ad442e29304d.zip
fsf-binutils-gdb-ef99799a42e1d93d6025967df807ad442e29304d.tar.gz
fsf-binutils-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.h16
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