| To: | Jerry Walden <jerry.walden@lantronix.com> |
|---|---|
| Subject: | Re: Gcc - can't branch to undefined symbol |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Thu, 29 Jan 2004 23:14:27 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <603BA0CFF3788E46A0DB0918D9AA95100A0E3088@sj580004wcom.int.lantronix.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <603BA0CFF3788E46A0DB0918D9AA95100A0E3088@sj580004wcom.int.lantronix.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.1i |
On Thu, Jan 29, 2004 at 12:25:16PM -0800, Jerry Walden wrote: > I am using gcc 3.3.2 - when I assemble a file that has a branch to a > label, and the label is not defined in the .S file (i.e. there is no > extern - the label exists in another .S file) the error "cannot branch > to an undefined symbol" results. Using an older version of > mipsel-gnu-linux-gcc does not report this error. Any idea what I am > doing wrong? This construct is illegal because it cannot be represented in MIPS ELF. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Gcc - can't branch to undefined symbol, Jerry Walden |
|---|---|
| Next by Date: | readdir() problems, Mark and Janice Juszczec |
| Previous by Thread: | Gcc - can't branch to undefined symbol, Jerry Walden |
| Next by Thread: | Re: Gcc - can't branch to undefined symbol, Thiemo Seufer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |