mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
2009-06-04 Doug Kwan <dougkwan@google.com>
* layout.cc (Layout::section_name_mapping): Add mapping for special ARM sections.
This commit is contained in:
parent
473f94e69c
commit
1dcd334d34
@ -1,3 +1,8 @@
|
||||
2009-06-04 Doug Kwan <dougkwan@google.com>
|
||||
|
||||
* layout.cc (Layout::section_name_mapping): Add mapping for
|
||||
special ARM sections.
|
||||
|
||||
2009-06-03 Doug Kwan <dougkwan@google.com>
|
||||
|
||||
* arm.cc (utils::sign_extend): Reverse test in gold_assert.
|
||||
|
@ -2887,6 +2887,10 @@ const Layout::Section_name_mapping Layout::section_name_mapping[] =
|
||||
MAPPING_INIT(".gnu.linkonce.lr.", ".lrodata"),
|
||||
MAPPING_INIT(".gnu.linkonce.l.", ".ldata"),
|
||||
MAPPING_INIT(".gnu.linkonce.lb.", ".lbss"),
|
||||
MAPPING_INIT(".ARM.extab.", ".ARM.extab"),
|
||||
MAPPING_INIT(".gnu.linkonce.armextab.", ".ARM.extab"),
|
||||
MAPPING_INIT(".ARM.exidx.", ".ARM.exidx"),
|
||||
MAPPING_INIT(".gnu.linkonce.armexidx.", ".ARM.exidx"),
|
||||
};
|
||||
#undef MAPPING_INIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user