--- Additional Comments From hjl dot tools at gmail dot com 2010-04-27
19:45 ---
It was a typo.
--
What|Removed |Added
Status|NEW |RESOLV
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-27
19:03 ---
Created an attachment (id=4755)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4755&action=view)
A testcase
[...@gnu-6 needed-7]$ make
gcc -B./ -O -c -o main.o main.c
gcc -B./ -O -fPIC -c -o bar
--as-needed doesn't work after -Bdynamic.
--
Summary: -Bdynamic and --as-needed don't work together
Product: binutils
Version: 2.21 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
AssignedTo: unassign
--
What|Removed |Added
CC||roland at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11542
--- You are receiving this
--- Additional Comments From josh at joshtriplett dot org 2010-04-27 18:35
---
If the assembler knows enough to go back and substitute the value afterward, it
knows that it emitted a data reference when it should have emitted an immediate.
It could at least spit out an error at that poi
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-27
18:07 ---
It may be too late for linker to remove a relocation in
elf_link_input_bfd since it will change section header
and file layout.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11542
--- You are r
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-27
16:47 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-27
16:36 ---
When assembler sees
mov ax, AN_EQU
AN_EQU is undefined and treats it as a symbol. Later AN_EQU is
resolved to 5. For
mov $AN_EQU, %ax
assembler knows the operand is an immediate due to `$'. There
is
--
What|Removed |Added
CC||hjl dot tools at gmail dot
||com
http://sourceware.org/bugzilla
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-27
16:28 ---
Fixed on trunk.
--
What|Removed |Added
Status|ASSIGNED|RESOL
--- Additional Comments From nickc at redhat dot com 2010-04-27 14:56
---
Hi Dzidzitop,
Can you supply a small test case to demonstrate the problem please ?
Cheers
Nick
--
What|Removed |Added
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-04-27
14:46 ---
Subject: Bug 11524
CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2010-04-27 14:46:09
Modified files:
gprof : ChangeLog corefile.c
Log message:
12 matches
Mail list logo