From: Randolph C. <ta...@us...> - 2007-03-11 13:43:30
|
Update of /cvsroot/hppaqemu/hppaqemu In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3028 Modified Files: dyngen.h Log Message: implement indexed and short displacement load and stores Index: dyngen.h =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/dyngen.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dyngen.h 4 Mar 2007 15:03:22 -0000 1.2 --- dyngen.h 11 Mar 2007 13:43:25 -0000 1.3 *************** *** 390,393 **** --- 390,396 ---- } + /* supplied by libgcc */ + extern void *__canonicalize_funcptr_for_compare(void *); + #endif |