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

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

Segmentation fault in GNU 'as' 2.13.1 running on i386 assembling for mip


From: Pontus Lidman
Subject: Segmentation fault in GNU 'as' 2.13.1 running on i386 assembling for mips
Date: Wed, 27 Nov 2002 16:29:52 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i386-debian-linux)

Hello,

I believe I found a bug in GNU as; it terminates with a segmentation
fault on one of my source files.

My version of as:
address@hidden:~$ mips-linux-as --version
GNU assembler 2.13.1
Copyright 2002 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.
This assembler was configured for a target of `mips-linux'.

Here's what happens when I try to assemble my example program:

address@hidden:~$ mips-linux-as --verbose foo.S
GNU assembler version 2.13.1 (mips-linux) using BFD version 2.13.1
Segmentation fault
address@hidden:~$ 

uname -a reports
Linux jump 2.4.19-686 #1 Sun Oct 6 18:37:38 EST 2002 i686 unknown unknown 
GNU/Linux

binutils was compiled with this C compiler (gcc --version):
2.95.4

Here are the complete contents of foo.S.

---8<---- cut here ----

.offset 0x0480

label1:
    la    $27, label2

---8<---- cut here ----

Regards,

Pontus





reply via email to

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