https://bugs.kde.org/show_bug.cgi?id=443031

--- Comment #7 from Carl Love <c...@us.ibm.com> ---
commit 7d2cec7f247809f08ce2e93a1a81ce333c6c244b (HEAD -> master, origin/master,
origin/HEAD)
Author: Carl Love <c...@us.ibm.com>
Date:   Tue Sep 14 19:36:24 2021 +0000

    Fixes for mcrxr instruction

    Add .machine directives to ensure the mcrxr instruction is assembled
    for power 6.  The instruction is not supported on later platforms.

commit 518a2d59ac49fd4cd206912d95da76c1631d439c
Author: Carl Love <c...@us.ibm.com>
Date:   Wed Sep 8 22:01:05 2021 +0000

    Fix dfp tests.

    Due to changes between the compiler and linker, we need to add .machine
    arguments to configure file to properly detect the availability of the
    dfp instructions.

    Add print statement if HAS_DFP is not enabled to make it
    easier to determine when HAS_DFP is not enabled.

commit 475916cbd37611dcf510c2249c74ff6e31894023
Author: Carl Love <c...@us.ibm.com>
Date:   Tue Sep 14 21:43:49 2021 +0000

    Add .machine directives for the darn instruction

commit e23c2a2291071d1443ff9c6dbce5bbfe2c4cdd7c
Author: Carl Love <c...@us.ibm.com>
Date:   Fri Sep 17 00:33:14 2021 +0000

    Fixes to add .machine directives for assembly instructions

commit a63e9c28b53f20ce1c4bdc0b81da59957a17f4f0
Author: Tulio Magno Quites Machado Filho <tul...@linux.ibm.com>
Date:   Fri Aug 20 19:07:09 2021 -0300

    powerpc: Add .machine directives for scv, copy, paste, cpabort instructions

    GCC is no longer passing the "-many" flag to the assembler.  So, the
    inline assembly instructions statements need to use the .machine directives
    for the specific platform.

    (gcc commit e154242724b084380e3221df7c08fcdbd8460674 ; "[RS6000] Don't
    pass -many to the assembler".

    Hardware sync instruction (hwsync) added after the copy, paste and cpabort
    instructions to improve the reliability of the test.

commit a9b5f6cfeb0592cb52199cdbe3a36d173b3e32b6
Author: carl love <c...@us.ibm.com>
Date:   Mon Sep 13 13:02:11 2021 -0500

    Configure,makefile and test case fixes for older powerpc targets.

    Assorted changes to fix up compile issues as seen during regression
    testing of VG on hardware back as far as Power 6 (ISA 2.05).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to