diff options
Diffstat (limited to 'ld/emultempl/pe.em')
-rw-r--r-- | ld/emultempl/pe.em | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index 218f98a..834215a 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -2154,8 +2154,7 @@ gld_${EMULATION_NAME}_place_orphan (asection *s, NULL); if (after == NULL) /* *ABS* is always the first output section statement. */ - after = (&lang_output_section_statement.head - ->output_section_statement); + after = &lang_os_list.head->output_section_statement; } /* All sections in an executable must be aligned to a page boundary. |