]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.
authorUlrich Drepper <drepper@redhat.com>
Sat, 5 Nov 2005 21:52:08 +0000 (21:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 5 Nov 2005 21:52:08 +0000 (21:52 +0000)
ChangeLog
config.h.in

index 956a7467dc854f67e681140a18a292e4a1c7f5c1..8db0f1bb8436c890b7a170dfb262cb708f28a084 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
 
        * configure.in: Remove test for support for subtracting local labels.
+       * config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.
        * stdio-common/vfprintf.c: Remove test of
        HAVE_SUBTRACT_LOCAL_LABELS.
 
index 261ee73f04ddcca971864e21c0203b8dfc728a50..f97a3ea02bb758b41072c70ac217371e7ea19713 100644 (file)
 /* Override abi-tags ABI version if necessary.  */
 #undef  __ABI_TAG_VERSION
 
-/* An extension in gcc 2.96 and up allows the subtraction of two
-   local labels.  */
-#undef HAVE_SUBTRACT_LOCAL_LABELS
-
 /* bash 2.0 introduced the _XXX_GNU_nonoption_argv_flags_ variable to help
    getopt determine whether a parameter is a flag or not.  This features
    was disabled later since it caused trouble.  We are by default therefore