-
Notifications
You must be signed in to change notification settings - Fork 1.2k
gdb: Bump to next major version. #1710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
[ariel@archlinux bin]$ ./riscv64-unknown-linux-gnu-gcc -v
Using built-in specs.
COLLECT_GCC=./riscv64-unknown-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/home/ariel/toolchain/res/libexec/gcc/riscv64-unknown-linux-gnu/15.1.1/lto-wrapper
Target: riscv64-unknown-linux-gnu
Configured with: /home/ariel/toolchain/riscv-gnu-toolchain/gcc/configure --target=riscv64-unknown-linux-gnu --prefix=/home/ariel/toolchain/res --with-sysroot=/home/ariel/toolchain/res/sysroot --with-pkgversion=g4b0d25e7262 --with-system-zlib --enable-shared --enable-tls --enable-languages=c,c++,fortran --disable-libmudflap --disable-libssp --disable-libquadmath --disable-libsanitizer --disable-nls --disable-bootstrap --src=.././gcc --disable-default-pie --disable-multilib --with-abi=lp64d --with-arch=rv64gc --with-tune=rocket --with-isa-spec=20191213 'CFLAGS_FOR_TARGET=-O2 -mcmodel=medlow' 'CXXFLAGS_FOR_TARGET=-O2 -mcmodel=medlow'
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.1.1 20250426 (g4b0d25e7262) |
@Arielfoever Thanks for the PR, could you add few more info in the commit log, e.g. bump gcc and gdb to which version, also the branch in the :) |
Done. |
Why is the GDB submodule change in this PR... not like the previous one that bumped it? |
Bumped to gdb16 not gdb 15
|
Yes, but why is the change to the GDB submodule different this time to the last. Why doesn't it just show that the commit used has changed? Why does it say that 4,727 files were updated? That doesn't seem correct. |
Oh god, that's quiet strange. I get this |
I guess the problem is in 400789a Tested via Arielfoever@19e20b1 It tells us we need to revert 400789a or this problems occurs. Can someone tell me the principle? |
Did you rebase your changes to take account of this PR and so that your PR is with respect to the current top of tree and up to date with that PR's change of repo for certain submodules - including GDB? |
Wasn't this a request to do two separate PRs to bump GCC and GDB separately? |
yes I rebase it.
|
emmm I think no and no need
|
I don't think that this commit/PR should be reverted as it fixes the "shallow clone" problem that has been an issue for a while now. And it works and the CI builds and test suite runs work so the PR is perfectly correct. I think that this current PR needs to be modified to fix the seeming problem with bumping GDB. I would also agree with @kito-cheng that it's better to bump submodules individually so have separate PRs to bump GCC and GDB. |
Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
No description provided.