aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386qnx.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-06-03 01:57:10 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-06-03 01:57:10 +0000
commitcedb70c5450013a9c0f7d25564b63c4394b74ea1 (patch)
treefe1fa39eb1567435dd4d90c912d6337c5d717163 /bfd/elf32-i386qnx.c
parent676ab6a01e3c755fec9274e261693e9ee6f7f1a7 (diff)
downloadgdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.zip
gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.tar.gz
gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.tar.bz2
* elf32-arc.c: Fix formatting.
* elf32-arm.h: Likewise. * elf32-cris.c: Likewise. * elf32-dlx.c: Likewise. * elf32-hppa.c: Likewise. * elf32-i386.c: Likewise. * elf32-i386qnx.c: Likewise. * elf32-or32.c: Likewise. * elf32-s390.c: Likewise. * elf32-sh64.c: Likewise. * elf32-vax.c: Likewise. * elf32-xstormy16.c: Likewise. * elf64-alpha.c: Likewise. * elf64-mmix.c: Likewise. * elf64-ppc.c: Likewise. * elf64-s390.c: Likewise. * elf64-sh64.c: Likewise. * elf64-x86-64.c: Likewise.
Diffstat (limited to 'bfd/elf32-i386qnx.c')
-rw-r--r--bfd/elf32-i386qnx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf32-i386qnx.c b/bfd/elf32-i386qnx.c
index 8b08f0a..5f2e111 100644
--- a/bfd/elf32-i386qnx.c
+++ b/bfd/elf32-i386qnx.c
@@ -40,7 +40,7 @@ elf_i386qnx_copy_private_bfd_data_p (ibfd, isec, obfd, osec)
bfd *obfd;
asection *osec;
{
- /* We don't use these parameters, but another target might. */
+ /* We don't use these parameters, but another target might. */
ibfd = ibfd;
obfd = obfd;
osec = osec;
@@ -50,7 +50,7 @@ elf_i386qnx_copy_private_bfd_data_p (ibfd, isec, obfd, osec)
static boolean
elf_i386qnx_is_contained_by_filepos (section, segment)
asection *section;
- Elf_Internal_Phdr *segment;
+ Elf_Internal_Phdr *segment;
{
return ((bfd_vma) section->filepos >= segment->p_offset
&& ((bfd_vma) section->filepos + section->_raw_size
@@ -60,7 +60,7 @@ elf_i386qnx_is_contained_by_filepos (section, segment)
static void
elf_i386qnx_set_nonloadable_filepos (abfd, phdrs)
bfd *abfd;
- Elf_Internal_Phdr *phdrs;
+ Elf_Internal_Phdr *phdrs;
{
struct elf_segment_map *m;
Elf_Internal_Phdr *p;