patch, ldemul_choose_target, AIX -b64 support

Tom Rix trix@redhat.com
Mon Dec 3 14:07:00 GMT 2001


Alan Modra wrote:

>
> Space before open parenthesis.

Space's added...

>
> > + static char *
> > + choose_target (argc, argv)
> > +      int argc;
> > +      char **argv;
> > + {
> > +   int i, j, jmax;
> > +   static char *from_outside;
> > +   static char *from_inside;
> > +   static char *argv_to_target[][2] =
> > +     {
> > +       NULL,   "aixcoff-rs6000",
> > + #ifdef _AIX43
> > +       "-b32", "aixcoff-rs6000",
> > +       "-b64", "aixcoff64-rs6000",
> > + #endif
> > +     };
> > +
> > +   jmax = 1;
> > + #ifdef _AIX43
> > +   jmax = 3;
> > + #endif
>
> Why the #ifdefs here?  Think cross-tools.

Mmmm.  No the ifdef's aren't needed.
deleting...

Tom



--
Tom Rix
GCC Engineer
trix@redhat.com





More information about the Binutils mailing list