* mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
This commit is contained in:
parent
16c3e32aa0
commit
bfac208d92
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
Sun Jun 30 11:16:43 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
|
||||
|
||||
Thu Jun 27 14:03:42 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Put the .sa
|
||||
file just before the .so file, rather than just after.
|
||||
|
||||
* configure.host: Use -print-file-name=FILE rather than piping
|
||||
-print-libgcc-file-name through sed.
|
||||
(i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and
|
||||
|
|
|
@ -741,7 +741,7 @@ gldppcmacos_read_file (filename, import)
|
|||
(void) obstack_finish (o);
|
||||
keep = true;
|
||||
imppath = s;
|
||||
impfile = NULL;
|
||||
file = NULL;
|
||||
while (! isspace ((unsigned char) *s) && *s != '(' && *s != '\0')
|
||||
{
|
||||
if (*s == '/')
|
||||
|
|
Loading…
Reference in a new issue