From b67e9372b28ef339581b724c32acf7cf0977001f Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Thu, 2 Aug 2012 21:04:29 +0200 Subject: Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. --- sysdeps/i386/strtok.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/i386/strtok.S') diff --git a/sysdeps/i386/strtok.S b/sysdeps/i386/strtok.S index e936fc19f1..3b222aff3d 100644 --- a/sysdeps/i386/strtok.S +++ b/sysdeps/i386/strtok.S @@ -1,6 +1,6 @@ /* strtok (str, delim) -- Return next DELIM separated token from STR. For Intel 80x86, x>=3. - Copyright (C) 1996-1998,2000,2001,2005,2006 Free Software Foundation, Inc. + Copyright (C) 1996-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -43,7 +43,7 @@ #else .bss .local save_ptr - ASM_TYPE_DIRECTIVE (save_ptr, @object) + .type save_ptr, @object .size save_ptr, 4 save_ptr: # if __BOUNDED_POINTERS__ -- cgit 1.4.1