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: RFA: make libobjc/encoding.c include machmode.h


Jim Wilson wrote:
> The inclusion of tm.h in the file was a mistake in the first place.  I
> don't think we should compound it by adding even more header files.

Yes, we should really define what libobjc needs and then design an interface
to provide that reliably.
	 
> You mentioned that this is for ROUND_TYPE_ALIGN, but sh.h doesn't define
> ROUND_TYPE_ALIGN.  Maybe you have some unfinished development work in
> your tree?  That is OK, but it means I can't reproduce the problem
> myself, and hence that makes it difficult for me to look at the details
> of this particular problem.

I had defined it because I though it was necessary to solve a problem with
complex arguments, but later I realized that defining LOCAL_ALIGNMENT was
sufficient, so I backed out the (ABI-changing) ROUND_TYPE_ALIGN definition.

As a result, this is no longer an current SH issue, even though the
underlying problem persists.
	
-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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