summaryrefslogtreecommitdiff
path: root/ld/emultempl/m68hc1xelf.em
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-24 09:54:41 +0000
committerNick Clifton <nickc@redhat.com>2003-10-24 09:54:41 +0000
commit1e58edcda9b6efe82855da36ceb4a3a9250eb9d2 (patch)
treec7ca255854ad73383276ab5c6cb41c37748914f3 /ld/emultempl/m68hc1xelf.em
parenta578c302522e9ceae8d1b1e9e4a94636d2240e8c (diff)
downloadbinutils-redhat-1e58edcda9b6efe82855da36ceb4a3a9250eb9d2.tar.gz
Oops - omitted from patch that added a second parameter to lang_memory_region_lookup.
Diffstat (limited to 'ld/emultempl/m68hc1xelf.em')
-rw-r--r--ld/emultempl/m68hc1xelf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/m68hc1xelf.em b/ld/emultempl/m68hc1xelf.em
index 82f9b1275b..ecae4c08b4 100644
--- a/ld/emultempl/m68hc1xelf.em
+++ b/ld/emultempl/m68hc1xelf.em
@@ -102,7 +102,7 @@ m68hc11_elf_${EMULATION_NAME}_before_allocation (void)
But for 68HC11 this is board specific. The definition of such
memory region allows to control how this paged memory is accessed. */
- region = lang_memory_region_lookup (bank_window_name);
+ region = lang_memory_region_lookup (bank_window_name, FALSE);
/* Check the length to see if it was defined in the script. */
if (region->length != 0)