From fe681416b10ee144dc0cf7857403de619bb77033 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Apr 2004 21:29:01 +0000 Subject: Use HIDDEN_JUMPTARGET for strlen and strcpy calls. --- sysdeps/ia64/strcat.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/ia64') diff --git a/sysdeps/ia64/strcat.S b/sysdeps/ia64/strcat.S index dd2c6b8a40..8b4999e534 100644 --- a/sysdeps/ia64/strcat.S +++ b/sysdeps/ia64/strcat.S @@ -1,6 +1,6 @@ -/* IA-64 assembly version of the standard strcat() function. +/* IA-64 assembly version of the standard strcat() function. This file is part of the GNU C Library. - Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. Contributed by Dan Pop . The GNU C Library is free software; you can redistribute it and/or @@ -49,11 +49,11 @@ ENTRY(strcat) .body mov out0 = dest mov tmp = gp ;; - br.call.sptk.many b0 = strlen# ;; // rc = strlen(dest); + br.call.sptk.many b0 = HIDDEN_JUMPTARGET(strlen)# ;; // rc = strlen(dest); mov gp = tmp add out0 = dest, rc mov out1 = src - br.call.sptk.many b0 = strcpy# ;; // strcpy(dest + strlen(dest), src) + br.call.sptk.many b0 = HIDDEN_JUMPTARGET(strcpy)# ;; // strcpy(dest + strlen(dest), src) mov gp = tmp mov rc = dest mov b0 = save_b0 -- cgit 1.4.1