diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-18 07:47:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-18 07:47:01 +0000 |
commit | cd1fcb494fbb94d9615721d1f729f58c67bd36b8 (patch) | |
tree | 7ad09ae48518acb15f3e66094c286b4781a182ca /gas | |
parent | 6cc1ddc95101165bbc79a81bc5b83ba6eb6b7fc2 (diff) | |
download | gdb-cd1fcb494fbb94d9615721d1f729f58c67bd36b8.zip gdb-cd1fcb494fbb94d9615721d1f729f58c67bd36b8.tar.gz gdb-cd1fcb494fbb94d9615721d1f729f58c67bd36b8.tar.bz2 |
* doc/as.texinfo (.loc) Fix placement of '@end table'.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0077115..2850a1a 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 1351200..c7c2ac7 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}} |