This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal assembler error


Yup, my wierdo code managed it again :o)

Here is my most possible reduced file raising this:
------------------------------------------------------------
PushRegs: .macro mysp 
           movem.l %d2-%d7/%a2-%a6,-(mysp) 
          .endm

_init:
PushRegs   %sp                  
------------------------------------------------------------

this is the output it yields:
------------------------------------------------------------
GNU assembler version 2.10.1 (m68k-elf) using BFD version 2.10.1
a.s: Assembler messages:
a.s:6: Error: Negative of non-absolute symbol mysp
a.s:6: Internal error, aborting at ../../src/binutils/gas/config/tc-m68k.c
 line 844 in tc_gen_reloc
Please report this bug.
------------------------------------------------------------

Okay, reported it :o)

- Axel

-- 
Sent through GMX FreeMail - http://www.gmx.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]