commit | fec910c3b9ba5790e5a627e1801fce25fbdddbaa | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Wed Feb 28 07:40:50 2007 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Wed Feb 28 07:40:50 2007 +0000 |
tree | 459616d66e763ed97884e1ebca4e568672177b4b | |
parent | e32bbf61c0897ee00518392d0ab74c7fcd8ca01a [diff] [blame] |
More Mach-O writer improvements. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34740 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCMachOWriterInfo.h b/lib/Target/PowerPC/PPCMachOWriterInfo.h index 2cd9efc..69ed9f7 100644 --- a/lib/Target/PowerPC/PPCMachOWriterInfo.h +++ b/lib/Target/PowerPC/PPCMachOWriterInfo.h
@@ -34,7 +34,7 @@ unsigned ToIdx, OutputBuffer &RelocOut, OutputBuffer &SecOut, - bool Scattered) const; + bool Scattered, bool Extern) const; // Constants for the relocation r_type field. // See <mach-o/ppc/reloc.h>