Re: [PATCH 6/4] libbacktrace: Add loaded dlls after initialize

2024-01-06 Thread Björn Schäpers
Am 04.01.2024 um 23:33 schrieb Björn Schäpers: Am 03.01.2024 um 00:12 schrieb Björn Schäpers: Am 30.11.2023 um 20:53 schrieb Ian Lance Taylor: On Fri, Jan 20, 2023 at 2:55 AM Björn Schäpers wrote: From: Björn Schäpers Fixes https://github.com/ianlancetaylor/libbacktrace/issues/53, except t

gcc-13-20240106 is now available

2024-01-06 Thread GCC Administrator via Gcc
Snapshot gcc-13-20240106 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20240106/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 13 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: Problems when building NT kernel drivers with GCC / LD

2024-01-06 Thread Pali Rohár via Gcc
Hello, I would like to remind that the first gcc bug from the list in previous email has not received any comment yet. It is this one: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108849 Do you need some more details, or something else for it?

Re: [PATCH 6/4] libbacktrace: Add loaded dlls after initialize

2024-01-06 Thread Eli Zaretskii via Gcc
> Date: Sat, 6 Jan 2024 23:15:24 +0100 > From: Björn Schäpers > Cc: gcc-patc...@gcc.gnu.org, gcc@gcc.gnu.org > > This patch adds libraries which are loaded after backtrace_initialize, like > plugins or similar. > > I don't know what style is preferred for the Win32 typedefs, should the code >