]> granicus.if.org Git - yasm/commitdiff
Remove some useless PASS1 comments, and clean up spacing. Cosmetic only.
authorMichael Urman <mu@tortall.net>
Fri, 15 Aug 2003 03:50:33 +0000 (03:50 -0000)
committerMichael Urman <mu@tortall.net>
Fri, 15 Aug 2003 03:50:33 +0000 (03:50 -0000)
svn path=/trunk/yasm/; revision=1038

modules/objfmts/elf/elf-objfmt.c

index 113d61ba1670f6f7fe9848e1cdc35ddae69bc852..7a886c624a91aa83bd14aee3c4b3c31dd9df19f2 100644 (file)
@@ -202,7 +202,6 @@ elf_objfmt_output_reloc(yasm_symrec *sym, yasm_bytecode *bc,
     return retval;
 }
 
-/* PASS1 */
 static int
 elf_objfmt_output_expr(yasm_expr **ep, unsigned char *buf, size_t destsize,
                        size_t valsize, int shift, unsigned long offset,
@@ -288,7 +287,6 @@ elf_objfmt_output_expr(yasm_expr **ep, unsigned char *buf, size_t destsize,
     return 1;
 }
 
-/* PASS1 */
 static int
 elf_objfmt_output_bytecode(yasm_bytecode *bc, /*@null@*/ void *d)
 {
@@ -379,7 +377,6 @@ elf_objfmt_new_dbg_secthead(yasm_section *sect, elf_objfmt_output_info *info)
     return shead;
 }
 
-/* PASS1 */
 static int
 elf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d)
 {
@@ -453,8 +450,6 @@ elf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d)
     return 0;
 }
 
-
-/* PASS1 */
 static int
 elf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d)
 {
@@ -560,7 +555,6 @@ elf_objfmt_output(FILE *f, yasm_sectionhead *sections, int all_syms)
     /* output dummy section header - 0 */
     info.sindex = 0;
 
-
     esdn = elf_secthead_new(NULL, SHT_NULL, 0, 0, 0, 0);
     elf_secthead_write_to_file(f, esdn, 0);
     elf_secthead_delete(esdn);