[Bug ld/11175] ld marks destructor hidden global

2010-01-19 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-19 18:18 --- as I see in the code for lnkproperties.h public: // WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT // have this class. #ifdef QTOPIA_INTERNAL_FSLP LnkProperties( AppLnk* lnk

[Bug ld/11175] ld marks destructor hidden global

2010-01-15 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-16 00:27 --- (In reply to comment #18) > Created an attachment (id=4524) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4524&action=view) > preprocessed testcase > -fvisibility-inlines-hidde

[Bug ld/11175] ld marks destructor hidden global

2010-01-15 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-16 00:25 --- Created an attachment (id=4524) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4524&action=view) preprocessed testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=11175 ---

[Bug ld/11175] ld marks destructor hidden global

2010-01-15 Thread raj dot khem at gmail dot com
-- What|Removed |Added Attachment #4523|application/octet-stream|application/x-bzip mime type|| http://sourceware.org/bugzilla/show_bug.c

[Bug ld/11175] ld marks destructor hidden global

2010-01-15 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-15 21:37 --- (In reply to comment #15) > `-fvisibility-inlines-hidden' > This switch declares that the user does not attempt to compare > pointers to inline methods where the addresses of the

[Bug ld/11175] ld marks destructor hidden global

2010-01-15 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-15 18:42 --- after reading the googlegroups thread if ld will propagate most restrictive visibility to the output for a symbol irrespective of its definition then I think this is not what gcc thinks when generating code

[Bug ld/11175] ld marks destructor hidden global

2010-01-15 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-15 18:29 --- (In reply to comment #9) > (In reply to comment #8) > > In reply to comment #6. Look again. > > $ nm -o *.o | grep _ZN13LnkPropertiesD1Ev > > fileselector.o: U _

[Bug ld/11175] ld marks destructor hidden global

2010-01-14 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2010-01-15 06:33 --- the testcase is here http://uclibc.org/~kraj/ld-pr11175.tar.bz2 -- What|Removed |Added

[Bug ld/11175] New: ld marks destructor hidden global

2010-01-14 Thread raj dot khem at gmail dot com
Summary: ld marks destructor hidden global Product: binutils Version: 2.21 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com Report

[Bug binutils/9774] objdump -d loops infinitely

2009-01-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2009-01-27 03:09 --- (In reply to comment #3) > Hi Khem, > > Please could you try out the uploaded patch and let me know if it works for > you. > > Cheers > Nick > Hi Nick Yes it fixes t

[Bug binutils/9774] objdump -d loops infinitely

2009-01-21 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2009-01-21 19:29 --- Created an attachment (id=3678) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3678&action=view) shell script, generates the testcase and executes it. -- http://sourceware.org/b

[Bug binutils/9774] New: objdump -d loops infinitely

2009-01-21 Thread raj dot khem at gmail dot com
: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail dot com CC: bug-binutils at gnu dot org GCC build triplet: i386-redhat-linux GCC host triplet: i386-redhat-linux GCC

[Bug ld/5692] ld segfault linked to bfd elf error

2009-01-02 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2009-01-02 20:51 --- Hi Nick It is fixed in ld built from todays sources. -- What|Removed |Added

[Bug ld/5692] ld segfault linked to bfd elf error

2008-12-23 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||raj dot khem at gmail dot ||com http://sourceware.org/bugzilla

[Bug ld/5692] ld segfault linked to bfd elf error

2008-12-23 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2008-12-24 01:06 --- I still see this bug on binutils from trunk arm-none-linux-gnueabi-ld --hash-style=gnu -b binary /dev/null arm-none-linux-gnueabi-ld: BFD (GNU Binutils) 2.19.51.20081204 internal error, aborting at /home

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-31 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-31 20:04 --- Too quick to resolve fixed. I think it should change status after the patch is accepted/committed to repository. -- What|Removed |Added

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-31 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-31 20:03 --- Thanks a lot Nick. I tested this patch and it fixes my problem. -- What|Removed |Added

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-26 21:45 --- Here is some more information. Steps to reproduce ../binutils/configure --host=i686-pc-linux-gnu --target=mips-montavista-linux-gnu --prefix=/opt/montavista/foundation/devkit/mips/mips2_fp_be make the

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-25 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-25 18:04 --- (In reply to comment #6) > Subject: Re: ld segfaults in mips_elf_create_dynamic_relocation > > Hi Raj, > > > OK I found something interesting its with the ld names > > > >

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-24 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-24 23:22 --- OK I found something interesting its with the ld names if I use ld-new it works fine but we rename it to mips2_fp_be-ld and it segfaulted. However then I played with the ld binary name size I started adding

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-12 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-12 20:33 --- hmmm I could reproduce it with todays snapshot too. GNU ld version 2.17.50 20070112 I am using FC6 to build ld but I could see it happening on centos3 machine as well so probably not a host issue. I

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-10 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-10 19:27 --- Created an attachment (id=1483) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1483&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=3852 --- You are receivi

[Bug ld/3852] New: ld segfaults in mips_elf_create_dynamic_relocation

2007-01-10 Thread raj dot khem at gmail dot com
Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail dot com CC: bug-binutils at gnu dot org GCC build

[Bug ld/3531] ld segfaults linking thumb code.

2006-12-06 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-06 21:01 --- verified with uclibc builds. -- What|Removed |Added Status|RESOLVED

[Bug ld/3531] ld segfaults linking thumb code.

2006-12-06 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-06 21:01 --- It seems to have been fixed now. I am not sure but may be fix for bug #3532 fixed this one too. -- What|Removed |Added

[Bug gas/3607] GAS errors on valid code complaining missing .cfi_endproc

2006-12-04 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-04 19:47 --- verified by doing local glibc-cvs build -- What|Removed |Added Status|RESOLVED

[Bug gas/3607] GAS errors on valid code complaining missing .cfi_endproc

2006-12-04 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-04 19:46 --- (In reply to comment #4) > Subject: Re: GAS errors on valid code complaining missing.cfi_endproc > > Hi Khem, > > Jakub has just checked in a patch that should fix this: > >

[Bug gas/3607] GAS errors on valid code complaining missing .cfi_endproc

2006-12-01 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||jakub at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=3607 --- You are receiving this ma

[Bug gas/3607] GAS errors on valid code complaining missing .cfi_endproc

2006-12-01 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-01 22:34 --- Created an attachment (id=1446) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1446&action=view) the patch that uncovers the reported issue This patch when applied on top of cvs sources p

[Bug gas/3607] GAS errors on valid code complaining missing .cfi_endproc

2006-12-01 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-12-01 22:33 --- Hi Nick Yes its not reproducible with cvs binutils. I realised that after a while. Its one of the local patches I apply than this issue happens. This has been working. I debugged gas a bit. My patch

[Bug gas/3607] New: GAS errors on valid code complaining missing .cfi_endproc

2006-11-28 Thread raj dot khem at gmail dot com
issing .cfi_endproc Product: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail d

[Bug ld/3531] ld segfaults linking thumb code.

2006-11-27 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||guptan at hotmail dot com http://sourceware.org/bugzilla/show_bug.cgi?id=3531 --- You are receiving this

[Bug ld/3532] ld/bfd assertion failure while linking thumb code.

2006-11-16 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-11-16 20:42 --- Created an attachment (id=1424) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1424&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=3532 --- You are receivi

[Bug ld/3532] New: ld/bfd assertion failure while linking thumb code.

2006-11-16 Thread raj dot khem at gmail dot com
ld/bfd assertion failure while linking thumb code. Product: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot k

[Bug ld/3531] ld segfaults linking thumb code.

2006-11-16 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-11-16 20:35 --- Created an attachment (id=1423) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1423&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=3531 --- You are receivi

[Bug ld/3531] New: ld segfaults linking thumb code.

2006-11-16 Thread raj dot khem at gmail dot com
Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail dot com CC: bug-binutils at gnu dot org GCC build triplet

[Bug gas/3469] GAS encodes corrupt relocation ld reports bad reloc symbol index

2006-11-06 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||amodra at bigpond dot net ||dot au http://sourceware.org/bugzil

[Bug gas/3469] GAS encodes corrupt relocation ld reports bad reloc symbol index

2006-11-06 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-11-07 02:39 --- Created an attachment (id=1403) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1403&action=view) testcase ppc-9xx-as -a64 xx.s will produce the corrupt object. the entry in .rela.roc is cor

[Bug gas/3469] GAS encodes corrupt relocation ld reports bad reloc symbol index

2006-11-06 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2006-11-07 02:06 --- In the correct object it looks like Relocation section '.rela.toc' at offset 0x1cc28 contains 179 entries: Offset Info Type Sym. ValueSym. Name + Addend00

[Bug gas/3469] New: GAS encodes corrupt relocation ld reports bad reloc symbol index

2006-11-06 Thread raj dot khem at gmail dot com
: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail dot com CC: bug-binutils at gnu dot org GCC bui

[Bug ld/2300] New: ld does not report duplicate symbols defined in script file

2006-02-08 Thread raj dot khem at gmail dot com
file Product: binutils Version: 2.17 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail dot com

[Bug ld/1932] New: segfault in ld

2005-11-27 Thread raj dot khem at gmail dot com
AssignedTo: unassigned at sources dot redhat dot com ReportedBy: raj dot khem at gmail dot com CC: bug-binutils at gnu dot org,drow at false dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: mips64-linux-gnu http