aboutsummaryrefslogtreecommitdiff
path: root/gold/copy-relocs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/copy-relocs.h')
-rw-r--r--gold/copy-relocs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/copy-relocs.h b/gold/copy-relocs.h
index 92b2ceb..f5cd0a5 100644
--- a/gold/copy-relocs.h
+++ b/gold/copy-relocs.h
@@ -155,8 +155,9 @@ class Copy_relocs
// The dynamic BSS data which goes into the .bss section. This is
// where writable variables which require COPY relocations are placed.
Output_data_space* dynbss_;
- // The dynamic read-only data, which goes into the .dynbss section. This
- // is where read-only variables which require COPY relocations are placed.
+ // The dynamic read-only data, which goes into the .data.rel.ro section.
+ // This is where read-only variables which require COPY relocations are
+ // placed.
Output_data_space* dynrelro_;
};