From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13623 invoked by alias); 8 Mar 2006 18:45:10 -0000 Received: (qmail 13607 invoked by uid 22791); 8 Mar 2006 18:45:10 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 08 Mar 2006 18:45:07 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 2224E1D757 for ; Wed, 8 Mar 2006 19:45:00 +0100 (CET) From: Andreas Schwab To: libc-hacker@sourceware.org Subject: Fix missing newline in DL_SYSINFO_IMPLEMENTATION X-Yow: I've got to get these SNACK CAKES to NEWARK by DAWN!! Date: Wed, 08 Mar 2006 18:45:00 -0000 Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00032.txt.bz2 This fixes a missing newline in the assembler output. Andreas. 2006-03-08 Andreas Schwab * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_SYSINFO_IMPLEMENTATION): Add missing newline. --- nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h.~1.2.~ 2004-02-23 15:48:06.000000000 +0100 +++ nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h 2006-03-08 19:42:07.000000000 +0100 @@ -1,5 +1,5 @@ /* System-specific settings for dynamic linker code. IA-64 version. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -57,7 +57,7 @@ extern int _dl_sysinfo_break attribute_h ".body\n\t" \ "break 0x100000;\n\t" \ "br.ret.sptk.many b6;\n\t" \ - ".endp _dl_sysinfo_break" \ + ".endp _dl_sysinfo_break\n\t" \ ".previous"); #endif -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."