https://sourceware.org/bugzilla/show_bug.cgi?id=34165
Bug ID: 34165
Summary: assertion fail
/export/build/gnu/tools-build/glibc-many/src/binutils/
bfd/elf64-alpha.c:3021
Product: binutils
Version: 2.46
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: alpha
[hjl@gnu-tgl-3 tmp]$ cat x.s
.set noreorder
.set volatile
.set noat
.set nomacro
.arch ev4
.text
.align 4
.globl main
.ent main
main:
.frame $30,0,$26,0
.cfi_startproc
ldah $29,0($27) !gpdisp!1
lda $29,0($29) !gpdisp!1
$main..ng:
.prologue 1
call_pal 0x9e
ldq $1,x($29) !gottprel
addq $0,$1,$0
ret $31,($26),1
.cfi_endproc
.end main
.weak x
.section .note.GNU-stack,"",@progbits
[hjl@gnu-tgl-3 tmp]$
/export/build/gnu/tools-build/glibc-many/install/compilers/alpha-linux-gnu/bin/alpha-glibc-linux-gnu-as
-o x.o x.s
[hjl@gnu-tgl-3 tmp]$
/export/build/gnu/tools-build/glibc-many/install/compilers/alpha-linux-gnu/bin/alpha-glibc-linux-gnu-ld
x.o
/export/build/gnu/tools-build/glibc-many/install/compilers/alpha-linux-gnu/bin/alpha-glibc-linux-gnu-ld:
warning: cannot find entry symbol _start; defaulting to 00000001200000f0
/export/build/gnu/tools-build/glibc-many/install/compilers/alpha-linux-gnu/bin/alpha-glibc-linux-gnu-ld:
BFD (GNU Binutils) 2.46.50.20260503 assertion fail
/export/build/gnu/tools-build/glibc-many/src/binutils/bfd/elf64-alpha.c:4680
[hjl@gnu-tgl-3 tmp]$
--
You are receiving this mail because:
You are on the CC list for the bug.