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]

Re: ARM-PE implementation for EGCS


Nick, I've put in a few PE-binutils bug workarounds and some fixes
for some of the macros, so you may want to take a look at my patches
to egcs-patches (most of those come with an explanation of what 
bugs they fix). These bugs are hard to track down, and you'll probably
run into those eventually. C++ usually brings it all out.

In particular, look at the drectve changes for:

  ASM_DECLARE_FUNCTION_NAME
  ASM_DECLARE_OBJECT_NAME
  ASM_OUTPUT_COMMON

There are a few others, but I have to dig through some more.

It would be nice if we could consolidate these macros in a single
place which are essentially the same between i386-pe and arm-pe.

Regards,
Mumit


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