* gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
This commit is contained in:
parent
ceaa8edf7e
commit
42c6598756
3 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-06-06 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
|
||||
|
||||
2001-06-04 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.base/help.exp: Update pattern to exclude `print-load-map'
|
||||
|
|
|
@ -53,15 +53,15 @@ unsigned long gdb_c_test( unsigned long *parm )
|
|||
|
||||
{
|
||||
char *p = "gdb_c_test";
|
||||
char *rediculously_long_variable_name_with_equally_long_string_assignment;
|
||||
char *ridiculously_long_variable_name_with_equally_long_string_assignment;
|
||||
register long local_reg = 7;
|
||||
static unsigned long local_static, local_static_sizeof;
|
||||
long local_long;
|
||||
unsigned long *stack_ptr;
|
||||
unsigned long end_of_stack;
|
||||
|
||||
rediculously_long_variable_name_with_equally_long_string_assignment =
|
||||
"rediculously long variable name with equally long string assignment";
|
||||
ridiculously_long_variable_name_with_equally_long_string_assignment =
|
||||
"ridiculously long variable name with equally long string assignment";
|
||||
local_static = 9;
|
||||
local_static_sizeof = sizeof (struct GDB_STRUCT_TEST);
|
||||
local_long = local_reg + 1;
|
||||
|
|
|
@ -497,15 +497,15 @@ ULONG gdb_c_test( ULONG *parm )
|
|||
|
||||
{
|
||||
char *p = "gdb_c_test";
|
||||
char *rediculously_long_variable_name_with_equally_long_string_assignment;
|
||||
char *ridiculously_long_variable_name_with_equally_long_string_assignment;
|
||||
register long local_reg = 7;
|
||||
static unsigned long local_static, local_static_sizeof;
|
||||
long local_long;
|
||||
unsigned long *stack_ptr;
|
||||
unsigned long end_of_stack;
|
||||
|
||||
rediculously_long_variable_name_with_equally_long_string_assignment =
|
||||
"rediculously long variable name with equally long string assignment";
|
||||
ridiculously_long_variable_name_with_equally_long_string_assignment =
|
||||
"ridiculously long variable name with equally long string assignment";
|
||||
local_static = 9;
|
||||
local_static_sizeof = sizeof (struct GDB_STRUCT_TEST);
|
||||
local_long = local_reg + 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue