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

Jacob Bachmeyer <[email protected]> Mon, 10 Nov 2025 23:07:13 -0600
Newsgroups gmane.comp.sysutils.dejagnu.general
Message-ID <[email protected]>
On 11/10/25 05:19, Jan Dubiec wrote:
> 2025-11-10  Jan Dubiec <[email protected]>
>
> baseboards/
> 	* h8300-sim.exp: Adjust toolchain name.
> 	* h8300.exp: Adjust linker script names and their location.
>
> Signed-off-by: Jan Dubiec <[email protected]>
> ---
>   baseboards/h8300-sim.exp |  4 ++--
>   baseboards/h8300.exp     | 12 ++++++------
>   2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/baseboards/h8300-sim.exp b/baseboards/h8300-sim.exp
> index 3f2f8ba..41b019b 100644
> --- a/baseboards/h8300-sim.exp
> +++ b/baseboards/h8300-sim.exp
> [...]
>   
>   # There's no long long support on this target
> -set_board_info no_long_long  1
> +set_board_info no_long_long  0
>   
> [...]
> diff --git a/baseboards/h8300.exp b/baseboards/h8300.exp
> index bcca866..f5e2c5a 100644
> --- a/baseboards/h8300.exp
> +++ b/baseboards/h8300.exp
> [...]
>   
>   # 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.


-- Jacob