diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/layout.h b/gold/layout.h index 3e09d62..90cc22b 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -213,6 +213,10 @@ class Layout const elfcpp::Shdr<size, big_endian>&, Output_section*, off_t*); + // Create a .note section for gold. + void + create_note_section(); + // Find the first read-only PT_LOAD segment, creating one if // necessary. Output_segment* |