SOURCES: elfutils-inline.patch, elfutils-pl.po.patch - updated for...

qboosh qboosh at pld-linux.org
Sat Sep 15 21:01:34 CEST 2007


Author: qboosh                       Date: Sat Sep 15 19:01:34 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.129

---- Files affected:
SOURCES:
   elfutils-inline.patch (1.2 -> 1.3) , elfutils-pl.po.patch (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SOURCES/elfutils-inline.patch
diff -u SOURCES/elfutils-inline.patch:1.2 SOURCES/elfutils-inline.patch:1.3
--- SOURCES/elfutils-inline.patch:1.2	Tue Jun 12 19:01:16 2007
+++ SOURCES/elfutils-inline.patch	Sat Sep 15 21:01:29 2007
@@ -112,15 +112,6 @@
      {
        /* For absolute symbols and the like, only match exactly.  */
        if (shndx >= SHN_LORESERVE)
-@@ -108,7 +108,7 @@
-       const char *name = INTUSE(dwfl_module_getsym) (mod, i, &sym, &shndx);
-       if (name != NULL && sym.st_value <= addr)
- 	{
--	  inline void closest (void)
-+	  __gnu_inline void closest (void)
- 	    {
- 	      *closest_sym = sym;
- 	      closest_shndx = shndx;
 --- elfutils-0.127/backends/ia64_retval.c.orig	2006-07-21 13:28:28.000000000 +0200
 +++ elfutils-0.127/backends/ia64_retval.c	2007-05-19 16:13:08.295213177 +0200
 @@ -96,7 +96,7 @@
@@ -132,31 +123,22 @@
      {
        if (fpregs_used == 0)
  	*locp = loc;
---- elfutils-0.127/libdw/libdw.h.orig	2007-04-05 12:33:43.000000000 +0200
-+++ elfutils-0.127/libdw/libdw.h	2007-05-19 16:07:34.811667724 +0200
-@@ -623,15 +623,20 @@
+--- elfutils-0.129/libdw/libdw.h.orig	2007-09-11 23:13:42.612551928 +0200
++++ elfutils-0.129/libdw/libdw.h	2007-09-11 23:14:19.438650528 +0200
+@@ -61,10 +61,12 @@
+ # define __nonnull_attribute__(args...)
+ #endif
+ 
+-#ifdef __GNUC_STDC_INLINE__
++#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
+ # define __extern_inline extern __inline __attribute__ ((__gnu_inline__))
++# define __gnu_inline __inline __attribute__ ((__gnu_inline__))
+ #else
+ # define __extern_inline extern __inline
++# define __gnu_inline __inline
+ #endif
  
- /* Inline optimizations.  */
- #ifdef __OPTIMIZE__
-+# if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
-+#  define __gnu_inline inline __attribute__ ((__gnu_inline__))
-+# else
-+#  define __gnu_inline inline
-+# endif
- /* Return attribute code of given attribute.  */
--extern inline unsigned int
-+extern __gnu_inline unsigned int
- dwarf_whatattr (Dwarf_Attribute *attr)
- {
-   return attr == NULL ? 0 : attr->code;
- }
  
- /* Return attribute code of given attribute.  */
--extern inline unsigned int
-+extern __gnu_inline unsigned int
- dwarf_whatform (Dwarf_Attribute *attr)
- {
-   return attr == NULL ? 0 : attr->form;
 --- elfutils-0.127/libdw/dwarf_getscopevar.c.orig	2006-04-11 22:52:05.000000000 +0200
 +++ elfutils-0.127/libdw/dwarf_getscopevar.c	2007-05-19 16:11:06.586106385 +0200
 @@ -93,7 +93,7 @@

================================================================
Index: SOURCES/elfutils-pl.po.patch
diff -u SOURCES/elfutils-pl.po.patch:1.16 SOURCES/elfutils-pl.po.patch:1.17
--- SOURCES/elfutils-pl.po.patch:1.16	Mon Jun 11 23:08:24 2007
+++ SOURCES/elfutils-pl.po.patch	Sat Sep 15 21:01:29 2007
@@ -10,19 +10,19 @@
  
  AC_PROG_CC
  AC_PROG_CPP
---- elfutils-0.128/po/pl.po.orig	1970-01-01 01:00:00.000000000 +0100
-+++ elfutils-0.128/po/pl.po	2007-06-11 21:10:42.816500238 +0200
-@@ -0,0 +1,4146 @@
+--- elfutils-0.129/po/pl.po.orig	1970-01-01 01:00:00.000000000 +0100
++++ elfutils-0.129/po/pl.po	2007-09-15 20:19:25.779272563 +0200
+@@ -0,0 +1,4217 @@
 +# Polish translation for elfutils.
 +# This file is distributed under the same license as the elfutils package.
 +# Jakub Bogusz <qboosh at pld-linux.org>, 2003-2007.
 +#
 +msgid ""
 +msgstr ""
-+"Project-Id-Version: elfutils 0.128\n"
++"Project-Id-Version: elfutils 0.129\n"
 +"Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
-+"POT-Creation-Date: 2007-06-05 19:44-0700\n"
-+"PO-Revision-Date: 2007-06-11 21:01+0200\n"
++"POT-Creation-Date: 2007-08-14 15:30-0700\n"
++"PO-Revision-Date: 2007-09-15 20:10+0200\n"
 +"Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
 +"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
 +"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
 +"Content-Transfer-Encoding: 8bit\n"
 +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 +
-+#: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2541
++#: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2581
 +#, c-format
 +msgid "memory exhausted"
 +msgstr "pamiêæ wyczerpana"
@@ -349,7 +349,7 @@
 +msgid ".debug_ranges section missing"
 +msgstr "brak sekcji .debug_ranges"
 +
-+#: src/nm.c:74 src/readelf.c:66 src/strip.c:72
++#: src/nm.c:74 src/readelf.c:67 src/strip.c:72
 +msgid "Output selection:"
 +msgstr "Wybór wyj¶cia:"
 +
@@ -425,7 +425,7 @@
 +msgid "Reverse the sense of the sort"
 +msgstr "Odwrócenie porz±dku sortowania"
 +
-+#: src/nm.c:103 src/addr2line.c:70 src/findtextrel.c:73 src/elfcmp.c:74
++#: src/nm.c:103 src/addr2line.c:71 src/findtextrel.c:73 src/elfcmp.c:74
 +#: src/strings.c:83
 +msgid "Miscellaneous:"
 +msgstr "Ró¿ne:"
@@ -444,8 +444,8 @@
 +msgid "%s: INTERNAL ERROR %d (%s-%s): %s"
 +msgstr "%s: B£¡D WEWNÊTRZNY %d (%s-%s): %s"
 +
-+#: src/nm.c:253 src/readelf.c:368 src/size.c:219 src/strip.c:203 src/ld.c:869
-+#: src/elflint.c:232 src/addr2line.c:186 src/findtextrel.c:168
++#: src/nm.c:253 src/readelf.c:404 src/size.c:219 src/strip.c:203 src/ld.c:869
++#: src/elflint.c:232 src/addr2line.c:190 src/findtextrel.c:168
 +#: src/elfcmp.c:519 src/ranlib.c:136 src/strings.c:227
 +#, c-format
 +msgid ""
@@ -458,8 +458,8 @@
 +"Autorzy nie daj± ¯ADNYCH gwarancji, w tym równie¿ gwarancji PRZYDATNO¦CI\n"
 +"DO SPRZEDA¯Y LUB DO KONKRETNYCH CELÓW.\n"
 +
-+#: src/nm.c:258 src/readelf.c:373 src/size.c:224 src/strip.c:208 src/ld.c:874
-+#: src/elflint.c:237 src/addr2line.c:191 src/findtextrel.c:173
++#: src/nm.c:258 src/readelf.c:409 src/size.c:224 src/strip.c:208 src/ld.c:874
++#: src/elflint.c:237 src/addr2line.c:195 src/findtextrel.c:173
 +#: src/elfcmp.c:524 src/ranlib.c:141 src/strings.c:232
 +#, c-format
 +msgid "Written by %s.\n"
@@ -515,11 +515,11 @@
 +msgid "cannot create search tree"
 +msgstr "nie mo¿na utworzyæ drzewa wyszukiwania"
 +
-+#: src/nm.c:728 src/nm.c:973 src/readelf.c:676 src/readelf.c:815
-+#: src/readelf.c:956 src/readelf.c:1138 src/readelf.c:1346 src/readelf.c:1500
-+#: src/readelf.c:1667 src/readelf.c:1921 src/readelf.c:1987 src/readelf.c:2065
-+#: src/readelf.c:2560 src/readelf.c:2596 src/readelf.c:4859 src/size.c:418
-+#: src/size.c:492 src/strip.c:480
++#: src/nm.c:728 src/nm.c:973 src/readelf.c:716 src/readelf.c:855
++#: src/readelf.c:996 src/readelf.c:1178 src/readelf.c:1386 src/readelf.c:1540
++#: src/readelf.c:1707 src/readelf.c:1961 src/readelf.c:2027 src/readelf.c:2105
++#: src/readelf.c:2600 src/readelf.c:2636 src/readelf.c:4899 src/readelf.c:5090
++#: src/readelf.c:5164 src/size.c:418 src/size.c:492 src/strip.c:480
 +#, c-format
 +msgid "cannot get section header string table index"
 +msgstr "nie mo¿na pobraæ indeksu tabeli ³añcuchów nag³ówków sekcji"
@@ -579,160 +579,168 @@
 +msgid "%s%s%s: no symbols"
 +msgstr "%s%s%s: brak symboli"
 +
-+#: src/readelf.c:67
++#: src/readelf.c:68
 +msgid "Equivalent to: -h -l"
 +msgstr "Równowa¿ne -h -l"
 +
-+#: src/readelf.c:68
++#: src/readelf.c:69
 +msgid "Display the dynamic segment"
 +msgstr "Wy¶wietlenie segmentu dynamicznego"
 +
-+#: src/readelf.c:69
++#: src/readelf.c:70
 +msgid "Display the ELF file header"
 +msgstr "Wy¶wietlenie nag³ówka pliku ELF"
 +
-+#: src/readelf.c:71
++#: src/readelf.c:72
 +msgid "Display histogram of bucket list lengths"
 +msgstr "Wy¶wietlenie histogramu d³ugo¶ci list kube³ków"
 +
-+#: src/readelf.c:72
++#: src/readelf.c:73
 +msgid "Display the program headers"
 +msgstr "Wy¶wietlenie nag³ówków programu"
 +
-+#: src/readelf.c:73
++#: src/readelf.c:75
 +msgid "Display relocations"
 +msgstr "Wy¶wietlenie relokacji"
 +
-+#: src/readelf.c:74
++#: src/readelf.c:76
 +msgid "Display the sections' header"
 +msgstr "Wy¶wietlenie nag³ówków sekcji"
 +
-+#: src/readelf.c:75
++#: src/readelf.c:78
 +msgid "Display the symbol table"
 +msgstr "Wy¶wietlenie tabeli symboli"
 +
-+#: src/readelf.c:76
++#: src/readelf.c:79
 +msgid "Display versioning information"
 +msgstr "Wy¶wietlenie informacji o wersjonowaniu"
 +
-+#: src/readelf.c:78
++#: src/readelf.c:81
 +msgid "Display DWARF section content.  SECTION can be one of abbrev, aranges, frame, info, loc, line, ranges, pubnames, str, or macinfo."
 +msgstr "Wy¶wietlenie zawarto¶ci sekcji DWARF. SEKCJA mo¿e byæ jednym z abbrev, aranges, frame, info, loc, line, ranges, pubnames, str lub macinfo."
 +
-+#: src/readelf.c:81
++#: src/readelf.c:84
 +msgid "Display the core notes"
 +msgstr "Wy¶wietlenie g³ównych notatek"
 +
-+#: src/readelf.c:83
++#: src/readelf.c:86
 +msgid "Display architecture specific information (if any)"
 +msgstr "Wy¶wietlenie informacji specyficznych dla architektury (o ile s±)"
 +
-+#: src/readelf.c:85
++#: src/readelf.c:88
++msgid "Dump the uninterpreted contents of SECTION, by number or name"
++msgstr "Zrzut niezinterpretowanej zawarto¶ci SEKCJI zadanej numerem lub nazw±"
++
++#: src/readelf.c:90
++msgid "Print contents of sections marked as containing only strings"
++msgstr "Wypisanie zawarto¶ci sekcji oznaczonych jako zawieraj±ce tylko ³añcuchy"
++
++#: src/readelf.c:92
 +msgid "Output control:"
 +msgstr "Kontrola wyj¶cia:"
 +
-+#: src/readelf.c:91
++#: src/readelf.c:98
 +msgid "Print information from ELF file in human-readable form."
 +msgstr "Wypisanie informacji z pliku ELF w postaci czytelnej dla cz³owieka"
 +
-+#: src/readelf.c:95 src/elflint.c:81
++#: src/readelf.c:102 src/elflint.c:81
 +msgid "FILE..."
 +msgstr "PLIK..."
 +
-+#: src/readelf.c:215 src/elflint.c:151
++#: src/readelf.c:237 src/elflint.c:151
 +#, c-format
 +msgid "cannot open input file"
 +msgstr "nie mo¿na otworzyæ pliku wej¶ciowego"
 +
-+#: src/readelf.c:222 src/elflint.c:158
++#: src/readelf.c:244 src/elflint.c:158
 +#, c-format
 +msgid "cannot generate Elf descriptor: %s\n"
 +msgstr "nie mo¿na wygenerowaæ deskryptora Elf: %s\n"
 +
-+#: src/readelf.c:230
++#: src/readelf.c:252
 +#, c-format
 +msgid "error while closing Elf descriptor: %s"
 +msgstr "b³±d podczas zamykania deskryptora Elf: %s"
 +
-+#: src/readelf.c:335
++#: src/readelf.c:361
 +#, c-format
 +msgid "Unknown DWARF debug section `%s'.\n"
 +msgstr "Nieznana sekcja debugowa DWARF `%s'.\n"
 +
-+#: src/readelf.c:344 src/elflint.c:215
++#: src/readelf.c:380 src/elflint.c:215
 +msgid "Missing file name.\n"
 +msgstr "Brak nazwy pliku.\n"
 +
-+#: src/readelf.c:349
++#: src/readelf.c:385
 +msgid "No operation specified.\n"
 +msgstr "Nie podano operacji.\n"
 +
-+#: src/readelf.c:428 src/elflint.c:295
++#: src/readelf.c:464 src/elflint.c:295
 +#, c-format
 +msgid " error while freeing sub-ELF descriptor: %s\n"
 +msgstr " b³±d podczas zwalniania deskryptora pod-ELF: %s\n"
 +
-+#: src/readelf.c:436
++#: src/readelf.c:472
 +#, c-format
 +msgid "cannot stat input file"
 +msgstr "nie mo¿na wykonaæ stat na pliku wej¶ciowym"
 +
-+#: src/readelf.c:438
++#: src/readelf.c:474
 +#, c-format
 +msgid "input file is empty"
 +msgstr "plik wej¶ciowy jest pusty"
 +
-+#: src/readelf.c:441
++#: src/readelf.c:477
 +#, c-format
 +msgid "Not an ELF file - it has the wrong magic bytes at the start"
 +msgstr "To nie jest plik ELF - ma z³e bajty magiczne na pocz±tku"
 +
-+#: src/readelf.c:467
++#: src/readelf.c:503
 +#, c-format
 +msgid "cannot read ELF header: %s"
 +msgstr "nie mo¿na odczytaæ nag³ówka ELF: %s"
 +
-+#: src/readelf.c:474
++#: src/readelf.c:510
 +#, c-format
 +msgid "cannot create EBL handle"
 +msgstr "nie mo¿na utworzyæ uchwytu EBL"
 +
-+#: src/readelf.c:481 src/strip.c:540 src/ldgeneric.c:615 src/ldgeneric.c:1082
++#: src/readelf.c:517 src/strip.c:540 src/ldgeneric.c:615 src/ldgeneric.c:1082
 +#, c-format
 +msgid "cannot determine number of sections: %s"
 +msgstr "nie mo¿na okre¶liæ liczby sekcji: %s"
 +
-+#: src/readelf.c:523
++#: src/readelf.c:563
 +msgid "NONE (None)"
 +msgstr "NONE (¯aden)"
 +
-+#: src/readelf.c:524
++#: src/readelf.c:564
 +msgid "REL (Relocatable file)"
 +msgstr "REL (Plik relokowalny)"
 +
-+#: src/readelf.c:525
++#: src/readelf.c:565
 +msgid "EXEC (Executable file)"
 +msgstr "EXEC (Plik wykonywalny)"
 +
-+#: src/readelf.c:526
++#: src/readelf.c:566
 +msgid "DYN (Shared object file)"
 +msgstr "DYN (Plik obiektu dzielonego)"
 +
-+#: src/readelf.c:527
++#: src/readelf.c:567
 +msgid "CORE (Core file)"
 +msgstr "CORE (Plik core)"
 +
-+#: src/readelf.c:532
++#: src/readelf.c:572
 +#, c-format
 +msgid "OS Specific: (%x)\n"
 +msgstr "Zale¿ny od systemu: (%x)\n"
 +
-+#: src/readelf.c:534
++#: src/readelf.c:574
 +#, c-format
 +msgid "Processor Specific: (%x)\n"
 +msgstr "Zale¿ny od procesora: (%x)\n"
 +
-+#: src/readelf.c:544
++#: src/readelf.c:584
 +msgid ""
 +"ELF Header:\n"
 +"  Magic:  "
@@ -740,7 +748,7 @@
 +"Nag³ówek ELF:\n"
 +"  Magic:  "
 +
-+#: src/readelf.c:548
++#: src/readelf.c:588
 +#, c-format
 +msgid ""
 +"\n"
@@ -749,112 +757,112 @@
 +"\n"
 +"  Klasa:                             %s\n"
 +
-+#: src/readelf.c:553
++#: src/readelf.c:593
 +#, c-format
 +msgid "  Data:                              %s\n"
 +msgstr "  Dane:                              %s\n"
 +
-+#: src/readelf.c:559
++#: src/readelf.c:599
 +#, c-format
 +msgid "  Ident Version:                     %hhd %s\n"
 +msgstr "  Wersja Ident:                      %hhd %s\n"
 +
-+#: src/readelf.c:561 src/readelf.c:578
++#: src/readelf.c:601 src/readelf.c:618
 +msgid "(current)"
 +msgstr "(aktualna)"
 +
-+#: src/readelf.c:565
++#: src/readelf.c:605
 +#, c-format
 +msgid "  OS/ABI:                            %s\n"
 +msgstr "  OS/ABI:                            %s\n"
 +
-+#: src/readelf.c:568
++#: src/readelf.c:608
 +#, c-format
 +msgid "  ABI Version:                       %hhd\n"
 +msgstr "  Wersja ABI:                        %hhd\n"
 +
-+#: src/readelf.c:571
++#: src/readelf.c:611
 +msgid "  Type:                              "
 +msgstr "  Typ:                               "
 +
-+#: src/readelf.c:574
++#: src/readelf.c:614
 +#, c-format
 +msgid "  Machine:                           %s\n"
 +msgstr "  Maszyna:                           %s\n"
 +
-+#: src/readelf.c:576
++#: src/readelf.c:616
 +#, c-format
 +msgid "  Version:                           %d %s\n"
 +msgstr "  Wersja:                            %d %s\n"
 +
-+#: src/readelf.c:580
++#: src/readelf.c:620
 +#, c-format
 +msgid "  Entry point address:               %#<PRIx64>\n"
 +msgstr "  Adres punktu wej¶ciowego:          %#<PRIx64>\n"
 +
-+#: src/readelf.c:583
++#: src/readelf.c:623
 +#, c-format
 +msgid "  Start of program headers:          %<PRId64> %s\n"
 +msgstr "  Pocz±tek nag³ówków programu:       %<PRId64> %s\n"
 +
-+#: src/readelf.c:584 src/readelf.c:587
++#: src/readelf.c:624 src/readelf.c:627
 +msgid "(bytes into file)"
 +msgstr "(bajtów w pliku)"
 +
-+#: src/readelf.c:586
++#: src/readelf.c:626
 +#, c-format
 +msgid "  Start of section headers:          %<PRId64> %s\n"
 +msgstr "  Pocz±tek nag³ówków sekcji:         %<PRId64> %s\n"
 +
-+#: src/readelf.c:589
++#: src/readelf.c:629
 +#, c-format
 +msgid "  Flags:                             %s\n"
 +msgstr "  Flagi:                             %s\n"
 +
-+#: src/readelf.c:592
++#: src/readelf.c:632
 +#, c-format
 +msgid "  Size of this header:               %<PRId16> %s\n"
 +msgstr "  Rozmiar tego nag³ówka:             %<PRId16> %s\n"
 +
-+#: src/readelf.c:593 src/readelf.c:596 src/readelf.c:602
++#: src/readelf.c:633 src/readelf.c:636 src/readelf.c:642
 +msgid "(bytes)"
 +msgstr "(bajtów)"
 +
-+#: src/readelf.c:595
++#: src/readelf.c:635
 +#, c-format
 +msgid "  Size of program header entries:    %<PRId16> %s\n"
 +msgstr "  Rozmiar wpisów nag³ówka programu:  %<PRId16> %s\n"
 +
-+#: src/readelf.c:598
++#: src/readelf.c:638
 +#, c-format
 +msgid "  Number of program headers entries: %<PRId16>\n"
 +msgstr "  Liczba wpisów nag³ówków programu:  %<PRId16>\n"
 +
-+#: src/readelf.c:601
++#: src/readelf.c:641
 +#, c-format
 +msgid "  Size of section header entries:    %<PRId16> %s\n"
 +msgstr "  Rozmiar wpisów nag³ówka sekcji:    %<PRId16> %s\n"
 +
-+#: src/readelf.c:604
++#: src/readelf.c:644
 +#, c-format
 +msgid "  Number of section headers entries: %<PRId16>"
 +msgstr "  Liczba wpisów nag³ówków sekcji:    %<PRId16>"
 +
-+#: src/readelf.c:611
++#: src/readelf.c:651
 +#, c-format
 +msgid " (%<PRIu32> in [0].sh_size)"
 +msgstr " (%<PRIu32> w [0].sh_size)"
 +
-+#: src/readelf.c:614 src/readelf.c:628
++#: src/readelf.c:654 src/readelf.c:668
 +msgid " ([0] not available)"
 +msgstr " ([0] niedostêpny)"
 +
-+#: src/readelf.c:624
++#: src/readelf.c:664
 +#, c-format
 +msgid " (%<PRIu32> in [0].sh_link)"
 +msgstr " (%<PRIu32> w [0].sh_link)"
 +
-+#: src/readelf.c:632
++#: src/readelf.c:672
 +#, c-format
 +msgid ""
 +"  Section header string table index: XINDEX%s\n"
@@ -863,7 +871,7 @@
 +"  Indeks tabeli ³añcuchów nag³ówków sekcji: XINDEX%s\n"
 +"\n"
 +
-+#: src/readelf.c:636
++#: src/readelf.c:676
 +#, c-format
 +msgid ""
 +"  Section header string table index: %<PRId16>\n"
@@ -872,7 +880,7 @@
 +"  Indeks tabeli ³añcuchów nag³ówków sekcji: %<PRId16>\n"
 +"\n"
 +
-+#: src/readelf.c:668
++#: src/readelf.c:708
 +#, c-format
 +msgid ""
 +"There are %d section headers, starting at offset %#<PRIx64>:\n"
@@ -881,46 +889,46 @@
 +"Jest %d nag³ówków sekcji, zaczynaj±cych siê od offsetu %#<PRIx64>:\n"
 +"\n"
 +
-+#: src/readelf.c:678
++#: src/readelf.c:718
 +msgid "Section Headers:"
 +msgstr "Nag³ówki sekcji:"
 +
-+#: src/readelf.c:681
++#: src/readelf.c:721
 +msgid "[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk Inf Al"
 +msgstr "[Nr] Nazwa                Typ          Adres    Offset Rozm   ES Flagi Lk Inf Al"
 +
-+#: src/readelf.c:683
++#: src/readelf.c:723
 +msgid "[Nr] Name                 Type         Addr             Off      Size     ES Flags Lk Inf Al"
 +msgstr "[Nr] Nazwa                Typ          Adres            Offset   Rozmiar  ES Flagi Lk Inf Al"
 +
-+#: src/readelf.c:690 src/readelf.c:839
++#: src/readelf.c:730 src/readelf.c:879
 +#, c-format
 +msgid "cannot get section: %s"
 +msgstr "nie mo¿na pobraæ sekcji: %s"
 +
-+#: src/readelf.c:697 src/readelf.c:847
++#: src/readelf.c:737 src/readelf.c:887 src/readelf.c:5110
 +#, c-format
 +msgid "cannot get section header: %s"
 +msgstr "nie mo¿na pobraæ nag³ówka sekcji: %s"
 +
-+#: src/readelf.c:755
++#: src/readelf.c:795
 +msgid "Program Headers:"
 +msgstr "Nag³ówki programu:"
 +
-+#: src/readelf.c:757
++#: src/readelf.c:797
 +msgid "  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
 +msgstr "  Typ            Offset   AdresWirt  AdresFiz   RozmPlik RozmPam  Flg Wyrównanie"
 +
-+#: src/readelf.c:760
++#: src/readelf.c:800
 +msgid "  Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align"
 +msgstr "  Typ            Offset   AdresWirtualny     AdresFizyczny      RozmPlik RozmPam  Flg Wyrównanie"
 +
-+#: src/readelf.c:800
++#: src/readelf.c:840
 +#, c-format
 +msgid "\t[Requesting program interpreter: %s]\n"
 +msgstr "\t[Wywo³anie interpretera programu: %s]\n"
 +
-+#: src/readelf.c:817
++#: src/readelf.c:857
 +msgid ""
 +"\n"
 +" Section to Segment mapping:\n"
@@ -930,12 +938,12 @@
 +" Odwzorowanie sekcji na segmenty:\n"
 +"  Segment Sekcje..."
 +
-+#: src/readelf.c:828
++#: src/readelf.c:868
 +#, c-format
 +msgid "cannot get program header: %s"
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/elfutils-inline.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/elfutils-pl.po.patch?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list