aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-07-30 08:45:41 +0000
committerNick Clifton <nickc@redhat.com>2009-07-30 08:45:41 +0000
commitf746e6b904db0d9261efddec0be84eea81755ff9 (patch)
tree497e78a8d4a60bf74218db9f21e16bb1cd08507f /gas
parentcfdf6d77ef4bddf82ddcc6b9a8c4b03908370c63 (diff)
downloadfsf-binutils-gdb-f746e6b904db0d9261efddec0be84eea81755ff9.zip
fsf-binutils-gdb-f746e6b904db0d9261efddec0be84eea81755ff9.tar.gz
fsf-binutils-gdb-f746e6b904db0d9261efddec0be84eea81755ff9.tar.bz2
* doc/c-mips.texi (MIPS insn): Fix typo.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/c-mips.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3f45e7d..3824197 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index 9c5c522..ae1eb1d 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -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