aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/aix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-28 21:32:56 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-28 21:32:56 +0000
commit669ed638144a784bd7fdea2e922ddf5e85a6b2bc (patch)
tree8010af69c272d12d3f96342e34533777a47b2bd6 /sysdeps/unix/sysv/aix
parent7f86dfcce9d628c757cf9ea7787d546fb953b2cc (diff)
downloadglibc-669ed638144a784bd7fdea2e922ddf5e85a6b2bc.tar
glibc-669ed638144a784bd7fdea2e922ddf5e85a6b2bc.tar.gz
glibc-669ed638144a784bd7fdea2e922ddf5e85a6b2bc.tar.bz2
glibc-669ed638144a784bd7fdea2e922ddf5e85a6b2bc.zip
Update.
2002-08-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in string constants. * sysdeps/sparc/sparc32/dl-machine.h: Likewise. * sysdeps/arm/dl-machine.h: Likewise. * sysdeps/cris/dl-machine.h: Likewise. * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise. * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/aix')
-rw-r--r--sysdeps/unix/sysv/aix/gettimeofday.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/aix/gettimeofday.c b/sysdeps/unix/sysv/aix/gettimeofday.c
index a0105ae080..34a92eb391 100644
--- a/sysdeps/unix/sysv/aix/gettimeofday.c
+++ b/sysdeps/unix/sysv/aix/gettimeofday.c
@@ -32,12 +32,12 @@ extern int rtc_upper (void);
extern int rtc_lower (void);
/* Assembler Routines to access the timer registers */
-asm("
-.rtc_upper: mfspr 3,4 # copy RTCU to return register
- blr
-
-.rtc_lower: mfspr 3,5 # copy RTCL to return register
- blr
+asm("\n\
+.rtc_upper: mfspr 3,4 # copy RTCU to return register\n\
+ blr\n\
+\n\
+.rtc_lower: mfspr 3,5 # copy RTCL to return register\n\
+ blr\n\
");
/* Get the current time of day and timezone information,