opengnsys_ipxe/src
Michael Brown 16d95227a4 [bitops] Provide an explicit operand size for bit test instructions
Recent versions of the GNU assembler (observed with GNU as 2.35 on
Fedora 33) will produce a warning message

  Warning: no instruction mnemonic suffix given and no register
  operands; using default for `bts'

The operand size affects only the potential range for the bit number.
Since we pass the bit number as an unsigned int, it is already
constrained to 32 bits for both i386 and x86_64.

Silence the assembler warning by specifying an explicit 32-bit operand
size (and thereby matching the choice that the assembler would
otherwise make automatically).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2021-02-27 15:45:31 +00:00
..
arch [bitops] Provide an explicit operand size for bit test instructions 2021-02-27 15:45:31 +00:00
bin
config [cloud] Do not enable serial console on EFI platforms 2021-02-17 22:38:38 +00:00
core [pxe] Split out platform-independent portions of cachedhcp.c 2021-02-17 15:59:52 +00:00
crypto [x509] Clarify debug message for an untrusted X.509 issuer 2020-12-28 18:18:58 +00:00
doc
drivers [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modes 2021-02-16 23:35:24 +00:00
hci [cmdline] Expose "iflinkwait" as a command 2021-01-26 17:07:52 +00:00
image [image] Implicitly trust first embedded image 2021-01-27 12:42:31 +00:00
include [efi] Record cached DHCPACK from loaded image's device handle, if present 2021-02-17 18:11:43 +00:00
interface [efi] Record cached DHCPACK from loaded image's device handle, if present 2021-02-17 18:11:43 +00:00
libgcc [libgcc] Change __divmoddi4 from int64 [unknown] to int64_t 2020-07-21 14:33:32 +01:00
net [infiniband] Require drivers to specify the number of ports 2021-01-27 01:15:35 +00:00
scripts [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
tests [x509] Make root of trust a reference-counted structure 2020-12-09 16:45:50 +00:00
usr [autoboot] Avoid closing and immediately reopening network device 2021-02-01 23:33:50 +00:00
util [efi] Compress EFI ROM images 2021-02-19 19:58:04 +00:00
.gitignore
Makefile [build] Remove support for building with the Intel C compiler 2021-02-12 22:08:41 +00:00
Makefile.efi [efi] Compress EFI ROM images 2021-02-19 19:58:04 +00:00
Makefile.housekeeping [efi] Compress EFI ROM images 2021-02-19 19:58:04 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00