This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Disable ARM RDP


This patch removes remote-rdp.o from ARM's TDEPFILES since Daniel and
Paul say that it's useless to most people.  I also found that with
--disable-sim GDB fails to link because remote-rdp.c references a
function defined in the simulator.

I'm not sure if this is the right patch for mainline, or whether
people would rather I remove remote-rdp.c entirely, or do nothing, or
...  So, I guess this is a request for approval, but a pretty
tentative one.

Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713

2006-03-17  Mark Mitchell  <mark@codesourcery.com>

	* gdb/config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.

Index: gdb/config/arm/embed.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/embed.mt,v
retrieving revision 1.3
diff -c -5 -p -r1.3 embed.mt
*** gdb/config/arm/embed.mt	21 Jan 2006 01:29:04 -0000	1.3
--- gdb/config/arm/embed.mt	17 Mar 2006 21:15:49 -0000
***************
*** 1,6 ****
  # Target: ARM embedded system
! TDEPFILES= arm-tdep.o remote-rdp.o
  DEPRECATED_TM_FILE= tm-embed.h
  
  SIM_OBS = remote-sim.o
  SIM = ../sim/arm/libsim.a
--- 1,6 ----
  # Target: ARM embedded system
! TDEPFILES= arm-tdep.o
  DEPRECATED_TM_FILE= tm-embed.h
  
  SIM_OBS = remote-sim.o
  SIM = ../sim/arm/libsim.a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]