Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/144#note_135836 The User manual has the [Machine Flags and ABI](https://docs.rtems.org/docs/main/user/exe/executables.html#machine-flags-and-abi) section and it says all code must conform to the same ABI. The audit of any executable can be done with the `rtems-exeinfo` tool and I encourage its use during development and for production released executables. It is the only way you can be 100% certain what the final ABI configuration is. I believe alignment is an ABI level constraint and so it falls under the requirement all ABI flags must be the same. I think attempts to bend or vary this will only add complexity. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/144#note_135836 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
