summaryrefslogtreecommitdiff
path: root/samples/moxie-unknown-elf/reported.by
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-01 21:00:50 (GMT)
committerGitHub <noreply@github.com>2018-12-01 21:00:50 (GMT)
commitdc681ec8eb53eccdd18521853abaf0574d6ae75f (patch)
tree67532a4e3a2498ab5663bb400649ec847ced6ba7 /samples/moxie-unknown-elf/reported.by
parent951afda5088f202eead14e3ae281f234b160af0b (diff)
parent40d5bf64408a0e103f8149f941ea50fbbb11dc91 (diff)
Merge pull request #1102 from stilor/moxie
Moxie architecture support
Diffstat (limited to 'samples/moxie-unknown-elf/reported.by')
-rw-r--r--samples/moxie-unknown-elf/reported.by10
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/moxie-unknown-elf/reported.by b/samples/moxie-unknown-elf/reported.by
new file mode 100644
index 0000000..907a11f
--- /dev/null
+++ b/samples/moxie-unknown-elf/reported.by
@@ -0,0 +1,10 @@
+reporter_name="Alexey Neyman"
+reporter_url=""
+reporter_comment="Bare metal configuration for moxie architecture.
+
+It appears to generate a broken toolchain. E.g. newlib's CRT expects
+symbols __bss_start__ and __bss_end__, while linker script generates
+__bss_start (no underscores at the end) and no __bss_end__whatsoever.
+
+This is not a bug in crosstool-NG. If you're interested in saving the
+moxie, please report this upstream."