HPPA BS
This commit is contained in:
parent
bde34fd96d
commit
76b731f9ae
7 changed files with 27 additions and 2 deletions
|
@ -63,6 +63,7 @@ format.c
|
||||||
gen-aout.c
|
gen-aout.c
|
||||||
host-aout.c
|
host-aout.c
|
||||||
hosts
|
hosts
|
||||||
|
hppa.c
|
||||||
i386aout.c
|
i386aout.c
|
||||||
ieee.c
|
ieee.c
|
||||||
libaout.h
|
libaout.h
|
||||||
|
@ -73,6 +74,7 @@ cpu-m68k.c
|
||||||
cpu-mips.c
|
cpu-mips.c
|
||||||
cpu-vax.c
|
cpu-vax.c
|
||||||
cpu-h8300.c
|
cpu-h8300.c
|
||||||
|
cpu-hppa.c
|
||||||
cpu-i960.c
|
cpu-i960.c
|
||||||
cpu-m88k.c
|
cpu-m88k.c
|
||||||
cpu-rs6000.c
|
cpu-rs6000.c
|
||||||
|
@ -83,6 +85,7 @@ libbfd.c
|
||||||
libbfd.h
|
libbfd.h
|
||||||
libcoff-in.h
|
libcoff-in.h
|
||||||
libcoff.h
|
libcoff.h
|
||||||
|
libhppa.h
|
||||||
libieee.h
|
libieee.h
|
||||||
liboasys.h
|
liboasys.h
|
||||||
newsos3.c
|
newsos3.c
|
||||||
|
|
|
@ -36,6 +36,8 @@ go32.h
|
||||||
harris.h
|
harris.h
|
||||||
hp300bsd.h
|
hp300bsd.h
|
||||||
hp9000.h
|
hp9000.h
|
||||||
|
hppabsd.h
|
||||||
|
hppahpux.h
|
||||||
i386mach.h
|
i386mach.h
|
||||||
i386v.h
|
i386v.h
|
||||||
i386v4.h
|
i386v4.h
|
||||||
|
|
|
@ -94,6 +94,13 @@ gould-pinsn.c
|
||||||
gould-xdep.c
|
gould-xdep.c
|
||||||
h8300-tdep.c
|
h8300-tdep.c
|
||||||
hp300ux-xdep.c
|
hp300ux-xdep.c
|
||||||
|
hppa-coredep.c
|
||||||
|
hppa-pinsn.c
|
||||||
|
hppabsd-core.c
|
||||||
|
hppabsd-tdep.c
|
||||||
|
hppabsd-xdep.c
|
||||||
|
hppahpux-tdep.c
|
||||||
|
hppahpux-xdep.c
|
||||||
i386-pinsn.c
|
i386-pinsn.c
|
||||||
i386-stub.c
|
i386-stub.c
|
||||||
i386-tdep.c
|
i386-tdep.c
|
||||||
|
@ -200,6 +207,8 @@ tm-convex.h
|
||||||
tm-delta88.h
|
tm-delta88.h
|
||||||
tm-hp300bsd.h
|
tm-hp300bsd.h
|
||||||
tm-hp300hpux.h
|
tm-hp300hpux.h
|
||||||
|
tm-hppabsd.h
|
||||||
|
tm-hppahpux.h
|
||||||
tm-i386v-g.h
|
tm-i386v-g.h
|
||||||
tm-i386v.h
|
tm-i386v.h
|
||||||
tm-i386v4.h
|
tm-i386v4.h
|
||||||
|
@ -259,6 +268,8 @@ xm-delta88.h
|
||||||
xm-go32.h
|
xm-go32.h
|
||||||
xm-hp300bsd.h
|
xm-hp300bsd.h
|
||||||
xm-hp300hpux.h
|
xm-hp300hpux.h
|
||||||
|
xm-hppabsd.h
|
||||||
|
xm-hppahpux.h
|
||||||
xm-i386mach.h
|
xm-i386mach.h
|
||||||
xm-i386sco.h
|
xm-i386sco.h
|
||||||
xm-i386v.h
|
xm-i386v.h
|
||||||
|
|
|
@ -49,6 +49,10 @@ hp300bsd.mh
|
||||||
hp300bsd.mt
|
hp300bsd.mt
|
||||||
hp300hpux.mh
|
hp300hpux.mh
|
||||||
hp300hpux.mt
|
hp300hpux.mt
|
||||||
|
hppabsd.mh
|
||||||
|
hppabsd.mt
|
||||||
|
hppahpux.mh
|
||||||
|
hppahpux.mt
|
||||||
i386aout.mt
|
i386aout.mt
|
||||||
i386mach.mh
|
i386mach.mh
|
||||||
i386sco.mh
|
i386sco.mh
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# TARGET: HP PA-RISC running bsd
|
# TARGET: HP PA-RISC running bsd
|
||||||
TDEPFILES= hppa-pinsn.o hppabsd-tdep.o exec.o
|
TDEPFILES= hppa-pinsn.o hppabsd-tdep.o exec.o hppabsd-core.o
|
||||||
TM_FILE= tm-hppabsd.h
|
TM_FILE= tm-hppabsd.h
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@ ar.h
|
||||||
encap.h
|
encap.h
|
||||||
host.h
|
host.h
|
||||||
hp.h
|
hp.h
|
||||||
|
hppa.h
|
||||||
ranlib.h
|
ranlib.h
|
||||||
reloc.h
|
reloc.h
|
||||||
stab.def
|
stab.def
|
||||||
|
@ -63,7 +64,10 @@ echo Done in `pwd`.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.1 1991/12/01 04:35:59 sac
|
# Revision 1.2 1992/06/20 01:00:31 grossman
|
||||||
|
# HPPA BS
|
||||||
|
#
|
||||||
|
# Revision 1.1 1991/12/01 04:35:59 sac
|
||||||
# Initial revision
|
# Initial revision
|
||||||
#
|
#
|
||||||
# Revision 1.22 1991/11/27 22:25:34 sac
|
# Revision 1.22 1991/11/27 22:25:34 sac
|
||||||
|
|
|
@ -29,6 +29,7 @@ ChangeLog
|
||||||
a29k.h
|
a29k.h
|
||||||
arm.h
|
arm.h
|
||||||
h8300.h
|
h8300.h
|
||||||
|
hppa.h
|
||||||
i386.h
|
i386.h
|
||||||
i860.h
|
i860.h
|
||||||
i960.h
|
i960.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue