Commit Graph

9 Commits

Author SHA1 Message Date
Dave Anderson
a8921b155f Update the extensions/eppic.mk file to clone the eppic source code
from https://github.com/lucchouina/eppic.git.
(lucchouina@gmail.com)
2015-07-09 10:45:18 -04:00
Dave Anderson
203853b71e Fix compiler warning generated by extensions/trace.c when compiled
with gcc version 5.  Without the patch, the message "warning: the
use of 'mktemp' is dangerous, better use 'mkstemp'" is generated.
(anderson@redhat.com)
2015-07-08 09:14:18 -04:00
Dave Anderson
9a3cef8342 Force the 32-bit MIPS extensions/eppic.so to be compiled with -m32.
This is required when "make extensions" is executed after the top
level crash binary has been built with "make TARGET=MIPS" on an
x86_64 host.
(rabinv@axis.com)
2015-07-06 09:29:17 -04:00
Dave Anderson
86e55bf87b Remove the leftover ".constructor" build file in the extensions
subdirectory when "make extensions" is complete, and update the
top-level .gitignore file to ignore post-build extensions
subdirectory files.
(anderson@redhat.com)
2015-05-18 11:00:31 -04:00
Dave Anderson
407ce33ed0 Build extension modules that utilize the generic extensions/Makefile
with -g.  In addition, build the snap.c extension module with -g.
(rabinv@axis.com)
2015-04-24 10:42:54 -04:00
Dave Anderson
28a2bd99a9 Update the extensions/trace.c extension module to account for the
movement of the ftrace_event_call.name member into an anonymous
union in Linux 3.15, commit de7b2973903c6cc50b31ee5682a69b2219b9919d.
(rabin@rab.in)
2015-02-05 09:35:45 -05:00
Dave Anderson
c6afa51af3 Update the "extensions/snap.mk" file to allow the "snap.so" extension
module to be built outside of a crash source tree on a ppc64le PPC64
little-endian host.  Without the patch, "make -f snap.mk" would fail
to compile, indicating "gcc: error: macro name missing after '-D'"
(anderson@redhat.com)
2014-09-22 14:09:43 -04:00
Dave Anderson
3d23f36a56 Added support for the ARM64 architecture in the extensions/snap.c
extension module.  Also fixed the progress percentage display to
correct for systems which have non-zero starting physical addresses.
(anderson@redhat.com)
2014-04-04 15:22:43 -04:00
Dave Anderson
03e3937ec7 Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00