[PATCH 0/3] Fix several build failures
by Lianbo Jiang
The patchset includes three patches:
[1] [PATCH 1/3] Fix build failure in readline lib
[2] [PATCH 2/3] tools.c: do not use keywords 'nullptr' as a variable in code
[3] [PATCH 3/3] Fix build failure on 32bit machine(i686)
Lianbo Jiang (3):
Fix build failure in readline lib
tools.c: do not use keywords 'nullptr' as a variable in code
Fix build failure on 32bit machine(i686)
gdb-10.2.patch | 88 +++++++++++++++++++++++++++++++++++++++++++++++--
gdb_interface.c | 4 +--
tools.c | 6 ++--
3 files changed, 90 insertions(+), 8 deletions(-)
--
2.47.1
21 hours, 25 minutes
[PATCH 0/5] Update to gdb-16.2
by Tao Liu
Actually this patchset is a combination of "Update to gdb-16.2" and
"Fix several build failures".
The reason for the patchset combination is, the latter one backported
several gdb upstream patches[1], which is not needed after the gdb upgrade.
It is meaningless to backport and revert the patch in a short time, so I
merged them into 1 patchset.
For patchset "Fix several build failures", patch 1 is elimited, patch 2
is untouched, and patch 3 is slightly modified for adaption.
[1]: https://www.mail-archive.com/devel@lists.crash-utility.osci.io/msg01331.html
Lianbo Jiang (2):
tools.c: do not use keywords 'nullptr' as a variable in code
Fix build failure on 32bit machine(i686)
Tao Liu (3):
Revert: Fix C99 compatibility issues in embedded copy of GDB
Revert longaarch related gdb changes
Update to gdb-16.2
Makefile | 3 +
configure.c | 21 +-
crash_target.c | 6 +-
defs.h | 8 +-
gdb-10.2.patch | 16241 ----------------------------------------------
gdb-16.2.patch | 2258 +++++++
gdb_interface.c | 18 +-
kernel.c | 6 +-
symbols.c | 4 +-
tools.c | 6 +-
10 files changed, 2304 insertions(+), 16267 deletions(-)
delete mode 100644 gdb-10.2.patch
create mode 100644 gdb-16.2.patch
--
2.47.0
21 hours, 33 minutes