| To: | Ralf Baechle <ralf@uni-koblenz.de>, Ulf Carlsson <ulfc@calypso.engr.sgi.com> |
|---|---|
| Subject: | Re: cross Mips64-linux binutils problem |
| From: | jimix@pobox.com (Jimi X) |
| Date: | Thu, 1 Jun 2000 11:05:28 -0400 (EDT) |
| Cc: | linux@cthulhu.engr.sgi.com |
| In-reply-to: | <20000601164415.A23324@uni-koblenz.de> |
| References: | <14638.33763.840817.330892@kitch0.watson.ibm.com> <Pine.LNX.4.21.0006010053110.1711-100000@calypso.engr.sgi.com> <14646.29054.561175.977539@kitch0.watson.ibm.com> <20000601164415.A23324@uni-koblenz.de> |
| Reply-to: | jimix@watson.ibm.com |
| Sender: | owner-linuxmips@oss.sgi.com |
>>>>> "RB" == Ralf Baechle <ralf@uni-koblenz.de> writes:
RB> On Thu, Jun 01, 2000 at 10:21:50AM -0400, Jimi X wrote:
>>
>> How did you run the assembler? I'm using "as-new -64 -mips3 -G0",
>> is there more?
RB> Are you trying to assemble pic code? I think that's still very
RB> broken in binutils even with all of Ulf's fixes.
No I'm not trying to use PIC code.
I made a braino on the assembler line, I'm using:
as-new -64 -mips3 -G0 -non_shared
I've tries just about every combination.
-Jimi X
BTW: For those of you who do not have my test source, here it is:
.text
.align 4
.ent _start , 0
.globl _start
_start:
dla $sp, kernelInfoLocal
ld $sp, 0($sp)
daddu $sp, $sp, 0x6000
dla $25, crtInit
j $25
# NOTREACHED
j $31
.end _start
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: cross Mips64-linux binutils problem, Jimi X |
|---|---|
| Next by Date: | ADMIN: mailing list moved, Ralf Baechle |
| Previous by Thread: | Re: cross Mips64-linux binutils problem, Jimi X |
| Next by Thread: | ADMIN: mailing list moved, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |