aboutsummaryrefslogtreecommitdiff
path: root/bfd/binary.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-08 06:38:10 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-08 06:38:10 +0000
commitaebad5fe2c11207eff4d7aebee889f1477fe5adb (patch)
tree9b9be03dbab350e2d01b4c94343d55277d317fe8 /bfd/binary.c
parented37ab208733ab2b1c8a81f6776a5893ce17503c (diff)
downloadfsf-binutils-gdb-aebad5fe2c11207eff4d7aebee889f1477fe5adb.zip
fsf-binutils-gdb-aebad5fe2c11207eff4d7aebee889f1477fe5adb.tar.gz
fsf-binutils-gdb-aebad5fe2c11207eff4d7aebee889f1477fe5adb.tar.bz2
2000-11-08 Kazu Hirata <kazu@hxi.com>
* bfd.c: Fix formatting. * binary.c: Likewise. * bout.c: Likewise.
Diffstat (limited to 'bfd/binary.c')
-rw-r--r--bfd/binary.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/binary.c b/bfd/binary.c
index c2980b0..fd68a8e 100644
--- a/bfd/binary.c
+++ b/bfd/binary.c
@@ -281,7 +281,7 @@ binary_set_section_contents (abfd, sec, data, offset, size)
s->filepos = s->lma - low;
/* Skip following warning check for sections that will not
- occupy file space. */
+ occupy file space. */
if ((s->flags
& (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_NEVER_LOAD))
!= (SEC_HAS_CONTENTS | SEC_ALLOC))
@@ -291,7 +291,7 @@ binary_set_section_contents (abfd, sec, data, offset, size)
LMA's all over the place, huge (sparse?) binary files may
result. This condition attempts to detect this situation
and print a warning. Better heuristics would be nice to
- have. */
+ have. */
if (s->filepos < 0)
(*_bfd_error_handler)
@@ -383,6 +383,6 @@ const bfd_target binary_vec =
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
NULL,
-
+
NULL
};