You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(56) |
May
(48) |
Jun
(51) |
Jul
(55) |
Aug
(27) |
Sep
(12) |
Oct
(14) |
Nov
(14) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(22) |
Feb
(12) |
Mar
(16) |
Apr
(43) |
May
(20) |
Jun
(10) |
Jul
(63) |
Aug
(37) |
Sep
(7) |
Oct
(1) |
Nov
(22) |
Dec
(99) |
2010 |
Jan
(74) |
Feb
(36) |
Mar
(114) |
Apr
(64) |
May
(56) |
Jun
(55) |
Jul
(27) |
Aug
(93) |
Sep
(55) |
Oct
(40) |
Nov
(44) |
Dec
(51) |
2011 |
Jan
(62) |
Feb
(35) |
Mar
(24) |
Apr
(37) |
May
(45) |
Jun
(53) |
Jul
(95) |
Aug
(130) |
Sep
(162) |
Oct
(115) |
Nov
(158) |
Dec
(120) |
2012 |
Jan
(18) |
Feb
(55) |
Mar
(31) |
Apr
(25) |
May
(11) |
Jun
(9) |
Jul
(8) |
Aug
(32) |
Sep
(42) |
Oct
(45) |
Nov
(51) |
Dec
(150) |
2013 |
Jan
(54) |
Feb
(16) |
Mar
(16) |
Apr
(2) |
May
(11) |
Jun
(4) |
Jul
|
Aug
(10) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(7) |
2014 |
Jan
(6) |
Feb
(3) |
Mar
(30) |
Apr
(16) |
May
(28) |
Jun
(19) |
Jul
(6) |
Aug
|
Sep
(16) |
Oct
(4) |
Nov
(3) |
Dec
(31) |
2015 |
Jan
(6) |
Feb
(2) |
Mar
(8) |
Apr
(10) |
May
(34) |
Jun
(3) |
Jul
(9) |
Aug
(10) |
Sep
(3) |
Oct
(7) |
Nov
(9) |
Dec
(24) |
2016 |
Jan
(97) |
Feb
(39) |
Mar
(13) |
Apr
(4) |
May
(33) |
Jun
(1) |
Jul
(1) |
Aug
(10) |
Sep
(4) |
Oct
(4) |
Nov
(1) |
Dec
(14) |
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
(42) |
Jul
(2) |
Aug
(4) |
Sep
(12) |
Oct
(3) |
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(3) |
Aug
|
Sep
(10) |
Oct
(17) |
Nov
(4) |
Dec
(17) |
2019 |
Jan
(5) |
Feb
(27) |
Mar
(28) |
Apr
(8) |
May
(5) |
Jun
(29) |
Jul
(10) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2020 |
Jan
(17) |
Feb
(31) |
Mar
(25) |
Apr
(3) |
May
(1) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(42) |
Dec
(1) |
2021 |
Jan
|
Feb
(8) |
Mar
(12) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
(14) |
Apr
(12) |
May
(10) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
(5) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
|
Dec
(8) |
2024 |
Jan
(9) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(2) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(10) |
2025 |
Jan
(77) |
Feb
(51) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jk...@us...> - 2025-02-05 21:01:13
|
Revision: 4167 http://sourceforge.net/p/elftoolchain/code/4167 Author: jkoshy Date: 2025-02-05 21:01:11 +0000 (Wed, 05 Feb 2025) Log Message: ----------- libelftc: Implement elftc_reloc_type_str() using elftc_get_relocation_type_name(). This change reduces code duplication, and allows the elftc_reloc_type_str() API to support all of the ELF machine architectures and relocation types defined in "common/sys/elfconstants.m4". Modified Paths: -------------- trunk/libelftc/elftc_reloc_type_str.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-05 20:33:52
|
Revision: 4166 http://sourceforge.net/p/elftoolchain/code/4166 Author: jkoshy Date: 2025-02-05 20:33:51 +0000 (Wed, 05 Feb 2025) Log Message: ----------- c++filt/testsuite: Fix the path to the c++filt binary being tested. Modified Paths: -------------- trunk/tests/tet/cxxfilt/ts/common/func.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-05 14:27:21
|
Revision: 4165 http://sourceforge.net/p/elftoolchain/code/4165 Author: jkoshy Date: 2025-02-05 14:27:19 +0000 (Wed, 05 Feb 2025) Log Message: ----------- libelftc: Allow elftc_get_relocation_type_name() to translate relocation type values for all SPARC architectures. Modified Paths: -------------- trunk/libelftc/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-05 12:55:32
|
Revision: 4164 http://sourceforge.net/p/elftoolchain/code/4164 Author: jkoshy Date: 2025-02-05 12:55:31 +0000 (Wed, 05 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(), for known EM_MIPS relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-05 11:15:09
|
Revision: 4163 http://sourceforge.net/p/elftoolchain/code/4163 Author: jkoshy Date: 2025-02-05 11:15:08 +0000 (Wed, 05 Feb 2025) Log Message: ----------- elfconstants: Update the set of EM_MIPS relocations. The official processor-specific ABI definition for this architecture is of 1996 vintage, and the opensource toolchains that support the architecture have been defining their own extensions to its psABI. Keep track of the provenance of each relocation type, to help with future updates to this set. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-04 18:52:14
|
Revision: 4162 http://sourceforge.net/p/elftoolchain/code/4162 Author: jkoshy Date: 2025-02-04 18:52:12 +0000 (Tue, 04 Feb 2025) Log Message: ----------- elfdefinitions: Handle symbol descriptions containing commas correctly. Modified Paths: -------------- trunk/common/sys/elfdefinitions.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-04 13:31:44
|
Revision: 4161 http://sourceforge.net/p/elftoolchain/code/4161 Author: jkoshy Date: 2025-02-04 13:31:43 +0000 (Tue, 04 Feb 2025) Log Message: ----------- elfconstants: Add a few obsolete EM_ARM relocation type symbols. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-04 13:19:51
|
Revision: 4160 http://sourceforge.net/p/elftoolchain/code/4160 Author: jkoshy Date: 2025-02-04 13:19:50 +0000 (Tue, 04 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(), for known EM_ARM relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-04 13:13:06
|
Revision: 4159 http://sourceforge.net/p/elftoolchain/code/4159 Author: jkoshy Date: 2025-02-04 13:13:04 +0000 (Tue, 04 Feb 2025) Log Message: ----------- elfconstants: Update the set of known EM_ARM relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-03 21:27:07
|
Revision: 4158 http://sourceforge.net/p/elftoolchain/code/4158 Author: jkoshy Date: 2025-02-03 21:27:06 +0000 (Mon, 03 Feb 2025) Log Message: ----------- libelftc/testsuite: (minor) Correct a typo, add separator lines. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-03 19:53:39
|
Revision: 4157 http://sourceforge.net/p/elftoolchain/code/4157 Author: jkoshy Date: 2025-02-03 19:53:38 +0000 (Mon, 03 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change list adds tests for known EM_PPC relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-03 19:50:15
|
Revision: 4156 http://sourceforge.net/p/elftoolchain/code/4156 Author: jkoshy Date: 2025-02-03 19:50:13 +0000 (Mon, 03 Feb 2025) Log Message: ----------- elfconstants: Update the list of known EM_PPC relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 23:03:28
|
Revision: 4155 http://sourceforge.net/p/elftoolchain/code/4155 Author: jkoshy Date: 2025-02-02 23:03:27 +0000 (Sun, 02 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change list adds tests for known EM_PPC64 relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 18:01:22
|
Revision: 4154 http://sourceforge.net/p/elftoolchain/code/4154 Author: jkoshy Date: 2025-02-02 18:01:20 +0000 (Sun, 02 Feb 2025) Log Message: ----------- elfconstants: Update the list of known EM_PPC64 relocation types. This change adds relocation types in the range 109 (R_PPC64_TOCSAVE) to 254 (R_PPC64_GNU_VTENTRY), and moves relocation type symbols not present in PPC64 psABI documentation to the list of obsolete relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 17:23:19
|
Revision: 4153 http://sourceforge.net/p/elftoolchain/code/4153 Author: jkoshy Date: 2025-02-02 17:23:17 +0000 (Sun, 02 Feb 2025) Log Message: ----------- libelftc/testsuite: (minor) Keep a list sorted. While here, make a code block visually distinct using a comment. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 17:19:49
|
Revision: 4152 http://sourceforge.net/p/elftoolchain/code/4152 Author: jkoshy Date: 2025-02-02 17:19:47 +0000 (Sun, 02 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change adds tests for known EM_SPARC relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 17:15:56
|
Revision: 4151 http://sourceforge.net/p/elftoolchain/code/4151 Author: jkoshy Date: 2025-02-02 17:15:55 +0000 (Sun, 02 Feb 2025) Log Message: ----------- elfconstants: Update EM_SPARC relocation type. This change: - Adds relocation types: R_SPARC_SIZE32, R_SPARC_SIZE64 and R_SPARC_WDISP10. - Removes a mystery relocation type R_SPARC_GLOB_JMP that does not seem to be defined by any psABI document that I could find. This symbol has been moved to the list of obsolete symbols. - Adds a comment marking a gap in the sequence of relocation type values. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 13:39:46
|
Revision: 4150 http://sourceforge.net/p/elftoolchain/code/4150 Author: jkoshy Date: 2025-02-02 13:39:45 +0000 (Sun, 02 Feb 2025) Log Message: ----------- elfdefinitions: Suppress unwanted M4 macro expansion. POSIX does not specify the behavior of the "shift" M4 macro when the macro is not immediately followed by a left parenthesis. GNU M4 passes through the macro unexpanded, while NetBSD's M4 expands it to an empty string. Adding a level of quotes allows both varieties of M4 to generate identical content. Modified Paths: -------------- trunk/common/sys/elfdefinitions.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 13:14:46
|
Revision: 4149 http://sourceforge.net/p/elftoolchain/code/4149 Author: jkoshy Date: 2025-02-02 13:14:44 +0000 (Sun, 02 Feb 2025) Log Message: ----------- elfconstants: Propagate compatibility information to a generated file. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 trunk/common/sys/elfdefinitions.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-02 12:39:53
|
Revision: 4148 http://sourceforge.net/p/elftoolchain/code/4148 Author: jkoshy Date: 2025-02-02 12:39:52 +0000 (Sun, 02 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change adds tests for known EM_X86_64 relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-01 23:23:13
|
Revision: 4147 http://sourceforge.net/p/elftoolchain/code/4147 Author: jkoshy Date: 2025-02-01 23:23:11 +0000 (Sat, 01 Feb 2025) Log Message: ----------- elfconstants: Update X86_64 relocation types. This change: - Adds new relocation types: R_X86_64_CODE_4_GOTPCRELX, R_X86_64_CODE_4_GOTTPOFF, R_X86_64_CODE_4_GOTPC32_TLSDESC, R_X86_64_CODE_5_GOTPCRELX, R_X86_64_CODE_5_GOTTPOFF, R_X86_64_CODE_5_GOTPC32_TLSDESC, R_X86_64_CODE_6_GOTPCRELX, R_X86_64_CODE_6_GOTTPOFF and R_X86_64_CODE_6_GOTPC32_TLSDESC. - Deprecates relocation types: R_X86_64_GOTPLT64, R_X86_64_PC32_BND, R_X86_64_PLT32_BND. These symbols have been moved to the list of obsolete relocation types. - Adds comments marking ranges of deprecated relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-01 20:31:24
|
Revision: 4146 http://sourceforge.net/p/elftoolchain/code/4146 Author: jkoshy Date: 2025-02-01 20:31:23 +0000 (Sat, 01 Feb 2025) Log Message: ----------- elfdefinitions: Remove a stale comment. Modified Paths: -------------- trunk/common/sys/elfdefinitions.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-01 19:25:12
|
Revision: 4145 http://sourceforge.net/p/elftoolchain/code/4145 Author: jkoshy Date: 2025-02-01 19:25:10 +0000 (Sat, 01 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change adds tests for known EM_VAX relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-01 17:29:56
|
Revision: 4144 http://sourceforge.net/p/elftoolchain/code/4144 Author: jkoshy Date: 2025-02-01 17:29:54 +0000 (Sat, 01 Feb 2025) Log Message: ----------- elfconstants: reference a few psABI definitions. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-01 13:46:02
|
Revision: 4143 http://sourceforge.net/p/elftoolchain/code/4143 Author: jkoshy Date: 2025-02-01 13:46:01 +0000 (Sat, 01 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change adds tests for known EM_S390 relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |