* config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14 character file names. * Makefile.in (ALLPARAM): Add these files.
This commit is contained in:
parent
889d655f87
commit
d5cb2f7d1a
|
@ -1,8 +1,13 @@
|
||||||
Fri Feb 18 07:30:55 1994 Jim Kingdon (kingdon@cygnus.com)
|
Fri Feb 18 07:30:55 1994 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
|
* config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
|
||||||
|
Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14
|
||||||
|
character file names.
|
||||||
|
* Makefile.in (ALLPARAM): Add these files.
|
||||||
|
|
||||||
* config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
|
* config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
|
||||||
character file names.
|
character file names.
|
||||||
Makefile.in: Add Kung's new mips64 files.
|
* Makefile.in: Add Kung's new mips64 files.
|
||||||
|
|
||||||
Thu Feb 17 17:25:47 1994 Kung Hsu (kung@mexican.cygnus.com)
|
Thu Feb 17 17:25:47 1994 Kung Hsu (kung@mexican.cygnus.com)
|
||||||
|
|
||||||
|
|
|
@ -980,6 +980,8 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
|
||||||
config/pa/xm-hppab.h config/pa/xm-hppah.h config/pa/xm-pa.h \
|
config/pa/xm-hppab.h config/pa/xm-hppah.h config/pa/xm-pa.h \
|
||||||
config/pyr/tm-pyr.h \
|
config/pyr/tm-pyr.h \
|
||||||
config/pyr/xm-pyr.h config/romp/xm-rtbsd.h config/rs6000/nm-rs6000.h \
|
config/pyr/xm-pyr.h config/romp/xm-rtbsd.h config/rs6000/nm-rs6000.h \
|
||||||
|
config/rs6000/tm-rs6000ly.h config/rs6000/xm-rs6000ly.h \
|
||||||
|
config/rs6000/nm-rs6000ly.h \
|
||||||
config/rs6000/tm-rs6000.h config/rs6000/xm-rs6000.h config/sh/tm-sh.h \
|
config/rs6000/tm-rs6000.h config/rs6000/xm-rs6000.h config/sh/tm-sh.h \
|
||||||
config/sparc/nm-sun4os4.h config/sparc/nm-sparclynx.h \
|
config/sparc/nm-sun4os4.h config/sparc/nm-sparclynx.h \
|
||||||
config/sparc/tm-sparclite.h config/sparc/tm-sparclynx.h \
|
config/sparc/tm-sparclite.h config/sparc/tm-sparclynx.h \
|
||||||
|
|
|
@ -22,15 +22,15 @@ Do-first:
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
nm-rs6000.h
|
nm-rs6000.h
|
||||||
nm-rs6000lynx.h
|
nm-rs6000ly.h
|
||||||
rs6000.mh
|
rs6000.mh
|
||||||
rs6000lynx.mh
|
rs6000lynx.mh
|
||||||
rs6000.mt
|
rs6000.mt
|
||||||
rs6000lynx.mt
|
rs6000lynx.mt
|
||||||
tm-rs6000.h
|
tm-rs6000.h
|
||||||
tm-rs6000lynx.h
|
tm-rs6000ly.h
|
||||||
xm-rs6000.h
|
xm-rs6000.h
|
||||||
xm-rs6000lynx.h
|
xm-rs6000ly.h
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue