]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Minor comment reformatting in generic_elf_osabi_sniffer
authorJoel Brobecker <brobecker@gnat.com>
Mon, 4 Jul 2011 19:50:44 +0000 (19:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 4 Jul 2011 19:50:44 +0000 (19:50 +0000)
Comment says it all.  I just felt that putting some new text in
a separate paragraph allowed us to clearly identify the section
about ELFOSABI_NONE, and the part that talks about the new
ELFOSABI_GNU.

gdb/ChangeLog:

        * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.

gdb/ChangeLog
gdb/osabi.c

index 7174f0d76446acc57e2e2c7dc8af11778b9937c9..8d1fc9accf7e322b1fce7833f8f224574151e880 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-04  Joel Brobecker  <brobecker@adacore.com>
+
+        * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
+
 2011-07-04  Tristan Gingold  <gingold@adacore.com>
 
        * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
index e161b5800cb5049acc367c24d1ac4c8c68eb34ea..22130f00fc81e6a305d684527bcd3e09d671c621 100644 (file)
@@ -519,9 +519,10 @@ generic_elf_osabi_sniffer (bfd *abfd)
          (0), then the ELF structures in the file are conforming to
          the base specification for that machine (there are no
          OS-specific extensions).  In order to determine the real OS
-         in use we must look for OS-specific notes.  The same applies
-         for ELFOSABI_GNU: this can mean GNU/Hurd, GNU/Linux, and
-         possibly more.  */
+         in use, we must look for OS-specific notes.
+
+         The same applies for ELFOSABI_GNU: this can mean GNU/Hurd,
+         GNU/Linux, and possibly more.  */
       bfd_map_over_sections (abfd,
                             generic_elf_osabi_sniff_abi_tag_sections,
                             &osabi);