summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-10-18 07:47:01 +0000
committerNick Clifton <nickc@redhat.com>2005-10-18 07:47:01 +0000
commitcd1fcb494fbb94d9615721d1f729f58c67bd36b8 (patch)
tree7ad09ae48518acb15f3e66094c286b4781a182ca
parent6cc1ddc95101165bbc79a81bc5b83ba6eb6b7fc2 (diff)
downloadbinutils-gdb-cd1fcb494fbb94d9615721d1f729f58c67bd36b8.tar.gz
* doc/as.texinfo (.loc) Fix placement of '@end table'.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/as.texinfo4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 00771151bcc..2850a1aa146 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-18 Arnold Metselaar <arnold.metselaar@planet.nl>
+
+ * doc/as.texinfo (.loc) Fix placement of '@end table'.
+
2005-10-17 Bob Wilson <bob.wilson@acm.org>
* config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 13512003f49..c7c2ac7dbbf 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -4106,6 +4106,8 @@ either 0 or 1.
This directive will set the @code{isa} register in the @code{.debug_line}
state machine to @var{value}, which must be an unsigned integer.
+@end table
+
@section @code{.loc_mark_blocks @var{enable}}
@cindex @code{loc_mark_blocks} directive
The @code{.loc_mark_blocks} directive makes the assembler emit an entry
@@ -4114,8 +4116,6 @@ register in the state machine set whenever a code label is seen.
The @var{enable} argument should be either 1 or 0, to enable or disable
this function respectively.
-@end table
-
@node Data
@section @code{.data @var{subsection}}