public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] add NT_PPC_VMX
@ 2007-10-18  9:14 Roland McGrath
  2007-10-18 10:53 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Roland McGrath @ 2007-10-18  9:14 UTC (permalink / raw)
  To: binutils

This is a new note type assignment used by Linux.  GDB support is forthcoming.  

I think it's preferable to have this in common.h rather than in ppc.h, but
I wouldn't argue against a contrary opinion.

Ok to commit?


Thanks,
Roland


include/elf/
2007-10-18  Roland McGrath  <roland@redhat.com>

	* common.h (NT_PPC_VMX): New macro.

Index: include/elf/common.h
===================================================================
RCS file: /cvs/src/src/include/elf/common.h,v
retrieving revision 1.89
diff -B -p -u -r1.89 common.h
--- include/elf/common.h	25 Aug 2007 13:20:40 -0000	1.89
+++ include/elf/common.h	18 Oct 2007 08:56:04 -0000
@@ -390,6 +390,8 @@
 #define NT_AUXV		6		/* Contains copy of Elfxx_auxv_t */
 #define NT_PRXFPREG	0x46e62b7f	/* Contains a user_xfpregs_struct; */
 					/*   note name must be "LINUX".  */
+#define NT_PPC_VMX	0x100		/* PowerPC Altivec/VMX registers */
+					/*   note name must be "LINUX".  */
 
 /* Note segments for core files on dir-style procfs systems.  */
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] add NT_PPC_VMX
  2007-10-18  9:14 [PATCH] add NT_PPC_VMX Roland McGrath
@ 2007-10-18 10:53 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2007-10-18 10:53 UTC (permalink / raw)
  To: Roland McGrath; +Cc: binutils

On Thu, Oct 18, 2007 at 01:59:51AM -0700, Roland McGrath wrote:
> 	* common.h (NT_PPC_VMX): New macro.

OK.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-18  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-18  9:14 [PATCH] add NT_PPC_VMX Roland McGrath
2007-10-18 10:53 ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).