Changeset d0a1fc8 in rtems for cpukit/include

Timestamp:
03/06/17 01:16:56 (7 years ago)
Author:
David Gibson <david@…>
Branches:
5, master
Children:
67f49b98
Parents:
90f54b0e
git-author:
David Gibson <david@…> (03/06/17 01:16:56)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/19/18 05:01:10)
Message:

libfdt: Change names of sparse helper macros

The default libfdt_env.h (for POSIXish userland builds) supports sparse
checking. It has a couple of helper macros, force and bitwise which
expand the relevant sparse attributes to enable checking for incorrect
or missing endian conversions.

Those are bad names: for one, leading underscores are supposed to be
reserved for the system libraries, and worse, some systems (including
RHEL7) do define those names already.

So change them to FDT_FORCE and FDT_BITWISE which are far less likely to
have collisions.

Suggested-by: Paolo Bonzini <pbonzini@…>
Signed-off-by: David Gibson <david@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.