commit | 724c3211128a50b60e5e479d0e6b66de710a6470 | [log] [tgz] |
---|---|---|
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | Tue Sep 01 10:47:31 2009 +0000 |
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | Tue Sep 01 10:47:31 2009 +0000 |
tree | 64b42548ab376e939911445a37fd86b0a2494f2e | |
parent | ba2ab19fb3bd60795d5e5c84d5ada7121ab5d282 [diff] [blame] |
Further refactoring of PIC16 Obj file code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80670 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.h b/lib/Target/PIC16/PIC16TargetObjectFile.h index 3589780..75f6cce 100644 --- a/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/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;