This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH ARC 1/3]: BFD fixes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]