bug-gnu-utils
[Top][All Lists]
Advanced

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

ld strange message


From: Mauro Meneghin
Subject: ld strange message
Date: Sun, 23 Feb 2003 13:20:52 +0100

hello I'm Gildo,
while I was linking an object file with ld
I have got a strange message that tells me to report
the bug, althought I don't know if it's a bug or not,
(perhaps I'm doing something I should not do only)
I report what happened if can be useful,
please let me know your opinions :)


Gildo:/tmp$ nasm blah.nasm -o blah.o -f elf&&ld blah.o -o blah||ld
--version
ld: BFD internal error, aborting at elf32-i386.c line 491 in
create_got_section

ld: Please report this bug.

GNU ld 2.11.90.0.19
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms
of
the GNU General Public License.  This program has absolutely no
warranty.
  Supported emulations:
   elf_i386
   i386linux
Gildo:/tmp$

simplifing a bit the code I have found that
it seems that this instruction gives problems:
mov eax,mygotentry wrt ..gotoff


I give an atachment of the little object file and source if you are
interested in it



;address@hidden
;ld: BFD internal error, aborting at elf32-i386.c line 491 in create_got_section
;
;ld: Please report this bug.



global _start


_start:

;wrt ..gotoff
;gives the distance between the .got section an an entry in it 
        
        mov eax,mygotentry wrt ..gotoff





section .got
mygotentry: 


Attachment: blah.o
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]