[llvm-commits] [llvm] r76653 - in /llvm/trunk: include/llvm/Target/ELFTargetAsmInfo.h lib/Target/ELFTargetAsmInfo.cpp lib/Target/XCore/XCoreTargetAsmInfo.cpp lib/Target/XCore/XCoreTargetAsmInfo.h
Anton Korobeynikov
anton at korobeynikov.info
Sat Aug 1 05:19:33 PDT 2009
Hi, Chris
<I'm just catching e-mails after vacation, so I can refer to some
out-of-dated stuff>
> - if (flags & SectionFlags::Small) {
> - if (flags & SectionFlags::Writeable)
> - Flags += 'd'; // DP relative
> - else
> - Flags += 'c'; // CP relative
This seems to be incorrect - these two flags are XCore-specific.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list