[prev in list] [next in list] [prev in thread] [next in thread] 

List:       oprofile-commits
Subject:    [oprof-cvs] CVS: oprofile/libpp callgraph_container.cpp,1.22,1.23 profile_container.cpp,1.24,1.25
From:       John Levon <movement () users ! sourceforge ! net>
Date:       2004-05-11 17:20:00
Message-ID: E1BNavA-0005IO-Ok () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/oprofile/oprofile/libpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20176/libpp

Modified Files:
	callgraph_container.cpp profile_container.cpp 
Log Message:
64-bit fixes


Index: callgraph_container.cpp
===================================================================
RCS file: /cvsroot/oprofile/oprofile/libpp/callgraph_container.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -d -r1.22 -r1.23
--- callgraph_container.cpp	29 Feb 2004 17:34:28 -0000	1.22
+++ callgraph_container.cpp	11 May 2004 17:19:55 -0000	1.23
@@ -403,7 +403,7 @@ add(profile_t const & profile, op_bfd co
 	      << "bfd_callee_start_offset: " << callee_offset << dec << endl;
 
 	for (symbol_index_t i = 0; i < caller.syms.size(); ++i) {
-		u32 start, end;
+		unsigned long start, end;
 		caller.get_symbol_range(i, start, end);
 
 		profile_t::iterator_pair p_it = profile.samples_range(
@@ -528,7 +528,7 @@ add(profile_t const & profile, op_bfd co
 				symbol_index_t index =
 					distance(callee.syms.begin(),
 						 bfd_symb_callee);
-				u32 start, end;
+				unsigned long start, end;
 				callee.get_symbol_range(index, start, end);
 
 				string filename;

Index: profile_container.cpp
===================================================================
RCS file: /cvsroot/oprofile/oprofile/libpp/profile_container.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -d -r1.24 -r1.25
--- profile_container.cpp	29 Jan 2004 23:04:59 -0000	1.24
+++ profile_container.cpp	11 May 2004 17:19:56 -0000	1.25
@@ -74,7 +74,7 @@ void profile_container::add(profile_t co
 
 	for (symbol_index_t i = 0; i < abfd.syms.size(); ++i) {
 
-		u32 start, end;
+		unsigned long start, end;
 		symbol_entry symb_entry;
 
 		abfd.get_symbol_range(i, start, end);



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Oprofile-commits mailing list
Oprofile-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oprofile-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic