Oops - omitted from patch that added a second parameter to lang_memory_region_lookup.
authorNick Clifton <nickc@redhat.com>
Fri, 24 Oct 2003 09:54:41 +0000 (09:54 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 24 Oct 2003 09:54:41 +0000 (09:54 +0000)
ld/ChangeLog
ld/emultempl/m68hc1xelf.em

index 42b035f18622ef320f800031215a742be8dcb2a3..287e28e78fab1b101346e837ee65f50dfb69b4d2 100644 (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>
 
        * ldlang.c: Include hashtab.h.
index 82f9b1275b777d1dd78971fd0469b83b54d38f96..ecae4c08b47f155048aedf21d2deb58f5fad9ebf 100644 (file)
@@ -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)
This page took 0.028303 seconds and 4 git commands to generate.