From 383b84283aeda5986ed67e66e2ca8788f8cff1f5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 24 Oct 2003 09:54:41 +0000 Subject: Oops - omitted from patch that added a second parameter to lang_memory_region_lookup. --- ld/ChangeLog | 5 +++++ ld/emultempl/m68hc1xelf.em | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 42b035f..287e28e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-10-24 Nick Clifton + + * emultempl/m68hc1xelf.em (before_allocation): Add missing second + parameter to lang_memory_region_lookup. + 2003-10-22 Jakub Jelinek * ldlang.c: Include hashtab.h. 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) -- cgit v1.1