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]

[PATCH 0/2] Support for FreeBSD/mips N32


I finally got a chance to test FreeBSD/mipsn32 and this series addresses
the missing pieces from the earlier FreeBSD/mips changes.

The first patch to bfd/elf.c might be too hackish.  Not sure if adding a
new 'bed' method for 'grok_freebsd_prstatus' is a better approach?

John Baldwin (2):
  Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.
  Add a signal frame unwinder for FreeBSD/mipsn32.

 bfd/ChangeLog        |  6 ++++++
 bfd/elf.c            |  5 ++++-
 gdb/ChangeLog        |  7 +++++++
 gdb/mips-fbsd-tdep.c | 18 ++++++++++++++++++
 4 files changed, 35 insertions(+), 1 deletion(-)

-- 
2.13.3


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