public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Thorsten Glaser <tg@66h.42h.de>
Cc: binutils@sources.redhat.com
Subject: Re: [RFC/RFA] Proper mnemonics for VIA PadLock (i386) instructions
Date: Wed, 13 Apr 2005 15:20:00 -0000	[thread overview]
Message-ID: <Pine.BSO.4.61L.0504131518340.15710@thor.66h.42h.de> (raw)
In-Reply-To: <s25d1e96.084@emea1-mh.id2.novell.com>

Jan Beulich dixit:

>>Alternatively, we'd need to make a way for a dash to be only
>>recognised as part of a mnemonic if followed by a letter.
>
>That wouldn't help either:
>
>	.equiv two, 2
>	movl -two(%ebx), %eax
>
>would still fail.

.oO(noone sane uses AT&T syntax anyway)

Well, then one has to fix gas, I assume.

DOES it fail then?

tg@herc:/home/tg $ objdump -d a.out

a.out:     file format elf32-i386

Disassembly of section .text:

00000000 <.text>:
   0:   8b 43 fe                mov    0xfffffffe(%ebx),%eax
tg@herc:/home/tg $ cat x.s
        .text
        .equiv two, 2
        movl -two(%ebx), %eax


Doesn't look like it (and yes, I have Marks patches
applied, since MirOS is an OpenBSD derivate, I need
it for the VIA code in the kernel).

bye,
//mirabile

       reply	other threads:[~2005-04-13 15:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <s25d1e96.084@emea1-mh.id2.novell.com>
2005-04-13 15:20 ` Thorsten Glaser [this message]
2005-04-14  1:26   ` Alan Modra
2005-04-16 11:40     ` Mark Kettenis
2005-04-18  4:44       ` Alan Modra
2005-04-18 21:01         ` Mark Kettenis
2005-04-13 23:35 Marc Espie
  -- strict thread matches above, loose matches on Subject: below --
2005-04-13 12:29 Jan Beulich
2005-04-12 19:15 Mark Kettenis
2005-04-12 20:32 ` Michal Ludvig
2005-04-12 20:43   ` Mark Kettenis
2005-04-13  0:38     ` Alan Modra
2005-04-13 10:43       ` Thorsten Glaser
2005-04-13 18:55       ` Mark Kettenis
2005-04-13 19:29         ` H. J. Lu
2005-04-13 19:51           ` Mark Kettenis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.BSO.4.61L.0504131518340.15710@thor.66h.42h.de \
    --to=tg@66h.42h.de \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).