diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 00:59:32 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 00:59:32 +0000 |
commit | 28397f59868858d1910b96a3f474c5f5e7c1a6dc (patch) | |
tree | d0e7258fd36dae9124a7b8e08f559d1e31d1c1c8 /gdb/mdebugread.c | |
parent | ba5e7e8df21f97fc3dd15d73c474fed738b908aa (diff) | |
download | gdb-28397f59868858d1910b96a3f474c5f5e7c1a6dc.zip gdb-28397f59868858d1910b96a3f474c5f5e7c1a6dc.tar.gz gdb-28397f59868858d1910b96a3f474c5f5e7c1a6dc.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* mdebugread.c: Whitespace tweaks.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8c3ca84..c179f87 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -788,7 +788,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); /* The next test should normally be true, but provides a hook for nested functions (which we don't want to make - global). */ + global). */ if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK); /* Irix 5 sometimes has duplicate names for the same |