Page MenuHomeFreeBSD

[PowerPC] Fully define gdtoa settings on powerpc64.
ClosedPublic

Authored by bdragon on Dec 12 2019, 12:55 AM.
Referenced Files
Unknown Object (File)
Jan 13 2024, 11:18 AM
Unknown Object (File)
Dec 23 2023, 11:40 AM
Unknown Object (File)
Dec 7 2023, 4:28 AM
Unknown Object (File)
May 30 2023, 12:53 AM
Unknown Object (File)
May 14 2023, 6:43 PM
Unknown Object (File)
May 6 2023, 8:34 AM
Unknown Object (File)
Apr 25 2023, 7:02 PM
Unknown Object (File)
Dec 28 2022, 1:30 AM
Subscribers

Details

Summary

The settings in arith.h were not fully defined on powerpc64 after the gdtoa switchover. Generate the missing settings using arithchk.c, similar to what amd64 did for rS114814.

Test Plan

Run kyua test in (at least) /usr/test/lib/libc/stdio.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

It looks to me like these are unnecessary. Grep is showing they're unused (except Long, but that's typedef'd automatically already).

lib/libc/powerpc64/arith.h
19 ↗(On Diff #65519)

This is already present.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 13 2019, 8:30 PM
This revision was automatically updated to reflect the committed changes.