public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix missing newline in DL_SYSINFO_IMPLEMENTATION
@ 2006-03-08 18:45 Andreas Schwab
  2006-03-08 19:56 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2006-03-08 18:45 UTC (permalink / raw)
  To: libc-hacker

This fixes a missing newline in the assembler output.

Andreas.

2006-03-08  Andreas Schwab  <schwab@suse.de>

	* 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."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix missing newline in DL_SYSINFO_IMPLEMENTATION
  2006-03-08 18:45 Fix missing newline in DL_SYSINFO_IMPLEMENTATION Andreas Schwab
@ 2006-03-08 19:56 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2006-03-08 19:56 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

[-- Attachment #1: Type: text/plain, Size: 101 bytes --]

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-08 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-08 18:45 Fix missing newline in DL_SYSINFO_IMPLEMENTATION Andreas Schwab
2006-03-08 19:56 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).