aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/bfd/opncls.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/bfd/opncls.c')
-rw-r--r--gnu/usr.bin/gdb/bfd/opncls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gdb/bfd/opncls.c b/gnu/usr.bin/gdb/bfd/opncls.c
index fb93153d29af..2d760a1b7a26 100644
--- a/gnu/usr.bin/gdb/bfd/opncls.c
+++ b/gnu/usr.bin/gdb/bfd/opncls.c
@@ -59,7 +59,7 @@ _bfd_new_bfd ()
nbfd->sections = (asection *)NULL;
nbfd->format = bfd_unknown;
nbfd->my_archive = (bfd *)NULL;
- nbfd->origin = 0;
+ nbfd->origin = 0;
nbfd->opened_once = false;
nbfd->output_has_begun = false;
nbfd->section_count = 0;
@@ -238,7 +238,7 @@ bfd_fdopenr (filename, target, fd)
case O_RDWR: nbfd->direction = both_direction; break;
default: abort ();
}
-
+
if (! bfd_cache_init (nbfd))
return NULL;
@@ -418,7 +418,7 @@ bfd_close_all_done (abfd)
/*
-FUNCTION
+FUNCTION
bfd_alloc_size
SYNOPSIS