[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-10-11 02:57 --- Closing per comment #26. -- What|Removed |Added Status|NEW

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-11 02:55 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > You need to find out why those symbols aren't defined, given that I just found the problem. It was an installation of an o

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-11 02:49 --- You need to find out why those symbols aren't defined, given that ld.so.1 is loaded via DT_NEEDED in libc.so.6. I saw a few possibilities: 1. A bfd/ld bug which is platform dependent. 2. Different binutils sources. 3.

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-11 00:31 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > I can't duplicate your problem: I was afraid of that. As I indicated originally, the problem seemed start file sensitive.

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 22:45 --- I can't duplicate your problem: [EMAIL PROTECTED] hppa-3]$ make ./ld -o main --eh-frame-hdr -dynamic-linker /lib/ld.so.1 \ crt1.o crti.o crtbegin.o main.o -lgcc --as-needed \ -lgcc_s --no-as-needed -lc

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 21:53 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' On Mon, Oct 10, 2005 at 09:41:08PM -, hjl at lucon dot org wrote: > > --- Additional Comments From hjl at lucon dot o

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 21:41 --- I also need /usr/lib/crti.o. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1443 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. __

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 21:33 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' On Mon, Oct 10, 2005 at 09:17:12PM -, hjl at lucon dot org wrote: > > --- Additional Comments From hjl at lucon dot o

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 21:17 --- I also need /usr/lib/libc.so and the related files. Please do # cat /usr/lib/libc.so to see what they are. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1443 --- You are receiving this mail because:

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 21:09 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' On Mon, Oct 10, 2005 at 05:03:22PM -0400, John David Anglin wrote: > > Please provide all input files for me to reproduce it w

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 21:03 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > Please provide all input files for me to reproduce it with a cross linker. Attached. Dave --- Additional Comments Fro

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 20:43 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > This shouldn't be a problem since executable doesn't use any symbols in ld.so. > If you can provide a testcase, I will try t

Re: monitor instruction bug?

2005-10-10 Thread root
actually none of these bug reports are out of context. i have an assembler file with every instruction in the intel docs (we need a comprehensive test case) and i'm just reporting the actual output from objdump. perhaps it's a version issue. which version are you using? if all else fails i can sen

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 20:30 --- Please provide all input files for me to reproduce it with a cross linker. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1443 --- You are receiving this mail because: --- You are on the CC list for the

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 20:28 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > It looks OK. A testcase is needed. The following C file triggers the problem: int main () { return 0; } The link command

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 20:22 --- It looks OK. A testcase is needed. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1443 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.

Re: monitor instruction bug?

2005-10-10 Thread H. J. Lu
On Mon, Oct 10, 2005 at 04:01:10PM -0400, root wrote: > actually none of these bug reports are out of context. > i have an assembler file with every instruction in the intel docs > (we need a comprehensive test case) and > i'm just reporting the actual output from objdump. > > perhaps it's a versi

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 19:59 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > Can you show me your "readelf -d /lib/libc.so.6": [EMAIL PROTECTED]:~/binutils-2.16.91/src/bfd$ readelf -d /lib/libc.so.6|l

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 19:46 --- Can you show me your "readelf -d /lib/libc.so.6": [EMAIL PROTECTED] glibc-nptl-4.0]$ readelf -d /lib/libc.so.6 Dynamic section at offset 0x126cfc contains 26 entries: TagType Name/Va

Re: monitor instruction bug?

2005-10-10 Thread H. J. Lu
On Mon, Oct 10, 2005 at 03:13:12PM -0400, root wrote: > > mwait ; 0F 01 C9 > > generates: > > 0f sidt (bad) > 01 c9 add ecx,ecx > > > (ref: p3-556 IA-32 Intel Architecture Software Developer's Manual > Vol 2A: Instruction Set Referen

monitor instruction bug?

2005-10-10 Thread root
mwait ; 0F 01 C9 generates: 0f sidt (bad) 01 c9 add ecx,ecx (ref: p3-556 IA-32 Intel Architecture Software Developer's Manual Vol 2A: Instruction Set Reference, A-M Order Number 253666) Tim Daly ___

monitor instruction bug?

2005-10-10 Thread root
pause ; F3 90 generates: f3 90 repz nop (ref: p4-40 IA-32 Intel Architecture Software Developer's Manual Vol 2B: Instruction Set Reference, N-Z Order Number 253667) Tim Daly ___ bug-binutils mailing list bug-bi

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 19:21 --- This shouldn't be a problem since executable doesn't use any symbols in ld.so. If you can provide a testcase, I will try to look into it. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1443 --- You are rece

monitor instruction bug?

2005-10-10 Thread root
movddup xmm1,xmm2 ; F2 0F 12 CA generates: f2 0f 12 ca repnz movhlps xmm1,xmm2 (ref: p3-490 IA-32 Intel Architecture Software Developer's Manual Vol 2A: Instruction Set Reference, A-M Order Number 253666) Tim Daly ___ bug-bin

monitor instruction bug?

2005-10-10 Thread root
monitor; 0F 01 C8 generates: 0f sidt (bad) 01 c8add eax,ecx Tim Daly ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-10-10 19:01 --- I should add that these dynamic symbols are references to global objects: 200: 4 OBJECT GLOBAL DEFAULT UND [EMAIL PROTECTED] (1 4) 848: 168 OBJECT GLOBAL DEFAULT UND [EMAIL

[Bug ld/1135] strip is broken

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 18:43 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug binutils/1436] "readelf -u" doesn't work on Linux 2.6 kernel modules

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 18:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug ld/1443] /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'

2005-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-10-10 18:22 --- Subject: Re: /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > > --- Additional Comments From hjl at lucon dot org 2005-10-09 15:15 > > --- > > If you can provide all input file

[Bug binutils/1437] c++filt no longer works with stdin

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 17:13 --- Here is the patch http://sourceware.org/ml/binutils/2005-10/msg00094.html to restore the old behavior for stdin. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1437 --- You are receiving this mail because

[Bug binutils/1437] c++filt no longer works with stdin

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 17:00 --- The reason for /* For command line args, also try to demangle type encodings. */ result = cplus_demangle (mangled_name, flags | DMGL_TYPES); is that the assembly code may have .section.eh_frame,"a",@pro

Re: Bugs on binutils - verious SUNs . . .

2005-10-10 Thread Nick Clifton
Hi Peter, tonite I tried to compile the new version of binutils (2.16.1) on various SUN-Workstations without success. (1) First of all, there saemas to be a bug, if you use "./configure --prefix /usr/gnu" I got errors when typeing "make" in the sub directories "bfd" and "lib

[Bug binutils/1437] c++filt no longer works with stdin

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 15:03 --- Those special handling for `.', `$' and `_' used to be for stdin only. I think it makes some sense sine they are added to assembly code. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1437 --- You are rece

[Bug binutils/1437] c++filt no longer works with stdin

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 14:58 --- The old one also has if (mbuffer[0] == '.' || mbuffer[0] == '$') ++skip_first; for stdin. It is for assembly code where we may have .section .text.Check__6UArrayi mov $Check__

Re: ObjDump Doc. Bug

2005-10-10 Thread Nick Clifton
Hi Bryce, "reg-name-std" needs to be replaced with "reg-names-std" So it does. I have committed the obvious patch (attached). Cheers Nick binutils/ChangeLog 2005-10-10 Bryce Schober <[EMAIL PROTECTED]> * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be -re