]> git.ipfire.org Git - thirdparty/gcc.git/commit
libbacktrace: update xcoff.c for base_address changes
authorIan Lance Taylor <iant@golang.org>
Wed, 17 Jul 2024 04:27:05 +0000 (21:27 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 17 Jul 2024 04:27:05 +0000 (21:27 -0700)
commitf438299ef6860b8233ffe1c5fda7d63f2f6c56ae
tree0186fb915215ae976fd93a075826145f80f5f8c2
parent6f2bab9b5d1ce1914c748b7dcd8638dafaa98df7
libbacktrace: update xcoff.c for base_address changes

* xcoff.c (struct xcoff_fileline_data): Change base_address field
to struct libbacktrace_base_address.
(xcoff_initialize_syminfo): Change base_address to struct
libbacktrace_base_address.  Use libbacktrace_add_base.
(xcoff_initialize_fileline): Likewise.
(xcoff_lookup_pc): Use libbacktrace_add_base.
(xcoff_add): Change base_address to struct
libbacktrace_base_address.
(xcoff_armem_add, xcoff_add_shared_libs): Likewise.
(backtrace_initialize): Likewise.
* Makefile.am (xcoff.lo): Remove unused target.
(xcoff_32.lo, xcoff_64.lo): New targets.
* Makefile.in: Regenerate.
libbacktrace/Makefile.am
libbacktrace/Makefile.in
libbacktrace/xcoff.c