--- Additional Comments From hjl dot tools at gmail dot com 2008-03-03
15:57 ---
Fixed by
http://sourceware.org/ml/binutils/2008-03/msg00015.html
--
What|Removed |Added
--- Additional Comments From vda dot linux at googlemail dot com
2008-02-21 12:00 ---
Created an attachment (id=2279)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2279&action=view)
Fix for bug 5543: disallow symbols .set to register name to be .global
Behavior with this patch:
--- Additional Comments From vda dot linux at googlemail dot com
2008-02-21 11:58 ---
Sorry H.J. Lu, I tried the patch and both test programs:
.globl foo
.setfoo,(%eax)
and
.setfoo,(%eax)
.globl foo
still produced this message:
./gas/as-new:
--- Additional Comments From hjl dot tools at gmail dot com 2008-02-20
23:39 ---
A patch is posted at
http://sourceware.org/ml/binutils/2008-02/msg00199.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5543
--- You are receiving this mail because: ---
You are on the C
--
What|Removed |Added
AssignedTo|unassigned at sources dot |hjl dot tools at gmail dot
|redhat dot com |com
Status|NEW
--- Additional Comments From vda dot linux at googlemail dot com
2008-02-20 00:00 ---
bfd/elf.c:
static bfd_boolean
swap_out_syms (bfd *abfd,
struct bfd_strtab_hash **sttp,
int relocatable_p) {
...
/* Writing this would be a hell of a lot