[Ltrace-devel] [PATCH 0/6] more minor fixes

Zachary T Welch zwelch at codesourcery.com
Thu Dec 9 02:55:08 UTC 2010


These changes eliminate all remaining warnings (on x86 and ARM) in
order to allow -Werror to be used in all circumstances.  This includes
improving the handling of differences between the libelf and elfutils
declaration of elf_hash() and autotools handling of CFLAGS, CPPFLAGS,
and LDFLAGS.  These patches will apply on top of my recent series
and also deserve to be included in the impending release.

Zachary T Welch (6):
  Fix building with --enable-debug
  Allow building against libelf and elfutils
  Use more warnings by default and make them errors
  Remove -O1/-O2/-g from configure script
  Switch CPPFLAGS and LDFLAGS to AM_ variants
  Add ChangeLog entries for my recent changes

 ChangeLog                     |   30 +++++++++++++++++++++++++
 Makefile.am                   |    2 +-
 configure.ac                  |   48 +++++++++++++++++++++++++++++------------
 display_args.c                |   14 ++++++------
 ltrace-elf.c                  |    6 ++++-
 ltrace-elf.h                  |    2 +-
 options.c                     |    2 +-
 options.h                     |    4 +-
 sysdeps/linux-gnu/arm/trace.c |    2 +-
 sysdeps/linux-gnu/proc.c      |    6 ++--
 sysdeps/linux-gnu/trace.c     |    6 ++--
 11 files changed, 88 insertions(+), 34 deletions(-)

-- 
1.7.2.2




More information about the Ltrace-devel mailing list