aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-09-20 03:00:53 +0000
committerAlan Modra <amodra@gmail.com>2005-09-20 03:00:53 +0000
commitf68d3f78b18b3f2d705394a68da509ba164d6489 (patch)
treee7ecc460025ad471aef3d0f7d4ce5ffb84cbd85e /ld/ldlang.h
parent3592b9717cc25f29508d5ddf83bb9b2ba1b9e6b6 (diff)
downloadgdb-f68d3f78b18b3f2d705394a68da509ba164d6489.zip
gdb-f68d3f78b18b3f2d705394a68da509ba164d6489.tar.gz
gdb-f68d3f78b18b3f2d705394a68da509ba164d6489.tar.bz2
* ldlang.h (lang_output_section_statement_struct): Change type of
"processed" to bfd_boolean. * ldexp.c (fold_name): Update references to os->processed. * ldlang.c (lang_output_section_statement_lookup_1): Likewise. (lang_size_sections_1): Likewise. (lang_reset_memory_regions): Likewise.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index a23a04d..26b7d68 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -134,7 +134,7 @@ typedef struct lang_output_section_statement_struct
struct lang_output_section_statement_struct *next;
const char *name;
- int processed;
+ bfd_boolean processed;
asection *bfd_section;
flagword flags; /* Or together of all input sections. */