This is the mail archive of the binutils@sourceware.org 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]

NT_PRXFPREG value


isn't 5.

	* elf.c (elfcore_grok_prxfpreg): Fix comment typo.

Index: bfd/elf.c
===================================================================
RCS file: /cvs/src/src/bfd/elf.c,v
retrieving revision 1.419
diff -u -p -r1.419 elf.c
--- bfd/elf.c	11 Oct 2007 05:03:07 -0000	1.419
+++ bfd/elf.c	12 Oct 2007 03:27:14 -0000
@@ -7436,7 +7436,7 @@ elfcore_grok_prfpreg (bfd *abfd, Elf_Int
 }
 
 /* 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

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]