[Ups-cvs] ups/ups ao_syms.h,1.7,1.8
Brought to you by:
ianedwards
From: Tom H. <th...@us...> - 2008-07-29 14:24:35
|
Update of /cvsroot/ups/ups/ups In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv314 Modified Files: ao_syms.h Log Message: Keep one void type for each symbol table so that it doesn't wind up being used after the pool it was allocated from has been freed. Index: ao_syms.h =================================================================== RCS file: /cvsroot/ups/ups/ups/ao_syms.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ao_syms.h 14 Feb 2007 14:59:50 -0000 1.7 --- ao_syms.h 29 Jul 2008 14:24:32 -0000 1.8 *************** *** 149,152 **** --- 149,153 ---- bool st_dw_scanned; /* Dwarf symbols scanned? */ taddr_t st_dw_base_address; /* Addr shlib mapped rel to Dwarf sym addrs */ + type_t *st_dw_void_type; /* Void type */ #endif |