summaryrefslogtreecommitdiff
path: root/bfd/pdp11.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-10-10 12:08:29 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-10-10 12:08:29 +0000
commitaa9c5e9e6b6a9372181b0791b882484631ae5824 (patch)
tree8072a98e2725c341af5b10d8aee72ff0bcdf43ad /bfd/pdp11.c
parentde4d488c7c8e9bd1df323665a3c1317c2e279b1e (diff)
downloadbinutils-redhat-aa9c5e9e6b6a9372181b0791b882484631ae5824.tar.gz
* aout-encap.c: Fix comment typos.
* aoutx.h: Likewise. * archive.c: Likewise. * bout.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffgen.c: Likewise. * cofflink.c: Likewise. * coff-mips.c: Likewise. * ecoff.c: Likewise. * elf32-m32r.c: Likewise. * libcoff-in.h: Likewise. * libecoff.h: Likewise. * libxcoff.h: Likewise. * nlm32-i386.c: Likewise. * pdp11.c: Likewise. * section.c: Likewise. * som.c: Likewise. * som.h: Likewise. * bfd-in2.h: Regenerate. * libcoff.h: Likewise.
Diffstat (limited to 'bfd/pdp11.c')
-rw-r--r--bfd/pdp11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/pdp11.c b/bfd/pdp11.c
index 28739501d5..265c159bd3 100644
--- a/bfd/pdp11.c
+++ b/bfd/pdp11.c
@@ -1104,7 +1104,7 @@ adjust_o_magic (abfd, execp)
}
else
{
- /* The VMA of the .bss section is set by the the VMA of the
+ /* The VMA of the .bss section is set by the VMA of the
.data section plus the size of the .data section. We may
need to add padding bytes to make this true. */
pad = obj_bsssec (abfd)->vma - vma;