/[qemu]/qemu/dyngen.c
ViewVC logotype

Diff of /qemu/dyngen.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by bellard, Mon Jun 30 10:04:47 2003 UTC revision 1.25 by bellard, Mon Jun 30 23:36:57 2003 UTC
# Line 1200  int load_elf(const char *filename, FILE Line 1200  int load_elf(const char *filename, FILE
1200      }      }
1201    
1202      if (out_type == OUT_INDEX_OP) {      if (out_type == OUT_INDEX_OP) {
         fprintf(outfile, "DEF(nop1, 0, 0)\n");  
         fprintf(outfile, "DEF(nop2, 0, 0)\n");  
         fprintf(outfile, "DEF(nop3, 0, 0)\n");  
         fprintf(outfile, "DEF(nop, 0, 0)\n");  
1203          fprintf(outfile, "DEF(end, 0, 0)\n");          fprintf(outfile, "DEF(end, 0, 0)\n");
1204            fprintf(outfile, "DEF(nop, 0, 0)\n");
1205            fprintf(outfile, "DEF(nop1, 1, 0)\n");
1206            fprintf(outfile, "DEF(nop2, 2, 0)\n");
1207            fprintf(outfile, "DEF(nop3, 3, 0)\n");
1208          for(i = 0, sym = symtab; i < nb_syms; i++, sym++) {          for(i = 0, sym = symtab; i < nb_syms; i++, sym++) {
1209              const char *name, *p;              const char *name, *p;
1210              name = strtab + sym->st_name;              name = strtab + sym->st_name;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26