public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* other/10210: Provide better support for mixing att and intel syntax assembler
@ 2003-03-25 16:46 Benjamin Kalytta
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Kalytta @ 2003-03-25 16:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10210
>Category:       other
>Synopsis:       Provide better support for mixing att and intel syntax assembler
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 25 16:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kalytta <bkausbk@web.de>
>Release:        ALL (GAS-GNU ASSEMBLER)
>Organization:
>Environment:
ALL
>Description:
There should be better support for mixing ATT and INTEL syntax assembler code.
My suggestiuon would be to introduce new gnu assembler keywords:

.syntax=[intel,att] [reg-prefix,...]
.push [syntax,reg-prefix...]
.pop [syntax,reg-prefix...]

Example:

.push syntax,reg-prefix
.syntax=intel reg-prefix
    mov %eax,dword ptr [someptr]
.syntax=att
    movl ($someptr),eax
.pop syntax,reg-prefix
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: other/10210: Provide better support for mixing att and intel syntax assembler
@ 2003-03-25 17:08 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-03-25 17:08 UTC (permalink / raw)
  To: bkausbk, gcc-bugs, gcc-prs, nobody

Synopsis: Provide better support for mixing att and intel syntax assembler

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Tue Mar 25 17:06:37 2003
State-Changed-Why:
    Not relevant to gcc. Please bring this up with the binutils
    people who are responsible for the gnu assembler. I think
    it would be helpful if you also provided a rational for your
    proposal, since I personally fail to see a reason for this.
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10210


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-25 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-25 16:46 other/10210: Provide better support for mixing att and intel syntax assembler Benjamin Kalytta
2003-03-25 17:08 bangerth

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).