You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/os-support/bsd
Julien Cristau 0148a15da1 compiler.h: don't define inb/outb and friends on mips
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.
4 years ago
..
Makefile.am Remove BSD APM support. 5 years ago
alpha_video.c Drop trailing whitespaces 10 years ago
arm_video.c compiler.h: don't define inb/outb and friends on mips 4 years ago
bsd_VTsw.c Introduce a consistent coding style 13 years ago
bsd_bell.c Drop trailing whitespaces 10 years ago
bsd_ev56.c xfree86: Remove MMIO_ONB* and friends 10 years ago
bsd_init.c Fix spelling/wording issues 4 years ago
bsd_kmod.c Introduce a consistent coding style 13 years ago
i386_video.c Drop trailing whitespaces 10 years ago
memrange.h Fix spelling/wording issues 4 years ago
ppc_video.c Drop trailing whitespaces 10 years ago
sparc64_video.c Drop trailing whitespaces 10 years ago