public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] PPC64 dl-machine.c change to use GLRO
@ 2004-03-08 17:21 Steve Munroe
  2004-03-08 18:39 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Munroe @ 2004-03-08 17:21 UTC (permalink / raw)
  To: libc-hacker, Andreas Jaeger

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

Found this builf break in this morning cvs. Need to change INTUSE to 
GLRO for dl-machine.c

[-- Attachment #2: ppc64-dl-machine-20040308.txt --]
[-- Type: text/plain, Size: 657 bytes --]

2004-03-08  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/dl-machine.c(_dl_reloc_overflow): Replace
	INTUSE with GLRO.

diff -urN libc23-cvstip-20040308/sysdeps/powerpc/powerpc64/dl-machine.c libc23/sysdeps/powerpc/powerpc64/dl-machine.c
--- libc23-cvstip-20040308/sysdeps/powerpc/powerpc64/dl-machine.c	2003-05-15 23:20:52.000000000 -0500
+++ libc23/sysdeps/powerpc/powerpc64/dl-machine.c	2004-03-08 10:22:46.000000000 -0600
@@ -44,5 +44,5 @@
       t = stpcpy (t, "'");
     }
   t = stpcpy (t, " out of range");
-  INTUSE (_dl_signal_error) (0, map->l_name, NULL, buffer);
+  GLRO(dl_signal_error) (0, map->l_name, NULL, buffer);
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-08 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-08 17:21 [PATCH] PPC64 dl-machine.c change to use GLRO Steve Munroe
2004-03-08 18:39 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).