diff -Nru gdb-14.2.2302.g7320840f1998+22.04.20240501073627/bfd/version.h gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/bfd/version.h --- gdb-14.2.2302.g7320840f1998+22.04.20240501073627/bfd/version.h 2024-05-01 07:33:57.000000000 +0000 +++ gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/bfd/version.h 2024-05-02 07:34:29.000000000 +0000 @@ -16,7 +16,7 @@ In releases, the date is not included in either version strings or sonames. */ -#define BFD_VERSION_DATE 20240501 +#define BFD_VERSION_DATE 20240502 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@ diff -Nru gdb-14.2.2302.g7320840f1998+22.04.20240501073627/debian/changelog gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/debian/changelog --- gdb-14.2.2302.g7320840f1998+22.04.20240501073627/debian/changelog 2024-05-01 07:36:05.000000000 +0000 +++ gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/debian/changelog 2024-05-02 07:37:05.000000000 +0000 @@ -1,14 +1,14 @@ -gdb (14.2.2302.g7320840f1998+22.04.20240501073627) jammy; urgency=medium +gdb (14.2.2305.g75d933919d8e+22.04.20240502073731) jammy; urgency=medium * Daily build - -- Daily Builder Wed, 01 May 2024 07:36:28 +0000 + -- Daily Builder Thu, 02 May 2024 07:37:31 +0000 -gdb (1.0.0+202405010736~ubuntu22.04.1) jammy; urgency=low +gdb (1.0.0+202405020737~ubuntu22.04.1) jammy; urgency=low * Auto build. - -- Ubuntu Support Team Wed, 01 May 2024 07:36:05 +0000 + -- Ubuntu Support Team Thu, 02 May 2024 07:37:05 +0000 gdb (1.0.0) UNRELEASED; urgency=medium diff -Nru gdb-14.2.2302.g7320840f1998+22.04.20240501073627/debian/git-build-recipe.manifest gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/debian/git-build-recipe.manifest --- gdb-14.2.2302.g7320840f1998+22.04.20240501073627/debian/git-build-recipe.manifest 2024-05-01 07:36:05.000000000 +0000 +++ gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/debian/git-build-recipe.manifest 2024-05-02 07:37:05.000000000 +0000 @@ -1,3 +1,3 @@ -# git-build-recipe format 0.4 deb-version {debversion}+202405010736 -lp:~ubuntu-support-team/binutils/+git/binutils-gdb git-commit:7320840f1998547b4428c58d1b39ca41febad83a +# git-build-recipe format 0.4 deb-version {debversion}+202405020737 +lp:~ubuntu-support-team/binutils/+git/binutils-gdb git-commit:75d933919d8e99c85054bdbf3a0bee0235f2bd3b nest-part daily-build lp:~ubuntu-support-team/ubuntu/+source/daily-build debian debian git-commit:a781fb71c5979e00f50d161a09fbc4746cb8b80e diff -Nru gdb-14.2.2302.g7320840f1998+22.04.20240501073627/gdb/testsuite/gdb.dwarf2/gdb-index-nodebug.exp gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/gdb/testsuite/gdb.dwarf2/gdb-index-nodebug.exp --- gdb-14.2.2302.g7320840f1998+22.04.20240501073627/gdb/testsuite/gdb.dwarf2/gdb-index-nodebug.exp 2024-05-01 07:33:58.000000000 +0000 +++ gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/gdb/testsuite/gdb.dwarf2/gdb-index-nodebug.exp 2024-05-02 07:34:31.000000000 +0000 @@ -35,9 +35,9 @@ set no_debug_re [join $no_debug_re] set readnow_p [readnow] -set index_file ${testfile}.gdb-index +set index_dir [host_standard_output_file ""] # The bug was that gdb would crash here. -set cmd "save gdb-index [file dirname ${index_file}]" +set cmd "save gdb-index $index_dir" gdb_test_multiple $cmd "try to save gdb index" { -re -wrap $have_index_re { if { $have_index != "" || $readnow_p } { diff -Nru gdb-14.2.2302.g7320840f1998+22.04.20240501073627/gdb/testsuite/lib/gdb.exp gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/gdb/testsuite/lib/gdb.exp --- gdb-14.2.2302.g7320840f1998+22.04.20240501073627/gdb/testsuite/lib/gdb.exp 2024-05-01 07:33:58.000000000 +0000 +++ gdb-14.2.2305.g75d933919d8e+22.04.20240502073731/gdb/testsuite/lib/gdb.exp 2024-05-02 07:34:31.000000000 +0000 @@ -4882,7 +4882,7 @@ if [is_remote host] { # We have to use -E and -o together, despite the comments # above, because of how DejaGnu handles remote host testing. - set ppout "$outdir/compiler.i" + set ppout [standard_temp_file compiler.i] gdb_compile "${ifile}" "$ppout" preprocess [list "$language" quiet getting_compiler_info] set file [open $ppout r] set cppout [read $file]