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>