diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-23 07:54:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-08-23 07:54:19 +0000 |
commit | 9aff4b7ac12edba0c170c2a55763c3973b708749 (patch) | |
tree | 6b2fb65592c8172b25dd9b405d68747295266e79 /gas/doc | |
parent | 865acd35866cc017ec11e48fbacc8d57d3943361 (diff) | |
download | gdb-9aff4b7ac12edba0c170c2a55763c3973b708749.zip gdb-9aff4b7ac12edba0c170c2a55763c3973b708749.tar.gz gdb-9aff4b7ac12edba0c170c2a55763c3973b708749.tar.bz2 |
PR binutils/15834
Fix typos:
---
bfd/bfdio.c | 2 +-
bfd/elf32-spu.c | 2 +-
bfd/elfnn-aarch64.c | 2 +-
binutils/od-xcoff.c | 2 +-
config/tcl.m4 | 2 +-
gas/config/tc-ia64.c | 2 +-
gas/config/tc-sparc.c | 2 +-
gas/config/tc-z80.c | 12 ++++++------
gas/doc/c-i386.texi | 6 +++---
gas/doc/c-m32r.texi | 2 +-
gas/testsuite/gas/d10v/instruction_packing.d | 2 +-
gas/testsuite/gas/z80/atend.d | 2 +-
gold/object.h | 2 +-
include/gdb/remote-sim.h | 2 +-
include/opcode/ChangeLog | 2 +-
include/opcode/i960.h | 2 +-
ld/testsuite/ld-mips-elf/mips16-pic-1.inc | 2 +-
opcodes/aarch64-asm.c | 2 +-
opcodes/aarch64-dis.c | 2 +-
opcodes/msp430-dis.c | 2 +-
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 10 | ||||
-rw-r--r-- | gas/doc/c-m32r.texi | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 33fab18..7ca70c9 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -1,6 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, -@c 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011 -@c Free Software Foundation, Inc. +@c Copyright 1991-2013 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end @@ -217,12 +215,12 @@ with VEX prefix. @item -msse-check=@var{none} @itemx -msse-check=@var{warning} @itemx -msse-check=@var{error} -These options control if the assembler should check SSE intructions. +These options control if the assembler should check SSE instructions. @option{-msse-check=@var{none}} will make the assembler not to check SSE instructions, which is the default. @option{-msse-check=@var{warning}} -will make the assembler issue a warning for any SSE intruction. +will make the assembler issue a warning for any SSE instruction. @option{-msse-check=@var{error}} will make the assembler issue an error -for any SSE intruction. +for any SSE instruction. @cindex @samp{-mavxscalar=} option, i386 @cindex @samp{-mavxscalar=} option, x86-64 diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index 7ef313f..abb0728 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -1,6 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -@c 2000, 2003, 2004, 2006 -@c Free Software Foundation, Inc. +@c Copyright 1991-2013 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC @@ -46,7 +44,7 @@ the original instructions. @cindex @samp{-m32rx} option, M32R2 @cindex architecture options, M32R2 @cindex M32R architecture options -This option changes the target processor to the the M32R2 +This option changes the target processor to the M32R2 microprocessor. @item -m32r |