mbox

[RFC,0/3] Bug 26591 - tentative fix for some duplicate type ids

Message ID 20210507184250.3946416-1-gprocida@google.com
Headers

Message

Giuliano Procida May 7, 2021, 6:42 p.m. UTC
  This is RFC, because while this does fix some of the problems, there
may be unforseen consquences of the approach taken. Also, it has been
lightly tests (only on a subset of the test suite so far).

Comments welcome!

Giuliano Procida (3):
  XML writer: treat function types more uniformly
  XML writer: don't emit already emitted types
  XML writer: emit enclosing types of scoped declarations

 src/abg-writer.cc                             |   111 +-
 .../data/test-annotate/test13-pr18894.so.abi  |   298 +-
 .../data/test-annotate/test14-pr18893.so.abi  |  5516 +-
 .../data/test-annotate/test15-pr18892.so.abi  | 22297 +++----
 .../data/test-annotate/test17-pr19027.so.abi  | 38596 +++++------
 ...st18-pr19037-libvtkRenderingLIC-6.1.so.abi |   726 +-
 ...19-pr19023-libtcmalloc_and_profiler.so.abi |  9085 +--
 ...st20-pr19025-libvtkParallelCore-6.1.so.abi | 10103 +--
 .../data/test-annotate/test21-pr19092.so.abi  |  6549 +-
 .../PR22015-libboost_iostreams.so.abi         |    10 -
 .../test-read-dwarf/PR22122-libftdc.so.abi    |     5 -
 .../PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi |   395 +-
 .../test-read-dwarf/PR26261/PR26261-exe.abi   |     4 -
 .../test-read-dwarf/test-libandroid.so.abi    |  2818 +-
 .../test-read-dwarf/test10-pr18818-gcc.so.abi |    25 -
 .../test-read-dwarf/test12-pr18844.so.abi     |  3881 +-
 .../test-read-dwarf/test13-pr18894.so.abi     |   184 +-
 .../test-read-dwarf/test14-pr18893.so.abi     |  3807 +-
 .../test-read-dwarf/test15-pr18892.so.abi     | 16117 ++---
 .../test-read-dwarf/test16-pr18904.so.abi     |  4862 +-
 .../test-read-dwarf/test17-pr19027.so.abi     | 12443 ++--
 ...st18-pr19037-libvtkRenderingLIC-6.1.so.abi |   428 -
 ...19-pr19023-libtcmalloc_and_profiler.so.abi |  6378 +-
 ...st20-pr19025-libvtkParallelCore-6.1.so.abi |  6329 +-
 .../test-read-dwarf/test21-pr19092.so.abi     |  3299 +-
 .../test22-pr19097-libstdc++.so.6.0.17.so.abi | 53768 ++++++----------
 .../test9-pr18818-clang.so.abi                |    50 -
 27 files changed, 74647 insertions(+), 133437 deletions(-)