diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-16 18:53:32 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-16 18:53:32 +0000 |
commit | 562d3460fb28a90014290ac99c543f1085676a26 (patch) | |
tree | 58dc7ce8264e61d1142039093a28c5ba36e24898 /ld/emultempl/pe.em | |
parent | a4f419971fc5444ee68a8e318a81464c8d8e51c3 (diff) | |
download | gdb-562d3460fb28a90014290ac99c543f1085676a26.zip gdb-562d3460fb28a90014290ac99c543f1085676a26.tar.gz gdb-562d3460fb28a90014290ac99c543f1085676a26.tar.bz2 |
Add LMA memory region functionality.
Diffstat (limited to 'ld/emultempl/pe.em')
-rw-r--r-- | ld/emultempl/pe.em | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index 1ebc091..0112c46 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -1146,7 +1146,8 @@ gld_${EMULATION_NAME}_place_orphan (file, s) lang_leave_output_section_statement ((bfd_vma) 0, "*default*", - (struct lang_output_section_phdr_list *) NULL); + (struct lang_output_section_phdr_list *) NULL, + "*default*"); /* Now stick the new statement list right after PLACE. */ if (place != NULL) |