diff options
Diffstat (limited to 'ld/mpw-eppcmac.c')
-rw-r--r-- | ld/mpw-eppcmac.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/mpw-eppcmac.c b/ld/mpw-eppcmac.c index ba09a41..713f081 100644 --- a/ld/mpw-eppcmac.c +++ b/ld/mpw-eppcmac.c @@ -1,7 +1,7 @@ /* This file is is generated by a shell script. DO NOT EDIT! */ /* AIX emulation code for ppcmacos - Copyright (C) 1991, 1993, 1995, 1998 Free Software Foundation, Inc. + Copyright (C) 1991, 93, 95, 98, 2000 Free Software Foundation, Inc. Written by Steve Chamberlain <sac@cygnus.com> AIX support by Ian Lance Taylor <ian@cygnus.com> @@ -33,13 +33,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ld.h" #include "ldmain.h" -#include "ldemul.h" -#include "ldfile.h" #include "ldmisc.h" #include "ldexp.h" #include "ldlang.h" #include "ldctor.h" #include "ldgram.h" +#include "ldfile.h" +#include "ldemul.h" static void gldppcmacos_before_parse PARAMS ((void)); static int gldppcmacos_parse_args PARAMS ((int, char **)); |