From c6cb92c5ba6f9001097e4ae97f265ba28ff0d975 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Thu, 27 Jan 2005 16:33:47 +0000 Subject: * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when to emit .debug_line and other debug sections. * as.h (seg_not_empty_p): Declare. * subsegs.c (seg_not_empty_p): New predicate. --- gas/as.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/as.h') 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; -- cgit v1.1