mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 21:50:15 +01:00
The definition relies on IOPortBase, which is only ever set in hw/xfree86/os-support/bsd/arm_video.c This caused build failures on linux/mips with GCC 10, due to this change (from https://gcc.gnu.org/gcc-10/changes.html#c): "GCC now defaults to -fno-common. As a result, global variable accesses are more efficient on various targets. In C, global variables with multiple tentative definitions now result in linker errors. With -fcommon such definitions are silently merged during linking." As a result anything including compiler.h would get its own definition of IOPortBase and the linker would error out. |
||
|---|---|---|
| .. | ||
| alpha_video.c | ||
| arm_video.c | ||
| bsd_bell.c | ||
| bsd_ev56.c | ||
| bsd_init.c | ||
| bsd_kmod.c | ||
| bsd_VTsw.c | ||
| i386_video.c | ||
| Makefile.am | ||
| memrange.h | ||
| ppc_video.c | ||
| sparc64_video.c | ||