diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-24 00:33:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-24 00:33:36 +0000 |
commit | 9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6 (patch) | |
tree | 2061e4e7bf8487d4c79b0e88f9a86d7f4ddad3ab /binutils/wrstabs.c | |
parent | b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc (diff) | |
download | gdb-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.zip gdb-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.tar.gz gdb-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.tar.bz2 |
* size.c: Fix formatting.
* srconv.c: Likewise.
* stabs.c: Likewise.
* sysdump.c: Likewise.
* unwind-ia64.c: Likewise.
* wrstabs.c: Likewise.
Diffstat (limited to 'binutils/wrstabs.c')
-rw-r--r-- | binutils/wrstabs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index 4f10e0d..9297a96 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -795,7 +795,7 @@ stab_bool_type (p, size) case 2: index = -22; break; - + default: case 4: index = -16; @@ -963,7 +963,7 @@ stab_modify_type (info, mod, size, cache, cache_alloc) } return true; -} +} /* Push a pointer type. */ |