]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Hurd port: update interface to match upstream and fix warnings.
authorFlavio Cruz <flaviocruz@gmail.com>
Wed, 7 Feb 2024 06:53:40 +0000 (01:53 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Jun 2024 17:05:37 +0000 (13:05 -0400)
commit64e3e92fe0c0229638dbdcf95a7a231cdb6b44a2
treeb892d430d5e20a96ec53b84d7966ab03d0c27e06
parentda47588db1b25c7bc953953895d37e4a9e7239a8
Hurd port: update interface to match upstream and fix warnings.

We have recently updated the interface for raising exceptions to use
long [1] and updated mach_port_t to be "unsigned int". This patches fixes
those problems and will help us port GDB to Hurd x86_64.

Tested on Hurd i686 and x86_64.

[1] https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/include/mach/exc.defs

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/exc_request.defs
gdb/gnu-nat.c