From e26dd47ff77ef693b380dc8cf8ddf46d5ea23421 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Jun 2000 16:39:34 +0000 Subject: Update. 2000-06-14 Kazumoto Kojima * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward compatibility. * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise. * sysdeps/sh/sh4/fpu/fesetenv.c: Likewise. * sysdeps/sh/sh4/fpu/fraiseexcpt.c: Likewise. * sysdeps/sh/sh4/fpu/fsetexcptflg.c: Likewise. 2000-06-14 Jakub Jelinek * include/libc-symbols.h (link_warning): If HAVE_SECTION_QUOTES is defined, terminate quotes and read them after the comment char. * configure.in (HAVE_SECTION_QUOTES): Test whether __attribute__((section ("x"))) puts quotes around x or not. * config.h.in (HAVE_SECTION_QUOTES): Add. * configure: Rebuilt. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index bfd1888b0b..20ac62532f 100644 --- a/config.h.in +++ b/config.h.in @@ -21,6 +21,9 @@ /* Define if not using ELF, but `.init' and `.fini' sections are available. */ #undef HAVE_INITFINI +/* Define if __attribute__((section("foo"))) puts quotes around foo. */ +#undef HAVE_SECTION_QUOTES + /* Define if using the GNU assembler, gas. */ #undef HAVE_GNU_AS -- cgit 1.4.1