On Mon, Feb 1, 2010 at 6:30 PM, H.J. Lu wrote: > Hi, > > Here is the first patch to support AVX core dump and debug. OK to install? > > Thanks. > > > H.J. > --- > > bfd/ > > 2010-01-27  H.J. Lu   > >        * elf-bfd.h (elfcore_write_xstatereg): New. > >        * elf.c (elfcore_grok_xstatereg): New. >        (elfcore_write_xstatereg): Likewise. >        (elfcore_grok_note): Handle NT_X86_XSTATE. >        (elfcore_write_register_note): Handle .reg-xstate section. > > binutils/ > > 2010-01-27  H.J. Lu   > >        * readelf.c (get_note_type): Handle NT_X86_XSTATE. > > include/elf/ > > 2010-01-27  H.J. Lu   > >        * common.h (NT_386_XSTATE): New. > > Hi, The AVX debug support has been checked into kernel. I'd like to check in this binutils support. Full gdb patch will come later. Thanks. -- H.J.