summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* modify systemtap.spec.in to include lket-b2a in rpm packageguanglei2006-05-291-0/+3
|
* 2006-05-05 Frank Ch. Eigler <fche@elastic.org>fche2006-05-061-1/+1
| | | | | | | | | | | | PR 2643 * testsuite/buildok/syscalls.stp: Take "-u" away again. * configure.ac, systemtap.spec.in: Bump version to 0.5.7. * configure: Regenerated. 2006-05-05 Frank Ch. Eigler <fche@elastic.org> PR 2643 * syscalls.stp: Put back some dummy syscall.exit*.return probes.
* 2006-05-05 Frank Ch. Eigler <fche@elastic.org>fche2006-05-051-0/+4
| | | | | * configure.ac, systemtap.spec.in: Bump version to 0.5.6. * configure: Regenerated.
* 2006-04-09 Martin Hunt <hunt@redhat.com>hunt2006-04-101-1/+1
| | | | | | | | | | | | | | | | | | Add binary printf support. * elaborate.cxx (visit_print_format): Don't include conv_literal or conv_size in components vector. Add conv_binary to switch statement. * translate.cxx (visit_print_format): Eliminate special cast to (long long) for pe_long because new vsnprintf uses int64_t. * staptree.h (struct print_format): Add conv_binary and conv_size. * staptree.cxx (components_to_string): Add conv_binary case. Add conv_size case. (string_to_components): Add cases for 'b' and 'n'
* 2006-04-04 Roland McGrath <roland@redhat.com>roland2006-04-051-1/+5
| | | | | | | * configure.ac: Bump version to 0.5.5. Require elfutils-0.120. * configure: Regenerated. * systemtap.spec.in: Likewise.
* 2006-02-01 Frank Ch. Eigler <fche@elastic.org>fche2006-02-011-0/+3
| | | | | * configure.ac, systemtap.spec.in: Version 0.5.4. * configure: Regenerated.
* 2006-01-17 Frank Ch. Eigler <fche@elastic.org>fche2006-01-171-2/+2
| | | | | | * systemtap.spec.in: Remove explicit kernel-devel dependency, since some old kernel rpm builds don't virtual-provide it for e.g. smp, hugemem.
* 2006-01-16 Roland McGrath <roland@redhat.com>roland2006-01-171-1/+5
| | | | | | * systemtap.spec.in (elfutils_version): Require 0.119 now. * configure.ac, systemtap.spec.in: Version 0.5.3. * configure: Regenerated.
* 2005-12-19 Roland McGrath <roland@redhat.com>roland2005-12-201-0/+3
| | | | | * configure.ac, systemtap.spec.in: Version 0.5.2. * configure: Regenerated.
* 2005-12-11 Roland McGrath <roland@redhat.com>roland2005-12-121-33/+6
| | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Bump version to 0.5.1 for test builds. * systemtap.spec.in: Remove ExclusiveArch. * configure: Regenerated. PR 1916 * configure.ac: Grok --with-elfutils. * Makefile.am [BUILD_ELFUTILS] (install-elfutils, stamp-elfutils): New targets. [BUILD_ELFUTILS] (stap_LDFLAGS, stap_LDFLAGS): Add flags to point at local elfutils build. [BUILD_ELFUTILS] (BUILT_SOURCES): Add stamp-elfutils. [BUILD_ELFUTILS] (stap_DEPENDENCIES): New variable. [BUILD_ELFUTILS] (lib-elfutils/libdw.so): New target. [BUILD_ELFUTILS] (install-exec-local): Depend on install-elfutils. (loc2c_test_LDADD): Set this to $(stap_LDADD). (loc2c_test_CPPFLAGS, loc2c_test_LDFLAGS): New variables. * Makefile.in: Regenerated. * compile: New file from automakeland. * systemtap.spec.in (elfutils_version): Require 0.118 or later. [bundled_elfutils]: Remove old hacks for building elfutils, and rely on configure --with-elfutils instead.
* typofche2005-12-021-1/+1
|
* typofche2005-12-021-1/+1
|
* * add %changelog clausefche2005-12-021-0/+4
|
* 2005-12-02 Frank Ch. Eigler <fche@elastic.org>fche2005-12-021-1/+1
| | | | | | | * configure.ac: Bump version number. * stap.1.in: Document some of the new print/stats stuff. * configure: Regenerated. * systemtap.spec.in: Enable ia64 and ppc builds.
* 2005-10-31 Roland McGrath <roland@redhat.com>roland2005-11-011-0/+4
| | | | | * systemtap.spec.in, configure.ac: Version 0.4.2 cooked. * configure: Regenerated.
* 2005-10-31 Roland McGrath <roland@redhat.com>roland2005-10-311-1/+1
| | | | | | | | | | | | | | * configure.ac: Update libdw test to require 0.116 with dwarf_diecu. * configure: Regenerated. * systemtap.spec.in: Update elfutils requirement to 0.116. * loc2c.c: Dwarf_Loc -> Dwarf_Op. (location_from_address): dwarf_addrloclists -> dwarf_getlocation_addr. (c_translate_location): Likewise. (max_fetch_size): Remove fakeo dwarf_diecu macro. * tapsets.cxx (dwflpp): Dwarf_Func -> Dwarf_Die; dwarf_func_name -> dwarf_diename; dwarf_func_entrypc -> dwarf_entrypc; dwarf_func_file, dwarf_func_line -> dwarf_decl_file, dwarf_decl_line.
* 2005-09-14 Roland McGrath <roland@redhat.com>roland2005-09-141-0/+2
| | | | | * systemtap.spec.in: Version 0.4.1 cooked. * systemtap.spec.in: Build runpath into elfutils libs too.
* Version 0.4.1 cooked.roland2005-09-141-0/+6
|
* nonefche2005-09-071-0/+3
|
* 2005-09-07 Frank Ch. Eigler <fche@elastic.org>fche2005-09-071-1/+1
| | | | * systemtap.spec.in: Remove kernel-debuginfo dependency.
* 2005-09-06 Martin Hunt <hunt@redhat.com>hunt2005-09-061-1/+1
| | | | * systemtap.spec.in: Bump elfutils_version to .115.
* 2005-08-29 Frank Ch. Eigler <fche@redhat.com>fche2005-08-301-0/+1
| | | | | | | | | | | | | | * stapprobes.5.in, stapfuncs.5.in, stapex.5.in: New man pages. * stap.1.in: Moved some content out. * Makefile.am (man_MANS): Add new man pages. * configure.ac (AC_CONFIG_FILES): Add them. * systemtap.spec.in: Package them. * Makefile.in, configure: Regenerated. * buildrun.cxx (run_pass): Pass "-r" to stpd. * translate.cxx (emit_common_header): Wrap try/catch around variable decls, to improve exception particularity. (visit_literal_number): Emit as unsigned literal, which is actually a subtle correctness issue.
* nonefche2005-08-261-1/+1
|
* 2005-08-24 Roland McGrath <roland@redhat.com>roland2005-08-241-1/+1
| | | | * systemtap.spec.in: Update elfutils requirement.
* * bump to version 0.3fche2005-08-161-0/+3
|
* 2005-08-14 Roland McGrath <roland@redhat.com>roland2005-08-151-2/+2
| | | | | * systemtap.spec.in: Update elfutils_version requirement to 0.113; restore bundled_elfutils setting to 1.
* 2005-08-11 Frank Ch. Eigler <fche@elastic.org>fche2005-08-111-6/+2
| | | | | * systemtap.spec.in: Tweak to turn into fedora-flavoured spec. Don't build/install runtime docs.
* 2005-08-05 Frank Ch. Eigler <fche@elastic.org>fche2005-08-051-2/+5
| | | | | | | | | | | | | | | | PR translator/1175 * translate.cxx (*): Added unlikely() markers to most emitted error checks. (mapvar::get,set): Handle NULL<->"" impedance mismatch. (itervar::get_key): Ditto. Use base index=1 for keys. * testsuite/buildok/one.stp: Extend. And it runs with -p5 too. * stap.1: Document use of ";" statament as mechanism for grammar ambiguity resolution. * stp_check.in: Set $prefix. * systemtap.spec.in: Prereq kernel-devel, kernel-debuginfo, and not tcl. * tapsets.cxx: Make slightly less verbose. * translate.cxx
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-031-1/+9
| | | | | | | | * stp_check.in : Copy sources to /var/cache/systemtap. * systemtap.spec.in: Install stp_check. Create /var/cache/systemtap * Makefile.am (install-exec-local): Install stp_check. * configure.ac, systemtap.spec.in: Version 0.2.2. * Makefile.in, aclocal.m4, configure: Regenerated.
* 2005-08-03 Roland McGrath <roland@redhat.com>roland2005-08-031-0/+3
| | | | | * configure.ac, systemtap.spec.in: Version 0.2.1. * Makefile.in, aclocal.m4, configure: Regenerated.
* 2005-08-02 Roland McGrath <roland@redhat.com>roland2005-08-021-1/+1
| | | | * systemtap.spec.in (%install): Remove parameters after %makeinstall.
* 2005-07-29 Roland McGrath <roland@redhat.com>roland2005-07-291-6/+13
| | | | | | | | | | | | | * systemtap.spec.in: Include %{_datadir}/systemtap/tapset directory. (%check): Add section, run make check. * Makefile.am (EXTRA_DIST): Add runtest.sh. * Makefile.in: Regenerated. * systemtap.spec.in: Include man pages. * Makefile.am (man_MANS): Renamed to dist_man_MANS. * systemtap.spec.in (LDFLAGS): Punt using $ORIGIN here, just hard-code %{_libdir}. (elfutils_version): Bump to 0.111. [bundled_elfutils]: Don't massage libdwfl.h header any more.
* 2005-07-26 Martin Hunt <hunt@redhat.com>hunt2005-07-271-1/+2
| | | | | | | * Makefile.am (stpd_LDFLAGS): Set rpath correclty because otherwise automake doesn't seem to get it right when binaries are in libexec subdirs. (AM_CPPFLAGS): revert. * systemtap.spec.in (LDFLAGS): Set libexecdir here instead.
* 2005-07-26 Martin Hunt <hunt@redhat.com>hunt2005-07-261-1/+1
| | | | | | | | * systemtap.spec.in: Stpd goes in libexec/systemtap. * Makefile.am (libexecdir): Set to libexecdir/systemtap. * aclocal.m4, Makefile.in: Regenerated
* Clean up spec file, fix build of bundled elfutils.roland2005-07-251-29/+57
|
* New file.hunt2005-07-211-0/+103