aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16TargetObjectFile.h
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-09-01 10:47:31 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-09-01 10:47:31 +0000
commit72f9ab030e752e7aea0fed6b155f216287bf4cf3 (patch)
tree64b42548ab376e939911445a37fd86b0a2494f2e /lib/Target/PIC16/PIC16TargetObjectFile.h
parent6818863940d397983cd847565fdb53d50ba09cb6 (diff)
Further refactoring of PIC16 Obj file code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r--lib/Target/PIC16/PIC16TargetObjectFile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.h b/lib/Target/PIC16/PIC16TargetObjectFile.h
index 358978092c..75f6cced0a 100644
--- a/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/lib/Target/PIC16/PIC16TargetObjectFile.h
@@ -54,7 +54,8 @@ namespace llvm {
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;