This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-547-gf0b8ce0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f0b8ce0c73a9871c3f90c575c0c8f8c1048371e3 (commit)
      from  60457d8a2536799592f0bf8b86e6c8c9956f28d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f0b8ce0c73a9871c3f90c575c0c8f8c1048371e3

commit f0b8ce0c73a9871c3f90c575c0c8f8c1048371e3
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Mon Oct 29 22:05:36 2012 -0400

    Fix trailing whitespace.

diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index c77eb6b..62f4147 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,3 +1,7 @@
+2012-10-29  Carlos O'Donell  <carlos@systemhalted.org>
+
+	* sysdeps/unix/sysv/linux/hppa/sysdep.h: Remove trailing whitespace.
+
 2012-10-26  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Remove all
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h b/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h
index 83dd599..9ef8b50 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h
+++ b/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h
@@ -1,6 +1,5 @@
 /* Assembler macros for PA-RISC.
-   Copyright (C) 1999, 2001, 2002, 2003, 2007 
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper, <drepper@cygnus.com>, August 1999.
    Linux/PA-RISC changes by Philipp Rumpf, <prumpf@tux.org>, March 2000.
@@ -29,13 +28,13 @@
 #endif
 
 #undef ASM_LINE_SEP
-#define ASM_LINE_SEP ! 
+#define ASM_LINE_SEP !
 
 #undef SYS_ify
 #define SYS_ify(syscall_name)	(__NR_##syscall_name)
 
-/* WARNING: TREG must be a callee saves register so 
-   that it doesn't have to be restored after a call 
+/* WARNING: TREG must be a callee saves register so
+   that it doesn't have to be restored after a call
    to another function */
 #ifdef PIC
 # define TREG %r3
@@ -53,7 +52,7 @@
 # define SAVE_PIC(SREG) nop ASM_LINE_SEP
 # define LOAD_PIC(LREG) nop ASM_LINE_SEP
 /* Inline assembly defines */
-# define TREG_ASM 
+# define TREG_ASM
 # define SAVE_ASM_PIC	"nop \n"
 # define LOAD_ASM_PIC	"nop \n"
 # define CLOB_TREG
@@ -155,8 +154,8 @@
 	.PROCEND					ASM_LINE_SEP	\
 .size	C_SYMBOL_NAME(name), .-C_SYMBOL_NAME(name)	ASM_LINE_SEP
 
-/* If compiled for profiling, call `mcount' at the start 
-   of each function. No, don't bother.  gcc will put the 
+/* If compiled for profiling, call `mcount' at the start
+   of each function. No, don't bother.  gcc will put the
    call in for us.  */
 #define CALL_MCOUNT		/* Do nothing.  */
 
@@ -386,13 +385,13 @@ L(pre_end):					ASM_LINE_SEP	\
 /* INTERNAL_SYSCALL_DECL - Allows us to setup some function static
    value to use within the context of the syscall
    INTERNAL_SYSCALL_ERROR_P - Returns 0 if it wasn't an error, 1 otherwise
-   You are allowed to use the syscall result (val) and the DECL error 
+   You are allowed to use the syscall result (val) and the DECL error
    variable to determine what went wrong.
    INTERLAL_SYSCALL_ERRNO - Munges the val/err pair into the error number.
    In our case we just flip the sign. */
 
 #undef INTERNAL_SYSCALL_DECL
-#define INTERNAL_SYSCALL_DECL(err) 
+#define INTERNAL_SYSCALL_DECL(err)
 
 #undef INTERNAL_SYSCALL_ERROR_P
 #define INTERNAL_SYSCALL_ERROR_P(val, err) \

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.hppa                        |    4 ++++
 ports/sysdeps/unix/sysv/linux/hppa/sysdep.h |   19 +++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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