qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] b54c28: tci: Fix broken build (regression)


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b54c28: tci: Fix broken build (regression)
Date: Sat, 19 Jan 2013 12:30:32 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b54c2873e731dd6fc81a4591cab909633b5a9eab
      
https://github.com/qemu/qemu/commit/b54c2873e731dd6fc81a4591cab909633b5a9eab
  Author: Stefan Weil <address@hidden>
  Date:   2013-01-19 (Sat, 19 Jan 2013)

  Changed paths:
    M include/exec/exec-all.h

  Log Message:
  -----------
  tci: Fix broken build (regression)

s390x-linux-user now also uses GETPC. Instead of adding it to the list of
targets which use GETPC, the macro is now defined unconditionally.

This avoids future build regressions like this one:

  CC    s390x-linux-user/target-s390x/int_helper.o
cc1: warnings being treated as errors
qemu/target-s390x/int_helper.c: In function ‘helper_divs32’:
qemu/target-s390x/int_helper.c:47: error: implicit declaration of function 
‘GETPC’
qemu/target-s390x/int_helper.c:47: error: nested extern declaration of ‘GETPC’

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]