mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2011-01-08 Michael Snyder <msnyder@vmware.com>
* m2-exp.y: Comment cleanup, mostly periods and spaces. * m2-lang.c: Ditto. * m2-typeprint.c: Ditto. * m2-valprint.c: Ditto. * m32c-tdep.c: Ditto. * m32r-linux-nat.c: Ditto. * m32r-rom.c: Ditto. * m32r-tdep.c: Ditto. * m32r-tdep.h: Ditto. * m68hc11-tdep.c: Ditto. * m58klinux-nat.c: Ditto. * m68k-tdep.c: Ditto. * m88k-tdep.c: Ditto. * m88k-tdep.h: Ditto. * machoread.c: Ditto. * macrocmd.c: Ditto. * macroexp.c: Ditto. * macrotab.c: Ditto. * main.c: Ditto. * maint.c: Ditto. * mdebugread.c: Ditto. * mdebugread.h: Ditto. * memattr.c: Ditto. * memattr.h: Ditto. * memory-map.h: Ditto. * mep-tdep.c: Ditto. * microblaze-rom.c: Ditto. * microblaze-tdep.c: Ditto. * minsyms.c: Ditto. * mips-irix-tdep.c: Ditto. * mips-linux-nat.c: Ditto. * mips-linux-tdep.c: Ditto. * mips-linux-tdep.h: Ditto. * mipsnbsd-nat.c: Ditto. * mipsnbsd-tdep.c: Ditto. * mipsread.c: Ditto. * mips-tdep.c: Ditto. * mips-tdep.h: Ditto. * mn10300-linux-tdep.c: Ditto. * mn10300-tdep.c: Ditto. * mn10300-tdep.h: Ditto. * monitor.c: Ditto. * monitor.h: Ditto. * moxie-tdep.c: Ditto. * moxie-tdep.h: Ditto. * mt-tdep.c: Ditto.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#include "regcache.h"
|
||||
#include "gdb_string.h"
|
||||
#include "gdb_assert.h"
|
||||
#include "gdbcore.h" /* for write_memory_unsigned_integer */
|
||||
#include "gdbcore.h" /* For write_memory_unsigned_integer. */
|
||||
#include "value.h"
|
||||
#include "gdbtypes.h"
|
||||
#include "frame.h"
|
||||
@ -1142,7 +1142,8 @@ mn10300_frame_this_id (struct frame_info *this_frame,
|
||||
void **this_prologue_cache,
|
||||
struct frame_id *this_id)
|
||||
{
|
||||
*this_id = frame_id_build (mn10300_frame_base (this_frame, this_prologue_cache),
|
||||
*this_id = frame_id_build (mn10300_frame_base (this_frame,
|
||||
this_prologue_cache),
|
||||
get_frame_func (this_frame));
|
||||
|
||||
}
|
||||
@ -1263,7 +1264,7 @@ mn10300_push_dummy_call (struct gdbarch *gdbarch,
|
||||
else
|
||||
regs_used = 0;
|
||||
|
||||
/* Push all arguments onto the stack. */
|
||||
/* Push all arguments onto the stack. */
|
||||
for (argnum = 0; argnum < nargs; argnum++)
|
||||
{
|
||||
/* FIXME what about structs? Unions? */
|
||||
@ -1332,7 +1333,7 @@ mn10300_push_dummy_call (struct gdbarch *gdbarch,
|
||||
Note that we don't update the return value though because that's
|
||||
the value of the stack just after pushing the arguments, but prior
|
||||
to performing the call. This value is needed in order to
|
||||
construct the frame ID of the dummy call. */
|
||||
construct the frame ID of the dummy call. */
|
||||
{
|
||||
CORE_ADDR func_addr = find_function_addr (target_func, NULL);
|
||||
CORE_ADDR unwound_sp
|
||||
@ -1436,7 +1437,7 @@ mn10300_gdbarch_init (struct gdbarch_info info,
|
||||
set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
|
||||
/* Breakpoints. */
|
||||
set_gdbarch_breakpoint_from_pc (gdbarch, mn10300_breakpoint_from_pc);
|
||||
/* decr_pc_after_break? */
|
||||
/* decr_pc_after_break? */
|
||||
/* Disassembly. */
|
||||
set_gdbarch_print_insn (gdbarch, print_insn_mn10300);
|
||||
|
||||
@ -1456,7 +1457,7 @@ mn10300_gdbarch_init (struct gdbarch_info info,
|
||||
return gdbarch;
|
||||
}
|
||||
|
||||
/* Dump out the mn10300 specific architecture information. */
|
||||
/* Dump out the mn10300 specific architecture information. */
|
||||
|
||||
static void
|
||||
mn10300_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file)
|
||||
|
Reference in New Issue
Block a user