aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-03-29 02:16:44 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-03-29 02:16:44 +0000
commit850a26162a64b0796e72e69bc586e489171b53b7 (patch)
treecee37827069a5192713498c8b98738588be063f7 /gnu/usr.bin/as
parent5482a9c5ca656aebb450b9fe05ce06f4e41b4185 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/as')
-rw-r--r--gnu/usr.bin/as/read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/read.c b/gnu/usr.bin/as/read.c
index 8cf65aff22849..9ca10134037ff 100644
--- a/gnu/usr.bin/as/read.c
+++ b/gnu/usr.bin/as/read.c
@@ -19,7 +19,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: read.c,v 1.9 1997/02/22 15:43:44 peter Exp $";
#endif
#define MASK_CHAR (0xFF) /* If your chars aren't 8 bits, you will
@@ -247,6 +247,7 @@ static const pseudo_typeS
#endif /* NO_LISTING */
{ "octa", big_cons, 16 },
{ "org", s_org, 0 },
+ { "p2align", s_align_ptwo, 0 },
#ifdef NO_LISTING
{ "psize", s_ignore, 0 }, /* set paper size */
#else