This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-1156-g0cfe5be


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  0cfe5be58faa2a9a67b1de734f356562c2f26eb6 (commit)
      from  91b2cffa9fd5956b8d949e06196ab4c37a8a7f9a (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=0cfe5be58faa2a9a67b1de734f356562c2f26eb6

commit 0cfe5be58faa2a9a67b1de734f356562c2f26eb6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jan 24 23:22:28 2018 +0000

    Add jmp_buf-macros.h for no-FPU ColdFire.
    
    Continuing the fixes for ColdFire glibc build with
    build-many-glibcs.py, given a GCC patch for the libgcc build failure,
    this patch adds jmp_buf-macros.h for no-FPU ColdFire.  This allows the
    no-FPU build to progress further than without the patch (although
    other fixes are still needed for the build to complete).
    
    	* sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
    	....
    	* sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
    	... here.
    	* sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
    	New file.

diff --git a/ChangeLog b/ChangeLog
index 0028392..cc7a92c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2018-01-24  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
+	....
+	* sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
+	... here.
+	* sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
+	New file.
+
 	* 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
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h b/sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h
rename to sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h b/sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h
new file mode 100644
index 0000000..24fa289
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h
@@ -0,0 +1,6 @@
+#define JMP_BUF_SIZE 192
+#define SIGJMP_BUF_SIZE 192
+#define JMP_BUF_ALIGN 2
+#define SIGJMP_BUF_ALIGN 2
+#define MASK_WAS_SAVED_OFFSET 60
+#define SAVED_MASK_OFFSET 64

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    7 +++++++
 .../linux/m68k/coldfire/{ => fpu}/jmp_buf-macros.h |    0
 .../{sh => m68k/coldfire/nofpu}/jmp_buf-macros.h   |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)
 rename sysdeps/unix/sysv/linux/m68k/coldfire/{ => fpu}/jmp_buf-macros.h (100%)
 copy sysdeps/unix/sysv/linux/{sh => m68k/coldfire/nofpu}/jmp_buf-macros.h (69%)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]