Re: [PATCH 3/3] Adjust H8 related settings to match modern binutils/gcc.

Jan Dubiec <[email protected]> Tue, 11 Nov 2025 09:12:41 +0100
Newsgroups gmane.comp.sysutils.dejagnu.general
Message-ID <[email protected]>
On 11.11.2025 06:07, Jacob Bachmeyer wrote:
[...]>> [...]
>>   # There's no long long support on this target
>> -set_board_info no_long_long  1
>> +set_board_info no_long_long  0
>> [...]
> 
> This is one of those things...
> 
> Does the H8/300 now have long long support or does setting no_long_long 
> to a false value mean something else?  Either way, there needs to be an 
> explanation here.
> Yes, gcc for the H8/300 family has supported long long type at least 
since 2012, i.e. I verified this using KPIT GNU TOOLS 12.02 from that 
year (a gcc-4.7 based toolchain, the oldest one I have). The 
no_long_long flag appears to be a leftover from very early versions.

Where exactly do you expect an explanation? Is the information above 
sufficient?

/J.D.