aboutsummaryrefslogtreecommitdiff
path: root/gold/script-sections.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/script-sections.cc')
-rw-r--r--gold/script-sections.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/script-sections.cc b/gold/script-sections.cc
index 1a19ad8..eebbb5e 100644
--- a/gold/script-sections.cc
+++ b/gold/script-sections.cc
@@ -55,8 +55,8 @@ class Memory_region
length_(length),
current_vma_offset_(0),
current_lma_offset_(0),
- vma_sections_(NULL),
- lma_sections_(NULL)
+ vma_sections_(),
+ lma_sections_()
{ }
// Return the name of this region.