comparison make/linux/makefiles/mapfile-vers-debug @ 2184:5d801e6b9a80

Imported build system changes from other repository.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:10 +0100
parents 0a8e0d4345b3
children 1d1603768966
comparison
equal deleted inserted replaced
2183:eed52202caea 2184:5d801e6b9a80
260 JVM_GetPrimitiveField; 260 JVM_GetPrimitiveField;
261 JVM_NewInstance; 261 JVM_NewInstance;
262 JVM_SetField; 262 JVM_SetField;
263 JVM_SetPrimitiveField; 263 JVM_SetPrimitiveField;
264 264
265 # Needed for dropping VM into JDK 1.3.x, 1.4
266 _JVM_native_threads;
267 jdk_sem_init;
268 jdk_sem_post;
269 jdk_sem_wait;
270 jdk_pthread_sigmask;
271 jdk_waitpid;
272
273 # debug JVM 265 # debug JVM
274 JVM_AccessVMBooleanFlag; 266 JVM_AccessVMBooleanFlag;
275 JVM_AccessVMIntFlag; 267 JVM_AccessVMIntFlag;
276 JVM_VMBreakPoint; 268 JVM_VMBreakPoint;
277 269