This is the mail archive of the binutils@sources.redhat.com 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]

formatting fixes


A couple of small tidy ups.

bfd/ChangeLog
	* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
ld/ChangeLog
	* ldlang.c (lang_process): Formatting, grammar.

Index: bfd/elf32-m68k.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-m68k.c,v
retrieving revision 1.40
diff -u -p -r1.40 elf32-m68k.c
--- bfd/elf32-m68k.c	7 May 2002 00:16:51 -0000	1.40
+++ bfd/elf32-m68k.c	25 May 2002 11:00:49 -0000
@@ -413,7 +413,7 @@ elf32_m68k_print_private_bfd_data (abfd,
     fprintf (file, _(" [cpu32]"));
 
   if (elf_elfheader (abfd)->e_flags & EF_M68000)
-    fprintf (file, _ (" [m68000]"));
+    fprintf (file, _(" [m68000]"));
 
   fputc ('\n', file);
 
Index: ld/ldlang.c
===================================================================
RCS file: /cvs/src/src/ld/ldlang.c,v
retrieving revision 1.86
diff -u -p -r1.86 ldlang.c
--- ld/ldlang.c	23 May 2002 13:12:52 -0000	1.86
+++ ld/ldlang.c	25 May 2002 11:02:18 -0000
@@ -4289,10 +4289,10 @@ lang_process ()
 			       (fill_type *) 0, (bfd_vma) 0);
 
 	  /* Perform another relax pass - this time we know where the
-	     globals are, so can make better guess.  */
+	     globals are, so can make a better guess.  */
 	  lang_size_sections (statement_list.head,
 			      abs_output_section,
-			      &(statement_list.head), 0, (bfd_vma) 0,
+			      &statement_list.head, 0, (bfd_vma) 0,
 			      &relax_again);
 	}
       while (relax_again);

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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