compiler-builtins-zynq/ci/docker
Alex Crichton 8521530f49 Fix __divsi3 and __udivsi3 on thumbv6m targets
This commit fixes a bug accidentally introduced in #285 where some
lingering references remained to `#[cfg(thumbv6m)]` but this, since the
historical revert, was renamed to `#[cfg(thumb_1)]`. This caused on the
thumbv6m platform for the intrinsics to be accidentally omitted because
the build script didn't actually compile them but the Rust code thought
the C code was in use.

After correcting the `#[cfg]` statements the CI configuration for the
`thumb*` family of targets was all updated. The support for xargo
testing was removed from `run.sh` since it had long since bitrotted, and
the script was updated to simply build the intrinsics example to attempt
to link for each of these targets. This in turn exposed the bug locally
and allowed to confirm a fix once the `#[cfg]` statements were
corrected.

cc rust-lang/rust#60782
2019-05-14 12:26:09 -07:00
..
aarch64-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
arm-unknown-linux-gnueabi Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
arm-unknown-linux-gnueabihf Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
armv7-unknown-linux-gnueabihf Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
i586-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
i686-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
mips-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
mips64-unknown-linux-gnuabi64 Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
mips64el-unknown-linux-gnuabi64 Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
mipsel-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
powerpc-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
powerpc64-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
powerpc64le-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00
thumbv6m-none-eabi Fix __divsi3 and __udivsi3 on thumbv6m targets 2019-05-14 12:26:09 -07:00
thumbv7em-none-eabi Fix __divsi3 and __udivsi3 on thumbv6m targets 2019-05-14 12:26:09 -07:00
thumbv7em-none-eabihf Fix __divsi3 and __udivsi3 on thumbv6m targets 2019-05-14 12:26:09 -07:00
thumbv7m-none-eabi Fix __divsi3 and __udivsi3 on thumbv6m targets 2019-05-14 12:26:09 -07:00
x86_64-unknown-linux-gnu Upgrade all docker containers to 18.04 2019-04-02 08:39:19 -07:00