aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-05-27 19:42:23 +0000
committerKen Raeburn <raeburn@cygnus>1993-05-27 19:42:23 +0000
commit49864cfa6cfbd8c2a337765346dfda2597e6b8ac (patch)
tree0e576d4f0bcc3b3cb145d989a96b8185eb3b3aa5 /gas/read.c
parent9a7d824a261ba7785702c5a3b5bc6bf3a3b12213 (diff)
downloadgdb-49864cfa6cfbd8c2a337765346dfda2597e6b8ac.zip
gdb-49864cfa6cfbd8c2a337765346dfda2597e6b8ac.tar.gz
gdb-49864cfa6cfbd8c2a337765346dfda2597e6b8ac.tar.bz2
read.c (s_align_bytes): Properly record alignment.
expr.c (__): Undefine before defining. as.c (got_sig): Don't return anything; return type might be void. Whitespace/comment cleanup in frags.c. Some patches for `-pedantic' or `-fno-common' compilation. (Some of these changes are from Michael Meissner; see change log.)
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index 78061ef..d50ed86 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -722,6 +722,8 @@ s_align_bytes (arg)
if (temp && !need_pass_2)
frag_align (temp, (int) temp_fill);
+ record_alignment (now_seg, temp);
+
demand_empty_rest_of_line ();
} /* s_align_bytes() */