summaryrefslogtreecommitdiff
path: root/glibc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-03-06 22:04:01 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-06 22:04:01 +0100
commitf8ed211a4da23edf469089254b3dace9479bf11f (patch)
treec98b9831dd6f48ae96017a9b9a6e5d59f4f1c7f5 /glibc
parent03fe52eebbcce37f30d67259f748cc7efd22ef72 (diff)
parent12c341b917921eb631026ec44a284c4d884e5de6 (diff)
Merge remote-tracking branch 'fp/master'
Conflicts: open_issues/gcc/pie.mdwn open_issues/glibc.mdwn
Diffstat (limited to 'glibc')
-rw-r--r--glibc/debugging.mdwn5
-rw-r--r--glibc/debugging/ld_so_console.mdwn3
2 files changed, 6 insertions, 2 deletions
diff --git a/glibc/debugging.mdwn b/glibc/debugging.mdwn
index 6b035c12..00ba69bf 100644
--- a/glibc/debugging.mdwn
+++ b/glibc/debugging.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -8,4 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
+(!) See also [[/hurd/debugging/glibc]].
+
* [[ld_so_console]]
+ * [[microkernel/mach/gnumach/interface/syscall/mach_print]] sycall
diff --git a/glibc/debugging/ld_so_console.mdwn b/glibc/debugging/ld_so_console.mdwn
index b3d1762f..286fcd64 100644
--- a/glibc/debugging/ld_so_console.mdwn
+++ b/glibc/debugging/ld_so_console.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -15,6 +15,7 @@ example, there's a private `__libc_write`, which you should be able to use for
writing to FD stderr -- but, at early `ld.so` startup, this isn't usable as
`_hurd_init_dtable` is still all zeros, etc. To get you started, here is a
simple [[dl-sysdep.c.patch]] to get access to the Mach console.
+[[!message-id desc="Original submission" "87y5vrpnvi.fsf@gnu.org"]].
Can this be integrated with the other debugging printf functions from
`elf/dl-misc.c` (`_dl_debug_vdprintf`) ([[!taglink open_issue_glibc]])?