A few have been added, a couple removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 49201 Build 46090: arc lint + arc unit
Event Timeline
| contrib/elftoolchain/libelftc/elftc_reloc_type_str.c | ||
|---|---|---|
| 670 | Upstream's code pains me by not being #define _ELF_DEFINE_RELOC(_n, _v) case _v: return #_n;
switch (type) {
_ELF_DEFINE_RISCV_RELOCATIONS()
}
#undef _ELF_DEFINE_RELOCetc after they go to the trouble of making a preprocessor iterator thing, but oh well... | |
| contrib/elftoolchain/libelftc/elftc_reloc_type_str.c | ||
|---|---|---|
| 670 | You could submit a patch at https://sourceforge.net/projects/elftoolchain/ :) | |