Add support for PowerPC VLE.
[deliverable/binutils-gdb.git] / ld / emultempl / armelf.em
index 78224f4389c1870a47ea7c548a43f1beac496073..3b881dd24d523aaf288a73986e89b547b1c5c4d1 100644 (file)
@@ -208,7 +208,7 @@ elf32_arm_add_stub_section (const char *stub_sec_name,
 
   info.input_section = input_section;
   lang_list_init (&info.add);
-  lang_add_section (&info.add, stub_sec, os);
+  lang_add_section (&info.add, stub_sec, NULL, os);
 
   if (info.add.head == NULL)
     goto err_ret;
This page took 0.029401 seconds and 4 git commands to generate.