Index: svn/util/lar/stream.c
===================================================================
--- util/lar/stream.c	(revision 587)
+++ util/lar/stream.c	(working copy)
@@ -73,6 +73,7 @@
 int output_elf_segments(struct lar *lar, char *name, char *filebuf,
 			int filelen, enum compalgo algo)
 {
+	int bogus = 0;
 	int ret;
 	Elf32_Phdr *phdr;
 	Elf32_Ehdr *ehdr;
@@ -202,6 +203,7 @@
 		}
 			/* ok, copy it out */
 		sprintf(ename, "%s/segment%d", name, segment++);
+		fprintf(stderr, "%s/bogus_segment%d\n", name, bogus++);
 		complen = lar_compress(&header[phdr[i].p_offset], size, temp, &thisalgo);
 		ret = lar_add_entry(lar, ename, temp, complen, size, 
 				    phdr[i].p_paddr, entry, thisalgo);
