Gerald Pfeifer wrote:

> Looks good!  Please fix the one typo, and consider the other comments
> as well, and go ahead and commit this I'd say.  We can always make
> further changes later.

Committed with the following changes:

* Support for XMEGA cores
* Mini-example for address space code.

http://gcc.gnu.org/gcc-4.7/changes.html

But there is a problem with the link to built-ins in onlinedocs.

The HTML reads

<li>Support for AVR-specific <a
href="http://gcc.gnu.org/onlinedocs/gcc/AVR-Built_002din-Functions.html";>built-in
functions</a> has been added.</li>

But that is not used literally but as
"http://gcc.gnu.org/onlinedocs/gcc/AVR-Built-in-Functions.html";
instead leading to 404 "Not found" error.

It _002d link works from by local sandbox but not from the upstream version.

What is the trick?

Johann


Reply via email to