diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-07-04 19:50:44 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-07-04 19:50:44 +0000 |
commit | efae1d92444eb89a85b336fd1654e7376cad7bd7 (patch) | |
tree | 8b3c8c41dc595608b24d3acc55a8353046d91b60 /gdb/osabi.c | |
parent | 6040a59db5891821c1a73e88cd60adf125879a4f (diff) | |
download | binutils-gdb-efae1d92444eb89a85b336fd1654e7376cad7bd7.tar.gz |
Minor comment reformatting in generic_elf_osabi_sniffer
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.
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r-- | gdb/osabi.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c index e161b5800cb..22130f00fc8 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -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); |