avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] What GCC bug currently effect the AVR port of


From: HutchinsonAndy
Subject: Re: [avr-gcc-list] What GCC bug currently effect the AVR port of
Date: Tue, 08 Mar 2005 19:20:31 -0500

I had a quick look at bugs and I spotted 18551.
This is where prologue tries to create a label using function name as a 
template - unfortunately c++ names dont make good lables!!

-mcallprolog need a label to jump back to the function after the library 
prologue call.

The problem is obvious and it so happens I'm about 50% of the way thru writing 
"RTL prologue". So I can deal with that issue.

"RTL prologue" does diddley squat for target but will keep avr up to date with 
gcc rules.




__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]