Re: [PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-06-25 Thread Simon Marchi
On 2024-06-25 10:26, Flávio Cruz wrote: > Hi Simon > > On Wed, Feb 7, 2024 at 5:01 PM Samuel Thibault > wrote: > > Simon Marchi, le mer. 07 févr. 2024 11:47:30 -0500, a ecrit: > > On 2/7/24 01:53, Flavio Cruz wrote: > > > We have recently updated th

Re: [PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-06-25 Thread Flávio Cruz
Hi Simon On Wed, Feb 7, 2024 at 5:01 PM Samuel Thibault wrote: > Simon Marchi, le mer. 07 févr. 2024 11:47:30 -0500, a ecrit: > > On 2/7/24 01:53, Flavio Cruz wrote: > > > We have recently updated the interface for raising exceptions to use > > > long [1] and updated mach_port_t to be "unsigned

Re: [PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-02-07 Thread Samuel Thibault
Simon Marchi, le mer. 07 févr. 2024 11:47:30 -0500, a ecrit: > On 2/7/24 01:53, Flavio Cruz wrote: > > 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 H

Re: [PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-02-07 Thread Simon Marchi
On 2/7/24 01:53, Flavio Cruz wrote: > 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://

[PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-02-06 Thread Flavio Cruz
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/incl