[valgrind-variant] r125 committed - Revert a workaround for a NaCl toolchain issue....

1 view
Skip to first unread message

valgrind...@googlecode.com

unread,
Nov 21, 2011, 9:45:09 AM11/21/11
to valgrind-var...@googlegroups.com
Revision: 125
Author: eug...@google.com
Date: Mon Nov 21 06:42:29 2011
Log: Revert a workaround for a NaCl toolchain issue.

http://code.google.com/p/nativeclient/issues/detail?id=960


http://code.google.com/p/valgrind-variant/source/detail?r=125

Modified:
/trunk/valgrind/coregrind/m_debuginfo/readelf.c

=======================================
--- /trunk/valgrind/coregrind/m_debuginfo/readelf.c Mon Nov 21 06:39:54 2011
+++ /trunk/valgrind/coregrind/m_debuginfo/readelf.c Mon Nov 21 06:42:29 2011
@@ -1961,12 +1961,7 @@
di->gotplt_size = size;
TRACE_SYMTAB("acquiring .got.plt avma = %#lx\n",
di->gotplt_avma);
} else if (size != 0) {
- if (!di->gotplt_present) {
- VG_(printf)("WARNING: ignoring non-empty .got.plt outside of
RW segment!\n");
- VG_(printf)("Filename %s, section size %d\n",
di->fsm.filename, size);
- } else {
- BAD(".got.plt");
- }
+ BAD(".got.plt");
}
}

Reply all
Reply to author
Forward
0 new messages