platform/upstream/autoconf-archive.git
5 weeks agoAX_C_FLOAT_WORDS_BIGENDIAN: Fix bug "AX_C_FLOAT_WORDS_BIGENDIAN fails… 46/309446/1 accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_toolchain accepted/tizen_base_x tizen_base accepted/tizen/base/20240415.081834 accepted/tizen/base/asan/20240422.014739 accepted/tizen/base/toolchain/20240424.234633 accepted/tizen/base/x/20240416.082018
DongHun Kwak [Thu, 11 Apr 2024 01:36:38 +0000 (10:36 +0900)]
AX_C_FLOAT_WORDS_BIGENDIAN: Fix bug "AX_C_FLOAT_WORDS_BIGENDIAN fails…
… whenever interprocedural optimization is enabled."

Previous versions of this macro would not work when interprocedural
optimization (via link-time optimization) was enabled. This would happen
when, say, the GCC/clang "-flto" flag, or the ICC "-ipo" flag was used, for
example. The problem was that under these conditions, the compiler did not
allocate for and write the special float value in the data segment of the
test object file. Thus, the special value (in platform-dependent binary form)
could not be found, and the macro would fail.

The solution to the above problem was to:

  1) Compile and link a whole test program rather than just compile an
     object file.

  2) Add code that requires the compiler to write the special value to
     the data segment of the program executable.

For further details, refer to the documentation in the macro source file. Note
that this change already increments the serial number of the file.

This change resolves the following issues:

CPython issue #89640
  python/cpython#89640

Gentoo bug #700012
  https://bugs.gentoo.org/700012

Cairo issue #459
  https://gitlab.freedesktop.org/cairo/cairo/-/issues/459

Poky (Yocto Project) #12699
  https://lists.yoctoproject.org/g/poky/topic/89131836

Change-Id: I7fd6401e3dcb0ffeeb2e51c06fe8630f146d12ad

16 months agoAdd lack of source code about build accepted/tizen_8.0_base accepted/tizen_base_tool tizen_8.0_base accepted/tizen/8.0/base/20231005.044554 accepted/tizen/base/20230714.003233 accepted/tizen/base/tool/20230129.003815 submit/tizen_base/20230105.054143 submit/tizen_base/20230125.060925 submit/tizen_base/20230125.061402 submit/tizen_base/20230127.080752 submit/tizen_base/20230128.011438 tizen_8.0_m2_release
TizenOpenSource [Thu, 5 Jan 2023 05:40:33 +0000 (14:40 +0900)]
Add lack of source code about build

Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
16 months agoDisable to build document directory submit/tizen_base/20230105.053704
TizenOpenSource [Thu, 5 Jan 2023 05:35:55 +0000 (14:35 +0900)]
Disable to build document directory

Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
16 months agoBump to 2022.09.03 sandbox/autoconf-archive_2022.09.03 submit/tizen_base/20230105.031305
TizenOpenSource [Tue, 27 Dec 2022 02:20:03 +0000 (11:20 +0900)]
Bump to 2022.09.03

Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
16 months agoImported Upstream version 2022.09.03 upstream upstream/2022.09.03
TizenOpenSource [Tue, 27 Dec 2022 02:20:01 +0000 (11:20 +0900)]
Imported Upstream version 2022.09.03

21 months agoImported Upstream version 2022.02.11 upstream/2022.02.11
Łukasz Stelmach [Wed, 17 Aug 2022 10:38:46 +0000 (12:38 +0200)]
Imported Upstream version 2022.02.11

Use proper distribution archive instead of git snapshot.

Fixes: f9d5bb0 ("Imported Upstream version 2022.02.11")

21 months agoImported Upstream version 2022.02.11
Łukasz Stelmach [Wed, 17 Aug 2022 09:45:31 +0000 (11:45 +0200)]
Imported Upstream version 2022.02.11

2 years agoImported Upstream version 2021.02.19 upstream/2021.02.19
DongHun Kwak [Thu, 30 Sep 2021 01:36:10 +0000 (10:36 +0900)]
Imported Upstream version 2021.02.19

5 years agoImported Upstream version 2019.01.06 upstream/2019.01.06
Hyunjee Kim [Tue, 5 Mar 2019 04:55:53 +0000 (13:55 +0900)]
Imported Upstream version 2019.01.06

5 years agoInitial empty repository master
Tizen Infrastructure [Mon, 4 Mar 2019 08:55:15 +0000 (08:55 +0000)]
Initial empty repository