ooo-build r12086 - trunk/patches/test
- From: michael svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12086 - trunk/patches/test
- Date: Wed, 2 Apr 2008 17:13:42 +0100 (BST)
Author: michael
Date: Wed Apr 2 17:13:42 2008
New Revision: 12086
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12086&view=rev
Log:
remove bogus name lookup
Modified:
trunk/patches/test/suse-vtrelocs-binutils.diff
Modified: trunk/patches/test/suse-vtrelocs-binutils.diff
==============================================================================
--- trunk/patches/test/suse-vtrelocs-binutils.diff (original)
+++ trunk/patches/test/suse-vtrelocs-binutils.diff Wed Apr 2 17:13:42 2008
@@ -27,13 +27,12 @@
dynstr = bfd_get_section_by_name (dynobj, ".dynstr");
/* If .dynstr is excluded from the link, we don't want any of
these tags. Strictly, we should be checking each section
-@@ -10869,6 +10876,10 @@
+@@ -10869,6 +10876,9 @@
case DT_VERNEED:
name = ".gnu.version_r";
goto get_vma;
+ case DT_SUSE_VTRELOC:
+ name = ".suse.vtrelocs";
-+ o = bfd_get_section_by_name (abfd, name);
+ goto get_vma;
case DT_VERSYM:
name = ".gnu.version";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]