aboutsummaryrefslogtreecommitdiff
path: root/binutils/srconv.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-24 00:33:36 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-24 00:33:36 +0000
commit9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6 (patch)
tree2061e4e7bf8487d4c79b0e88f9a86d7f4ddad3ab /binutils/srconv.c
parentb91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc (diff)
downloadfsf-binutils-gdb-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.zip
fsf-binutils-gdb-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.tar.gz
fsf-binutils-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/srconv.c')
-rw-r--r--binutils/srconv.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/binutils/srconv.c b/binutils/srconv.c
index 5361420..8d1c00d 100644
--- a/binutils/srconv.c
+++ b/binutils/srconv.c
@@ -104,7 +104,7 @@ static int debug = 0;
static int quick = 0;
static int noprescan = 0;
static struct coff_ofile *tree;
-/* Obsolete ??
+/* Obsolete ??
static int absolute_p;
*/
@@ -923,7 +923,7 @@ walk_tree_type_1 (sfile, symbol, type, nest)
}
}
-/* Obsolete ?
+/* Obsolete ?
static void
dty_start ()
{
@@ -1632,17 +1632,17 @@ wr_cs ()
0x80, /* IT */
0x21, /* RL */
0x00, /* number of chars in variable length part */
- 0x80, /* hd */
- 0x00, /* hs */
- 0x80, /* un */
- 0x00, /* us */
- 0x80, /* sc */
- 0x00, /* ss */
- 0x80, /* er */
- 0x80, /* ed */
- 0x80, /* sh */
- 0x80, /* ob */
- 0x80, /* rl */
+ 0x80, /* hd */
+ 0x00, /* hs */
+ 0x80, /* un */
+ 0x00, /* us */
+ 0x80, /* sc */
+ 0x00, /* ss */
+ 0x80, /* er */
+ 0x80, /* ed */
+ 0x80, /* sh */
+ 0x80, /* ob */
+ 0x80, /* rl */
0x80, /* du */
0x80, /* dps */
0x80, /* dsy */
@@ -1886,7 +1886,7 @@ wr_unit_info (ptr)
p2 = ftell (file);
fseek (file, p1, SEEK_SET);
wr_un (ptr, sfile, first, nsecs);
- fseek (file, p2, SEEK_SET);
+ fseek (file, p2, SEEK_SET);
wr_er (ptr, sfile, first);
wr_ed (ptr, sfile, first);
first = 0;