mbox

[PULL,0/3] tricore-patches

Message ID 1432997993-25533-1-git-send-email-kbastian@mail.uni-paderborn.de
State New
Headers show

Pull-request

https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20150530

Message

Bastian Koppelmann May 30, 2015, 2:59 p.m. UTC
The following changes since commit 97af820f539efe80b87615a04f9de11ea585f725:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529' into staging (2015-05-29 17:10:57 +0100)

are available in the git repository at:

  https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20150530

for you to fetch changes up to 07e15486faf353260431f10e85185372c5036baa:

  target-tricore: fix BOL_ST_H_LONGOFF using ld (2015-05-30 16:49:19 +0200)

----------------------------------------------------------------
TriCore bugfixes

----------------------------------------------------------------
Bastian Koppelmann (3):
      target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result
      target-tricore: fix msub32_q producing the wrong overflow bit
      target-tricore: fix BOL_ST_H_LONGOFF using ld

 target-tricore/translate.c | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

Comments

Peter Maydell June 1, 2015, 11:54 a.m. UTC | #1
On 30 May 2015 at 15:59, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
> The following changes since commit 97af820f539efe80b87615a04f9de11ea585f725:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529' into staging (2015-05-29 17:10:57 +0100)
>
> are available in the git repository at:
>
>   https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20150530
>
> for you to fetch changes up to 07e15486faf353260431f10e85185372c5036baa:
>
>   target-tricore: fix BOL_ST_H_LONGOFF using ld (2015-05-30 16:49:19 +0200)
>
> ----------------------------------------------------------------
> TriCore bugfixes

Applied, thanks.

-- PMM