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: [bfin] Fix SIZE_TYPE for bfin port



On Jun 4, 2006, at 11:45 PM, Jie Zhang wrote:


Mike Frysinger reported the following on blackfin.uclinux.org:

tried with x86 and amd64 compilers and neither gave me warnings
===============================

This patch seems fix it by changing the definition of SIZE_TYPE from
"long unsigned int" to "unsigned int".

You should note that this changes the ABI. And you might want to look into this a little further to see if glibc should change instead.

-- Pinski


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