- Sep 15, 2017
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The policy parameter we need is newer than what's in Debian stable. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is not currently active, because there are no tags yet, so we temporarily lose -Werror. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
warning: signed and unsigned type in conditional expression [-Wsign-compare] Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This silences -Wsign-compare when the variable is used later. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This silences -Wsign-compare. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This silences -Wsign-compare. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
off_t is signed, size_t is not, but the size of a struct cache_file definitely fits in an off_t. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Vivek Das Mohapatra authored
-
- Sep 14, 2017
-
-
Vivek Das Mohapatra authored
The dlsym wrapper needs to cache the implementation of dlsym that's in the GOT at the point when it (the wrapper) is installed. Moving the implementation of the wrapper helper to capsule_init's file so that capsule_init can set some static state to do this for us. This is enough to make openarena work.
-
Vivek Das Mohapatra authored
-
Vivek Das Mohapatra authored
If someone actually reaches a shim stubroutine the stack may be corrupt - the stubroutines don't have the same signature as the functions they act as placeholders for. Rather than risk proceeding with a borked stack we now abort once we've tried to dump a backtrace.
-
Vivek Das Mohapatra authored
-
Simon McVittie authored
warning: ordered comparison of pointer with integer zero [-Wextra] Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This could be a bug if the implicit declaration doesn't have the same ABI that we actually implement. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This silences -Wstrict-prototypes. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This should be enabled in basically all C code. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This means we can be overridden with LIBELF_CFLAGS, LIBELF_LIBS in the standard way. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Debian Policy §8 says so. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
bash is Essential: yes, so Policy says we should not depend on it. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This affects the order of the linker command line in ways that matter if you have a linker that defaults to --as-needed, like Ubuntu's, or if you are linking statically. Dependency libraries (LDADD/LIBADD) must appear last on the link line (so that they can satisfy unresolved symbols of earlier items on the link line), while LDFLAGS appear first. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Since it's completely generic, we should let autogen.sh create it. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Vivek Das Mohapatra authored
-
- Sep 13, 2017
-
-
Vivek Das Mohapatra authored
-
Vivek Das Mohapatra authored
-
Vivek Das Mohapatra authored
R_X86_64_GLOB_DAT and R_X86_64_64 are now supported.
-