From c3f6501060987d967a28495b009cd0da9da25252 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 24 Jan 2006 16:59:55 +0000 Subject: - use keywords __asm__ and __inline__ c99. --- ldso/ldso/x86_64/dl-startup.h | 2 +- ldso/ldso/x86_64/dl-sysdep.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/ldso/x86_64') diff --git a/ldso/ldso/x86_64/dl-startup.h b/ldso/ldso/x86_64/dl-startup.h index d58da554b..c9a0aac7a 100644 --- a/ldso/ldso/x86_64/dl-startup.h +++ b/ldso/ldso/x86_64/dl-startup.h @@ -6,7 +6,7 @@ * * Parts taken from glibc/sysdeps/x86_64/dl-machine.h */ -asm( +__asm__ ( " .text\n" " .align 16\n" " .global _start\n" diff --git a/ldso/ldso/x86_64/dl-sysdep.h b/ldso/ldso/x86_64/dl-sysdep.h index ae12deb0d..9e2aff14f 100644 --- a/ldso/ldso/x86_64/dl-sysdep.h +++ b/ldso/ldso/x86_64/dl-sysdep.h @@ -90,7 +90,7 @@ elf_machine_load_address (void) and compare it with the current value that we can get via an RIP relative addressing mode. */ - asm ("movq 1f(%%rip), %1\n" + __asm__ ("movq 1f(%%rip), %1\n" "0:\tleaq _dl_start(%%rip), %0\n\t" "subq %1, %0\n\t" ".section\t.data\n" -- cgit v1.2.3