[Bug ld/778] Hiding _GLOBAL_OFFSET_TABLE_ breaks function pointer canonicalization

2005-03-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-03-07 06:03 --- CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-03-07 06:01:17 Modified files: bfd: ChangeLog elf32-hppa.c Log message: PR ld/778

[Bug gas/780] New: assembly output depends on size of host

2005-03-07 Thread amodra at bigpond dot net dot au
AssignedTo: unassigned at sources dot redhat dot com ReportedBy: amodra at bigpond dot net dot au CC: bug-binutils at gnu dot org GCC target triplet: m68k-*-* http://sources.redhat.com/bugzilla/show_bug.cgi?id=780 --- You are receiving this mail because: --- You are

[Bug gas/793] gas doesn't build with gcc4.

2005-03-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-03-18 00:14 --- Already fixed -- What|Removed |Added Status|NEW

[Bug gas/780] assembly output depends on size of host

2005-03-20 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-03-21 05:09 --- http://sources.redhat.com/ml/binutils-cvs/2005-03/msg00238.html http://sources.redhat.com/ml/binutils-cvs/2005-03/msg00239.html -- What|Removed |Added

[Bug gas/827] .set expression limitations

2005-04-05 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2005-04-06 05:38:29 date|

[Bug gas/827] New: .set expression limitations

2005-04-05 Thread amodra at bigpond dot net dot au
rsion: 2.16 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: amodra at bigpond dot net dot au ReportedBy: amodra at bigpond dot net dot au CC: bug-binutils at gnu dot org GCC target triplet: i686-linux

[Bug binutils/829] Why is gcc -static required to avoid "gprof: gmon.out file is missing call-graph data" error?

2005-04-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-07 06:54 --- No target or gcc version specified, and likely a gcc/library problem. -- What|Removed |Added

[Bug ld/831] Get assert in ld

2005-04-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-07 07:03 --- Fixed in 2.16 / mainline, I think. Would you check by downloading and compiling a recent snapshot, please? -- What|Removed |Added

[Bug gas/836] GAS ".set" pseudo op-code handling

2005-04-08 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-09 03:41 --- *** This bug has been marked as a duplicate of 827 *** -- What|Removed |Added

[Bug gas/827] .set expression limitations

2005-04-08 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-09 03:41 --- *** Bug 836 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug gas/827] .set expression limitations

2005-04-12 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-12 12:18 --- Mainline patches http://sources.redhat.com/ml/binutils-cvs/2005-04/msg00071.html http://sources.redhat.com/ml/binutils-cvs/2005-04/msg00072.html http://sources.redhat.com/ml/binutils-cvs/2005-04/msg00077

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-13 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-13 13:34 --- Please try latest mainline binutils. My 2005-04-11 ld/emultempl/elf32.em patch may well have fixed this problem. -- What|Removed |Added

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-13 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-14 03:34 --- comment #5 just seems to be a simple case of ld not finding a library, probably because the right options were not passed to ld. comment #6 is more worrying. Can you provided a reduced testcase

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-15 02:35 --- Ah! Seeing [EMAIL PROTECTED]'s u.undef.next link back to itself was the clue I needed. u.undef.next is used as a list pointer, and also as a marker to say that a symbol has been referenced. As a m

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-15 02:52 --- No, (b) is wrong. elf.c:1177 won't result in the sym being marked as defined in the as-needed shared lib. I need to dig some more (or have those readelf -sD results!) -- http://sources.redha

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-15 11:16 --- I've traced what is happening, and everything now makes sense. This fix checked in to mainline and 2.16 should cure your problem. PR ld/815 * elflink.c (elf_smash_syms): Clear undef

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*

2005-04-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-15 11:19 --- libqt-mt.so.3.3.4 defines [EMAIL PROTECTED] $22 = {root = {root = {next = 0x85d2380, string = 0x85a9ea0 "[EMAIL PROTECTED]", hash = 421875337}, type = bfd_link_hash_undefweak,

[Bug gas/857] Gas doesn't warn ".set x,y" when "y' is undefined

2005-04-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-04-18 00:53 --- I don't think gas should warn in this case. Setting a symbol to an expression involving undefined symbols is quite a reasonable thing to do, so long as the expression is resolved later to something

[Bug gas/950] hppa-elf cross as doesn't handle .globl properly

2005-05-12 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-05-13 01:02 --- hppa-elf doesn't require a colon on labels; Anything starting in column 0 is a label. Your testcase has a funny label called ".global". -- What|Removed

[Bug binutils/971] ranlib: unable to copy file 'XX' reason: Permission denied

2005-05-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-05-26 05:24 --- Hmm. BSD archive maps contain a timestamp. I'd expect ranlib to update this timestamp whenever you run ranlib on an archive, regardless of whether the map changed or not. This is in fact how GNU r

[Bug binutils/973] BFD internal error in bfd_cache_lookup_worker

2005-05-26 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-05-27 00:00 --- Looks like a dup of http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=1945 I would suspect a bug in gdb, ie. gdb using BFD incorrectly, rather than a bug in BF

[Bug gas/927] Building binutils fail because of the md_relax_table declaration is obsolete

2005-06-02 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-06-03 01:56 --- Fixed in mainline and 2.16 -- What|Removed |Added Status|NEW

[Bug ld/568] typeinfo for MYTYPE referenced in section FOO of myfile.o: defined in discarded section BAR of foo2.o

2005-06-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-06-03 09:59 --- http://sources.redhat.com/ml/binutils-cvs/2005-06/msg00016.html http://sources.redhat.com/ml/binutils-cvs/2005-06/msg00018.html -- What|Removed |Added

[Bug gas/997] invalid error messages, and internal error abort

2005-06-08 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-06-09 06:29 --- This is a consequence of the way gas resolves symbols. The problem is that the first assignment to msglen isn't resolved immediately when parts of the expression use symbols ("." and

[Bug gas/998] generates non-optimal instruction...

2005-06-08 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-06-09 06:36 --- This is a result of delayed expression evaluation. If you assemble without listings turned on, the optimal push insn will be chosen. -- What|Removed |Added

[Bug gas/997] invalid error messages, and internal error abort

2005-06-08 Thread amodra at bigpond dot net dot au
-- What|Removed |Added OtherBugsDependingO||998 nThis|| http://sources.redhat.com/bugzilla/show_bug.cgi?id=997

[Bug ld/797] Alignment in empty section changes the output layout

2005-06-09 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-06-09 23:58 --- I disagree. An assignment to "dot" inside an output section statement that moves "dot" has made the section non-empty. There is no fundamental difference between an assignment to &qu

[Bug binutils/1004] stripping breaks new style PLT libraries

2005-07-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-07-04 01:58 --- http://sources.redhat.com/ml/binutils-cvs/2005-07/msg00014.html -- What|Removed |Added

[Bug ld/1042] arch/ppc64/kernel/vdso32/vdso32.so: The first section in the PT_DYNAMIC segment is not the .dynamic section

2005-07-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-07-04 10:32 --- This is a result of vdso32.lds not specifying where to place .plt, and ld ignoring the fact that .plt will be stripped from the output. One fix is to specify .plt as follows. --- vdso32.lds~ 2005-07-03

[Bug gas/1069] Buffer overflow in tc-crx.c

2005-07-14 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Summary|Segmentation fault in |Buffer overflow in tc-crx.c |libiberty/xexit.c:51| http://sources.redhat.com/bugzil

[Bug gas/1069] Segmentation fault in libiberty/xexit.c:51

2005-07-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-07-14 14:34 --- No, this is a buffer overflow of gas/config/tc-crx.c:ins_parse in reset_vars. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=1069 --- You are receiving this mail because: --- You are

[Bug gas/291] GAS assemble direct constant as memory reference

2005-09-16 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-16 07:38 --- Fixed on mainline -- What|Removed |Added Status|NEW

[Bug ld/494] Problem when relocating an executable

2005-09-16 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-16 08:05 --- Closing as in waiting for 10 months -- What|Removed |Added Status|WAITING

[Bug ld/1353] unused output section statements does not affect dot

2005-09-19 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-19 23:19 --- http://sources.redhat.com/ml/binutils-cvs/2005-09/msg00078.html -- What|Removed |Added

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-24 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-25 01:14 --- I think this problem has been fixed with HJ's patch for PR 1025. Please try mainline binutils. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1540 --- You are receiving this mail be

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-24 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-25 02:53 --- No, you shouldn't need to recompile everything. ld is mishandling some combination of weak and indirect symbols, I suspect. Could you run that g++ link again, specifying -Wl,-v to see the args pass

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-25 09:55 --- Indeed, it is the reference to an explicit version that trips ld. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1540 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-25 09:56 --- Created an attachment (id=723) --> (http://sourceware.org/bugzilla/attachment.cgi?id=723&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=1540 --- You are receivi

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-25 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au http://sourceware.org/bugzil

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-25 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2005-10-25 11:51:27 date|

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program

2005-10-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-25 16:20 --- http://sources.redhat.com/ml/binutils-cvs/2005-10/msg00139.html -- What|Removed |Added

[Bug binutils/973] BFD internal error in bfd_cache_lookup_worker

2005-10-26 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-27 04:13 --- No, it really is a bfd bug -- What|Removed |Added AssignedTo|unassigned at

[Bug binutils/973] BFD internal error in bfd_cache_lookup_worker

2005-10-26 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-10-27 06:07 --- http://sources.redhat.com/ml/binutils-cvs/2005-10/msg00165.html -- What|Removed |Added

[Bug ld/1775] Invalid code in PLT section

2005-11-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-11-01 23:18 --- http://sources.redhat.com/ml/binutils-cvs/2005-11/msg2.html -- What|Removed |Added

[Bug gas/1804] Wrong output for 64-bit difference of labels

2005-11-05 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-11-05 08:36 --- This is caused by tc-hppa.c:md_apply_fix treating the fixup as only being 32 bit. A simpler testcase is .data .dword L$FE0061-L$FB0061 .text L$FB0061: nop L$FE0061: -- http://sourceware.org

[Bug gas/1804] Wrong output for 64-bit difference of labels

2005-11-05 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-11-06 03:12 --- I'd be inclined to use if (fixP->fx_size > 4) { /* Handle constant output. */ number_to_chars_bigendian (fixpos, *valP, fixP->fx_size); return; } After all, if the

[Bug ld/1886] [regression] [powerpc] [EMAIL PROTECTED]

2005-11-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-11-19 02:10 --- Now fixed -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/1991] objcopy does not update sh_link correctly

2005-12-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-12-08 06:23 --- A similar problem can be seen on older dynamic objects. When stripping debug sections, section syms for the removed sections are not removed from .dynsym, because strip doesn't touch .dynsym.

[Bug ld/2112] Binutils LD fails at line 6419 of elflink.c

2006-01-05 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-01-06 04:05 --- It is possible that this problem has been fixed in current CVS trunk binutils. Please try a newer binutils, and if that fails I'll take a looks at your object files if you make them available so

[Bug ld/2171] linking error : relocation truncated to fit: R_PPC_LOCAL24PC _GLOBAL_OFFSET_TABLE_+fffffffffffffffc

2006-01-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-01-19 05:22 --- binutils-2.15.90.0.1.1-32.5 is SUSE SLES9, isn't it? You really should be reporting bugs in SLES9 to SUSE rather than here. For that reason, I have closed this bug, but I happened to have sourc

[Bug ld/2171] linking error : relocation truncated to fit: R_PPC_LOCAL24PC _GLOBAL_OFFSET_TABLE_+fffffffffffffffc

2006-01-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-01-19 06:28 --- *** Bug 2174 has been marked as a duplicate of this bug. *** -- http://sourceware.org/bugzilla/show_bug.cgi?id=2171 --- You are receiving this mail because: --- You are on the CC list for the

[Bug ld/2174] linking error : relocation truncated to fit: R_PPC_LOCAL24PC _GLOBAL_OFFSET_TABLE_+fffffffffffffffc

2006-01-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-01-19 06:28 --- *** This bug has been marked as a duplicate of 2171 *** -- What|Removed |Added

[Bug ld/2342] linkonce debug is broken

2006-02-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-02-15 23:06 --- I think we all agree that the ideal ld behaviour would be to strip out debug info corresponding to removed linkonce sections. Failing that, I claim that marking the debug info in some way as invalid is

[Bug ld/2342] linkonce debug is broken

2006-02-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-02-16 00:39 --- The problem occurred in debugging a huge C++ oracle application, using current CVS gdb as well as older gdbs. My attempts to generate a reduced testcase have so far failed. -- http://sourceware.org

[Bug ld/2342] linkonce debug is broken

2006-02-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-02-16 00:47 --- At least, I haven't managed to generate a testcase that fails on x86. On powerpc64-linux, the testcase you have here also shows the problem I saw with the oracle app. With debug info for re

[Bug ld/2342] linkonce debug is broken

2006-02-15 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-02-16 04:56 --- As I said, I haven't found a testcase that fails on x86.. The ppc64 compiler is Target: powerpc-linux Configured with: /src/gcc-current/configure --prefix=/usr/local --build=powerpc-linux --host=po

[Bug binutils/2346] internal error, aborting at cache.c line 495

2006-02-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-02-17 10:14 --- Thanks. This bug has already been fixed in CVS. -- What|Removed |Added

[Bug ld/2434] ld --as-needed causes either crash or BFD internal error

2006-03-15 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au http://sourceware.org/bugzil

[Bug ld/2434] ld --as-needed causes either crash or BFD internal error

2006-03-15 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2006-03-16 07:09:45 date|

[Bug ld/2469] assertion fails in BFD elflink.c when using --Wl.--as-needed

2006-03-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-19 01:49 --- *** This bug has been marked as a duplicate of 2434 *** -- What|Removed |Added

[Bug ld/2434] ld --as-needed causes either crash or BFD internal error

2006-03-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-19 01:51 --- http://sources.redhat.com/ml/binutils-cvs/2006-03/msg00079.html http://sources.redhat.com/ml/binutils-cvs/2006-03/msg00087.html -- What|Removed |Added

[Bug ld/2434] ld --as-needed causes either crash or BFD internal error

2006-03-20 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-19 01:49 --- *** Bug 2469 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug ld/2478] undefined reference vtable if symbol is in archive

2006-03-23 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-23 21:37 --- See ld info, node "Options" for info on when ld extracts objects from archives. -- What|Removed

[Bug ld/2478] undefined reference vtable if symbol is in archive

2006-03-24 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-24 13:26 --- It doesn't make any difference whether an archive is specified as -lfoo or libfoo.a on the command line. You can force inclusion of the archive using --whole-archive. -- http://sourcewar

[Bug binutils/2495] Solaris2 amd64 file format not recognized

2006-03-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-29 11:48 --- Not a bug. You need to build binutils with support for all targets of interest. In this case, you probably want to add --enable-targets=x86_64-elf to your configure line (or --enable-targets=all). If

[Bug gas/998] generates non-optimal instruction...

2006-03-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-03-30 01:05 --- Some background info I should have added to help people looking through the bug database. alanm: Any opinions on PR 998? I gather from your comments that you've stated, "That's the

[Bug ld/850] linker issued assertion failure elf64-ppc.c:7771

2006-04-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-04 01:20 --- I'm fairly certain this bug has been fixed. -- What|Removed |Added Statu

[Bug binutils/2484] ar to merge in another library (.a file)

2006-04-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-04 01:28 --- ar is not just for use with object files. For instance, debian uses archives for their package format. Making ar "clever" like this would require that you inspect all archive contents recur

[Bug ld/2112] Binutils LD fails at line 6419 of elflink.c

2006-04-03 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=2112 --- You are receiving this mail because:

[Bug gas/998] generates non-optimal instruction...

2006-04-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-04 08:05 --- http://sources.redhat.com/ml/binutils-cvs/2006-04/msg00013.html -- What|Removed |Added

[Bug gas/997] invalid error messages, and internal error abort

2006-04-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-04 08:06 --- http://sources.redhat.com/ml/binutils-cvs/2006-04/msg00013.html -- What|Removed |Added

[Bug gas/998] generates non-optimal instruction...

2006-04-04 Thread amodra at bigpond dot net dot au
-- Bug 998 depends on bug 997, which changed state. Bug 997 Summary: invalid error messages, and internal error abort http://sourceware.org/bugzilla/show_bug.cgi?id=997 What|Old Value |New Value --

[Bug gas/997] invalid error messages, and internal error abort

2006-04-05 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-06 04:40 --- http://sources.redhat.com/ml/binutils-cvs/2006-04/msg00028.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=997 --- You are receiving this mail because: --- You are on the CC list for

[Bug gas/2512] movsd in intel syntax mode

2006-04-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-07 06:41 --- http://sources.redhat.com/ml/binutils-cvs/2006-04/msg00036.html -- What|Removed |Added

[Bug ld/2589] ld vs. ld.so

2006-04-20 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-04-20 13:12 --- Already fixed mainline and 2.17 branch. -- What|Removed |Added Status|NEW

[Bug ld/2658] ld segfaults in combination with --relax

2006-05-14 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2006-05-15 01:32:14 date|

[Bug ld/2658] ld segfaults in combination with --relax

2006-05-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-05-15 01:33 --- ld shouldn't segfault, but you are confusing it by attempting to link a non-pic object file into a shared lib. -- What|Removed |

[Bug ld/2658] ld segfaults in combination with --relax

2006-05-14 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Severity|critical|normal http://sourceware.org/bugzilla/show_bug.cgi?id=2658 --- You are receiving this mail because: -

[Bug ld/2658] ld segfaults in combination with --relax

2006-05-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-05-15 02:24 --- http://sources.redhat.com/ml/binutils-cvs/2006-05/msg00126.html http://sources.redhat.com/ml/binutils-cvs/2006-05/msg00125.html -- What|Removed |Added

[Bug gas/2674] gas cannot recognize combination of macro parameter with string

2006-05-19 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-05-20 02:50 --- Not a bug. Use alternate macro syntax if you want to paste formals with strings. .text .align 4 .macro test label BNE &label&.aaa B &l

[Bug binutils/2676] ld and shared libraries

2006-05-20 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-05-20 12:38 --- Not a ld bug/enhancement. ld uses the soname of the library. $ readelf -d /lib/libc.so.6 | grep SONAME 0x000e (SONAME) Library soname: [libc.so.6] -- What

[Bug binutils/2706] Linking to elf32-i386 causing error "non constant expression for load base"

2006-05-30 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-05-31 02:04 --- Please try a recent binutils, either current mainline, 2.17 branch, or one of HJ Lu's releases. I think you'll find that this has been fixed. -- What|Removed

[Bug ld/2723] ld puts unused section symbols in symbol table

2006-06-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-06-02 00:39 --- http://sources.redhat.com/ml/binutils-cvs/2006-06/msg9.html -- What|Removed |Added

[Bug gas/2724] GAS segmentation fault when target=coff and enabled-target=elf

2006-06-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-06-02 00:43 --- Fixed on mainline 2006-05-03 -- What|Removed |Added Status|NEW

[Bug ld/2721] --as-needed vs. DT_NEEDED undef symbols checks

2006-06-05 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-06-05 13:19 --- Fixed mainline with http://sources.redhat.com/ml/binutils-cvs/2006-06/msg00018.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=2721 --- You are receiving this mail because: --- You

[Bug ld/2754] ld segfaults when using --warn-unresolved-symbols with /dev/null

2006-06-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-06-23 03:19 --- http://sources.redhat.com/ml/binutils-cvs/2006-06/msg00149.html -- What|Removed |Added

[Bug ld/2870] X86_64: thread-local access via extern requires __thread

2006-07-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-07-03 12:26 --- As discussed on the gcc mailing list, this code is invalid. -- What|Removed |Added

[Bug ld/2939] ld --cref doesn't work with --as-needed

2006-07-17 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au http://sourceware.org/bugzil

[Bug ld/2939] ld --cref doesn't work with --as-needed

2006-07-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-07-19 01:56 --- http://sources.redhat.com/ml/binutils-cvs/2006-07/msg00082.html -- What|Removed |Added

[Bug gas/2946] jmp to a weak symbol jumps to a wrong address

2006-07-20 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-07-20 22:34 --- Not a bug. Look at the relocs. -- What|Removed |Added Status|NEW

[Bug gas/2950] mov %al, 0x16 generates the wrong opcode

2006-07-21 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-07-22 06:02 --- You are mistaken on two counts. Firstly, the second operand is the destination in AT&T mode. Secondiy, an unadorned number such as 0x16 is an address. A2 is the correct opcode. --

[Bug gas/2946] jmp to a weak symbol jumps to a wrong address

2006-07-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-07-22 13:00 --- No, gas should not resolve this branch. There may be a strong symbol "mylabel" in another file, in which case the branch should go to that symbol. -- http://sourceware.org/bugzilla/show_

[Bug ld/3052] ld lma assignment change breaks x86-64 Linux 2.6 kernel

2006-08-16 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-08-16 07:58 --- According to the ld docs, this testcase script (and the x86_64 kernel script) is invalid because dot is moved backwards. Nevertheless, I'll see if I can make ld do something reaso

[Bug ld/3052] ld lma assignment change breaks x86-64 Linux 2.6 kernel

2006-08-16 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|-00-00 00:00:00 |2006-08-16 07:58:44 date|

[Bug ld/3089] explicit input section assignment overriden by *LATER* wildcard assignment

2006-08-20 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-08-21 03:57 --- You have two .data output section statements. ld combines the two, so your *(.data .sdata) input section assignment effectively moves into the first .data output section statement which of course is

[Bug ld/3103] ld lma assignment change changes OVERLAY

2006-08-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-08-23 01:37 --- http://sourceware.org/ml/binutils-cvs/2006-08/msg00117.html -- What|Removed |Added

[Bug binutils/3145] taking address of bitfield

2006-08-28 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-08-29 03:58 --- Please attach preprocessed source for regex.c. I can't reproduce this problem. -- What|Removed |

[Bug binutils/3145] taking address of bitfield

2006-08-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-08-29 10:42 --- Your compiler is broken. -- What|Removed |Added Status|WAITING

[Bug gas/3168] compiling gas fails on IRIX 5.3 with SGI ido cc; bug in dw2gencfi.c

2006-09-04 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2006-09-05 01:54 --- Created an attachment (id=1281) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1281&action=view) likely fix This ought to fix your compile problem. Please verify. -- http://sourcew

[Bug gas/3168] compiling gas fails on IRIX 5.3 with SGI ido cc; bug in dw2gencfi.c

2006-09-04 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=3168 --- You are receiving this mail because:

  1   2   3   4   5   6   >