public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED PATCH] ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition
@ 2012-08-08 21:27 Roland McGrath
  0 siblings, 0 replies; only message in thread
From: Roland McGrath @ 2012-08-08 21:27 UTC (permalink / raw)
  To: libc-ports

My change to split CLEAR_CACHE out of sysdeps/arm/dl-machine.h actually
broke the build.  Sorry about that.  Apparently nobody else has been
testing the ARM build lately either.

Committed as obvious.


Thanks,
Roland


ports/ChangeLog.arm
	* sysdeps/unix/sysv/linux/arm/dl-machine.h: Move #include outside of
	[!dl_machine_h].

diff --git a/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h b/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
index 7c96cb7..68e8be9 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
+++ b/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
@@ -22,7 +22,9 @@
 #define CLEAR_CACHE(BEG,END)                                            \
   INTERNAL_SYSCALL_ARM (cacheflush, , 3, (BEG), (END), 0)
 
-/* The rest is just machine-specific.  */
-#include <sysdeps/arm/dl-machine.h>
-
 #endif
+
+/* The rest is just machine-specific.
+   This #include is outside the #ifndef because the parts of
+   dl-machine.h used only by dynamic-link.h are outside the guard.  */
+#include <sysdeps/arm/dl-machine.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-08 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-08 21:27 [COMMITTED PATCH] ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition Roland McGrath

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).