http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46040

Ulrich Weigand <uweigand at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uweigand at gcc dot gnu.org

--- Comment #9 from Ulrich Weigand <uweigand at gcc dot gnu.org> 2010-12-07 
19:17:16 UTC ---
It looks like this was caused by this patch:
http://gcc.gnu.org/ml/gcc-patches/2010-10/msg01145.html

gcc/
    * config.gcc (arm*-*-linux-*eabi) <tm_file>: Add bpabi.h from
    libgcc.
    (arm*-*-uclinux*eabi) <tm_file>: Likewise.
    (arm*-*-eabi*) <tm_file>: Likewise.
    (frv-*-elf) <tm_file>: Add frv-abi.h from libgcc.
    (frv-*-*linux*) <tm_file>: Likewise.
    * config/arm/bpabi.h: Delete DECLARE_LIBRARY_RENAMES stanzas
    and associated helper macros.
    * config/frv/frv-abi.h: Delete.

libgcc/
    * config/arm/bpabi.h: New file.
    * config/frv/frv-abi.h: New file.

For more details see:
http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00608.html

Reply via email to