From 9d3d0fe8cfc3f5288cae42e86cafc7b351c98f06 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 17 Mar 2006 22:22:35 +0000 Subject: [PATCH] * gdb/config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o. --- ChangeLog.csl | 4 ++++ gdb/config/arm/embed.mt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.csl b/ChangeLog.csl index b9471a0ebcf..afd9a1aad38 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,7 @@ +2006-03-17 Mark Mitchell + + * gdb/config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o. + 2006-03-17 Jim Blandy Add support for 'target remote |' on MinGW. diff --git a/gdb/config/arm/embed.mt b/gdb/config/arm/embed.mt index a9f582e5f8a..45f09c87b7d 100644 --- a/gdb/config/arm/embed.mt +++ b/gdb/config/arm/embed.mt @@ -1,5 +1,5 @@ # Target: ARM embedded system -TDEPFILES= arm-tdep.o remote-rdp.o +TDEPFILES= arm-tdep.o DEPRECATED_TM_FILE= tm-embed.h SIM_OBS = remote-sim.o -- 2.47.2