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)
Sun, Dec 22, 9:44 AM
Unknown Object (File)
Fri, Nov 29, 9:24 PM
Unknown Object (File)
Thu, Nov 28, 11:33 AM
Unknown Object (File)
Mon, Nov 25, 2:15 AM
Unknown Object (File)
Sun, Nov 24, 3:48 PM
Unknown Object (File)
Sun, Nov 24, 12:29 PM
Unknown Object (File)
Nov 23 2024, 4:10 PM
Unknown Object (File)
Nov 22 2024, 7:10 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.