public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* fix a compile error on arm
@ 2004-04-22  7:25 Philip Blundell
  2004-04-22  7:32 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Blundell @ 2004-04-22  7:25 UTC (permalink / raw)
  To: libc-hacker

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

This patch removes INTUSE() from some calls to _dl_signal_error.

Thanks

p.


[-- Attachment #2: intuse.patch --]
[-- Type: text/x-patch, Size: 1240 bytes --]

2004-04-22  Philip Blundell  <philb@gnu.org>

	* sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
	when calling _dl_signal_error.
	(elf_machine_rel): Likewise.

Index: sysdeps/arm/dl-machine.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/arm/dl-machine.h,v
retrieving revision 1.46
diff -u -r1.46 dl-machine.h
--- sysdeps/arm/dl-machine.h	5 Mar 2004 10:21:30 -0000	1.46
+++ sysdeps/arm/dl-machine.h	22 Apr 2004 06:39:24 -0000
@@ -507,9 +505,8 @@
 		 topbits = newvalue & 0xfe000000;
 		 if (topbits != 0xfe000000 && topbits != 0x00000000)
 		   {
-		     INTUSE (_dl_signal_error)
-		       (0, map->l_name, NULL,
-			"R_ARM_PC24 relocation out of range");
+		     _dl_signal_error (0, map->l_name, NULL,
+				       "R_ARM_PC24 relocation out of range");
 		   }
 	       }
 	     newvalue >>= 2;
@@ -588,9 +585,8 @@
 		 topbits = newvalue & 0xfe000000;
 		 if (topbits != 0xfe000000 && topbits != 0x00000000)
 		   {
-		     INTUSE (_dl_signal_error)
-		       (0, map->l_name, NULL,
-			"R_ARM_PC24 relocation out of range");
+		     _dl_signal_error (0, map->l_name, NULL,
+				       "R_ARM_PC24 relocation out of range");
 		   }
 	       }
 	     newvalue >>= 2;

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

* Re: fix a compile error on arm
  2004-04-22  7:25 fix a compile error on arm Philip Blundell
@ 2004-04-22  7:32 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-04-22  7:32 UTC (permalink / raw)
  To: Philip Blundell; +Cc: libc-hacker

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

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

end of thread, other threads:[~2004-04-22  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-22  7:25 fix a compile error on arm Philip Blundell
2004-04-22  7:32 ` 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).