public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* 'dollar local labels' in GAS do not appear to be implemented
@ 2015-05-04  8:09 Somchai Smythe
  2015-05-04  9:48 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Somchai Smythe @ 2015-05-04  8:09 UTC (permalink / raw)
  To: binutils

Hello,

I cannot get 'dolloar local labels' that are described in the GNU
assembly manual to work.  Here is what I tried to assemble:

        .file 1 "trouble.s"
        .att_syntax
        .att_mnemonic
        .arch core2,nojumps
        .code64

        .section .text,"ax",@progbits
        .globl  _start
        .type   main, @function
        .align 16, 0x90
_start:
        jmp     55$f
55$:
        movabsq $0, %rdi # return code indicates success
        movabsq $__NR_exit, %rax
        syscall
        .section .note.GNU-stack,"",@progbits

Here is what it says:

as trouble.s -o trouble.o
trouble.s: Assembler messages:
trouble.s:12: Error: junk `$f' after expression
trouble.s:13: Error: junk at end of line, first unrecognized character is `5'

as --version
GNU assembler (GNU Binutils for Ubuntu) 2.25
Copyright (C) 2014 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-linux-gnu'.

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

end of thread, other threads:[~2015-05-06 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-04  8:09 'dollar local labels' in GAS do not appear to be implemented Somchai Smythe
2015-05-04  9:48 ` Andreas Schwab
2015-05-05  2:46   ` Mike Frysinger
2015-05-06 12:12     ` Nicholas Clifton

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