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 /bfd | |
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 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 | ||||
-rw-r--r-- | bfd/bfdio.c | 6 | ||||
-rw-r--r-- | bfd/elf32-spu.c | 5 | ||||
-rw-r--r-- | bfd/elfnn-aarch64.c | 2 |
4 files changed, 12 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 824c171..0b07c5e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2013-08-23 Yuri Chornoivan <yurchor@ukr.net> + + PR binutils/15834 + * bfdio.c: Fix typos. + * elf32-spu.c: Likewise. + * elfnn-aarch64.c: Likewise. + 2013-08-21 Tristan Gingold <gingold@adacore.com> * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Also count diff --git a/bfd/bfdio.c b/bfd/bfdio.c index be05581..363402e 100644 --- a/bfd/bfdio.c +++ b/bfd/bfdio.c @@ -1,8 +1,6 @@ /* Low-level I/O routines for BFDs. - Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011 - Free Software Foundation, Inc. + Copyright 1990-2013 Free Software Foundation, Inc. Written by Cygnus Support. @@ -89,7 +87,7 @@ real_fopen (const char *filename, const char *modes) #ifdef VMS char *vms_attr; - /* On VMS, fopen allows file attributes as optionnal arguments. + /* On VMS, fopen allows file attributes as optional arguments. We need to use them but we'd better to use the common prototype. In fopen-vms.h, they are separated from the mode with a comma. Split here. */ diff --git a/bfd/elf32-spu.c b/bfd/elf32-spu.c index c72bbfb..86fb33c 100644 --- a/bfd/elf32-spu.c +++ b/bfd/elf32-spu.c @@ -1,7 +1,6 @@ /* SPU specific support for 32-bit ELF - Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright 2006-2013 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -1143,7 +1142,7 @@ count_stub (struct spu_link_hash_table *htab, } /* Support two sizes of overlay stubs, a slower more compact stub of two - intructions, and a faster stub of four instructions. + instructions, and a faster stub of four instructions. Soft-icache stubs are four or eight words. */ static unsigned int diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c index 4e6b1ad..bd5f0bf 100644 --- a/bfd/elfnn-aarch64.c +++ b/bfd/elfnn-aarch64.c @@ -6176,7 +6176,7 @@ elfNN_aarch64_create_small_pltn_entry (struct elf_link_hash_entry *h, plt_entry + 4, PG_OFFSET (gotplt_entry_address)); - /* Fill in the the lo12 bits for the add from the pltgot entry. */ + /* Fill in the lo12 bits for the add from the pltgot entry. */ elf_aarch64_update_plt_entry (output_bfd, BFD_RELOC_AARCH64_ADD_LO12, plt_entry + 8, PG_OFFSET (gotplt_entry_address)); |