== Issues ==

* None

== Progress ==

* Enable multi-arch for Linaro aarch64-linux-gnu build.
  - Configure gcc with --enable-multiarch.
  - Backport eglibc patches for rtlddir.
  - Configure eglibc to set libdir, slibdir and rtlddir.
* Follow up the patch for pr57637.
* Reassociate X == CST1 || X == CST2 if popcount (CST2 - CST1) == 1
into ((X - CST1) & ~(CST2 - CST1)) == 0.
  - Test is ongoing.
* Rebase conditional compare changes to trunk.

== Leave ==

* July 17.

== Plan ==

* Send out the conditional compare changes for Linaro internal review.

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to