summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-04-11 18:36:30 +0200
committerUlf Hermann <[email protected]>2017-05-08 09:49:55 +0000
commitf2ef0e643716b480a8b4b4080680d0d95bede6f2 (patch)
tree32d2fc1ddaddfe7b323efa14a2b90188d88f739a /lib/ChangeLog
parent14192f5767b3388d9f6a1cdc8cadfb047b7a1f6a (diff)
Drop the trickery in printversion.h
The mechanism of moving argp_program_version_hook and argp_program_bug_address to .rodata is not portable and two pointers per program are not worth the effort to make it portable. Revert the pointers to be non-const. Change-Id: Iea458a5927cf31c72d972bc014229eb62fe2a5a5 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 59939bd1..0433f023 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2017-05-04 Ulf Hermann <[email protected]>
+ * printversion.h: Define ARGP_PROGRAM_VERSION_HOOK_DEF and
+ ARGP_BUG_ADDRESS_DEF to be non-const and drop the asm tricks.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
* system.h: Define FILE_SYSTEM_PREFIX_LEN, ISDIRSEP, DIRSEP, PATHSEP,
and IS_ABSOLUTE_PATH to help with handling file system paths.