From 897a12cd26ad01a5ef19474f23cfd0fbff4ea5a7 Mon Sep 17 00:00:00 2001 From: Mike Wittman Date: Mon, 11 Dec 2017 13:50:41 -0800 Subject: Write field indicating multiple symbols at an address in dump_syms Updates dump_syms to write the optional 'm' first field in FUNCTION and PUBLIC records to indicate that the address corresponds to more than one symbol. Bug: google-breakpad:751 Change-Id: I850b0122324ed5f9ec747aa92ba354a3126a7ef9 Reviewed-on: https://chromium-review.googlesource.com/820711 Reviewed-by: Mark Mentovai --- src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym') diff --git a/src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym b/src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym index 3662479d..efd4ffff 100644 --- a/src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym +++ b/src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym @@ -1958,7 +1958,7 @@ FUNC 293c 84 0 _local_unwind2 FUNC 29c0 23 0 _abnormal_termination FUNC 29e3 9 0 _NLG_Notify1 FUNC 29ec 1f 0 _NLG_Notify -PUBLIC 2a03 0 _NLG_Dispatch +PUBLIC m 2a03 0 _NLG_Dispatch FUNC 2a0b 3 0 _NLG_Call PUBLIC 2a0d 0 _NLG_Return2 FUNC 2862 33 0 abort -- cgit v1.2.1