]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/c-mips.texi (MIPS insn): Fix typo.
authorNick Clifton <nickc@redhat.com>
Thu, 30 Jul 2009 08:45:41 +0000 (08:45 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 30 Jul 2009 08:45:41 +0000 (08:45 +0000)
gas/ChangeLog
gas/doc/c-mips.texi

index 3f45e7d543d8721ac734655c1c33d328054f88af..3824197ba444f5de81c4d7dde5faca9468629708 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-30  Nick Clifton  <nickc@redhat.com>
+
+       * doc/c-mips.texi (MIPS insn): Fix typo.
+
 2009-07-29  Alan Modra  <amodra@bigpond.net.au>
 
        PR ld/10269
index 9c5c522b3028b79b28a5799d0072a1f487e1b1bb..ae1eb1d424c02ffab847b111534a39b9a6649d25 100644 (file)
@@ -532,7 +532,7 @@ The @code{.global} and @code{.globl} directives supported by
 @code{@value{AS}} will by default mark the symbol as pointing to a
 region of data not code.  This means that, for example, any
 instructions following such a symbol will not be disassembled by
-@code{@value{objdump}} as it will regard them as data.  To change this
+@code{objdump} as it will regard them as data.  To change this
 behaviour an optional section name can be placed after the symbol name
 in the @code{.global} directive.  If this section exists and is known
 to be a code section, then the symbol will be marked as poiting at