From 9b689de01538993d04f35e9d147aacd7ded04ba0 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Wed, 23 May 2012 20:54:37 +0000 Subject: gold/ * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.* more carefully. --- gold/layout.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gold/layout.cc') diff --git a/gold/layout.cc b/gold/layout.cc index 0ac0fbf9175..e9aeef5cc59 100644 --- a/gold/layout.cc +++ b/gold/layout.cc @@ -4573,8 +4573,8 @@ const Layout::Section_name_mapping Layout::section_name_mapping[] = { MAPPING_INIT(".text.", ".text"), MAPPING_INIT(".rodata.", ".rodata"), - MAPPING_INIT(".data.rel.ro.local", ".data.rel.ro.local"), - MAPPING_INIT(".data.rel.ro", ".data.rel.ro"), + MAPPING_INIT(".data.rel.ro.local.", ".data.rel.ro.local"), + MAPPING_INIT(".data.rel.ro.", ".data.rel.ro"), MAPPING_INIT(".data.", ".data"), MAPPING_INIT(".bss.", ".bss"), MAPPING_INIT(".tdata.", ".tdata"), -- cgit v1.2.1