* doc/c-mips.texi (MIPS insn): Fix typo.

This commit is contained in:
Nick Clifton
2009-07-30 08:45:41 +00:00
parent cfdf6d77ef
commit f746e6b904
2 changed files with 5 additions and 1 deletions

View 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> 2009-07-29 Alan Modra <amodra@bigpond.net.au>
PR ld/10269 PR ld/10269

View 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 @code{@value{AS}} will by default mark the symbol as pointing to a
region of data not code. This means that, for example, any region of data not code. This means that, for example, any
instructions following such a symbol will not be disassembled by 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 behaviour an optional section name can be placed after the symbol name
in the @code{.global} directive. If this section exists and is known 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 to be a code section, then the symbol will be marked as poiting at