* 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:
parent
e7cbfeff17
commit
c458501e30
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue