This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: gcj and UDP datagrams under freebsd


Loren James Rittle wrote:

>>2002-04-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
>>
>>	* class.c (make_class_data): Set DECL_ALIGN on static class data,
>>	for hash synchronization.
>>	* expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
>>	* decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
>>	class_type_node.
>>
>
>Hi Bryce,
>
>Sorry the spin took a while.  Fixed both the test case I submitted and
>shows no regressions on i386-*-unknown4.5.
>

Thanks Loren.

I believe this is pretty low risk, so I've checked it in. I've tested in 
on PowerPC linux (which also needed the TYPE_ALIGN/DECL_ALIGN stuff for 
hash synchonization) with no problems, and it does nothing on platforms 
that arn't using hash synchronization.

regards

Bryce.



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