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: [patch, applied] avr RTEMS config/avr/* cleanups.


On 10/26/2012 07:57 AM, Ralf Corsepius wrote:
On 10/26/2012 06:48 AM, Georg-Johann Lay wrote:
Ralf Corsepius schrieb:
I've applied the patch below to trunk and gcc-4.7-branch.

It contains 2 RTEMS specific cleanups which have been in use for
avr-rtems for quite a while.

Ralf

2012-10-26 Ralf CorsÃpius <ralf.corsepius@rtems.org>

    * config/avr/rtems.h (TARGET_OS_CPP_BUILTINS): Remove
    __USE_INIT_FINI__.
    * config/avr/t-rtems (LIB1ASMFUNCS): Filter out _exit.

This is gcc/config/avr/t-rtems Shouldn't it be libgcc/config/avr/t-rtems instead?
You seem to be right.

The MULTILIB related part likely should be in gcc/config/avr/t-rtems,
while the LIB1ASM related part should be in libgcc/config/avr/t-rtems.

On a second glance, I just noticed, the LIB1ASM-filtering already was in
libgcc/config/avr/t-rtems. Seems to me as if my local patches (which
predate the libgcc split out) weren't merged correctly.

I'll check again and try to fix it - Sorry, for the mess.

I just reverted the second half of my previous patch.


Sorry for this churn.

Ralf



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