-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microblaze: retry meta-xilinx binutils patches but from before "port …
…update commit" p.s. previous patch built successfully so gdb is good to go p.s.2. gonna assume gcc is good Signed-off-by: Alp Sayin <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule binutils
updated
13 files
+98 −12 | bfd/elf32-microblaze.c | |
+9 −32 | bfd/elf64-microblaze.c | |
+2 −2 | gas/config/tc-microblaze.c | |
+3 −0 | gdb/configure.host | |
+1 −1 | gdb/configure.tgt | |
+12 −0 | gdb/features/microblaze-linux.xml | |
+712 −0 | gdb/gdbserver/Makefile.in | |
+398 −0 | gdb/gdbserver/configure.srv | |
+189 −0 | gdb/gdbserver/linux-microblaze-low.c | |
+44 −2 | gdb/microblaze-linux-tdep.c | |
+82 −1 | gdb/microblaze-tdep.c | |
+30 −1 | gdb/microblaze-tdep.h | |
+41 −0 | gdb/regformats/reg-microblaze.dat |