diff options
-rw-r--r-- | bfd/ChangeLog | 8 | ||||
-rw-r--r-- | include/elf/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7ec6946..4355d51 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +1999-12-07 Jim Blandy <jimb@cygnus.com> + + Add support for SSE registers in ELF core files. + * elf.c (elfcore_make_note_pseudosection): New function. + (elfcore_grok_prfpreg): Use it. + (elfcore_grok_prxfpreg): New function. + (elfcore_grok_note): Recognize Linux NT_PRXFPREG notes. + 1999-12-03 Ian Lance Taylor <ian@zembu.com> * elf32-mips.c (mips_elf_calculate_relocation): Divide R_MIPS_PC16 diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 768b2f6..d3229f4 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +1999-12-07 Jim Blandy <jimb@cygnus.com> + + * common.h (NT_PRXFPREG): New definition. + Wed Dec 1 03:02:15 1999 Jeffrey A Law (law@cygnus.com) * mn10300.h (E_MN10300_MACH_AM33): Define. |