This is the mail archive of the gdb-patches@sources.redhat.com 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 ARM: Delete the prologue cache code


As threatened in an earlier email, this patch kills the arm-specific 
prologue caching code.  This code does not belong in a backend -- if it's 
needed at all it should be done generically.

Doing this kills a lot of calls to deprecated features.

R.

2003-03-22  Richard Earnshaw  <rearnsha at arm dot com>

	* arm-tdep.c (prologue_cache): Delete.
	(check_prologue_cache, save_prologue_cache): Delete.
	(arm_scan_prologue): Don't check or update the prologue_cache.
	(arm_gdb_arch_init): Don't initialize it.
	(_initialize_arm_tdep): Likewise.


Attachment: gdb-nofcache.patch
Description: gdb-nofcache.patch


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