[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6627 - in glibc-package/branches/glibc-2.22/debian: . patches/hurd-i386



Author: sthibault
Date: 2015-10-08 07:21:04 +0000 (Thu, 08 Oct 2015)
New Revision: 6627

Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/libc0.3.symbols.hurd-i386
   glibc-package/branches/glibc-2.22/debian/patches/hurd-i386/unsubmitted-gnumach.defs.diff
Log:
backport r6626 from 2.21

  * patches/hurd-i386/unsubmitted-gnumach.defs.diff: Also build
    task_notify.defs stubs.  Drop unneeded change.
  * libc0.3.symbols.hurd-i386: Update.


Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog	2015-10-08 07:20:18 UTC (rev 6626)
+++ glibc-package/branches/glibc-2.22/debian/changelog	2015-10-08 07:21:04 UTC (rev 6627)
@@ -80,6 +80,9 @@
     including the former, since the latter is what gets installed.
   * patches/hurd-i386/cvs-cache-mach_host_self.diff: New patch to avoid port
     count issue on the host port.
+  * patches/hurd-i386/unsubmitted-gnumach.defs.diff: Also build
+    task_notify.defs stubs.  Drop unneeded change.
+  * libc0.3.symbols.hurd-i386: Update.
 
   [ Aurelien Jarno ]
   * rules.d/debhelper.mk: replace GLIBC_VERSION before LIBC.  Closes:

Modified: glibc-package/branches/glibc-2.22/debian/libc0.3.symbols.hurd-i386
===================================================================
--- glibc-package/branches/glibc-2.22/debian/libc0.3.symbols.hurd-i386	2015-10-08 07:20:18 UTC (rev 6626)
+++ glibc-package/branches/glibc-2.22/debian/libc0.3.symbols.hurd-i386	2015-10-08 07:21:04 UTC (rev 6627)
@@ -822,6 +822,7 @@
  __i386_io_perm_modify@Base 2.11
  __i386_set_gdt@Base 2.11
  __i386_set_ldt@Base 2.11
+ __mach_notify_new_task@Base 2.21
  __mach_port_allocate_name_rpc@Base 2.11
  __mach_port_allocate_rpc@Base 2.11
  __mach_port_clear_protected_payload@Base 2.19-14~
@@ -977,6 +978,7 @@
  i386_io_perm_modify@Base 2.11
  i386_set_gdt@Base 2.11
  i386_set_ldt@Base 2.11
+ mach_notify_new_task@Base 2.21
  mach_port_allocate_name_rpc@Base 2.11
  mach_port_allocate_rpc@Base 2.11
  mach_port_clear_protected_payload@Base 2.19-14~

Modified: glibc-package/branches/glibc-2.22/debian/patches/hurd-i386/unsubmitted-gnumach.defs.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/hurd-i386/unsubmitted-gnumach.defs.diff	2015-10-08 07:20:18 UTC (rev 6626)
+++ glibc-package/branches/glibc-2.22/debian/patches/hurd-i386/unsubmitted-gnumach.defs.diff	2015-10-08 07:21:04 UTC (rev 6627)
@@ -1,16 +1,5 @@
-Build stubs for new gnumach.defs
+Build stubs for new task_notify.defs and gnumach.defs
 
---- a/mach/Makefile
-+++ b/mach/Makefile
-@@ -111,7 +111,7 @@ ifndef mach-shortcuts
- # $(mach-shortcuts) will be set, and that will change how
- # mach_interface.defs is processed: it will get the -D flags below.
- user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \
--				mach/mach_port mach/mach_host mach/mach4 \
-+				mach/mach_port mach/mach_host mach/mach4 mach/gnumach \
- 				device/device_request,\
- 				$(user-interfaces))
- endif
 --- a/sysdeps/mach/configure
 +++ b/sysdeps/mach/configure
 @@ -277,7 +277,7 @@ if test $libc_cv_mach_task_creation_time
@@ -18,7 +7,7 @@
  
  mach_interface_list=
 -for ifc in mach mach4 \
-+for ifc in mach mach4 gnumach \
++for ifc in mach mach4 task_notify gnumach \
  	   clock clock_priv host_priv host_security ledger lock_set \
  	   processor processor_set task thread_act vm_map \
  	   memory_object memory_object_default default_pager \
@@ -29,7 +18,7 @@
  dnl
  mach_interface_list=
 -for ifc in mach mach4 \
-+for ifc in mach mach4 gnumach \
++for ifc in mach mach4 task_notify gnumach \
  	   clock clock_priv host_priv host_security ledger lock_set \
  	   processor processor_set task thread_act vm_map \
  	   memory_object memory_object_default default_pager \


Reply to: