]> git.ipfire.org Git - thirdparty/gcc.git/commit
longlong: fix sh -Wundef builds
authorvapier <vapier@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jan 2016 22:18:09 +0000 (22:18 +0000)
committervapier <vapier@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jan 2016 22:18:09 +0000 (22:18 +0000)
commit0bd8bd68f55f5c96970ee352249a8c5ce8b63ee8
treea71ad8e5ab3d5d43c7fb009f148945a1865708ae
parent63c8fa77a45a477c40c2fddda782dc95362f420b
longlong: fix sh -Wundef builds

This file fails when building for SuperH as it assumes __SHMEDIA__
is always defined.  Update the code to check if it's defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232143 138bc75d-0d04-0410-961f-82ee72b054a4
include/ChangeLog
include/longlong.h