Help: Possible bug in GNU AS, or more likely stupid developer!
For an X86-64 target
This doesn't assemble with GNU assembler 2.15.94.0.2.2 20041220 (SuSE
Linux)
andq $0xffffffff, %r12
But this does
movq $0xffffffff, %r14
andq %r14, %r12
I would think that AND would allow a 32 bit unsigned immediate operand
in 64 bit land, but, am I wrong? Is there an explicit way in gas to
specify a 64 bit constant?
.
Relevant Pages
- Re: MicroMonopoly aids Terrorism?
... > Riiiight, Linux, Unix and OpenBSD have zero vulnerabilities. ... Linux web servers are hacked less frequently than Windows web ... it comes down to having only one Desktop OS target. ... rather that having multiple OS platforms are intinsically more ... (microsoft.public.security) - Re: MicroMonopoly aids Terrorism?
... > Riiiight, Linux, Unix and OpenBSD have zero vulnerabilities. ... Linux web servers are hacked less frequently than Windows web ... it comes down to having only one Desktop OS target. ... rather that having multiple OS platforms are intinsically more ... (microsoft.public.windowsxp.security_admin) - RE: [RFC PATCH 0/19] A kernel-level configfs enabled generic target engine for Linux v2.6.32
... A kernel-level configfs enabled generic target ... engine for Linux v2.6.32 ... With TCM v3.2, the two major SPC-4 SCSI target mode fabric ... (Linux-Kernel) - RE: [RFC PATCH 0/19] A kernel-level configfs enabled generic target engine for Linux v2.6.32
... A kernel-level configfs enabled generic target ... engine for Linux v2.6.32 ... With TCM v3.2, the two major SPC-4 SCSI target mode fabric ... (Linux-Kernel) - Re: Get your Mac, its raining Trojans
... What is really needed is an entirely new operating system from ... Linux distros have almost daily security updates you need to apply to ... Windoze boxes are attacked because it is so easy and possible to attack ... think any Linux Distro that became the dominate OS would not be the target ... (microsoft.public.windowsxp.general) |
|