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: unassig...@sources.redhat.com ReportedBy: adriafar...@gmail.com 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils