diff options
author | Alan Modra <amodra@gmail.com> | 2007-10-12 03:34:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-10-12 03:34:45 +0000 |
commit | 971d4640d218ee9bff00f5ef8437b1a462702eef (patch) | |
tree | d2495847aaaa2b6dfa86623e96abed66f8fc0b69 /bfd/elf.c | |
parent | ed4c31f254ebbfb58a127194d14812a02df18045 (diff) | |
download | gdb-971d4640d218ee9bff00f5ef8437b1a462702eef.zip gdb-971d4640d218ee9bff00f5ef8437b1a462702eef.tar.gz gdb-971d4640d218ee9bff00f5ef8437b1a462702eef.tar.bz2 |
* elf.c (elfcore_grok_prxfpreg): Fix comment typo.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7436,7 +7436,7 @@ elfcore_grok_prfpreg (bfd *abfd, Elf_Internal_Note *note) } /* Linux dumps the Intel SSE regs in a note named "LINUX" with a note - type of 5 (NT_PRXFPREG). Just include the whole note's contents + type of NT_PRXFPREG. Just include the whole note's contents literally. */ static bfd_boolean |