aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2004-10-11 16:39:34 +0000
committerBob Wilson <bob.wilson@acm.org>2004-10-11 16:39:34 +0000
commit653cfe8544fcfa851946baa338fed32c71567def (patch)
treed561c54a7fb800994df49ab8fd6c967fde6323c2 /gas
parent04c663e3c69b6857c7de49df24d4e404f16461fc (diff)
downloadfsf-binutils-gdb-653cfe8544fcfa851946baa338fed32c71567def.zip
fsf-binutils-gdb-653cfe8544fcfa851946baa338fed32c71567def.tar.gz
fsf-binutils-gdb-653cfe8544fcfa851946baa338fed32c71567def.tar.bz2
* doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
entries. (Acknowledgements): Use "GAS" instead of AS variable.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/doc/as.texinfo8
2 files changed, 10 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ce65392..bd4fb11 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-08 Bob Wilson <bob.wilson@acm.org>
+
+ * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
+ entries.
+ (Acknowledgements): Use "GAS" instead of AS variable.
+
2004-10-08 Daniel Jacobowitz <dan@debian.org>
* config/tc-i386.c: Include "elf/x86-64.h".
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 0ede21a..280fb32 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -5849,14 +5849,14 @@ formatted note of type NT_VERSION. The note's name is set to @code{string}.
@node VTableEntry
@section @code{.vtable_entry @var{table}, @var{offset}}
-@cindex @code{vtable_entry}
+@cindex @code{vtable_entry} directive
This directive finds or creates a symbol @code{table} and creates a
@code{VTABLE_ENTRY} relocation for it with an addend of @code{offset}.
@node VTableInherit
@section @code{.vtable_inherit @var{child}, @var{parent}}
-@cindex @code{vtable_inherit}
+@cindex @code{vtable_inherit} directive
This directive finds the symbol @code{child} and finds or creates the symbol
@code{parent} and then creates a @code{VTABLE_INHERIT} relocation for the
parent whose addend is the value of the child symbol. As a special case the
@@ -6461,7 +6461,7 @@ things without first using the debugger to find the facts.
@node Acknowledgements
@chapter Acknowledgements
-If you have contributed to @command{@value{AS}} and your name isn't listed here,
+If you have contributed to GAS and your name isn't listed here,
it is not meant as a slight. We just don't know about it. Send mail to the
maintainer, and we'll correct the situation. Currently
@c (January 1994),
@@ -6522,7 +6522,7 @@ Ian Lance Taylor of Cygnus Support merged the Motorola and MIT syntax for the
added support for MIPS ECOFF and ELF targets, wrote the initial RS/6000 and
PowerPC assembler, and made a few other minor patches.
-Steve Chamberlain made @command{@value{AS}} able to generate listings.
+Steve Chamberlain made GAS able to generate listings.
Hewlett-Packard contributed support for the HP9000/300.