-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microblaze: retry apply meta-xilinx patches for gcc and binutils too …
…for completeness p.s. previous patch built successfully so gdb is good to go Signed-off-by: Alp Sayin <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule binutils
updated
18 files
+12 −14 | bfd/cpu-microblaze.c | |
+15 −101 | bfd/elf32-microblaze.c | |
+358 −333 | bfd/elf64-microblaze.c | |
+2 −2 | gas/config/tc-microblaze.c | |
+0 −3 | gdb/configure.host | |
+1 −1 | gdb/configure.tgt | |
+0 −12 | gdb/features/microblaze-linux.xml | |
+0 −712 | gdb/gdbserver/Makefile.in | |
+0 −398 | gdb/gdbserver/configure.srv | |
+0 −189 | gdb/gdbserver/linux-microblaze-low.c | |
+2 −44 | gdb/microblaze-linux-tdep.c | |
+1 −82 | gdb/microblaze-tdep.c | |
+1 −30 | gdb/microblaze-tdep.h | |
+0 −41 | gdb/regformats/reg-microblaze.dat | |
+3 −0 | include/elf/common.h | |
+2 −2 | ld/Makefile.am | |
+2 −2 | ld/Makefile.in | |
+1 −0 | opcodes/microblaze-dis.c |
Submodule gcc
updated
3 files
+3 −1 | gcc/common/config/microblaze/microblaze-common.cc | |
+1 −1 | gcc/config/microblaze/microblaze-c.cc | |
+18 −18 | gcc/config/microblaze/microblaze.cc |