diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-11-18 21:30:37 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-11-18 21:30:37 +0000 |
commit | 00a0b122cf3b524243c3cea05101bacd5a1595ba (patch) | |
tree | ae53946a87294331d26ad6f53352322c14a4f60b /sim/ppc/Makefile.in | |
parent | 394a666683b04e52d011fdc548b2bc5e60091693 (diff) | |
download | gdb-00a0b122cf3b524243c3cea05101bacd5a1595ba.zip gdb-00a0b122cf3b524243c3cea05101bacd5a1595ba.tar.gz gdb-00a0b122cf3b524243c3cea05101bacd5a1595ba.tar.bz2 |
2008-11-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure: Regenerated.
* configure.ac: Add test for System V shared memory and semaphore.
* debug.c, debug.h: Add trace support for new devices.
* hw_sem.c, hw_shm.c: New files.
* Makefile.in: Add hw_sem.c and hw_shm.c.
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 86fc8e62..911bed4 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -843,6 +843,8 @@ hw_opic.o: hw_opic.c $(DEVICE_TABLE_H) hw_pal.o: hw_pal.c $(DEVICE_TABLE_H) $(CPU_H) hw_phb.o: hw_phb.c $(DEVICE_TABLE_H) $(HW_PHB_H) $(COREFILE_H) hw_register.o: hw_register.c $(DEVICE_TABLE_H) $(PSIM_H) +hw_sem.o: hw_sem.c $(DEVICE_TABLE_H) $(PSIM_H) +hw_shm.o: hw_shm.c $(DEVICE_TABLE_H) $(PSIM_H) hw_trace.o: hw_trace.c $(DEVICE_TABLE_H) hw_vm.o: hw_vm.c $(DEVICE_TABLE_H) $(CPU_H) # ignore this line, it stops make from getting confused |