This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Don't include asm/page.h in arm ioperm.c


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Kernel 2.6.25 does not export asm/page.h. This leads to this problem in
glibc for arm compilation. The attached patch fixes it.

OK?

- --

- -Khem

ChangeLog.arm

2008-04-08 Khem Raj <kraj@mvista.com>

~       * sysdeps/unix/sysv/linux/arm/ioperm.c: Don't include asm/page.h.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH+ybJUjbQJxVzeZQRAnBMAJ0XoKN92B1SCuTVn0EweQ2eLO0DqwCcDdIk
LB3kupln+X95d2cvBnMKhQA=
=6uJ1
-----END PGP SIGNATURE-----
Index: gas/doc/c-arm.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arm.texi,v
retrieving revision 1.49
diff -u -r1.49 c-arm.texi
--- gas/doc/c-arm.texi	9 Mar 2008 15:20:31 -0000	1.49
+++ gas/doc/c-arm.texi	7 Apr 2008 21:29:02 -0000
@@ -499,11 +499,11 @@
 This is a synonym for .ltorg.
 
 @cindex @code{.fnstart} directive, ARM
-@item .unwind_fnstart
+@item .fnstart
 Marks the start of a function with an unwind table entry.
 
 @cindex @code{.fnend} directive, ARM
-@item .unwind_fnend
+@item .fnend
 Marks the end of a function with an unwind table entry.  The unwind index
 table entry is created when this directive is processed.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]