aboutsummaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/section.c b/bfd/section.c
index 8cd30e8..4eaa460 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -1715,11 +1715,11 @@ _bfd_nowrite_set_section_contents (bfd *abfd,
}
/*
-INTERNAL_FUNCTION
- _bfd_section_size_insane
+FUNCTION
+ bfd_section_size_insane
SYNOPSIS
- bool _bfd_section_size_insane (bfd *abfd, asection *sec);
+ bool bfd_section_size_insane (bfd *abfd, asection *sec);
DESCRIPTION
Returns true if the given section has a size that indicates
@@ -1729,7 +1729,7 @@ DESCRIPTION
*/
bool
-_bfd_section_size_insane (bfd *abfd, asection *sec)
+bfd_section_size_insane (bfd *abfd, asection *sec)
{
bfd_size_type size = bfd_get_section_limit_octets (abfd, sec);
if (size == 0)