> Thanks! That's great progress on the Binutils side. You are very welcome.
> What is the status of patches for GCC to generate DWARF for AIX XCOFF > and do the AIX assembler and linker recognize, consume and process the > directives produced by GCC correctly? I haven't looked at this part in details, but our recollection is that it's a matter of configuring GCC with --with-gnu-as and --with-gnu-ld, together with a small patch to make DWARF the default. AFAIK, the rest should be working as expected. -- Joel