Committed: Fix typo in recent update to GAS MIPS documentation
Nick Clifton
nickc@redhat.com
Thu Jul 30 08:54:00 GMT 2009
Hi Guys,
I am checking in the patch below to fix a small typo in my recent
update the GAS documentation for the MIPS implementation of the
.global directive.
Cheers
Nick
gas/ChangeLog
2009-07-30 Nick Clifton <nickc@redhat.com>
* doc/c-mips.texi (MIPS insn): Fix typo.
Index: gas/doc/c-mips.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-mips.texi,v
retrieving revision 1.49
diff -c -3 -p -r1.49 c-mips.texi
*** gas/doc/c-mips.texi 23 Jul 2009 10:19:20 -0000 1.49
--- gas/doc/c-mips.texi 30 Jul 2009 08:41:13 -0000
*************** The @code{.global} and @code{.globl} dir
*** 532,538 ****
@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
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
--- 532,538 ----
@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{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
More information about the Binutils
mailing list