commit | 00902e984732e93f0aa7caec26dbebfcfbb9a829 | [log] [tgz] |
---|---|---|
author | Yoshinori Sato <ysato@users.sourceforge.jp> | Mon Mar 09 15:30:48 2015 +0900 |
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | Tue Jun 23 13:35:47 2015 +0900 |
tree | 965bca7aed880edec2fb2bd342a0fe61993b580f | |
parent | 4e456b867ae92fd7643f24399c0323ef3435299c [diff] |
mksysmap: Add h8300 local symbol pattern h8300's nm output have a lot of local symbols. ex) 00000000 N .Lframe0 00000013 N .LLST1 00000026 N .LLST2 00000039 N .LLST3 0000004c N .LLST4 Added new pattern " .L" to filter rule. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>