Re: hurd: Ad default-pie and static-pie support

2023-11-27 Thread Samuel Thibault
27;ve now pushed > that to master branch in commit c768917402d4cba69a92c737e56e177f5b8ab0df > "hurd: Ad default-pie and static-pie support", see attached. Yes, thanks! Samuel > - > Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634

hurd: Ad default-pie and static-pie support

2023-11-27 Thread Thomas Schwinge
Gesellschaft: München; Registergericht München, HRB 106955 >From c768917402d4cba69a92c737e56e177f5b8ab0df Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 May 2023 13:55:44 +0200 Subject: [PATCH] hurd: Ad default-pie and static-pie support This fixes the Hurd spec in the default-pie c

[PATCH,resend] hurd: Ad default-pie and static-pie support

2023-10-28 Thread Samuel Thibault
This fixes the Hurd spec in the default-pie case, and adds static-pie support. gcc/ChangeLog: * gcc/config/i386/gnu.h: Use PIE_SPEC, add static-pie case. * gcc/config/i386/gnu64.h: Use PIE_SPEC, add static-pie case. diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index

[PATCH] hurd: Ad default-pie and static-pie support

2023-05-06 Thread Samuel Thibault via Gcc-patches
This fixes the Hurd spec in the default-pie case, and adds static-pie support. gcc/ChangeLog: * gcc/config/i386/gnu.h: Use PIE_SPEC, add static-pie case. * gcc/config/i386/gnu64.h: Use PIE_SPEC, add static-pie case. diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index