bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/13081] New: Assertion fail /bfd/elf.c:6668; internal error, abo


From: adriafarres at gmail dot com
Subject: [Bug gas/13081] New: Assertion fail /bfd/elf.c:6668; internal error, aborting...
Date: Fri, 12 Aug 2011 03:12:36 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13081

             Bug #: 13081
           Summary: Assertion fail /bfd/elf.c:6668; internal error,
                    aborting...
           Product: binutils
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: address@hidden
        ReportedBy: address@hidden
    Classification: Unclassified


The full message I am receiving is:

-----
as: BFD (GNU Binutils for Ubuntu) 2.21.0.20110327 assertion fail
../../bfd/elf.c:6668
as: BFD (GNU Binutils for Ubuntu) 2.21.0.20110327 internal error, aborting at
../../bfd/elfcode.h line 228 in bfd_elf32_swap_symbol_out

as: Please report this bug.
-----
Okay. First of all, I am sure I am writting the syntaxis bad, so actually it is
not exactly a bug. I am learning assembly and, trying getting the adress, I got
was I have shown you.

The code I used its the following:

.section .data
    etiqueta:
        .int 7, 14, 21, 28, 35, 42, 39, 56, 63, 70
.section .text
.globl _start
_start:
    movl $etiqueta, %eax
    movl 4(%eax), %ebx
    movl (%eax)+4, %ebx #As you can see, this is not correct. I was just
trying.

Regards!

PS: By the way,having an address in the %eax reg, how can I get the adress
situated X bytes to the right/left?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]