summaryrefslogtreecommitdiff
path: root/ld/emultempl/mmo.em
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2002-05-27 08:22:08 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2002-05-27 08:22:08 +0000
commitb7fc4e8502eba6de45e3e31cc1096a00297d4695 (patch)
tree6b52b419dae0acebe12a442959fa04610b611229 /ld/emultempl/mmo.em
parentc961037dafdceb968b0767c430fadd24efa404d3 (diff)
downloadbinutils-redhat-b7fc4e8502eba6de45e3e31cc1096a00297d4695.tar.gz
* ldlang.c (lang_size_sections_1): Move check for conflicting load
addresses and regions from here... (lang_get_regions): ...to this new function. (lang_leave_output_section_statement): Use lang_get_regions. (lang_leave_overlay): Likewise. * mri.c (mri_draw_tree): Pass null as last argument to lang_leave_output_section_statement. * emultempl/elf32.em (gld*_place_orphan): Likewise. * emultempl/mmo.em (mmo_place_orphan): Likewise. * emultempl/pe.em (gld*_place_orphan): Likewise.
Diffstat (limited to 'ld/emultempl/mmo.em')
-rw-r--r--ld/emultempl/mmo.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/mmo.em b/ld/emultempl/mmo.em
index 32be230122..d8675bf392 100644
--- a/ld/emultempl/mmo.em
+++ b/ld/emultempl/mmo.em
@@ -147,7 +147,7 @@ mmo_place_orphan (file, s)
lang_leave_output_section_statement
((bfd_vma) 0, "*default*",
- (struct lang_output_section_phdr_list *) NULL, "*default*");
+ (struct lang_output_section_phdr_list *) NULL, NULL);
/* Restore the global list pointer. */
stat_ptr = old;