summaryrefslogtreecommitdiff
path: root/gas/as.h
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
commit9498372c5926367dd1813fa7e83342e0e96d9e2e (patch)
tree31a248fe0fd8f70e35ecfef01c121f5f68cf8cdd /gas/as.h
parent4636df692806a2ec84eace1d6a7252071b28f160 (diff)
downloadbinutils-redhat-9498372c5926367dd1813fa7e83342e0e96d9e2e.tar.gz
* as.h (seg_not_empty_p): Return int, not bfd_boolean.
* subsegs.c (seg_not_empty_p): Likewise.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index 9ffc99cda9..354f1832ec 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -577,7 +577,7 @@ segT subseg_new (const char *, subsegT);
segT subseg_force_new (const char *, subsegT);
void subseg_set (segT, subsegT);
int subseg_text_p (segT);
-bfd_boolean seg_not_empty_p (segT);
+int seg_not_empty_p (segT);
void start_dependencies (char *);
void register_dependency (char *);
void print_dependencies (void);