From 7eccec425f15bfcf29f4a95f17263d788059b2b7 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Thu, 14 Sep 2017 09:50:47 -0500 Subject: [PATCH] Parse libraries with memap-arm --- tools/memap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/memap.py b/tools/memap.py index e425afe102..d847e27fa7 100644 --- a/tools/memap.py +++ b/tools/memap.py @@ -269,7 +269,7 @@ class MemapParser(object): else: - RE_OBJECT_ARMCC = r'(.+\.l)\((.+\.o)\)' + RE_OBJECT_ARMCC = r'(.+\.(l|ar))\((.+\.o)\)' test_re_obj_name = re.match(RE_OBJECT_ARMCC, line) if test_re_obj_name: