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]

Re: [PATCH] Use the ELF class to determine the word size for FreeBSD core notes.


On Thursday, June 01, 2017 03:27:00 PM Alan Modra wrote:
> On Wed, May 31, 2017 at 11:07:57AM -0700, John Baldwin wrote:
> > 	* elf.c (elfcore_grok_freebsd_psinfo): Use ELF header class to
> > 	determine structure sizes.
> > 	(elfcore_grok_freebsd_prstatus): Likewise.
> 
> OK.  I think this is a big improvement over using bits_per_word.

Thanks, I just pushed this and realized mid-push that I hadn't updated
the date in the ChangeLog entry after rebasing. :(  Is it ok to push
the fixup:

commit 6cf3bf8875d84aff854fe5fe5a04141033d5ee6f
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Thu Jun 1 09:47:31 2017 -0700

    Correct ChangeLog entry date.

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8dfdc23cf3..27a1e8c995 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,4 +1,4 @@
-2017-05-31  John Baldwin  <jhb@FreeBSD.org>
+2017-06-01  John Baldwin  <jhb@FreeBSD.org>
 
        * elf.c (elfcore_grok_freebsd_psinfo): Use ELF header class to
        determine structure sizes.


-- 
John Baldwin


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