RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/tools/ debugedit.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 18 Sep 2010 - 16:35:06 CEST
Message-Id: <20100918143506.7F2B6C7971@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   18-Sep-2010 16:35:06
  Branch: rpm-5_3                          Handle: 2010091814350600

  Modified files:           (Branch: rpm-5_3)
    rpm/tools               debugedit.c

  Log:
    - fix: debugedit produce empty list file on MIPS (really fix?).

  Summary:
    Revision    Changes     Path
    2.22.2.1    +1  -0      rpm/tools/debugedit.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/debugedit.c
  ============================================================================
  $ cvs diff -u -r2.22 -r2.22.2.1 debugedit.c
  --- rpm/tools/debugedit.c	15 Jun 2009 14:16:21 -0000	2.22
  +++ rpm/tools/debugedit.c	18 Sep 2010 14:35:06 -0000	2.22.2.1
  @@ -1595,6 +1595,7 @@
         switch (dso->shdr[i].sh_type)
   	{
   	case SHT_PROGBITS:
  +	case SHT_MIPS_DWARF:
   	  name = strptr (dso, dso->ehdr.e_shstrndx, dso->shdr[i].sh_name);
   	  /* TODO: Handle stabs */
   #if 0
  @@ .
Received on Sat Sep 18 16:35:06 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.