OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_49/] [or1ksim/] [cpu/] [common/] [parse.c] - Diff between revs 41 and 42

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 41 Rev 42
Line 540... Line 540...
                        exit(1);
                        exit(1);
                }
                }
                debug("Symbol: %s,", coffsymhdr.e.e_name);
                debug("Symbol: %s,", coffsymhdr.e.e_name);
                debug(" val: 0x%.8x,", COFF_LONG_H(coffsymhdr.e_value));
                debug(" val: 0x%.8x,", COFF_LONG_H(coffsymhdr.e_value));
                debug(" auxs: %c\n", coffsymhdr.e_numaux);
                debug(" auxs: %c\n", coffsymhdr.e_numaux);
                if (strlen(coffsymhdr.e.e_name))
                if (strlen(coffsymhdr.e.e_name) && strlen(coffsymhdr.e.e_name) < 9)
                        addlabel(coffsymhdr.e.e_name, COFF_LONG_H(coffsymhdr.e_value));
                        addlabel(coffsymhdr.e.e_name, COFF_LONG_H(coffsymhdr.e_value));
        }
        }
 
 
        fclose(inputfs);
        fclose(inputfs);
        printf("Finished loading symbols.\n");
        printf("Finished loading symbols.\n");

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.