diff options
| author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-10-24 18:19:41 +0000 |
|---|---|---|
| committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-10-24 18:19:41 +0000 |
| commit | 9e8d42f295dcb1bba9e60432acb96e3658cee22d (patch) | |
| tree | 56c380721987f01d433438c654b4c01981f86696 /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | |
| parent | 84f0f776e97a1e1bc359f8fc655f150a02364bc7 (diff) | |
| download | bcm5719-llvm-9e8d42f295dcb1bba9e60432acb96e3658cee22d.tar.gz bcm5719-llvm-9e8d42f295dcb1bba9e60432acb96e3658cee22d.zip | |
Revert back 85006 for now as it breaks PIC16 tests.
llvm-svn: 85008
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h index 0b0ad43ff94..ca07bedafe1 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -56,7 +56,6 @@ namespace llvm { mutable std::vector<PIC16Section *> UDATASections_; mutable std::vector<PIC16Section *> IDATASections_; mutable PIC16Section * ROMDATASection_; - mutable PIC16Section * SHAREDUDATASection_; /// Standard Auto Sections. mutable std::vector<PIC16Section *> AUTOSections_; @@ -111,10 +110,6 @@ namespace llvm { /// Allocate DATA at user specified address. const MCSection *allocateAtGivenAddress(const GlobalVariable *GV, const std::string &Addr) const; - - /// Allocate a shared variable to SHARED section. - const MCSection *allocateSHARED(const GlobalVariable *GV, - Mangler *Mang) const; public: PIC16TargetObjectFile(); @@ -152,9 +147,6 @@ namespace llvm { const PIC16Section *ROMDATASection() const { return ROMDATASection_; } - const PIC16Section *SHAREDUDATASection() const { - return SHAREDUDATASection_; - } const std::vector<PIC16Section *> &AUTOSections() const { return AUTOSections_; } |

