* Rename i386lynx-tdep.c to i386ly-tdep.c for 14 character file names.

* Makefile.in, config/i386/i386lynx.mt: Change accordingly.
This commit is contained in:
Jim Kingdon 1993-10-04 17:38:17 +00:00
parent e7cbfeff17
commit c458501e30
3 changed files with 5 additions and 2 deletions

View file

@ -124,8 +124,8 @@ i386-stub.c
i386-tdep.c
i386aix-nat.c
i386b-nat.c
i386ly-tdep.c
i386lynx-nat.c
i386lynx-tdep.c
i386mach-nat.c
i386v-nat.c
i386v4-nat.c

View file

@ -1,5 +1,8 @@
Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* Rename i386lynx-tdep.c to i386ly-tdep.c for 14 character file names.
* Makefile.in, config/i386/i386lynx.mt: Change accordingly.
* values.c (record_latest_value): Fetch lazy values and set VALUE_LVAL
to not_lval.

View file

@ -1,3 +1,3 @@
# Target: Intel 386 running Lynx
TDEPFILES= exec.o coff-solib.o i386-tdep.o i386-pinsn.o i386lynx-tdep.o
TDEPFILES= exec.o coff-solib.o i386-tdep.o i386-pinsn.o i386ly-tdep.o
TM_FILE= tm-i386lynx.h