Page MenuHomeFreeBSD

Reduce duplicate NOASM and PSEUDO definitions.
ClosedPublic

Authored by brooks on Sep 8 2016, 12:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:06 AM
Unknown Object (File)
Dec 13 2023, 11:56 AM
Unknown Object (File)
Oct 22 2023, 12:03 AM
Unknown Object (File)
Sep 24 2023, 12:51 PM
Unknown Object (File)
Aug 9 2023, 5:53 PM
Unknown Object (File)
Aug 9 2023, 5:48 PM
Unknown Object (File)
Aug 9 2023, 5:43 PM
Unknown Object (File)
Aug 9 2023, 5:42 PM
Subscribers

Details

Summary

The initial value of NOASM is nearly the same in all cases and the
initial value of PSEUDO is the same in all cases so reduce duplication
(and hopefully, future merge conflicts) by machine independent defaults.

Also document the PSEUDO variable.

Test Plan

A variant has been in CheriBSD for some time. Passes tinderbox.

Diff Detail

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

Event Timeline

brooks retitled this revision from to Reduce duplicate NOASM and PSEUDO definitions..
brooks updated this object.
brooks edited the test plan for this revision. (Show Details)
brooks added reviewers: jhb, andrew, kib.
kib edited edge metadata.
kib added inline comments.
lib/libc/sys/Makefile.inc
15 ↗(On Diff #20159)

s/code/symbols/

This revision is now accepted and ready to land.Sep 8 2016, 8:48 AM
brooks edited edge metadata.
  • Adjust comment per kib's suggestion.
This revision now requires review to proceed.Sep 8 2016, 4:05 PM
jhb edited edge metadata.
This revision is now accepted and ready to land.Sep 8 2016, 7:37 PM
This revision was automatically updated to reflect the committed changes.