|
From: <tm...@sa...> - 2004-04-22 02:25:30
|
In vg 2.1.1 and cvs the following symbols are used: vg_main.c:1140: `AT_DCACHEBSIZE' undeclared (first use in this function) vg_main.c:1141: `AT_ICACHEBSIZE' undeclared (first use in this function) vg_main.c:1142: `AT_UCACHEBSIZE' undeclared (first use in this function) As far as I can tell, they are PPC specific (PPC_ELF_H). #define AT_DCACHEBSIZE 19 #define AT_ICACHEBSIZE 20 #define AT_UCACHEBSIZE 21 |