]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
6 months agoAutomatic date update in version.in
GDB Administrator [Fri, 17 Jan 2025 00:03:09 +0000 (00:03 +0000)] 
Automatic date update in version.in

6 months agoAutomatic date update in version.in
GDB Administrator [Thu, 16 Jan 2025 00:03:33 +0000 (00:03 +0000)] 
Automatic date update in version.in

6 months agoAutomatic date update in version.in
GDB Administrator [Wed, 15 Jan 2025 00:02:04 +0000 (00:02 +0000)] 
Automatic date update in version.in

6 months agoAutomatic date update in version.in
GDB Administrator [Tue, 14 Jan 2025 00:02:57 +0000 (00:02 +0000)] 
Automatic date update in version.in

6 months agoAutomatic date update in version.in
GDB Administrator [Mon, 13 Jan 2025 00:01:56 +0000 (00:01 +0000)] 
Automatic date update in version.in

6 months agoAutomatic date update in version.in
GDB Administrator [Sun, 12 Jan 2025 00:01:53 +0000 (00:01 +0000)] 
Automatic date update in version.in

6 months agoAutomatic date update in version.in
GDB Administrator [Sat, 11 Jan 2025 00:00:55 +0000 (00:00 +0000)] 
Automatic date update in version.in

6 months agoaarch64: Fix incorrect gating of sme-lutv2 instructions
Andrew Carlotti [Mon, 6 Jan 2025 16:56:22 +0000 (16:56 +0000)] 
aarch64: Fix incorrect gating of sme-lutv2 instructions

Only the strided form of the luti4 intrinsic requires FEAT_SME2p1.

7 months agoAutomatic date update in version.in
GDB Administrator [Fri, 10 Jan 2025 00:01:09 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Thu, 9 Jan 2025 00:02:45 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Wed, 8 Jan 2025 00:01:48 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Tue, 7 Jan 2025 00:01:45 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Mon, 6 Jan 2025 00:02:54 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Sun, 5 Jan 2025 00:01:39 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months ago_bfd_write_ar_hdr
Alan Modra [Sat, 4 Jan 2025 06:27:48 +0000 (16:57 +1030)] 
_bfd_write_ar_hdr

This has been broken since commit 8f95b6e44955 in 2010, and apparently
nobody has noticed.  How we write archive headers depends on the
archive, not the contents.

* libbfd-in.h (_bfd_write_ar_hdr): Correct.
* libbfd.h: Regenerate.

(cherry picked from commit c232d080c4f05b16e998bd49d6e2d92c56b6421e)

7 months agoPR32266, segv when linking libclang_rt.asan-powerpc64.so
Alan Modra [Sun, 13 Oct 2024 04:41:59 +0000 (15:11 +1030)] 
PR32266, segv when linking libclang_rt.asan-powerpc64.so

Change the mmap support added with commit 9ba56acee518 to always mmap
memory with PROT_READ | PROT_WRITE.  Prior to that commit most file
contents were read into a buffer allocated with bfd_alloc or
bfd_malloc and thus the memory was read/write.  Even after that commit
any section contents with relocations must be read/write to apply the
relocs.  Making them all read/write is not a major change, and it
should not introduce any measurable linker slowdown for contents that
are not modified.  More importantly, it removes a BFD behaviour
difference that only triggers when large files are involved.

PR 32266
PR 32109
* libbfd.c (bfd_mmap_local): Remove prot param.  Always mmap
with PROT_READ | PROT_WRITE.  Adjust all calls.
(_bfd_mmap_temporary): Rename from _bfd_mmap_readonly_temporary.
(_bfd_munmap_temporary): Rename from _bfd_munmap_readonly_temporary.
_bfd_mmap_persistent): Rename from _bfd_mmap_readonly_persistent.
(_bfd_generic_get_section_contents): Use PROT_READ | PROT_WRITE
regardless of relocs.
* libbfd-in.h: Update decls to suit.  Make non-USE_MMAP variants
static inline functions.
* elflink.c: Update all uses of _bfd_mmap functions.
* elf.c: Likewise.
(bfd_elf_get_str_section): Revert commit 656f8fbaae.
* libbfd.h: Regenerate.

(cherry picked from commit 76eab8f47a743bde86be410bce8fd8382eaea6c2)

7 months agoAutomatic date update in version.in
GDB Administrator [Sat, 4 Jan 2025 00:01:37 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Fri, 3 Jan 2025 00:02:15 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Thu, 2 Jan 2025 00:02:52 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Wed, 1 Jan 2025 00:02:14 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Tue, 31 Dec 2024 00:02:11 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoLoongArch: Add relaxation support for call36 that jump to PLT entry
mengqinggang [Thu, 26 Dec 2024 06:14:12 +0000 (14:14 +0800)] 
LoongArch: Add relaxation support for call36 that jump to PLT entry

Part of commit a104f0a3e620 ("LoongArch: Add more relaxation support for
call36") in master.  This part is needed for 2.43 branch to fix a link
failure of QtWebEngine-6.8.1, which can be demonstrated with a reduced
test case (with -shared):

    .text
    .zero 1 << 27   # pretending we have a lot of code in .text
    .globl f        # preemptible, thus must be called via PLT
    f:
      move $a0, $r0
      ret
    g:
      pcaddu18i $t0, %call36(f)
      jr $t0

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
7 months agoAutomatic date update in version.in
GDB Administrator [Mon, 30 Dec 2024 00:02:15 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Sun, 29 Dec 2024 00:01:52 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoLoongArch: Fix broken DESC => IE transition for 2.43 branch
Xi Ruoyao [Fri, 27 Dec 2024 08:26:28 +0000 (16:26 +0800)] 
LoongArch: Fix broken DESC => IE transition for 2.43 branch

If code compiled with -fPIC -mtls-dialect=desc is linked into a PDE or
PIE, and the code refers to external DSO symbols, we can produce broken
link unit as check_relocs expects DESC => IE transition to happen and
emits a TLS IE entry in the GOT, but a too early "continue" in
relax_section actually jumps over the DESC => IE transition so the code
sequence is unchanged and still expecting a TLS descriptor (instead of
an IE entry) in the GOT.

The bug is already fixed in master branch by commit 5c3d09c1855b
("LoongArch: Optimize the relaxation process") so this fix is only
needed for the 2.43 branch.

Reported-by: Icenowy Zheng <uwu@icenowy.me>
Closes: https://gcc.gnu.org/PR118114
Tested-by: Icenowy Zheng <uwu@icenowy.me>
Signed-off-by: Xi Ruoyao <xry111@xry111.site>
7 months agoAutomatic date update in version.in
GDB Administrator [Sat, 28 Dec 2024 00:02:36 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Fri, 27 Dec 2024 00:02:07 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Thu, 26 Dec 2024 00:01:55 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Wed, 25 Dec 2024 00:00:52 +0000 (00:00 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Tue, 24 Dec 2024 00:00:58 +0000 (00:00 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Mon, 23 Dec 2024 00:01:14 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Sun, 22 Dec 2024 00:00:48 +0000 (00:00 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Sat, 21 Dec 2024 00:01:50 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Fri, 20 Dec 2024 00:01:58 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agox86-64: correct CODE_5 relocs
Jan Beulich [Thu, 19 Dec 2024 09:38:47 +0000 (10:38 +0100)] 
x86-64: correct CODE_5 relocs

Two of them had their numbers swapped; luckily they aren't really in use
just yet. Correct indentation as well while at it.

7 months agoAutomatic date update in version.in
GDB Administrator [Thu, 19 Dec 2024 00:02:45 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Wed, 18 Dec 2024 00:01:11 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agonm: Avoid potential segmentation fault when displaying symbols without version info.
Nick Clifton [Tue, 17 Dec 2024 09:18:57 +0000 (09:18 +0000)] 
nm: Avoid potential segmentation fault when displaying symbols without version info.

PR 32467

7 months agoAutomatic date update in version.in
GDB Administrator [Tue, 17 Dec 2024 00:02:22 +0000 (00:02 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Mon, 16 Dec 2024 00:01:49 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Sun, 15 Dec 2024 00:00:57 +0000 (00:00 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Sat, 14 Dec 2024 00:01:50 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Fri, 13 Dec 2024 00:01:10 +0000 (00:01 +0000)] 
Automatic date update in version.in

7 months agoAutomatic date update in version.in
GDB Administrator [Thu, 12 Dec 2024 00:01:16 +0000 (00:01 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Wed, 11 Dec 2024 00:02:20 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Tue, 10 Dec 2024 00:00:44 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Mon, 9 Dec 2024 00:01:44 +0000 (00:01 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sun, 8 Dec 2024 00:00:58 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sat, 7 Dec 2024 00:00:48 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Fri, 6 Dec 2024 00:00:48 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Thu, 5 Dec 2024 00:00:55 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Wed, 4 Dec 2024 00:01:15 +0000 (00:01 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Tue, 3 Dec 2024 00:00:57 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Mon, 2 Dec 2024 00:01:36 +0000 (00:01 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sun, 1 Dec 2024 00:03:07 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sat, 30 Nov 2024 00:01:27 +0000 (00:01 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Fri, 29 Nov 2024 00:00:33 +0000 (00:00 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Thu, 28 Nov 2024 00:02:20 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoPR32387 ppc64 TLS optimization bug with -fno-plt code
Alan Modra [Mon, 25 Nov 2024 21:54:19 +0000 (08:24 +1030)] 
PR32387 ppc64 TLS optimization bug with -fno-plt code

The inline plt code emitted by gcc is incompatible with the
linker/ld.so --tls-get-addr-optimize scheme.  This is the runtime
optimisation where the first call to __tls_get_addr results in
__tls_get_addr updating the tls_index pair, then the special linker
stub using that to short-circuit second and subsequent calls for a
given tls symbol.  Enabled by default when the linker sees
__tls_get_addr_opt is preseent, and enabled in ld.so when DT_PPC64_OPT
has PPC64_OPT_TLS set.  Note that this is distinct from link-time tls
optimisation.

PR 32387
* elf64-ppc.c (ppc64_elf_check_relocs): Disable tls_get_addr_opt
on detecting inline plt calls to __tls_get_addr.

(cherry picked from commit 1686dc7079f1c03bdaffd2f779b92aa2b7ad97b5)

8 months agoAutomatic date update in version.in
GDB Administrator [Wed, 27 Nov 2024 00:03:11 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Tue, 26 Nov 2024 00:03:39 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Mon, 25 Nov 2024 00:03:44 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sun, 24 Nov 2024 00:03:58 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sat, 23 Nov 2024 00:03:25 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Fri, 22 Nov 2024 00:03:21 +0000 (00:03 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Thu, 21 Nov 2024 00:02:39 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Wed, 20 Nov 2024 00:02:11 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agold: fix -std=gnu23 compatibility wrt _Bool
Sam James [Sat, 16 Nov 2024 07:07:02 +0000 (07:07 +0000)] 
ld: fix -std=gnu23 compatibility wrt _Bool

GCC trunk now defaults to -std=gnu23. We return false in a few places
which can't work when true/false are a proper type (_Bool). Return NULL
where appropriate instead of false. All callers handle this appropriately.

ChangeLog:
PR ld/32372

* pdb.c (add_stream): Return NULL.

(cherry picked from commit bf447eec6d7b69cba652127e2f38f102de38de39)

8 months agobinutils: fix -std=gnu23 compatibility wrt _Bool
Sam James [Sat, 16 Nov 2024 05:12:51 +0000 (05:12 +0000)] 
binutils: fix -std=gnu23 compatibility wrt _Bool

GCC trunk now defaults to -std=gnu23. We return false in a few places
which can't work when true/false are a proper type (_Bool). Return NULL
where appropriate instead of false. All callers handle this appropriately.

ChangeLog:
PR ld/32372

* prdbg.c (visibility_name): Return NULL.

(cherry picked from commit eeff15bc88b89abed1cdb4d3b1b2cc7b4cec6fe7)

8 months agoopcodes: fix -std=gnu23 compatibility wrt static_assert
Sam James [Sat, 16 Nov 2024 05:03:52 +0000 (05:03 +0000)] 
opcodes: fix -std=gnu23 compatibility wrt static_assert

static_assert is declared in C23 so we can't reuse that identifier:
* Define our own static_assert conditionally;

* Rename "static assert" hacks to _N as we do already in some places
  to avoid a conflict.

ChangeLog:
PR ld/32372

        * i386-gen.c (static_assert): Define conditionally.
        * mips-formats.h (MAPPED_INT): Rename identifier.
        (MAPPED_REG): Rename identifier.
        (OPTIONAL_MAPPED_REG): Rename identifier.
        * s390-opc.c (static_assert): Define conditionally.

(cherry picked from commit 8ebe62f3f0d27806b1bf69f301f5e188b4acd2b4)

8 months agobfd: fix -std=gnu23 compatibility wrt _Bool
Sam James [Sat, 16 Nov 2024 05:01:58 +0000 (05:01 +0000)] 
bfd: fix -std=gnu23 compatibility wrt _Bool

GCC trunk now defaults to -std=gnu23. We return false in a few places
which can't work when true/false are a proper type (_Bool). Return NULL
where appropriate instead of false. All callers handle this appropriately.

ChangeLog:
PR ld/32372

* elf32-ppc.c (ppc_elf_tls_setup): Return NULL.
        * elf32-xtensa.c (translate_reloc_bfd_fix): Ditto.
        (translate_reloc): Ditto.
        * elf64-ppc.c (update_local_sym_info): Ditto.
        * mach-o.c (bfd_mach_o_lookup_uuid_command): Ditto.
        * xsym.c (bfd_sym_read_name_table): Ditto.

(cherry picked from commit 931e4f9b09512bb9012204bb2e4060ab6d9b9b46)

8 months agoAutomatic date update in version.in
GDB Administrator [Tue, 19 Nov 2024 00:02:24 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agos390: Add arch15 Concurrent-Functions Facility insns
Jens Remus [Mon, 18 Nov 2024 09:42:21 +0000 (10:42 +0100)] 
s390: Add arch15 Concurrent-Functions Facility insns

opcodes/
* s390-opc.txt: Add arch15 Concurrent-Functions Facility
instructions.
* s390-opc.c (INSTR_SSF_RRDRD2, MASK_SSF_RRDRD2): New SSF
instruction format variant.

gas/testsuite/
* gas/s390/zarch-arch15.d: Tests for arch15 Concurrent-Functions
Facility instructions.
* gas/s390/zarch-arch15.s: Likewise.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
(cherry picked from commit 76445f36a2f9e41b1744d0327e7ec243cb7fac12)

8 months agos390: Add arch15 instruction names
Jens Remus [Mon, 18 Nov 2024 09:42:21 +0000 (10:42 +0100)] 
s390: Add arch15 instruction names

opcodes/
* s390-opc.txt: Add arch15 instruction names.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
(cherry picked from commit b0588b2173bf9aeff9eadc0cc024c4c69e69114d)

8 months agoAutomatic date update in version.in
GDB Administrator [Mon, 18 Nov 2024 00:01:21 +0000 (00:01 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sun, 17 Nov 2024 00:02:17 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Sat, 16 Nov 2024 00:02:19 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Fri, 15 Nov 2024 00:02:07 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Thu, 14 Nov 2024 00:02:40 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Wed, 13 Nov 2024 00:02:06 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Tue, 12 Nov 2024 00:02:30 +0000 (00:02 +0000)] 
Automatic date update in version.in

8 months agoAutomatic date update in version.in
GDB Administrator [Mon, 11 Nov 2024 00:01:37 +0000 (00:01 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Sun, 10 Nov 2024 00:00:45 +0000 (00:00 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Sat, 9 Nov 2024 00:04:11 +0000 (00:04 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Fri, 8 Nov 2024 00:02:10 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Thu, 7 Nov 2024 00:02:42 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Wed, 6 Nov 2024 00:02:50 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Tue, 5 Nov 2024 00:03:04 +0000 (00:03 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Mon, 4 Nov 2024 00:01:35 +0000 (00:01 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Sun, 3 Nov 2024 00:02:30 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Sat, 2 Nov 2024 00:00:50 +0000 (00:00 +0000)] 
Automatic date update in version.in

9 months agoPR32300, --dependency-file: link dependencies are not all collected
Alan Modra [Fri, 25 Oct 2024 22:27:49 +0000 (08:57 +1030)] 
PR32300, --dependency-file: link dependencies are not all collected

PR 32300
PR 31904
Revert patch accidentally committed with 057a2b4c4b

(cherry picked from commit 6ecc44f6980c0f8c0f0934bc10412c1d7fa3c544)

9 months agoAutomatic date update in version.in
GDB Administrator [Fri, 1 Nov 2024 00:02:54 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Thu, 31 Oct 2024 00:02:00 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Wed, 30 Oct 2024 00:02:17 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Tue, 29 Oct 2024 00:02:58 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Mon, 28 Oct 2024 00:02:22 +0000 (00:02 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Sun, 27 Oct 2024 00:01:04 +0000 (00:01 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Sat, 26 Oct 2024 00:01:33 +0000 (00:01 +0000)] 
Automatic date update in version.in

9 months agoAutomatic date update in version.in
GDB Administrator [Fri, 25 Oct 2024 00:02:19 +0000 (00:02 +0000)] 
Automatic date update in version.in