summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg17
1 files changed, 5 insertions, 12 deletions
diff --git a/.topmsg b/.topmsg
index 6669004..d2d5b17 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,14 +1,7 @@
-Subject: Baseline for our topic branches.
+Subject: [PATCH] Fix inline usage for recent GCC versions.
----
+From: Thomas Schwinge <thomas@schwinge.name>
-This need not strictly be a TopGit branch, but it is for easy synchronization
-between different machines.
-
-As the baseline is merged into the topic branches, it is forward-only.
-
-To advance it:
-
- $ echo [SHA1] > .topdeps
- $ git commit -m Advance. -- .topdeps
- $ tg update
+* sysdeps/l4/hurd/pt-sysdep.h (_pthread_self, __pthread_stack_dealloc): Use
+static inline instead of extern inline.
+* sysdeps/mach/hurd/pt-sysdep.h (__pthread_stack_dealloc): Likewise.