Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch: arm: remove redundant definitions of typeof #16199

Conversation

ioannisg
Copy link
Member

@ioannisg ioannisg commented May 16, 2019

The typeof definitions in tz.h and cmse.h are not required
any more, as the ARM GCC toolchain intrinsics have been
modified to use __typeof__ directly.

Signed-off-by: Ioannis Glaropoulos Ioannis.Glaropoulos@nordicsemi.no

The typeof definitions in tz.h and cmse.h are not required
any more, as the ARM GCC toolchain intrinsics have been
modified to use __typeof__ directly.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
@ioannisg
Copy link
Member Author

Link to the bug report and fix: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1773934

@ioannisg ioannisg requested a review from carlescufi May 16, 2019 11:05
@ioannisg ioannisg added area: ARM ARM (32-bit) Architecture Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. labels May 16, 2019
@ioannisg ioannisg added this to the v2.0.0 milestone May 20, 2019
@ioannisg
Copy link
Member Author

It's a cleanup, not a bug-fix, so, I suppose, no back-porting is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARM ARM (32-bit) Architecture Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants