Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/external/bsd/drm/dist/shared-core



Module Name:    src
Committed By:   martin
Date:           Thu Oct 24 16:32:53 UTC 2019

Modified Files:
        src/sys/external/bsd/drm/dist/shared-core [netbsd-9]: r128_drv.h

Log Message:
Pull up following revision(s) (requested by hauke in ticket #379):

        sys/external/bsd/drm/dist/shared-core/r128_drv.h: revision 1.3

When building r128drm(4), gcc objects to shifting into bit 31 of a
(signed) int. Make sure we are shifting an unsigned in those cases.

See also <http://mail-index.netbsd.org/tech-x11/2019/08/01/msg002010.html>.
XXX There are probably more of these in the header.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.60.1 \
    src/sys/external/bsd/drm/dist/shared-core/r128_drv.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index