From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72041 invoked by alias); 19 Sep 2017 20:48:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 71953 invoked by uid 89); 19 Sep 2017 20:48:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Sep 2017 20:48:30 +0000 Received: from ralph.baldwin.cx.com (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 1EA4510A7B9; Tue, 19 Sep 2017 16:48:22 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org, binutils@sourceware.org Subject: [PATCH 0/2] Support for FreeBSD/mips N32 Date: Tue, 19 Sep 2017 20:48:00 -0000 Message-Id: <20170919204814.93328-1-jhb@FreeBSD.org> X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00472.txt.bz2 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