bfd_section_* macros
[deliverable/binutils-gdb.git] / ld / emultempl / mipself.em
index 108d33faf3382cef617a0e627da101e7adcb3c22..48944d5309be06e52291f568ef26412f7bc5e7f8 100644 (file)
@@ -168,7 +168,7 @@ mips_add_stub_section (const char *stub_sec_name, asection *input_section,
   /* Set the flags.  */
   flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
           | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_KEEP);
-  if (!bfd_set_section_flags (stub_bfd, stub_sec, flags))
+  if (!bfd_set_section_flags (stub_sec, flags))
     goto err_ret;
 
   os = lang_output_section_get (output_section);
This page took 0.037417 seconds and 4 git commands to generate.