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] Define TARGET_DELEGITIMIZE_ADDRESS for bfin port GCC


Jie Zhang wrote:
Bfin port GCC of latest trunk does not build. It fails on compiling
-mid-shared-library libstdc++-v3/src/ios_init.cc. The cause is
mem_loc_descriptor () is unable to deal with  UNSPEC rtx without
target specific address delegitimize function. This patch define
TARGET_DELEGITIMIZE_ADDRESS for bfin port, such that it will build
fine.

Is it OK for trunk and 4.1 branch? Although 4.1 branch build fine, it
cannot compile the same 4.2 preprocessed ios_init.cc from trunk.

Ok for 4.1 and trunk.



Bernd



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