This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [3.4-BIB] fix profiling


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

 Nathan> Jan Hubicka wrote:
 >> Hi, This patch fixes two places where we get merging conflict from
 >> mainline and also fixes types so profiling works on 64bit targets
 >> again.


 >> *** gcov-io.h 1 Oct 2002 17:31:47 -0000 1.16.8.2

 >> !  unsigned version; /* expected version number */ --- 231,237
 >> ---- !  unsigned long version; /* expected version number */

 Nathan> Honza, why is this change necessary? unsigned will be at
 Nathan> least 32bits (gcc doesn't target 16bit int abis).

Huh?  Pdp11 is (unless overridden by -mint32) a target with 16-bit
ints.

	paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]