summaryrefslogtreecommitdiff
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
commit7ec55bba7511caad48aeef394cc1f7ca8668e891 (patch)
treec4c5b73aa6264b9e08a934cbd908a25f1a029044 /gas/subsegs.h
parent8cf064194fa3c137029a4c36663606bb0c0069d9 (diff)
downloadbinutils-redhat-7ec55bba7511caad48aeef394cc1f7ca8668e891.tar.gz
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 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