projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Various small fixes including:
[rmac]
/
symbol.c
diff --git
a/symbol.c
b/symbol.c
index b66216b6d3b9caaec155ba913f9386e713a90330..c24720f235937134e396ef9cc94f139d5c1c10ee 100644
(file)
--- a/
symbol.c
+++ b/
symbol.c
@@
-309,7
+309,6
@@
uint32_t sy_assign_ELF(uint8_t * buf, uint8_t *(* construct)())
// and export all global-referenced labels. Not sure if this is
// required but it's here nonetheless
- //for(sy=sdecl; sy!=NULL; sy=sy->sorder)
for(SYM * sy=sdecl; sy!=NULL; sy=sy->sdecl)
{
if ((sy->stype == LABEL)