OpenCores
Issue List
Typo in GCC 4.5.1 or32.h #134
Closed jeremybennett opened this issue over 13 years ago
jeremybennett commented over 13 years ago
<p> There's a typo on the <tt>gnu-src/gcc-4.5.1/gcc/config/or32/or32.h</tt>: </p> <p> line 1139: </p> <ul><pre> fprintf (stream, "\t.wordt.L%d-.L%d\n", value, rel) </pre></ul> <p> I think is should be <p> <ul><pre> fprintf (stream, "\t.word\t.L%d-.L%d\n", value, rel) </pre></ul> <p> Reported by user Kuoping. </p>
jeremybennett commented almost 13 years ago
<p> Transferred to OpenRISC bugzilla (<a href="http://bugzilla.opencores.org/show_bug.cgi?id=26>Bug 26</a>). </p> <p> Marking closed in this bugtracker. </p>
jeremybennett was assigned almost 13 years ago
jeremybennett commented almost 13 years ago
<p> Transferred to OpenRISC bugzilla (<a href="http://bugzilla.opencores.org/show_bug.cgi?id=26">Bug 26</a>). </p> <p> Marking closed in this bugtracker. </p>
jeremybennett closed this almost 13 years ago

Assignee
jeremybennett
Labels
Bug