summaryrefslogtreecommitdiffstats
path: root/llvm/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
commita19e971f0c2160d00fffb4ff59c3bbe4319974f8 (patch)
treeaff9aee5677ce6c80673b023c901c537adcd1f3c /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
parenta43ad3ddbd8a18d88d132ad08e29888593ee2552 (diff)
downloadbcm5719-llvm-a19e971f0c2160d00fffb4ff59c3bbe4319974f8.tar.gz
bcm5719-llvm-a19e971f0c2160d00fffb4ff59c3bbe4319974f8.zip
Further refactoring of PIC16 Obj file code.
llvm-svn: 80670
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r--llvm/lib/Target/PIC16/PIC16TargetObjectFile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
index 358978092cc..75f6cced0ab 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud