aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
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 4d790bf..9ffc99c 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -577,6 +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);
void start_dependencies (char *);
void register_dependency (char *);
void print_dependencies (void);
@@ -584,7 +585,6 @@ void print_dependencies (void);
segT subseg_get (const char *, int);
#endif
-
struct expressionS;
struct fix;
typedef struct symbol symbolS;