From bca74d99f12845cbaa7a52fe733262e595e77836 Mon Sep 17 00:00:00 2001 From: amodra Date: Fri, 12 Oct 2007 03:34:44 +0000 Subject: [PATCH] * elf.c (elfcore_grok_prxfpreg): Fix comment typo. --- bfd/ChangeLog | 4 ++++ bfd/elf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9e8ffad0de..e7ab1d49ff 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-10-12 Alan Modra + + * elf.c (elfcore_grok_prxfpreg): Fix comment typo. + 2007-10-10 H.J. Lu * elf.c (get_program_header_size): Always add a PT_GNU_RELRO diff --git a/bfd/elf.c b/bfd/elf.c index d215144386..b5b51d02a3 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -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 -- 2.11.0