This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4/3.5 PATCH: Disable wrong svr4_profil fix on IRIX 5/6
- From: Bruce Korb <bkorb at veritas dot com>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org, Bruce Korb <bkorb at gnu dot org>
- Date: Thu, 29 Apr 2004 12:48:29 -0700
- Subject: Re: 3.4/3.5 PATCH: Disable wrong svr4_profil fix on IRIX 5/6
- References: <16529.22500.37751.603962@xayide.TechFak.Uni-Bielefeld.DE>
- Reply-to: bkorb at veritas dot com
Rainer Orth wrote:
>
> Trying to build gdb 6.1 on IRIX 5.3 and 6.5 with current gcc, I noticed
> that the svr4_profil fix is wrong on that platform: the `fixed' prototype
> conflicts both with the man page and another one in <sys/profil.h>.
>
> The following patch fixes this.
>
> Mainline bootstrap on mips-sgi-irix6.5 in progress (into stage2 already,
> and unistd.h correctly hasn't been modified).
>
> Ok for mainline and 3.4 branch if they pass?
Yes, please. Thank you! - Bruce