aboutsummaryrefslogtreecommitdiff
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
commit383b84283aeda5986ed67e66e2ca8788f8cff1f5 (patch)
treec5682dc459bf2563862d115e7d109bb57c834f93 /ld/emultempl/m68hc1xelf.em
parent40d631c6d7aee43d3bc42e5a5bba2551fa6492e7 (diff)
downloadgdb-383b84283aeda5986ed67e66e2ca8788f8cff1f5.zip
gdb-383b84283aeda5986ed67e66e2ca8788f8cff1f5.tar.gz
gdb-383b84283aeda5986ed67e66e2ca8788f8cff1f5.tar.bz2
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 82f9b12..ecae4c0 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)