Oops - omitted from patch that added a second parameter to lang_memory_region_lookup.

This commit is contained in:
Nick Clifton
2003-10-24 09:54:41 +00:00
parent 40d631c6d7
commit 383b84283a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-24 Nick Clifton <nickc@redhat.com>
* emultempl/m68hc1xelf.em (before_allocation): Add missing second
parameter to lang_memory_region_lookup.
2003-10-22 Jakub Jelinek <jakub@redhat.com> 2003-10-22 Jakub Jelinek <jakub@redhat.com>
* ldlang.c: Include hashtab.h. * ldlang.c: Include hashtab.h.

View File

@ -102,7 +102,7 @@ m68hc11_elf_${EMULATION_NAME}_before_allocation (void)
But for 68HC11 this is board specific. The definition of such But for 68HC11 this is board specific. The definition of such
memory region allows to control how this paged memory is accessed. */ 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. */ /* Check the length to see if it was defined in the script. */
if (region->length != 0) if (region->length != 0)