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]

more nits


Noticed when merging to the branch.

2002-04-28  Alan Modra  <amodra@bigpond.net.au>

	* elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
	* elf32-hppa.c (elf32_hppa_final_link): Formatting.

Index: bfd/elf32-hppa.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-hppa.c,v
retrieving revision 1.78
diff -u -p -r1.78 elf32-hppa.c
--- bfd/elf32-hppa.c	23 Apr 2002 05:11:23 -0000	1.78
+++ bfd/elf32-hppa.c	27 Apr 2002 14:16:15 -0000
@@ -3282,7 +3282,7 @@ elf32_hppa_final_link (abfd, info)
     return false;
 
   /* If we're producing a final executable, sort the contents of the
-     unwind section. */
+     unwind section.  */
   return elf_hppa_sort_unwind (abfd);
 }
 
Index: bfd/elf64-x86-64.c
===================================================================
RCS file: /cvs/src/src/bfd/elf64-x86-64.c,v
retrieving revision 1.39
diff -u -p -r1.39 elf64-x86-64.c
--- bfd/elf64-x86-64.c	4 Apr 2002 19:53:37 -0000	1.39
+++ bfd/elf64-x86-64.c	27 Apr 2002 14:16:16 -0000
@@ -246,7 +246,7 @@ static const bfd_byte elf64_x86_64_plt_e
 };
 
 /* The x86-64 linker needs to keep track of the number of relocs that
-   decides to copy as dynamic relocs in check_relocs for each symbol.
+   it decides to copy as dynamic relocs in check_relocs for each symbol.
    This is so that it can later discard them if they are found to be
    unnecessary.  We store the information in a field extending the
    regular ELF linker hash table.  */

-- 
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]