From 30abbf4610c1ce4c8d9b319a093d9b9ee54fd8ec Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 13 Sep 2001 18:53:42 +0000 Subject: [PATCH] (monitor_load): Fix indentation. --- gdb/ChangeLog | 12 ++++++++++++ gdb/monitor.c | 15 +++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d18555b465..a541ce4619 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2001-09-13 Jim Blandy + + * monitor.c (monitor_load): Fix indentation. + +2001-09-11 Jim Blandy + + * printcmd.c (print_scalar_formatted): Compare the length of the + value against the lengths of the target's floating-point types, + not the host's. Add support for `long double'. + + * printcmd.c (print_scalar_formatted): Fix indentation. + 2001-09-10 Jim Blandy * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that diff --git a/gdb/monitor.c b/gdb/monitor.c index d1a48f27dd..060380616c 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -2202,19 +2202,18 @@ monitor_load (char *file, int from_tty) monitor_expect_prompt (NULL, 0); } -/* Finally, make the PC point at the start address */ - + /* Finally, make the PC point at the start address */ if (exec_bfd) write_pc (bfd_get_start_address (exec_bfd)); inferior_ptid = null_ptid ; /* No process now */ -/* This is necessary because many things were based on the PC at the time that - we attached to the monitor, which is no longer valid now that we have loaded - new code (and just changed the PC). Another way to do this might be to call - normal_stop, except that the stack may not be valid, and things would get - horribly confused... */ - + /* This is necessary because many things were based on the PC at the + time that we attached to the monitor, which is no longer valid + now that we have loaded new code (and just changed the PC). + Another way to do this might be to call normal_stop, except that + the stack may not be valid, and things would get horribly + confused... */ clear_symtab_users (); } -- 2.11.0