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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

A patch for SH


Hi,

Here is a trivial patch for SH.

	kaz
--
2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.

Index: sysdep.S
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sh/sysdep.S,v
retrieving revision 1.2
diff -u -r1.2 sysdep.S
--- sysdep.S	2001/07/06 04:56:20	1.2
+++ sysdep.S	2001/08/20 03:10:08
@@ -21,6 +21,7 @@
 /* We define errno here, to be consistent with Linux/i386.  */
 
 	.section .bss
+	.align 2
 	.globl C_SYMBOL_NAME(errno)
 	.type C_SYMBOL_NAME(errno), @object
 	.size C_SYMBOL_NAME(errno), 4


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