rpms/elfutils/FC-6 .cvsignore, 1.33, 1.34 elfutils-portability.patch, 1.26, 1.27 elfutils-robustify.patch, 1.5, 1.6 elfutils.spec, 1.78, 1.79 sources, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 6 00:10:41 UTC 2007


Author: roland

Update of /cvs/dist/rpms/elfutils/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv25381

Modified Files:
	.cvsignore elfutils-portability.patch elfutils-robustify.patch 
	elfutils.spec sources 
Log Message:
Update to 0.126


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore	11 Jan 2007 04:33:20 -0000	1.33
+++ .cvsignore	6 Feb 2007 00:10:38 -0000	1.34
@@ -1,3 +1,3 @@
-elfutils-0.125.tar.gz
+elfutils-0.126.tar.gz
 testfile16.symtab.bz2
 testfile16.symtab.debug.bz2

elfutils-portability.patch:
 ChangeLog            |   15 ++++++++
 Makefile.in          |    2 +
 backends/ChangeLog   |    8 ++++
 backends/Makefile.am |    6 ++-
 backends/Makefile.in |    8 ++--
 config/Makefile.in   |    2 +
 configure            |   90 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac         |   28 +++++++++++++++
 lib/ChangeLog        |    5 ++
 lib/Makefile.am      |    3 +
 lib/Makefile.in      |    6 ++-
 libasm/ChangeLog     |    5 ++
 libasm/Makefile.am   |    3 +
 libasm/Makefile.in   |    6 ++-
 libcpu/ChangeLog     |    5 ++
 libcpu/Makefile.am   |    3 +
 libcpu/Makefile.in   |    4 +-
 libdw/ChangeLog      |    5 ++
 libdw/Makefile.am    |    3 +
 libdw/Makefile.in    |    7 ++-
 libdwfl/ChangeLog    |    5 ++
 libdwfl/Makefile.am  |    3 +
 libdwfl/Makefile.in  |    6 ++-
 libebl/ChangeLog     |    5 ++
 libebl/Makefile.am   |    3 +
 libebl/Makefile.in   |    6 ++-
 libelf/ChangeLog     |    5 ++
 libelf/Makefile.am   |    6 ++-
 libelf/Makefile.in   |    8 ++--
 libelf/common.h      |    4 +-
 m4/Makefile.in       |    2 +
 src/ChangeLog        |   13 +++++++
 src/Makefile.am      |    3 +
 src/Makefile.in      |    6 ++-
 src/findtextrel.c    |    6 ++-
 src/strings.c        |    9 +++++
 src/strip.c          |   20 ++++++++++-
 tests/ChangeLog      |    5 ++
 tests/Makefile.am    |    5 +-
 tests/Makefile.in    |    6 ++-
 40 files changed, 301 insertions(+), 39 deletions(-)

Index: elfutils-portability.patch
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/elfutils-portability.patch,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- elfutils-portability.patch	11 Jan 2007 04:33:20 -0000	1.26
+++ elfutils-portability.patch	6 Feb 2007 00:10:38 -0000	1.27
@@ -1,6 +1,6 @@
 --- elfutils/backends/ChangeLog
 +++ elfutils/backends/ChangeLog
-@@ -123,6 +123,11 @@
+@@ -130,6 +130,11 @@
  	* sparc_init.c: Likewise.
  	* x86_64_init.c: Likewise.
  
@@ -12,7 +12,7 @@
  2005-11-19  Roland McGrath  <roland at redhat.com>
  
  	* ppc64_reloc.def: REL30 -> ADDR30.
-@@ -145,6 +150,9 @@
+@@ -152,6 +157,9 @@
  	* Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
  	(CLEANFILES): Add libebl_$(m).so.
  
@@ -139,7 +139,7 @@
  ac_ct_CC = @ac_ct_CC@
 --- elfutils/configure
 +++ elfutils/configure
-@@ -276,7 +276,7 @@ PACKAGE_STRING='Red Hat elfutils 0.125'
+@@ -276,7 +276,7 @@ PACKAGE_STRING='Red Hat elfutils 0.126'
  PACKAGE_BUGREPORT='http://bugzilla.redhat.com/bugzilla/'
  
  ac_unique_file="libelf/libelf.h"
@@ -461,7 +461,7 @@
  libcpu_i386_a_SOURCES = i386_dis.c
 --- elfutils/libdw/ChangeLog
 +++ elfutils/libdw/ChangeLog
-@@ -322,6 +322,11 @@
+@@ -329,6 +329,11 @@
  
  2005-05-31  Roland McGrath  <roland at redhat.com>
  
@@ -525,7 +525,7 @@
  						       $(COMPILE)))
 --- elfutils/libdwfl/ChangeLog
 +++ elfutils/libdwfl/ChangeLog
-@@ -371,6 +371,11 @@
+@@ -409,6 +409,11 @@
  
  2005-07-21  Roland McGrath  <roland at redhat.com>
  
@@ -586,7 +586,7 @@
  
 --- elfutils/libebl/ChangeLog
 +++ elfutils/libebl/ChangeLog
-@@ -451,6 +451,11 @@
+@@ -460,6 +460,11 @@
  	* Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
  	tracking works right.
  
@@ -617,7 +617,7 @@
  INCLUDES = -I$(srcdir) -I$(top_srcdir)/libelf -I$(top_srcdir)/libdw \
 --- elfutils/libebl/Makefile.in
 +++ elfutils/libebl/Makefile.in
-@@ -131,6 +131,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+@@ -132,6 +132,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LDFLAGS = @LDFLAGS@
@@ -625,7 +625,7 @@
  LEX = @LEX@
  LEXLIB = @LEXLIB@
  LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
-@@ -171,6 +172,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
+@@ -172,6 +173,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
  TESTS_RPATH_TRUE = @TESTS_RPATH_TRUE@
  USE_NLS = @USE_NLS@
  VERSION = 1
@@ -633,7 +633,7 @@
  XGETTEXT = @XGETTEXT@
  YACC = @YACC@
  ac_ct_CC = @ac_ct_CC@
-@@ -213,9 +215,9 @@ sharedstatedir = @sharedstatedir@
+@@ -214,9 +216,9 @@ sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  @MUDFLAP_FALSE at AM_CFLAGS = -fpic -Wall -Wshadow -Werror -Wunused \
@@ -647,7 +647,7 @@
  
 --- elfutils/libelf/ChangeLog
 +++ elfutils/libelf/ChangeLog
-@@ -183,6 +183,11 @@
+@@ -206,6 +206,11 @@
  	If section content hasn't been read yet, do it before looking for the
  	block size.  If no section data present, infer size of section header.
  
@@ -779,7 +779,7 @@
  ac_ct_CC = @ac_ct_CC@
 --- elfutils/src/ChangeLog
 +++ elfutils/src/ChangeLog
-@@ -42,6 +42,10 @@
+@@ -76,6 +76,10 @@
  	* elflint.c (valid_e_machine): Add EM_ALPHA.
  	Reported by Christian Aichinger <Greek0 at gmx.net>.
  
@@ -790,7 +790,7 @@
  2006-08-08  Ulrich Drepper  <drepper at redhat.com>
  
  	* elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
-@@ -118,6 +122,10 @@
+@@ -152,6 +156,10 @@
  	* Makefile.am: Add hacks to create dependency files for non-generic
  	linker.
  
@@ -801,7 +801,7 @@
  2006-06-12  Ulrich Drepper  <drepper at redhat.com>
  
  	* ldgeneric.c (ld_generic_generate_sections): Don't create .interp
-@@ -466,6 +474,11 @@
+@@ -500,6 +508,11 @@
  	* readelf.c (print_debug_loc_section): Fix indentation for larger
  	address size.
  
@@ -844,12 +844,12 @@
  	     $(if $($(*F)_no_Werror),,-Werror) \
 -	     $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
 +	     $(if $($(*F)_no_Wunused),,-Wunused $(WEXTRA)) \
- 	     $(if $($(*F)_no_Wformat),,-Wformat=2)
+ 	     $(if $($(*F)_no_Wformat),,-Wformat=2) $(CFLAGS_$(*F))
  
  INCLUDES = -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
 --- elfutils/src/Makefile.in
 +++ elfutils/src/Makefile.in
-@@ -202,6 +202,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+@@ -212,6 +212,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LDFLAGS = @LDFLAGS@
@@ -857,7 +857,7 @@
  LEX = @LEX@
  LEXLIB = @LEXLIB@
  LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
-@@ -242,6 +243,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
+@@ -252,6 +253,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
  TESTS_RPATH_TRUE = @TESTS_RPATH_TRUE@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
@@ -865,19 +865,20 @@
  XGETTEXT = @XGETTEXT@
  YACC = @YACC@ -d
  ac_ct_CC = @ac_ct_CC@
-@@ -286,12 +288,12 @@ target_alias = @target_alias@
+@@ -296,13 +298,13 @@ target_alias = @target_alias@
  @MUDFLAP_FALSE at AM_CFLAGS = -Wall -Wshadow -std=gnu99 \
  @MUDFLAP_FALSE@	$(native_ld_cflags) $(if \
  @MUDFLAP_FALSE@	$($(*F)_no_Werror),,-Werror) $(if \
 - at MUDFLAP_FALSE@	$($(*F)_no_Wunused),,-Wunused -Wextra) $(if \
 + at MUDFLAP_FALSE@	$($(*F)_no_Wunused),,-Wunused $(WEXTRA)) $(if \
- @MUDFLAP_FALSE@	$($(*F)_no_Wformat),,-Wformat=2)
+ @MUDFLAP_FALSE@	$($(*F)_no_Wformat),,-Wformat=2) \
+ @MUDFLAP_FALSE@	$(CFLAGS_$(*F))
  @MUDFLAP_TRUE at AM_CFLAGS = -fmudflap -Wall -Wshadow -std=gnu99 \
  @MUDFLAP_TRUE@	$(native_ld_cflags) $(if \
  @MUDFLAP_TRUE@	$($(*F)_no_Werror),,-Werror) $(if \
 - at MUDFLAP_TRUE@	$($(*F)_no_Wunused),,-Wunused -Wextra) $(if \
 + at MUDFLAP_TRUE@	$($(*F)_no_Wunused),,-Wunused $(WEXTRA)) $(if \
- @MUDFLAP_TRUE@	$($(*F)_no_Wformat),,-Wformat=2)
+ @MUDFLAP_TRUE@	$($(*F)_no_Wformat),,-Wformat=2) $(CFLAGS_$(*F))
  INCLUDES = -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
  	   -I$(srcdir)/../libdw -I$(srcdir)/../libdwfl \
 --- elfutils/src/strings.c
@@ -961,7 +962,7 @@
  cannot set access and modification date of '%s'"), fname);
 --- elfutils/tests/ChangeLog
 +++ elfutils/tests/ChangeLog
-@@ -419,6 +419,11 @@
+@@ -449,6 +449,11 @@
  	* Makefile.am (TESTS): Add run-elflint-test.sh.
  	(EXTRA_DIST): Add run-elflint-test.sh and testfile18.bz2.
  
@@ -993,7 +994,7 @@
  endif
 --- elfutils/tests/Makefile.in
 +++ elfutils/tests/Makefile.in
-@@ -294,6 +294,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+@@ -297,6 +297,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  LDFLAGS = @LDFLAGS@
@@ -1001,7 +1002,7 @@
  LEX = @LEX@
  LEXLIB = @LEXLIB@
  LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
-@@ -334,6 +335,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
+@@ -337,6 +338,7 @@ TESTS_RPATH_FALSE = @TESTS_RPATH_FALSE@
  TESTS_RPATH_TRUE = @TESTS_RPATH_TRUE@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
@@ -1009,7 +1010,7 @@
  XGETTEXT = @XGETTEXT@
  YACC = @YACC@
  ac_ct_CC = @ac_ct_CC@
-@@ -375,10 +377,10 @@ sbindir = @sbindir@
+@@ -378,10 +380,10 @@ sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@

elfutils-robustify.patch:
 elfutils-0.122/libelf/elf32_getphdr.c        |   10 ++
 elfutils-0.122/libelf/elf32_newphdr.c        |    6 +
 elfutils-0.122/libelf/elf32_updatefile.c     |    7 +
 elfutils-0.122/libelf/elf_begin.c            |   46 ++++++++++
 elfutils-0.122/libelf/elf_getarsym.c         |    3 
 elfutils-0.122/libelf/elf_getshstrndx.c      |   38 +++++++-
 elfutils-0.122/libelf/elf_newscn.c           |   10 ++
 elfutils-0.122/libelf/gelf_getdyn.c          |    6 -
 elfutils-0.122/libelf/gelf_getlib.c          |    3 
 elfutils-0.122/libelf/gelf_getmove.c         |    3 
 elfutils-0.122/libelf/gelf_getrel.c          |   12 --
 elfutils-0.122/libelf/gelf_getrela.c         |   12 --
 elfutils-0.122/libelf/gelf_getsym.c          |    6 -
 elfutils-0.122/libelf/gelf_getsyminfo.c      |    3 
 elfutils-0.122/libelf/gelf_getsymshndx.c     |   10 +-
 elfutils-0.122/libelf/gelf_getversym.c       |    3 
 elfutils-0.122/libelf/gelf_update_dyn.c      |   12 --
 elfutils-0.122/libelf/gelf_update_lib.c      |    9 --
 elfutils-0.122/libelf/gelf_update_move.c     |    2 
 elfutils-0.122/libelf/gelf_update_rel.c      |   12 --
 elfutils-0.122/libelf/gelf_update_rela.c     |   12 --
 elfutils-0.122/libelf/gelf_update_sym.c      |   12 --
 elfutils-0.122/libelf/gelf_update_syminfo.c  |    9 --
 elfutils-0.122/libelf/gelf_update_symshndx.c |   12 --
 elfutils-0.122/libelf/gelf_update_versym.c   |    2 
 elfutils-0.122/libelf/libelfP.h              |    9 ++
 elfutils-0.122/src/elflint.c                 |  117 +++++++++++++++++++--------
 elfutils-0.122/src/readelf.c                 |   92 +++++++++++++++------
 elfutils-0.122/src/strip.c                   |   73 +++++++++++-----
 elfutils-0.126/libelf/elf32_getshdr.c        |   13 ++-
 30 files changed, 390 insertions(+), 174 deletions(-)

Index: elfutils-robustify.patch
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/elfutils-robustify.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- elfutils-robustify.patch	12 Jul 2006 22:08:25 -0000	1.5
+++ elfutils-robustify.patch	6 Feb 2007 00:10:38 -0000	1.6
@@ -17,7 +17,7 @@
 	* elf_getshstrndx.c (elf_getshstrndx): Add elf->start_offset to
 	elf->map_address.  Check if first section header fits into object's
 	bounds.
-	* elf32_getshdr.c (elfw2(LIBELFBITS,getshdr)): Fix comment pasto.
+	* elf32_getshdr.c (elfw2(LIBELFBITS,getshdr)):
 	Check if section header table fits into object's bounds.
 	* elf_begin.c (get_shnum): Ensure section headers fits into
 	object's bounds.
@@ -84,9 +84,9 @@
  	  /* All the data is already mapped.  Use it.  */
  	  if (ehdr->e_ident[EI_DATA] == MY_ELFDATA
  	      && (ALLOW_UNALIGNED
---- elfutils-0.122/libelf/elf32_getshdr.c
-+++ elfutils-0.122/libelf/elf32_getshdr.c
-@@ -101,11 +101,12 @@ elfw2(LIBELFBITS,getshdr) (scn)
+--- elfutils-0.126/libelf/elf32_getshdr.c
++++ elfutils-0.126/libelf/elf32_getshdr.c
+@@ -101,7 +101,8 @@ elfw2(LIBELFBITS,getshdr) (scn)
  	goto out;
  
        size_t shnum;
@@ -96,15 +96,10 @@
  	goto out;
        size_t size = shnum * sizeof (ElfW2(LIBELFBITS,Shdr));
  
--      /* Allocate memory for the program headers.  We know the number
-+      /* Allocate memory for the section headers.  We know the number
- 	 of entries from the ELF header.  */
-       ElfW2(LIBELFBITS,Shdr) *shdr = elf->state.ELFW(elf,LIBELFBITS).shdr =
- 	(ElfW2(LIBELFBITS,Shdr) *) malloc (size);
-@@ -128,6 +129,16 @@ elfw2(LIBELFBITS,getshdr) (scn)
- 			   + ehdr->e_shoff)
- 			  & (__alignof__ (ElfW2(LIBELFBITS,Shdr)) - 1)) != 0));
+@@ -118,6 +119,16 @@ elfw2(LIBELFBITS,getshdr) (scn)
  
+       if (elf->map_address != NULL)
+ 	{
 +	  /* First see whether the information in the ELF header is
 +	     valid and it does not ask for too much.  */
 +	  if (unlikely (ehdr->e_shoff >= elf->maximum_size)
@@ -115,9 +110,10 @@
 +	      goto free_and_out;
 +	    }
 +
- 	  /* Now copy the data and at the same time convert the byte
- 	     order.  */
- 	  if (ALLOW_UNALIGNED
+ 	  ElfW2(LIBELFBITS,Shdr) *notcvt;
+ 
+ 	  /* All the data is already mapped.  If we could use it
+
 --- elfutils-0.122/libelf/elf32_newphdr.c
 +++ elfutils-0.122/libelf/elf32_newphdr.c
 @@ -124,6 +124,12 @@ elfw2(LIBELFBITS,newphdr) (elf, count)


Index: elfutils.spec
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/elfutils.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- elfutils.spec	11 Jan 2007 04:33:20 -0000	1.78
+++ elfutils.spec	6 Feb 2007 00:10:38 -0000	1.79
@@ -1,4 +1,4 @@
-%define eu_version 0.125
+%define eu_version 0.126
 %define eu_release 1
 
 %if %{?_with_compat:1}%{!?_with_compat:0}
@@ -178,7 +178,7 @@
 %endif
 
 %configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
-make %{?_smp_mflags}
+make -s %{?_smp_mflags}
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -200,8 +200,7 @@
 }
 
 %check
-# XXX elflint not happy on ia64
-make check || :
+make check
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -218,6 +217,7 @@
 %defattr(-,root,root)
 %doc README TODO
 %{_bindir}/eu-addr2line
+%{_bindir}/eu-ar
 %{_bindir}/eu-elfcmp
 %{_bindir}/eu-elflint
 %{_bindir}/eu-findtextrel
@@ -271,6 +271,16 @@
 %{_libdir}/libelf.a
 
 %changelog
+* Mon Feb  5 2007 Roland McGrath <roland at redhat.com> - 0.126-1
+- Update to 0.126
+  - New program eu-ar.
+  - libdw: fix missing dwarf_getelf (#227206)
+  - libdwfl: dwfl_module_addrname for st_size=0 symbols (#227167, #227231)
+- Resolves: RHBZ #227206, RHBZ #227167, RHBZ #227231
+
+* Wed Jan 10 2007 Roland McGrath <roland at redhat.com> - 0.125-3
+- Fix overeager warn_unused_result build failures.
+
 * Wed Jan 10 2007 Roland McGrath <roland at redhat.com> - 0.125-1
 - Update to 0.125
   - elflint: Compare DT_GNU_HASH tests.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/elfutils/FC-6/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	11 Jan 2007 04:33:20 -0000	1.34
+++ sources	6 Feb 2007 00:10:39 -0000	1.35
@@ -1,3 +1,3 @@
-b489f937b41e41e23a2e580c8bfd9e08  elfutils-0.125.tar.gz
 07a924423a05b1bf6d0f9fe8b35dbe6b  testfile16.symtab.bz2
 bd40d1aaca8eaf1c7aea54bf4b29bda2  testfile16.symtab.debug.bz2
+573db6e31f37b4af8b17138371b0c5f2  elfutils-0.126.tar.gz




More information about the fedora-cvs-commits mailing list