aboutsummaryrefslogtreecommitdiff
path: root/gas/subsegs.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-02-07 17:53:26 +0000
committerNathan Sidwell <nathan@codesourcery.com>2005-02-07 17:53:26 +0000
commit4ee4d24937d552e97baee32e10575e716707226c (patch)
treee6771d98dc37e1b0f689d94662526773b5e51077 /gas/subsegs.c
parentcaadb61db99332261270644e2c56c0eb3fb778de (diff)
downloadgdb-4ee4d24937d552e97baee32e10575e716707226c.zip
gdb-4ee4d24937d552e97baee32e10575e716707226c.tar.gz
gdb-4ee4d24937d552e97baee32e10575e716707226c.tar.bz2
* as.h (seg_not_empty_p): Return int, not bfd_boolean.
* subsegs.c (seg_not_empty_p): Likewise.
Diffstat (limited to 'gas/subsegs.c')
-rw-r--r--gas/subsegs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/subsegs.c b/gas/subsegs.c
index 287dd17..828fa4a 100644
--- a/gas/subsegs.c
+++ b/gas/subsegs.c
@@ -601,7 +601,7 @@ subseg_text_p (segT sec)
fr_fix == 0 one still contributes data. Think of this as
seg_definitely_not_empty_p. */
-bfd_boolean
+int
seg_not_empty_p (segT sec)
{
segment_info_type *seginfo = seg_info (sec);