On Fri, 2012-08-24 at 08:05 -0400, Jeff Kenton wrote: > I'm having trouble getting ssh to work. If you can push the commit for > me without too much trouble I'd appreciate that.
Pushed. Thanks for your work. BTW. I should have pointed out there is an irc channel #elfutils on irc.freenode.net where sometimes some hackers hang out who can help with issues. After I pushed I noticed one small issue, which was only apparent because I was doing a make distcheck to make sure we are ready for a release. The new testfile should have been added to EXTRA_DIST. That was easy to fix with the attached. So, I think we are pretty ready for a release now. The only open issue with respect to the tilegx backend is the failing elflint selftest where there is some disagreement about the _GLOBAL_OFFSET_TABLE_ symbol. But we can resolve that later. I am still not sure whether elflint is too strict here, or your toolchain is suboptimal. Could you start a new thread or reply to https://lists.fedorahosted.org/pipermail/elfutils-devel/2012-August/002500.html and we will get to the bottom of it. Thanks, Mark
commit e0ebc5a45896d2232f525601251ef781c10fedaa Author: Mark Wielaard <[email protected]> Date: Fri Aug 24 14:51:37 2012 +0200 tests: Add testfile60.bz2 to EXTRA_DIST. Signed-off-by: Mark Wielaard <[email protected]> diff --git a/tests/ChangeLog b/tests/ChangeLog index a32f793..276462c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2012-08-24 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Add testfile60.bz2. + 2012-08-22 Jeff Kenton <[email protected]> * testfile60.bz2: New testfile. diff --git a/tests/Makefile.am b/tests/Makefile.am index 724d866..d8783e5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -175,7 +175,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-low_high_pc.sh testfile_low_high_pc.bz2 \ run-macro-test.sh testfile-macinfo.bz2 testfile-macros.bz2 \ run-elf_cntl_gelf_getshdr.sh \ - run-test-archive64.sh testarchive64.a.bz2 + run-test-archive64.sh testarchive64.a.bz2 \ + testfile60.bz2 installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \
_______________________________________________ elfutils-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel
