From: falcovorbis <fal...@us...> - 2024-07-15 22:02:44
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via dc3fa1718003934c9281b33355e124376e9de423 (commit) via 3f86969c5d4a0846a532823a208ea95a94879897 (commit) from 86190e3414b9793843d777594dd4754f43278d95 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dc3fa1718003934c9281b33355e124376e9de423 Author: darcagn <da...@pr...> Date: Mon Jul 15 16:01:53 2024 -0600 Update profiles using GDB 14.2 to the latest GDB 15.1 (#672) commit 3f86969c5d4a0846a532823a208ea95a94879897 Author: Andy Barajas <and...@gm...> Date: Mon Jul 8 04:53:39 2024 -0700 Made temp_tex static (#667) ----------------------------------------------------------------------- Summary of changes: examples/dreamcast/png/example.c | 2 +- utils/dc-chain/profiles/profile.10.5.0.mk | 2 +- utils/dc-chain/profiles/profile.11.4.0.mk | 2 +- utils/dc-chain/profiles/profile.12.4.0.mk | 2 +- utils/dc-chain/profiles/profile.13.3.0.mk | 2 +- utils/dc-chain/profiles/profile.13.3.1-dev.mk | 2 +- utils/dc-chain/profiles/profile.14.1.0.mk | 2 +- utils/dc-chain/profiles/profile.14.1.1-dev.mk | 2 +- utils/dc-chain/profiles/profile.15.0.0-dev.mk | 4 ++-- utils/dc-chain/profiles/profile.9.5.0-winxp.mk | 2 +- utils/dc-chain/profiles/profile.gccrs-dev.mk | 2 +- utils/dc-chain/profiles/profile.rustc-dev.mk | 2 +- utils/dc-chain/profiles/profile.stable.mk | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/dreamcast/png/example.c b/examples/dreamcast/png/example.c index 4b3a9896..52d42bca 100644 --- a/examples/dreamcast/png/example.c +++ b/examples/dreamcast/png/example.c @@ -30,7 +30,7 @@ void back_init(void) { /* init font */ void font_init(void) { int i, x, y, c; - unsigned short temp_tex[256 * 128 * 2]; + static unsigned short temp_tex[256 * 128 * 2]; font_tex = pvr_mem_malloc(256 * 256 * 2); diff --git a/utils/dc-chain/profiles/profile.10.5.0.mk b/utils/dc-chain/profiles/profile.10.5.0.mk index 14d495c9..4cf8a4fd 100644 --- a/utils/dc-chain/profiles/profile.10.5.0.mk +++ b/utils/dc-chain/profiles/profile.10.5.0.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.41 sh_gcc_ver=10.5.0 newlib_ver=4.3.0.20230120 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core diff --git a/utils/dc-chain/profiles/profile.11.4.0.mk b/utils/dc-chain/profiles/profile.11.4.0.mk index 886a53ba..34266f51 100644 --- a/utils/dc-chain/profiles/profile.11.4.0.mk +++ b/utils/dc-chain/profiles/profile.11.4.0.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.41 sh_gcc_ver=11.4.0 newlib_ver=4.3.0.20230120 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core diff --git a/utils/dc-chain/profiles/profile.12.4.0.mk b/utils/dc-chain/profiles/profile.12.4.0.mk index 8443ee97..f4628cd9 100644 --- a/utils/dc-chain/profiles/profile.12.4.0.mk +++ b/utils/dc-chain/profiles/profile.12.4.0.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.41 sh_gcc_ver=12.4.0 newlib_ver=4.3.0.20230120 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core diff --git a/utils/dc-chain/profiles/profile.13.3.0.mk b/utils/dc-chain/profiles/profile.13.3.0.mk index 7f9f801e..9e32135f 100644 --- a/utils/dc-chain/profiles/profile.13.3.0.mk +++ b/utils/dc-chain/profiles/profile.13.3.0.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=13.3.0 newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core diff --git a/utils/dc-chain/profiles/profile.13.3.1-dev.mk b/utils/dc-chain/profiles/profile.13.3.1-dev.mk index ee427ee8..c383442e 100644 --- a/utils/dc-chain/profiles/profile.13.3.1-dev.mk +++ b/utils/dc-chain/profiles/profile.13.3.1-dev.mk @@ -12,7 +12,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=13.3.1 newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Overide SH toolchain download type sh_gcc_download_type=git diff --git a/utils/dc-chain/profiles/profile.14.1.0.mk b/utils/dc-chain/profiles/profile.14.1.0.mk index 6636ff6a..380bd801 100644 --- a/utils/dc-chain/profiles/profile.14.1.0.mk +++ b/utils/dc-chain/profiles/profile.14.1.0.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=14.1.0 newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core diff --git a/utils/dc-chain/profiles/profile.14.1.1-dev.mk b/utils/dc-chain/profiles/profile.14.1.1-dev.mk index 1016b789..8dd7962e 100644 --- a/utils/dc-chain/profiles/profile.14.1.1-dev.mk +++ b/utils/dc-chain/profiles/profile.14.1.1-dev.mk @@ -12,7 +12,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=14.1.1 newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Overide SH toolchain download type sh_gcc_download_type=git diff --git a/utils/dc-chain/profiles/profile.15.0.0-dev.mk b/utils/dc-chain/profiles/profile.15.0.0-dev.mk index fa3c4143..ffd0dbde 100644 --- a/utils/dc-chain/profiles/profile.15.0.0-dev.mk +++ b/utils/dc-chain/profiles/profile.15.0.0-dev.mk @@ -4,7 +4,7 @@ ############################################################################### ############################################################################### ### THIS CONFIG IS FOR AN EXPERIMENTAL VERSION OF GCC! -## THERE ARE NO KNOWN ISSUES BUILDING THIS VERSION as of 2024-04-26. +## THERE ARE NO KNOWN ISSUES BUILDING THIS VERSION as of 2024-07-09. ############################################################################### ############################################################################### @@ -12,7 +12,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=15.0.0 newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Overide SH toolchain download type sh_gcc_download_type=git diff --git a/utils/dc-chain/profiles/profile.9.5.0-winxp.mk b/utils/dc-chain/profiles/profile.9.5.0-winxp.mk index dd349f1b..4425d643 100644 --- a/utils/dc-chain/profiles/profile.9.5.0-winxp.mk +++ b/utils/dc-chain/profiles/profile.9.5.0-winxp.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.34 sh_gcc_ver=9.5.0 newlib_ver=4.3.0.20230120 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core diff --git a/utils/dc-chain/profiles/profile.gccrs-dev.mk b/utils/dc-chain/profiles/profile.gccrs-dev.mk index 14239966..1f14127e 100644 --- a/utils/dc-chain/profiles/profile.gccrs-dev.mk +++ b/utils/dc-chain/profiles/profile.gccrs-dev.mk @@ -12,7 +12,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=rs newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Overide SH toolchain download type sh_gcc_download_type=git diff --git a/utils/dc-chain/profiles/profile.rustc-dev.mk b/utils/dc-chain/profiles/profile.rustc-dev.mk index 0b60d0ae..7a472357 100644 --- a/utils/dc-chain/profiles/profile.rustc-dev.mk +++ b/utils/dc-chain/profiles/profile.rustc-dev.mk @@ -12,7 +12,7 @@ sh_binutils_ver=2.42 sh_gcc_ver=rustc newlib_ver=4.4.0.20231231 -gdb_ver=14.2 +gdb_ver=15.1 # Overide SH toolchain download type sh_gcc_download_type=git diff --git a/utils/dc-chain/profiles/profile.stable.mk b/utils/dc-chain/profiles/profile.stable.mk index 315e26a3..8072b2da 100644 --- a/utils/dc-chain/profiles/profile.stable.mk +++ b/utils/dc-chain/profiles/profile.stable.mk @@ -5,7 +5,7 @@ sh_binutils_ver=2.41 sh_gcc_ver=13.2.0 newlib_ver=4.3.0.20230120 -gdb_ver=14.2 +gdb_ver=15.1 # Toolchain for ARM # The ARM version of gcc/binutils is separated as support for the ARM7DI core hooks/post-receive -- A pseudo Operating System for the Dreamcast. |