bug-gnu-utils
[Top][All Lists]
Advanced

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

bfd/aout-arm.c and bfd/aout-arm32.c name clash


From: Jun-ichiro itojun Hagino
Subject: bfd/aout-arm.c and bfd/aout-arm32.c name clash
Date: Wed, 19 Jun 2002 01:35:55 +0900

        bfd/aout-arm.c and bfd/aout-arm32.c uses conflicting public symbol,
        due to the following macro.  this prevents us from buildling bfd with
        --enable-target=all.  how should we address the problem?

itojun


% grep NAME aout-arm*
aout-arm.c:#define NAME(x,y) CAT3(aoutarm,_32_,y)
aout-arm32.c:#define NAME(x, y) CAT3(aoutarm,_32_,y)



reply via email to

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