[llvm-commits] CVS: llvm/include/llvm/CodeGen/ELFRelocation.h

2007-04-30 Thread Christopher Lamb
Changes in directory llvm/include/llvm/CodeGen: ELFRelocation.h added (r1.1) --- Log message: Header file for ELF relocations. --- Diffs of the changes: (+49 -0) ELFRelocation.h | 49 + 1 files changed, 49 insertions(+) Index:

Re: [llvm-commits] CVS: llvm/include/llvm/CodeGen/ELFRelocation.h

2007-04-30 Thread Chris Lattner
Header file for ELF relocations. Oooh cool + #ifndef LLVM_CODEGEN_ELF_RELOCATION_H + #define LLVM_CODEGEN_ELF_RELOCATION_H Please #include llvm/Support/DataTypes.h, since this file uses int64_t etc. + + namespace llvm { ... + ELFRelocation(uint64_t off, uint32_t sym, uint32_t

[llvm-commits] CVS: llvm/include/llvm/CodeGen/ELFRelocation.h

2007-04-30 Thread Christopher Lamb
Changes in directory llvm/include/llvm/CodeGen: ELFRelocation.h updated: 1.1 - 1.2 --- Log message: Implement review feedback. --- Diffs of the changes: (+4 -1) ELFRelocation.h |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/ELFRelocation.h