OSDN Git Service

2003-10-26 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Mon, 27 Oct 2003 18:55:34 +0000 (18:55 +0000)
committerbrolley <brolley>
Mon, 27 Oct 2003 18:55:34 +0000 (18:55 +0000)
        * commonCfg.cxx (BoardCfg): Initialize 'gprof'.

sid/main/dynamic/ChangeLog
sid/main/dynamic/commonCfg.cxx

index 5db16d7..68014ff 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-26  Dave Brolley  <brolley@redhat.com>
+
+       * commonCfg.cxx (BoardCfg): Initialize 'gprof'.
+
 2003-10-24  Dave Brolley  <brolley@redhat.com>
 
        * configure.in: Set program_transform_name to s,x,x, to avoid
index 20f4c31..d8e7c6d 100644 (file)
@@ -869,6 +869,7 @@ BoardCfg::BoardCfg (const string name,
   cpu (NULL),
   gdb (NULL),
   gloss (NULL),
+  gprof (NULL),
   main_mapper (NULL),
   icache (NULL),
   dcache (NULL),