This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New port: Renesas RL78


On Wed, 2 Nov 2011, DJ Delorie wrote:
> The Renesas RL78 is a new low-power 8/16 bit microcontroller, with an
> architecture much like the original Z80.

Just some random spottings.

> Index: configure.ac
> +    # Dereferencing -1 is a compile-time error

This (those lines) look a little cryptic (and lack punctuation ;)
Wild improvement guess: "Too small 'int'?".

Also spotted a:
> Index: libgcc/config/rl78/trampoline.S
> \ No newline at end of file

Wouldn't some tools behave better if the asm files had ELF
decorations on the functions?

Also spotted some
> +#if 1
and
> +      /*print_simple_rtl (file, op);*/
and
> +#if DEBUG0
and
> +#if DEBUG_PEEP
and
> +#define DEBUG_ALLOC 0
and I'll stop right there.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]