Home
last modified time | relevance | path

Searched hist:"0 f2d3732202818fb85c09d1c204a08c4d79b70bc" (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.cdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A Ddecimal128.cdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A Ddecimal64.cdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal128.hdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A Ddecimal64.hdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A Ddecimal32.hdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/qemu/libdecnumber/
H A DdecContext.cdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A DdecNumber.cdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/qemu/include/libdecnumber/
H A DdecNumber.hdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A DdecNumberLocal.hdiff 0f2d3732202818fb85c09d1c204a08c4d79b70bc Mon Apr 21 15:54:47 CDT 2014 Tom Musta <tommusta@gmail.com> libdecnumber: Prepare libdecnumber for QEMU include structure

Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code. This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split. Specifically,
modify directives of the form:

#include "xxx.h"

to look like:

#include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>