[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/2] fpu: softfloat: drop INLINE macro
From: |
Luiz Capitulino |
Subject: |
Re: [Qemu-devel] [PATCH 1/2] fpu: softfloat: drop INLINE macro |
Date: |
Thu, 19 Jun 2014 11:07:34 -0400 |
On Thu, 19 Jun 2014 15:59:35 +0100
Peter Maydell <address@hidden> wrote:
> On 19 June 2014 15:36, Luiz Capitulino <address@hidden> wrote:
> > This commit expands all uses of the INLINE macro and drop it.
> >
> > The reason for this is to avoid clashes with external libraries with
> > bad name conventions and also because renaming keywords is not a good
> > practice.
> >
> > Signed-off-by: Luiz Capitulino <address@hidden>
> > ---
> > fpu/softfloat-macros.h | 38 +++++++++----------
> > fpu/softfloat.c | 48 ++++++++++++------------
> > include/fpu/softfloat.h | 99
> > ++++++++++++++++++++++++-------------------------
> > 3 files changed, 92 insertions(+), 93 deletions(-)
>
> I need a statement that you're happy for this change to
> be licensed under either the softfloat-2a or softfloat-2b
> licenses before we can apply it. (We're still hoping to
> make that licensing change...)
I'm fine with softfloat-2a.