[SystemZ][z/OS] Show instruction encoding in HLASM output
This change adds the support to show instruction encoding as a comment
when emitting HLASM text. With this, the last 2 LIT tests migrate to
HLASM syntax.
[MC] Move addEncodingComment() into new base class MCAsmBaseStreamer
This is in preparation to use this functionality in the
SystemZHLASMAsmStreamer. No functional change.
[PowerPC] Custom Lower ABDU using branchless carry (#182704)
In normal abs, we already do this but with asr 31 instead of sbc, which
we can get directly from the subtraction.
textproc/redisearch: fix build on powerpc*
1. ScalableVectorSearch change sent to upstream.
2. VectorSimilarity changes sent to upstream.
3. redisearch upstream itself doesn't require changes, the code
now properly checks pointer size.
graphics/openorienteering-mapper: fix build with DISABLE_LICENSES=yes
If DISABLE_LICENSES=yes is set, gdal is built without license file.
Then:
CMake Error at doc/licensing/CMakeLists.txt:240 (message):
No license file for gdal (/usr/local/share/licenses/gdal*/LICENSE)
mail/courier-imap: Add note on solving possible memory issue
When scanning maildirs with many files (more than 120000) the imapd
daemon can crash reaching it's ulimit memory.
Add a note to pkg-message about a configuration value that can be
used to increase the limit.
PR: 296444
MFH: 2026Q3
[z/OS][Clang] Reland Add wrapper headers to avoid macro name conflicts (#204472) (#207420)
Some z/OS system headers define macros (e.g. __time, __math) that
conflict with user identifiers and break compilation. These wrappers
include the system headers and neutralize the problematic macros.
Reland of 04079deb547c91eff6c6e2b820dbe6937c72fcf5.
Add systemz-registered-target requirement to zos-guard.c.
canna-lib: also bump API_DEPENDS to 3.8
It looks there is no explicit API changes between 3.7pl3 and 3.8,
but it could be problematic to mix >10 years old versions.
[MC] Move addEncodingComment() into new base class MCAsmBaseStreamer
This is in preparation to use this functionality in the
SystemZHLASMAsmStreamer. No functional change.
- Move the Sun2 ELF32_EHDR_FLAGS_OK() to the common m68k ELF header,
and simply make it condirional on __mc68010__.
- Add arch flags for the ColdFire and FIDO variants, and align the
flag names with what BFD uses.