mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
![]() Newer versions of the GNU assembler (observed with binutils 2.41) will complain about the ".arch i386" in files assembled with "as --64", with the message "Error: 64bit mode not supported on 'i386'". Fix by moving ".arch i386" below the relevant ".code32" directive, so that the assembler is no longer expecting 64-bit instructions to be used by the time that the ".arch i386" directive is encountered. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> |
||
---|---|---|
.. | ||
0001-force-static-build.patch | ||
0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch | ||
0003-kexec-elf-rel-use-our-elf.h.patch | ||
0004-kexec-elf-exec.c-replace-with-our-err.h.patch | ||
0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch | ||
0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch | ||
0007-kexec.c-add-guard-around-ENOTSUP.patch | ||
0008-kexec.c-replace-mising-BLKGETSIZE64.patch | ||
0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch | ||
0010-fs2dt.c-work-around-missing-getline.patch | ||
0011-purgatory-Makefile-adapt-to-klcc.patch | ||
0012-purgatory-string.c-avoid-inclusion-of-string.h.patch | ||
0013-sha256.h-avoid-inclusion-of-sys-types.h.patch | ||
0014-add-if_nameindex-from-musl.patch | ||
0015-vmcore-dmesg-fix-warning.patch | ||
140-mips_disable_devicetree_support.patch | ||
arm_crashdump-fix-buffer-align.patch | ||
arm_crashdump.patch | ||
arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch | ||
arm64_kexec-image-header.h-add-missing-le64toh.patch | ||
arm64-crashdump-arm64.c-fix-warning.patch | ||
Fix-building-on-x86_64-with-binutils-2.41.patch | ||
include_next.patch | ||
kexec-x32.patch | ||
klibc-reboot.patch | ||
powerpc_change-the-memory-size-limit.patch | ||
powerpc-purgatory-Makefile-remove-unknown-flags.patch | ||
x86_basename.patch | ||
x86_kexec_test.patch | ||
x86_sys_io.patch | ||
x86_vfscanf.patch |