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: [PATCH] mips64-linux-gnu abi_check issues


> 	* configure.host: Set abi_baseline_pair for mips64*-linux.
> 	* config/abi/post/mips64-linux-gnu/baseline_symbols.txt: New
> file.

All the machinery is right, but I have one more question: why are
exported OBJECT sizes the same between mips/mips64?

Say for _ZTVSd, 

powerpc:
OBJECT:60:_ZTVSd@@GLIBCXX_3.4

powerpc64
OBJECT:120:_ZTVSd@@GLIBCXX_3.4

I would expect to see this for mips/mips64 too. Why is this not the
case?

-benjamin


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