[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/5391] New: ld does not produce magic symbols with names like __s
From: |
Petr dot Salinger at seznam dot cz |
Subject: |
[Bug ld/5391] New: ld does not produce magic symbols with names like __start_* and __stop_*, |
Date: |
21 Nov 2007 13:48:45 -0000 |
The previous versions of ld used to produce symbols __start_foo and __stop_foo
visible in "readelf -a a.out" output for following snippet:
.text
.globl _start
.type _start,@function
.section "foo"
_start:
ret
This does not work anymore, it breaks building of kernel modules in FreeBSD.
Petr
--
Summary: ld does not produce magic symbols with names like
__start_* and __stop_*,
Product: binutils
Version: 2.18
Status: NEW
Severity: normal
Priority: P2
Component: ld
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: Petr dot Salinger at seznam dot cz
CC: bug-binutils at gnu dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=5391
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug ld/5391] New: ld does not produce magic symbols with names like __start_* and __stop_*,,
Petr dot Salinger at seznam dot cz <=