summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit7699191ffb3bcef4b2607d3e0be451d25c0a304c (patch)
treea9f066a0790d52e5c67da444322724c5e5424879 /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
parent4174f2de26896d81d14d138702f97514ba279cfd (diff)
downloadbcm5719-llvm-7699191ffb3bcef4b2607d3e0be451d25c0a304c.tar.gz
bcm5719-llvm-7699191ffb3bcef4b2607d3e0be451d25c0a304c.zip
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
PIC16Section will move to MCSectionPIC16. llvm-svn: 80021
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 1c6d9cf3884..358978092cc 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud