[0/4] Down with SO_NAME_MAX_PATH_SIZE and windows_make_so spring cleaning

Message ID 20240322190424.1231540-1-pedro@palves.net
Headers
Series Down with SO_NAME_MAX_PATH_SIZE and windows_make_so spring cleaning |

Message

Pedro Alves March 22, 2024, 7:04 p.m. UTC
  The commit subjects below say it all.

Pedro Alves (4):
  Remove SO_NAME_MAX_PATH_SIZE limit from core solib code
  Simplify windows-nat.c:windows_make_so #ifdefery
  windows-nat: Remove SO_NAME_MAX_PATH_SIZE limit
  windows-nat: Use gdb_realpath

 gdb/solib.c       |  2 --
 gdb/windows-nat.c | 42 ++++++++++++++++++++++++------------------
 2 files changed, 24 insertions(+), 20 deletions(-)


base-commit: 319719bb2921e978738acd408e6b16dabf0e7f5e
  

Comments

John Baldwin March 22, 2024, 7:37 p.m. UTC | #1
On 3/22/24 12:04 PM, Pedro Alves wrote:
> The commit subjects below say it all.
> 
> Pedro Alves (4):
>    Remove SO_NAME_MAX_PATH_SIZE limit from core solib code
>    Simplify windows-nat.c:windows_make_so #ifdefery
>    windows-nat: Remove SO_NAME_MAX_PATH_SIZE limit
>    windows-nat: Use gdb_realpath
> 
>   gdb/solib.c       |  2 --
>   gdb/windows-nat.c | 42 ++++++++++++++++++++++++------------------
>   2 files changed, 24 insertions(+), 20 deletions(-)
> 
> 
> base-commit: 319719bb2921e978738acd408e6b16dabf0e7f5e

These all look good to me.

Approved-By: John Baldwin <jhb@FreeBSD.org>
  
Pedro Alves March 22, 2024, 7:49 p.m. UTC | #2
On 2024-03-22 19:37, John Baldwin wrote:
> On 3/22/24 12:04 PM, Pedro Alves wrote:
>> The commit subjects below say it all.
>>
>> Pedro Alves (4):
>>    Remove SO_NAME_MAX_PATH_SIZE limit from core solib code
>>    Simplify windows-nat.c:windows_make_so #ifdefery
>>    windows-nat: Remove SO_NAME_MAX_PATH_SIZE limit
>>    windows-nat: Use gdb_realpath
>>
>>   gdb/solib.c       |  2 --
>>   gdb/windows-nat.c | 42 ++++++++++++++++++++++++------------------
>>   2 files changed, 24 insertions(+), 20 deletions(-)
>>
>>
>> base-commit: 319719bb2921e978738acd408e6b16dabf0e7f5e
> 
> These all look good to me.
> 
> Approved-By: John Baldwin <jhb@FreeBSD.org>
> 

Thanks John.  I added your tag and merged this.