diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-05-13 22:44:02 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-05-13 22:44:02 +0000 |
commit | cc59ec59c88e97e6e674db776fed9b197dffce33 (patch) | |
tree | 8f3fb96ce8b0cc4479064a30a58ddcc621d5dedc /gdb/buildsym.c | |
parent | b6de9da4445784d502e39b69359ae2cb5304589b (diff) | |
download | gdb-cc59ec59c88e97e6e674db776fed9b197dffce33.zip gdb-cc59ec59c88e97e6e674db776fed9b197dffce33.tar.gz gdb-cc59ec59c88e97e6e674db776fed9b197dffce33.tar.bz2 |
2010-05-13 Michael Snyder <msnyder@vmware.com>
* blockframe.c: White space.
* breakpoint.c: White space.
* buildsym.c: White space.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 35e4663..e690a0c 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -674,7 +674,7 @@ void push_subfile (void) { struct subfile_stack *tem - = (struct subfile_stack *) xmalloc (sizeof (struct subfile_stack)); + = (struct subfile_stack *) xmalloc (sizeof (struct subfile_stack)); tem->next = subfile_stack; subfile_stack = tem; @@ -708,8 +708,8 @@ void record_line (struct subfile *subfile, int line, CORE_ADDR pc) { struct linetable_entry *e; - /* Ignore the dummy line number in libg.o */ + /* Ignore the dummy line number in libg.o */ if (line == 0xffff) { return; |