Further refactoring of PIC16 Obj file code.

llvm-svn: 80670
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
index 3589780..75f6cce 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
@@ -54,7 +54,8 @@
     
     const MCSectionPIC16 *getPIC16Section(const char *Name,
                                           SectionKind K, 
-                                          int Address = -1) const;
+                                          int Address = -1, 
+                                          int Color = -1) const;
   public:
     mutable std::vector<PIC16Section*> BSSSections;
     mutable std::vector<PIC16Section*> IDATASections;