comparison make/linux/makefiles/mapfile-vers-product @ 1294:7de45b5044c3

6932270: Allow Java's ELF symtab reader to use separate debuginfo files Reviewed-by: never Contributed-by: Andrew Haley <aph@redhat.com>
author never
date Tue, 09 Mar 2010 11:02:39 -0800
parents ad6585fd4087
children c18cbe5936b8
comparison
equal deleted inserted replaced
1293:51db1e4b379d 1294:7de45b5044c3
283 # Needed because there is no JVM interface for this. 283 # Needed because there is no JVM interface for this.
284 sysThreadAvailableStackWithSlack; 284 sysThreadAvailableStackWithSlack;
285 285
286 # This is for Forte Analyzer profiling support. 286 # This is for Forte Analyzer profiling support.
287 AsyncGetCallTrace; 287 AsyncGetCallTrace;
288
289 # INSERT VTABLE SYMBOLS HERE
290
288 local: 291 local:
289 *; 292 *;
290 }; 293 };
291 294