aboutsummaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/binutils
AgeCommit message (Collapse)Author
2021-04-20binutils/gdb: Disable hunk from microblaze patchgatesgarthMark Hatle
The disabled chunk triggers a compilation failure when trying to build newlib for microblaze64. ld: MicroBlaze architecture of input file `/tmp/ccHA6bsQ.o' is incompatible with MicroBlaze output ld: warning: cannot find entry symbol _start; defaulting to 0000000000000050 Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
2021-04-20binutils/gdb: Fix various microblaze 64 issuesMark Hatle
Issue: CR-1089197 Issue: CR-1093443 Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
2021-04-06binutils: Workaround for Microblaze 64 linking failureMark Hatle
The typecast is causing linking to not work properly, however it does cause a compilation warning to return that a typecast is likely needed. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
2020-12-07gdb: Fix on-target GDB compilationMark Hatle
Target gdb/gdbserver failed to compile due to out of date microblaze-linux-nat.c, correct this and ancillary files. Note, this only corrects compilation the code may not function properly. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
2020-12-04binutils: update to early gatesgarth versionMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
2020-08-14meta-microblaze: toolchainsMark Hatle
Resync the microblaze toolchain items to match the latest YP master version. binutils and gdb are based on the same patch set, but the release version are based on slightly different sources, thus the patches are a bit different. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
2020-08-14meta-microblaze: Rename recipes-microblaze to match oe-coreMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>