aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/ChangeLog
diff options
context:
space:
mode:
authorTony Reix <tony.reix@atos.net>2018-08-01 21:55:05 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-08-01 21:55:05 +0000
commitca9a1314ec5f2b58921e24abdcebae1482c0e2c6 (patch)
tree68f3823b178796072f1e89fc1ab599f618296c5f /libbacktrace/ChangeLog
parent701d080a4b7d04d2f4f084b85fb2160fd6b96da9 (diff)
downloadgcc-ca9a1314ec5f2b58921e24abdcebae1482c0e2c6.zip
gcc-ca9a1314ec5f2b58921e24abdcebae1482c0e2c6.tar.gz
gcc-ca9a1314ec5f2b58921e24abdcebae1482c0e2c6.tar.bz2
xcoff.c (struct xcoff_line, [...]): Remove.
* xcoff.c (struct xcoff_line, struct xcoff_line_vector): Remove. (struct xcoff_func, struct xcoff_func_vector): New structs. (xcoff_syminfo): Drop leading dot from symbol name. (xcoff_line_compare, xcoff_line_search): Remove. (xcoff_func_compare, xcoff_func_search): New static functions. (xcoff_lookup_pc): Search function table. (xcoff_add_line, xcoff_process_linenos): Remove. (xcoff_initialize_fileline): Build function table. From-SVN: r263238
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r--libbacktrace/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 0c86e0c..0a117a0 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,14 @@
+2018-08-01 Tony Reix <tony.reix@atos.net>
+
+ * xcoff.c (struct xcoff_line, struct xcoff_line_vector): Remove.
+ (struct xcoff_func, struct xcoff_func_vector): New structs.
+ (xcoff_syminfo): Drop leading dot from symbol name.
+ (xcoff_line_compare, xcoff_line_search): Remove.
+ (xcoff_func_compare, xcoff_func_search): New static functions.
+ (xcoff_lookup_pc): Search function table.
+ (xcoff_add_line, xcoff_process_linenos): Remove.
+ (xcoff_initialize_fileline): Build function table.
+
2018-06-21 Denis Khalikov <d.khalikov@partner.samsung.com>
PR other/86198