aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16TargetObjectFile.h
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-08-25 19:39:05 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-08-25 19:39:05 +0000
commitb9ef7648b8bc5cb4de2637aac9f9e80ab56b0f5e (patch)
treeecd69f18f322b95c337aedd511cda299584de58d /lib/Target/PIC16/PIC16TargetObjectFile.h
parent3ff36b7814ca8b3b79d833ee2b776c0c7ca06e75 (diff)
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
PIC16Section will move to MCSectionPIC16. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80021 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 1c6d9cf388..358978092c 100644
--- a/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/lib/Target/PIC16/PIC16TargetObjectFile.h
@@ -53,7 +53,8 @@ namespace llvm {
const TargetMachine *TM;
const MCSectionPIC16 *getPIC16Section(const char *Name,
- SectionKind K) const;
+ SectionKind K,
+ int Address = -1) const;
public:
mutable std::vector<PIC16Section*> BSSSections;
mutable std::vector<PIC16Section*> IDATASections;