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)
Fri, Feb 27, 3:10 PM
Unknown Object (File)
Fri, Feb 20, 8:47 PM
Unknown Object (File)
Wed, Feb 18, 7:13 AM
Unknown Object (File)
Mon, Feb 16, 6:21 AM
Unknown Object (File)
Sat, Feb 14, 6:06 PM
Unknown Object (File)
Jan 18 2026, 6:04 PM
Unknown Object (File)
Jan 18 2026, 12:07 AM
Unknown Object (File)
Jan 15 2026, 9:52 PM
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.