On Thu, 8 Aug 2019 at 17:41, Alex Bennée <alex.ben...@linaro.org> wrote: > > This simple pasting helper can be used by those who don't need the > entire softfloat api. Move it to the smaller types header. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > include/fpu/softfloat-types.h | 2 ++ > include/fpu/softfloat.h | 2 -- > 2 files changed, 2 insertions(+), 2 deletions(-)
I think we should be trying to get rid of uses of this macro, not making it easier to use in more places... thanks -- PMM