This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Generate code for Itanium


On Thu, Oct 09, 2003 at 08:42:26PM -0400, Hans-Peter Nilsson wrote:
> On Thu, 9 Oct 2003, H. J. Lu wrote:
> 
> > --- binutils/ld/ldmain.c.itanium	2003-09-30 12:38:02.000000000 -0700
> > +++ binutils/ld/ldmain.c	2003-10-08 12:37:57.000000000 -0700
> > @@ -323,6 +323,7 @@ main (int argc, char **argv)
> >    link_info.flags = 0;
> >    link_info.flags_1 = 0;
> >    link_info.relax_finalizing = FALSE;
> > +  link_info.itanium = FALSE;
> >
> >    ldfile_add_arch ("");
> 
> Is there really nowhere better to put arch-specific ld options?
> (If there isn't there should be, and IMHO this seems like a good
> time to do that.)

I am not aware there is a better way. Any suggestion is welcome.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]