Bläddra i källkod

dpkg-gensymbols: blacklist "__gnu_local_gp" symbol

* scripts/Dpkg/Shlibs/SymbolFile.pm: add "__gnu_local_gp" symbol
to the blacklist (mips/mipsel specific symbol that appeared with
GCC 4.3).
Thiemo Seufer 18 år sedan
förälder
incheckning
e349223821
3 ändrade filer med 11 tillägg och 0 borttagningar
  1. 6 0
      ChangeLog
  2. 4 0
      debian/changelog
  3. 1 0
      scripts/Dpkg/Shlibs/SymbolFile.pm

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2008-09-26  Thiemo Seufer  <ths@debian.org>
+
+	* scripts/Dpkg/Shlibs/SymbolFile.pm: add "__gnu_local_gp" symbol
+	  to the blacklist (mips/mipsel specific symbol that appeared with
+	  GCC 4.3).
+
 2008-09-05  Raphael Hertzog  <hertzog@debian.org>
 
 	* configure.ac: Bump version to 1.14.23~.

+ 4 - 0
debian/changelog

@@ -1,5 +1,9 @@
 dpkg (1.14.23) UNRELEASED; urgency=low
 
+  [ Raphael Hertzog ]
+  * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
+    Thanks to Thiemo Seufer <ths@debian.org>.
+
   [ Updated dpkg translations ]
   * Greek (Emmanuel Galatoulas). Closes: #498585
   * Portuguese (Miguel Figueiredo)

+ 1 - 0
scripts/Dpkg/Shlibs/SymbolFile.pm

@@ -43,6 +43,7 @@ my %blacklist = (
     '_ftext' => 1,		# mips, mipsel
     '_GLOBAL_OFFSET_TABLE_' => 1,   # hppa, mips, mipsel
     '__gmon_start__' => 1,	# hppa
+    '__gnu_local_gp' => 1,      # mips, mipsel
     '_gp' => 1,			# mips, mipsel
     '_init' => 1,		# ALL
     '_PROCEDURE_LINKAGE_TABLE_' => 1, # sparc, alpha