diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-05-05 23:07:08 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-05-05 23:07:08 +0000 |
commit | 320be0a149f0e6f03f86b4b66a8424d41d34f01d (patch) | |
tree | c0bec3d0fa441107a6e706f8fad7e18393def2e9 /libgloss/rs6000/Makefile.in | |
parent | 297306009e34380ab31dd6eb9f03a35bd8e14f02 (diff) | |
download | cygnal-320be0a149f0e6f03f86b4b66a8424d41d34f01d.tar.gz cygnal-320be0a149f0e6f03f86b4b66a8424d41d34f01d.tar.bz2 cygnal-320be0a149f0e6f03f86b4b66a8424d41d34f01d.zip |
2005-05-05 J"orn Rennecke <joern.rennecke@st.com>
* rs6000/sim-getrusage.S: New file, broken out of:
(simulator.S).
* rs6000/Makefile.in (SIM_OBJS): Add sim-getrusage.o.
(sim-getrusage.o): New rule.
Diffstat (limited to 'libgloss/rs6000/Makefile.in')
-rw-r--r-- | libgloss/rs6000/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/rs6000/Makefile.in b/libgloss/rs6000/Makefile.in index 65c8c9ec3..920d91128 100644 --- a/libgloss/rs6000/Makefile.in +++ b/libgloss/rs6000/Makefile.in @@ -68,7 +68,7 @@ SIM_SCRIPTS = SIM_LDFLAGS = SIM_BSP = libsim.a SIM_CRT0 = sim-crt0.o -SIM_OBJS = sim-print.o sim-inbyte.o sim-sbrk.o sim-abort.o sim-errno.o simulator.o +SIM_OBJS = sim-print.o sim-inbyte.o sim-sbrk.o sim-abort.o sim-errno.o simulator.o sim-getrusage.o SIM_TEST = sim-test SIM_INSTALL = install-sim @@ -270,6 +270,7 @@ mbx-test.srec: mbx-test.x crt0.o: crt0.S simulator.o: simulator.S +sim-getrusage.o: sim-getrusage.S sim-crt0.o: sim-crt0.S mount.o: mount.S |