Fix comment typo
* copy-relocs.h: Fix comment typo.
This commit is contained in:
parent
265d97f743
commit
913e12d44d
@ -1,3 +1,7 @@
|
||||
2016-12-28 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* copy-relocs.h: Fix comment typo.
|
||||
|
||||
2016-12-28 Cary Coutant <ccoutant@gmail.com>
|
||||
|
||||
PR gold/20996
|
||||
|
@ -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_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user