summaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-05-30 04:19:10 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-05-30 04:19:10 +0000
commit5e49132f7d1eac96331b6d1398c9b7e308f96cc1 (patch)
tree13153bf21c8d121d489e3cd6a085abc55024494e /ld/ldlang.h
parenteb3299f10682d64c7c576df93d4e494d02be5285 (diff)
downloadbinutils-redhat-5e49132f7d1eac96331b6d1398c9b7e308f96cc1.tar.gz
* ldlang.h (lang_output_section_statement_type): Rename
"section_relative_symbol" field to "update_dot". * ldlang.c: Update all uses. (strip_excluded_output_sections): Don't test update_dot_tree here.. (lang_leave_overlay): ..set update_dot here.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index b5d50c5a35..7f1e743a4d 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -163,8 +163,8 @@ typedef struct lang_output_section_statement_struct
unsigned int all_input_readonly : 1;
/* If this section should be ignored. */
unsigned int ignored : 1;
- /* If there is a symbol relative to this section. */
- unsigned int section_relative_symbol : 1;
+ /* If this section should update "dot". Prevents section being ignored. */
+ unsigned int update_dot : 1;
} lang_output_section_statement_type;
typedef struct