Date: Sat, 30 Jun 2001 14:13:44 +0900 (JST) From: kaz@kobe1995.net (NAKAMURA Kazushi) To: obrien@FreeBSD.ORG Cc: Alexander@Leidinger.net, sobomax@FreeBSD.ORG, current@FreeBSD.ORG, djhill@novagate.net Subject: Re: GNU ld(1) dumps core Message-ID: <200106300513.OAA16161@ns.kobe1995.net> In-Reply-To: Your message of "Tue, 26 Jun 2001 11:56:14 -0700". <20010626115614.A16267@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010626115614.A16267@dragon.nuxi.com> obrien@FreeBSD.ORG writes: >I just committed Binutils 2.11.2. Please let me know if this helps or >not. Thank you! But there remain a problem about gas+ld. Linking bug.C (Message-Id: <200106261716.CAA02226@ns.kobe1995.net>) results error as below: % c++ bug.C /tmp/ccN393OH.o: In function `main': /tmp/ccN393OH.o(.text+0xcb): undefined reference to `$A.15' /tmp/ccN393OH.o(.text+0xd2): undefined reference to `$B.16' % c++ -v Using builtin specs. gcc version 2.95.3 20010315 (release) % as -v GNU assembler version 2.11.2 [FreeBSD] (i386-unknown-freebsd5.0) using BFD version 2.11.2 [FreeBSD] ^d % ld -v GNU ld version 2.11.2 [FreeBSD] (with BFD 2.11.2 [FreeBSD]) -- <mailto:kaz@kobe1995.net> NAKAMURA Kazushi@KOBE <http://kobe1995.net/~kaz/index-e.html> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106300513.OAA16161>