bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/31319] [2.42 regression]: `.arch i386` is rejected by `x86_64`


From: slyich at gmail dot com
Subject: [Bug gas/31319] [2.42 regression]: `.arch i386` is rejected by `x86_64` target: 4bit mode not supported on `i386'.
Date: Wed, 31 Jan 2024 09:46:33 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31319

--- Comment #3 from Sergei Trofimovich <slyich at gmail dot com> ---
Aha, adapting kexec-tools sounds fine as well.

Does the `.code16` use look fine in the rest of the file?

SO far I made it build as:

--- a/entry32-16-debug.s
+++ b/entry32-16-debug.s
@@ -18,10 +18,10 @@
  .globl entry16_debug_pre32
  .globl entry16_debug_first32
  .globl entry16_debug_old_first32
+ .code32
  .arch i386
  .balign 16
 entry16_debug:
- .code32

  call 1f
 1: popl %ebx

Does it look about right?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]