* mips-stub.c: Re-debugged a breakpoint problem, zbreak target
	address was a char * which caused the target instruction to not
	be fully copied, so the zbreak logic corrupted the original
	instruction and didn't insert a valid break instruction.
This commit is contained in:
Joel Sherrill
2002-08-14 22:58:30 +00:00
parent 37bb9bfd02
commit a68128530c
4 changed files with 26 additions and 4 deletions

View File

@@ -1391,6 +1391,13 @@ int rtems_gdb_stub_get_offsets(
unsigned char **bss_addr
)
{
/*
** These are the right symbols for the desired addresses,
** but giving them causes gdb to have fits, so we leave
** the reported values as 0. Doesn't hurt the stub's
** operation as far as I've observed.
*/
/*
extern unsigned32 _ftext;
extern unsigned32 _fdata;