Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/zlib/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1 2003-02-05  Release Manager
    2 
    3         * GCC 3.2.2 Released.
    4 
    5 2002-11-19  Release Manager
    6 
    7         * GCC 3.2.1 Released.
    8 
    9 2002-11-19  Release Manager
    10 
    11         * GCC 3.2.1 Released.
    12 
    13 2002-11-18  Release Manager
    14 
    15         * GCC 3.2.1 Released.
    16 
    17 2002-10-07  Kaveh R. Ghazi  <[email protected]>
    18 
    19         * Makefile.am (all-multi): Fix multilib parallel build.
    20 
    21 2002-08-14  Release Manager
    22 
    23         * GCC 3.2 Released.
    24 
    25 2002-07-25  Release Manager
    26 
    27         * GCC 3.1.1 Released.
    28 
    29 2002-05-14  Release Manager
    30 
    31         * GCC 3.1 Released.
    32 
    33 2002-05-14  Release Manager
    34 
    35         * GCC 3.1 Released.
    36 
    37 2002-05-08  Alexandre Oliva  <[email protected]>
    38 
    39         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
    40         script entry, and set LD to it when configuring multilibs.
    41         * configure: Rebuilt.
    42 
    43 2001-06-09  Alexandre Oliva  <[email protected]>, Stephen L Moshier  <[email protected]>
    44 
    45         * configure.in (AC_EXEEXT): Work around in case it expands to
    46         nothing, as in autoconf 2.50.
    47         * configure: Rebuilt.
     12004-02-14  Release Manager
     2
     3        * GCC 3.3.3 Released.
     4
     52003-10-16  Release Manager
     6
     7        * GCC 3.3.2 Released.
     8
     92003-08-04  Release Manager
     10
     11        * GCC 3.3.1 Released.
     12
     132003-08-04  Release Manager
     14
     15        * GCC 3.3.1 Released.
     16
     172003-05-13  Release Manager
     18
     19        * GCC 3.3 Released.
     20
     212003-05-13  Release Manager
     22
     23        * GCC 3.3 Released.
     24
     252003-05-13  Release Manager
     26
     27        * GCC 3.3 Released.
    4828
    4929
     
    274254- added makelcc.bat for lcc-win32 (Tom St Denis)
    275255- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
    276 - Avoid expanded $Id: ChangeLog,v 1.2.16.5.2.6 2003/02/05 03:01:28 gdr Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
     256- Avoid expanded $Id: ChangeLog,v 1. gdr Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
    277257- check for unistd.h in configure (for off_t)
    278258- remove useless check parameter in inflate_blocks_free
  • branches/GNU/src/gcc/zlib/ChangeLog.gcj

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
    1212003-01-27  Alexandre Oliva  <[email protected]>
    222
     
    525        * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
    626        * Makefile.in, configure: Rebuilt.
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
    744
    8452002-03-17  Bryce McKinlay  <[email protected]>
     
    2057        * configure, Makefile.in: Rebuilt.
    2158        * configure.in: Set mkinstalldirs, for in-tree build.
     59
     60
     61
     62
     63
     64
    2265
    23662001-05-13  Alexandre Oliva  <[email protected]>
  • branches/GNU/src/gcc/zlib/README

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
     1
     2
     3
    14zlib 1.1.4 is a general purpose data compression library.  All the code
    25is thread safe.  The data format used by the zlib library
  • branches/GNU/src/gcc/zlib/adler32.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: adler32.c,v 1.1.26.1 2002/03/11 22:18:17 tromey Exp $ */
     6/* @(#) $Id: adler32.c,v 1. tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/compress.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: compress.c,v 1.1.26.1 2002/03/11 22:18:17 tromey Exp $ */
     6/* @(#) $Id: compress.c,v 1. tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    699699
    700700# This works around an automake problem.
    701 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
     701mkinstalldirs="`cd $ac_aux_dir && `/mkinstalldirs"
    702702
    703703
     
    15431543
    15441544hpux10.20*|hpux11*)
    1545   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
    1546   lt_cv_file_magic_cmd=/usr/bin/file
    1547   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1545  case $host_cpu in
     1546  hppa*)
     1547    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1548    lt_cv_file_magic_cmd=/usr/bin/file
     1549    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1550    ;;
     1551  ia64*)
     1552    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1553    lt_cv_file_magic_cmd=/usr/bin/file
     1554    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1555    ;;
     1556  esac
    15481557  ;;
    15491558
     
    16351644
    16361645echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1637 echo "configure:1638: checking for object suffix" >&5
     1646echo "configure:16: checking for object suffix" >&5
    16381647if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    16391648  echo $ac_n "(cached) $ac_c" 1>&6
     
    16411650  rm -f conftest*
    16421651echo 'int i = 1;' > conftest.$ac_ext
    1643 if { (eval echo configure:1644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1652if { (eval echo configure:16: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16441653  for ac_file in conftest.*; do
    16451654    case $ac_file in
     
    16711680  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    16721681    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1673 echo "configure:1674: checking for ${ac_tool_prefix}file" >&5
     1682echo "configure:16: checking for ${ac_tool_prefix}file" >&5
    16741683if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    16751684  echo $ac_n "(cached) $ac_c" 1>&6
     
    17331742  if test -n "$ac_tool_prefix"; then
    17341743    echo $ac_n "checking for file""... $ac_c" 1>&6
    1735 echo "configure:1736: checking for file" >&5
     1744echo "configure:17: checking for file" >&5
    17361745if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17371746  echo $ac_n "(cached) $ac_c" 1>&6
     
    18041813set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18051814echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1806 echo "configure:1807: checking for $ac_word" >&5
     1815echo "configure:18: checking for $ac_word" >&5
    18071816if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18081817  echo $ac_n "(cached) $ac_c" 1>&6
     
    18361845set dummy ranlib; ac_word=$2
    18371846echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1838 echo "configure:1839: checking for $ac_word" >&5
     1847echo "configure:18: checking for $ac_word" >&5
    18391848if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18401849  echo $ac_n "(cached) $ac_c" 1>&6
     
    18711880set dummy ${ac_tool_prefix}strip; ac_word=$2
    18721881echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1873 echo "configure:1874: checking for $ac_word" >&5
     1882echo "configure:18: checking for $ac_word" >&5
    18741883if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18751884  echo $ac_n "(cached) $ac_c" 1>&6
     
    19031912set dummy strip; ac_word=$2
    19041913echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1905 echo "configure:1906: checking for $ac_word" >&5
     1914echo "configure:19: checking for $ac_word" >&5
    19061915if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19071916  echo $ac_n "(cached) $ac_c" 1>&6
     
    19701979*-*-irix6*)
    19711980  # Find out which ABI we are using.
    1972   echo '#line 1973 "configure"' > conftest.$ac_ext
    1973   if { (eval echo configure:1974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1981  echo '#line 1982 "configure"' > conftest.$ac_ext
     1982  if { (eval echo configure:1983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1983   if test "$lt_cv_prog_gnu_ld" = yes; then
     1984    case `/usr/bin/file conftest.$ac_objext` in
     1985    *32-bit*)
     1986      LD="${LD-ld} -melf32bsmip"
     1987      ;;
     1988    *N32*)
     1989      LD="${LD-ld} -melf32bmipn32"
     1990      ;;
     1991    *64-bit*)
     1992      LD="${LD-ld} -melf64bmip"
     1993      ;;
     1994    esac
     1995   else
    19741996    case `/usr/bin/file conftest.$ac_objext` in
    19751997    *32-bit*)
     
    19832005      ;;
    19842006    esac
     2007
     2008
     2009
     2010
     2011
     2012
     2013
     2014
     2015
     2016
     2017
     2018
     2019
     2020
     2021
     2022
     2023
     2024
     2025
     2026
     2027
     2028
     2029
     2030
     2031
     2032
     2033
     2034
     2035
     2036
     2037
     2038
     2039
     2040
     2041
     2042
     2043
     2044
     2045
     2046
     2047
     2048
     2049
     2050
     2051
     2052
     2053
     2054
     2055
     2056
     2057
     2058
     2059
     2060
     2061
     2062
     2063
     2064
     2065
    19852066  fi
    19862067  rm -rf conftest*
     
    19922073  CFLAGS="$CFLAGS -belf"
    19932074  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1994 echo "configure:1995: checking whether the C compiler needs -belf" >&5
     2075echo "configure:: checking whether the C compiler needs -belf" >&5
    19952076if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    19962077  echo $ac_n "(cached) $ac_c" 1>&6
     
    20052086
    20062087     cat > conftest.$ac_ext <<EOF
    2007 #line 2008 "configure"
     2088#line 20 "configure"
    20082089#include "confdefs.h"
    20092090
     
    20122093; return 0; }
    20132094EOF
    2014 if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2095if { (eval echo configure:20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20152096  rm -rf conftest*
    20162097  lt_cv_cc_needs_belf=yes
     
    21382219# thereby make the resulting definitions conditional.
    21392220echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2140 echo "configure:2141: checking how to run the C preprocessor" >&5
     2221echo "configure:2: checking how to run the C preprocessor" >&5
    21412222# On Suns, sometimes $CPP names a directory.
    21422223if test -n "$CPP" && test -d "$CPP"; then
     
    21532234  # not just through cpp.
    21542235  cat > conftest.$ac_ext <<EOF
    2155 #line 2156 "configure"
     2236#line 2 "configure"
    21562237#include "confdefs.h"
    21572238#include <assert.h>
     
    21592240EOF
    21602241ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2161 { (eval echo configure:2162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2242{ (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21622243ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21632244if test -z "$ac_err"; then
     
    21702251  CPP="${CC-cc} -E -traditional-cpp"
    21712252  cat > conftest.$ac_ext <<EOF
    2172 #line 2173 "configure"
     2253#line 2 "configure"
    21732254#include "confdefs.h"
    21742255#include <assert.h>
     
    21762257EOF
    21772258ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2178 { (eval echo configure:2179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2259{ (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21792260ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21802261if test -z "$ac_err"; then
     
    21872268  CPP="${CC-cc} -nologo -E"
    21882269  cat > conftest.$ac_ext <<EOF
    2189 #line 2190 "configure"
     2270#line 2 "configure"
    21902271#include "confdefs.h"
    21912272#include <assert.h>
     
    21932274EOF
    21942275ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2195 { (eval echo configure:2196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2276{ (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21962277ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21972278if test -z "$ac_err"; then
     
    22412322ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    22422323echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2243 echo "configure:2244: checking for $ac_hdr" >&5
     2324echo "configure:2: checking for $ac_hdr" >&5
    22442325if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22452326  echo $ac_n "(cached) $ac_c" 1>&6
    22462327else
    22472328  cat > conftest.$ac_ext <<EOF
    2248 #line 2249 "configure"
     2329#line 2 "configure"
    22492330#include "confdefs.h"
    22502331#include <$ac_hdr>
    22512332EOF
    22522333ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2253 { (eval echo configure:2254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2334{ (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22542335ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22552336if test -z "$ac_err"; then
     
    22802361do
    22812362echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2282 echo "configure:2283: checking for $ac_func" >&5
     2363echo "configure:2: checking for $ac_func" >&5
    22832364if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22842365  echo $ac_n "(cached) $ac_c" 1>&6
    22852366else
    22862367  cat > conftest.$ac_ext <<EOF
    2287 #line 2288 "configure"
     2368#line 2 "configure"
    22882369#include "confdefs.h"
    22892370/* System header to define __stub macros and hopefully few prototypes,
     
    23082389; return 0; }
    23092390EOF
    2310 if { (eval echo configure:2311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2391if { (eval echo configure:23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23112392  rm -rf conftest*
    23122393  eval "ac_cv_func_$ac_func=yes"
     
    23332414
    23342415echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2335 echo "configure:2336: checking for working mmap" >&5
     2416echo "configure:2: checking for working mmap" >&5
    23362417if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    23372418  echo $ac_n "(cached) $ac_c" 1>&6
     
    23412422else
    23422423  cat > conftest.$ac_ext <<EOF
    2343 #line 2344 "configure"
     2424#line 2 "configure"
    23442425#include "confdefs.h"
    23452426
     
    24942575
    24952576EOF
    2496 if { (eval echo configure:2497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2577if { (eval echo configure:2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24972578then
    24982579  ac_cv_func_mmap_fixed_mapped=yes
     
    25192600do
    25202601echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2521 echo "configure:2522: checking for $ac_func" >&5
     2602echo "configure:2: checking for $ac_func" >&5
    25222603if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25232604  echo $ac_n "(cached) $ac_c" 1>&6
    25242605else
    25252606  cat > conftest.$ac_ext <<EOF
    2526 #line 2527 "configure"
     2607#line 2 "configure"
    25272608#include "confdefs.h"
    25282609/* System header to define __stub macros and hopefully few prototypes,
     
    25472628; return 0; }
    25482629EOF
    2549 if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2630if { (eval echo configure:2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25502631  rm -rf conftest*
    25512632  eval "ac_cv_func_$ac_func=yes"
     
    25742655   if test "$with_system_zlib" = yes; then
    25752656      echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
    2576 echo "configure:2577: checking for deflate in -lz" >&5
     2657echo "configure:2: checking for deflate in -lz" >&5
    25772658ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
    25782659if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    25822663LIBS="-lz  $LIBS"
    25832664cat > conftest.$ac_ext <<EOF
    2584 #line 2585 "configure"
     2665#line 2 "configure"
    25852666#include "confdefs.h"
    25862667/* Override any gcc2 internal prototype to avoid an error.  */
     
    25932674; return 0; }
    25942675EOF
    2595 if { (eval echo configure:2596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2676if { (eval echo configure:2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25962677  rm -rf conftest*
    25972678  eval "ac_cv_lib_$ac_lib_var=yes"
     
    26252706ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    26262707echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2627 echo "configure:2628: checking for $ac_hdr" >&5
     2708echo "configure:2: checking for $ac_hdr" >&5
    26282709if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26292710  echo $ac_n "(cached) $ac_c" 1>&6
    26302711else
    26312712  cat > conftest.$ac_ext <<EOF
    2632 #line 2633 "configure"
     2713#line 2 "configure"
    26332714#include "confdefs.h"
    26342715#include <$ac_hdr>
    26352716EOF
    26362717ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2637 { (eval echo configure:2638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2718{ (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26382719ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26392720if test -z "$ac_err"; then
     
    26702751  toolexeclibdir='$(libdir)'
    26712752fi
    2672 toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory 2>/dev/null || echo .`
     2753if test "$GCC" = yes && $CC -print-multi-os-directory > /dev/null 2>&1; then
     2754  multiosdir=/`$CC -print-multi-os-directory`
     2755else
     2756  multiosdir=
     2757fi
     2758toolexeclibdir=${toolexeclibdir}${multiosdir}
    26732759
    26742760
     
    30103096CC="${CC}"
    30113097CXX="${CXX}"
     3098
    30123099
    30133100EOF
  • branches/GNU/src/gcc/zlib/configure.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    3333
    3434# This works around an automake problem.
    35 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
     35mkinstalldirs="`cd $ac_aux_dir && `/mkinstalldirs"
    3636AC_SUBST(mkinstalldirs)
    3737
     
    122122  toolexeclibdir='$(libdir)'
    123123fi
    124 toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory 2>/dev/null || echo .`
     124if test "$GCC" = yes && $CC -print-multi-os-directory > /dev/null 2>&1; then
     125  multiosdir=/`$CC -print-multi-os-directory`
     126else
     127  multiosdir=
     128fi
     129toolexeclibdir=${toolexeclibdir}${multiosdir}
    125130AC_SUBST(toolexecdir)
    126131AC_SUBST(toolexeclibdir)
     
    148153CC="${CC}"
    149154CXX="${CXX}"
     155
    150156)
  • branches/GNU/src/gcc/zlib/contrib/iostream2/zstream.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    2222/*
    2323 * zstream.h - C++ interface to the 'zlib' general purpose compression library
    24  * $Id: zstream.h,v 1.1.26.1 2002/03/11 22:18:23 tromey Exp $
     24 * $Id: zstream.h,v 1. tromey Exp $
    2525 */
    2626
  • branches/GNU/src/gcc/zlib/crc32.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: crc32.c,v 1.1.26.1 2002/03/11 22:18:17 tromey Exp $ */
     6/* @(#) $Id: crc32.c,v 1. tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/deflate.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    4848 */
    4949
    50 /* @(#) $Id: deflate.c,v 1.1.26.1 2002/03/11 22:18:17 tromey Exp $ */
     50/* @(#) $Id: deflate.c,v 1. tromey Exp $ */
    5151
    5252#include "deflate.h"
  • branches/GNU/src/gcc/zlib/deflate.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    99 */
    1010
    11 /* @(#) $Id: deflate.h,v 1.1.26.1 2002/03/11 22:18:17 tromey Exp $ */
     11/* @(#) $Id: deflate.h,v 1. tromey Exp $ */
    1212
    1313#ifndef _DEFLATE_H
  • branches/GNU/src/gcc/zlib/example.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: example.c,v 1.1.26.1 2002/03/11 22:18:18 tromey Exp $ */
     6/* @(#) $Id: example.c,v 1. tromey Exp $ */
    77
    88#include <stdio.h>
  • branches/GNU/src/gcc/zlib/gzio.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    66 */
    77
    8 /* @(#) $Id: gzio.c,v 1.1.26.1 2002/03/11 22:18:18 tromey Exp $ */
     8/* @(#) $Id: gzio.c,v 1. tromey Exp $ */
    99
    1010#include <stdio.h>
  • branches/GNU/src/gcc/zlib/minigzip.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1414 */
    1515
    16 /* @(#) $Id: minigzip.c,v 1.1.26.1 2002/03/11 22:18:19 tromey Exp $ */
     16/* @(#) $Id: minigzip.c,v 1. tromey Exp $ */
    1717
    1818#include <stdio.h>
  • branches/GNU/src/gcc/zlib/trees.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    3030 */
    3131
    32 /* @(#) $Id: trees.c,v 1.1.26.1 2002/03/11 22:18:19 tromey Exp $ */
     32/* @(#) $Id: trees.c,v 1. tromey Exp $ */
    3333
    3434/* #define GEN_TREES_H */
  • branches/GNU/src/gcc/zlib/uncompr.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: uncompr.c,v 1.1.26.1 2002/03/11 22:18:19 tromey Exp $ */
     6/* @(#) $Id: uncompr.c,v 1. tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/zconf.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: zconf.h,v 1.1.26.1 2002/03/11 22:18:19 tromey Exp $ */
     6/* @(#) $Id: zconf.h,v 1. tromey Exp $ */
    77
    88#ifndef _ZCONF_H
  • branches/GNU/src/gcc/zlib/zutil.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    44 */
    55
    6 /* @(#) $Id: zutil.c,v 1.1.26.1 2002/03/11 22:18:20 tromey Exp $ */
     6/* @(#) $Id: zutil.c,v 1. tromey Exp $ */
    77
    88#include "zutil.h"
  • branches/GNU/src/gcc/zlib/zutil.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    99 */
    1010
    11 /* @(#) $Id: zutil.h,v 1.1.26.1 2002/03/11 22:18:20 tromey Exp $ */
     11/* @(#) $Id: zutil.h,v 1. tromey Exp $ */
    1212
    1313#ifndef _Z_UTIL_H
Note: See TracChangeset for help on using the changeset viewer.