GNU C Library master sources branch master updated. glibc-2.26.9000-1155-g91b2cff
jsm28@sourceware.org
jsm28@sourceware.org
Wed Jan 24 22:27:00 GMT 2018
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 "GNU C Library master sources".
The branch, master has been updated
via 91b2cffa9fd5956b8d949e06196ab4c37a8a7f9a (commit)
from c739e191d0697e29110d4eb446e537ff336324c6 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=91b2cffa9fd5956b8d949e06196ab4c37a8a7f9a
commit 91b2cffa9fd5956b8d949e06196ab4c37a8a7f9a
Author: Joseph Myers <joseph@codesourcery.com>
Date: Wed Jan 24 22:26:24 2018 +0000
Add jmp_buf-macros.h for ColdFire.
This patch adds a jmp_buf-macros.h for ColdFire. In conjunction with
a GCC patch to fix the libgcc build failure for ColdFire
<https://gcc.gnu.org/ml/gcc-patches/2018-01/msg02064.html> this
suffices to restore the build (tested with build-many-glibcs.py). A
further patch will be needed for soft-float ColdFire (while the
function-calling ABI is the same for hard-float and soft-float
ColdFire, it turns out the glibc ABI is not - so another ColdFire
variant will be needed in build-many-glibcs.py), but I'll deal with
that separately.
Tested with build-many-glibcs.py (m68k-linux-gnu and
m68k-linux-gnu-coldfire). (There's a localplt test failure for
coldfire; that's the only failure in the compilation part of the
testsuite.)
* sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to ....
* sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here.
* sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New
file.
diff --git a/ChangeLog b/ChangeLog
index 0f5f959..0028392 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-24 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to ....
+ * sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here.
+ * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New
+ file.
+
2018-01-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
[BZ #22742]
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h b/sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h
new file mode 100644
index 0000000..9b25281
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h
@@ -0,0 +1,6 @@
+#define JMP_BUF_SIZE 256
+#define SIGJMP_BUF_SIZE 256
+#define JMP_BUF_ALIGN 2
+#define SIGJMP_BUF_ALIGN 2
+#define MASK_WAS_SAVED_OFFSET 124
+#define SAVED_MASK_OFFSET 128
diff --git a/sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h b/sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h
rename to sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
.../unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h | 6 ++++++
.../sysv/linux/m68k/{ => m680x0}/jmp_buf-macros.h | 0
3 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h
rename sysdeps/unix/sysv/linux/m68k/{ => m680x0}/jmp_buf-macros.h (100%)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list