mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* as.h (seg_not_empty_p): Return int, not bfd_boolean.
* subsegs.c (seg_not_empty_p): Likewise.
This commit is contained in:
2
gas/as.h
2
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);
|
||||
|
||||
Reference in New Issue
Block a user