[PATCH ARC 1/3]: BFD fixes

Nick Clifton nickc@redhat.com
Wed May 18 11:21:00 GMT 2016


Hi Cupertino,

> Cupertino Miranda  <cmiranda@synopsys.com>
>     elf32-arc.c (arc_elf_final_write_processing): Changed.
>     (debug_arc_reloc): Likewise.
>     (elf_arc_relocate_section): Likewise.
>     (elf_arc_check_relocs): Likewise.
>     (elf_arc_adjust_dynamic_symbol): Likewise.
>     (elf_arc_add_symbol_hook): Likewise.

Approved - please apply, but...

@@ -1180,10 +1185,10 @@ elf_arc_relocate_section (bfd *		   output_bfd,
 		  );
 		}
 	    }
-
-	  continue;
 	}
 
+
+
       h2 = elf_link_hash_lookup (elf_hash_table (info), "__SDATA_BEGIN__",
 				 FALSE, FALSE, TRUE);
 
@@ -1203,6 +1208,7 @@ elf_arc_relocate_section (bfd *		   output_bfd,
       reloc_data.reloc_offset = rel->r_offset;
       reloc_data.reloc_addend = rel->r_addend;
 
+
       /* This is a final link.  */
       h = NULL;
       sym = NULL;


Are these extra blank lines really needed ?

Cheers
  Nick



More information about the Binutils mailing list