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:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11#
    22# Makefile
    3 #   Copyright (C) 1999
     3#   Copyright (C) 1999, 2002
    44#   Free Software Foundation
    55#
     
    4646
    4747# Run some tests of the demangler.
    48 check-cplus-dem: test-filter $(srcdir)/demangle-expected
    49         $(SHELL) $(srcdir)/regress-demangle $(srcdir)/demangle-expected
     48check-cplus-dem: test-demangle $(srcdir)/demangle-expected
     49        ./test-demangle < $(srcdir)/demangle-expected
    5050
    51 # Note that we just hard-code prepends_underscore to 0.  This doesn't
    52 # matter since any particular test can override the default if need
    53 # be.
    5451TEST_COMPILE = $(CC) @DEFS@ $(LIBCFLAGS) -I.. -I$(INCDIR) $(HDEFINES)
    55 test-filter: $(srcdir)/../cplus-dem.c
    56         echo 'int prepends_underscore = 0;' > test-us.c
    57         $(TEST_COMPILE) -o test-filter -DMAIN -DVERSION='"none"' @DEFS@ \
    58                 $(srcdir)/../cplus-dem.c test-us.c -L.. -liberty
    59 
     52test-demangle: $(srcdir)/test-demangle.c
     53        $(TEST_COMPILE) -o test-demangle \
     54                $(srcdir)/test-demangle.c ../libiberty.a
    6055
    6156# Standard (either GNU or Cygnus) rules we don't use.
     
    6459# The standard clean rules.
    6560mostlyclean:
    66         rm -f test-us.c test-filter
     61        rm -f test-demangle
    6762clean: mostlyclean
    6863distclean: clean
     
    7065maintainer-clean realclean: distclean
    7166
    72 
    7367Makefile: $(srcdir)/Makefile.in ../config.status
    7468        CONFIG_FILES=testsuite/Makefile CONFIG_HEADERS= \
  • branches/GNU/src/gcc/libiberty/testsuite/demangle-expected

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    128128#
    129129--format=gnu
    130 _10PageButton\$__both
     130_10PageButton$__both
    131131PageButton::__both
    132132#
    133133--format=gnu
    134 _3RNG\$singleMantissa
     134_3RNG$singleMantissa
    135135RNG::singleMantissa
    136136#
    137137--format=gnu
    138 _5IComp\$_release
     138_5IComp$_release
    139139IComp::_release
    140140#
    141141--format=gnu
    142 _\$_10BitmapComp
     142_$_10BitmapComp
    143143BitmapComp::~BitmapComp(void)
    144144#
    145145--format=gnu
    146 _\$_9__io_defs
     146_$_9__io_defs
    147147__io_defs::~__io_defs(void)
    148148#
    149149--format=gnu
    150 _\$_Q23foo3bar
     150_$_Q23foo3bar
    151151foo::bar::~bar(void)
    152152#
    153153--format=gnu
    154 _\$_Q33foo3bar4bell
     154_$_Q33foo3bar4bell
    155155foo::bar::bell::~bell(void)
    156156#
     
    436436#
    437437--format=gnu
    438 _vt\$foo
     438_vt$foo
    439439foo virtual table
    440440#
    441441--format=gnu
    442 _vt\$foo\$bar
     442_vt$foo$bar
    443443foo::bar virtual table
    444444#
     
    648648#
    649649--format=gnu
    650 _2T4\$N
     650_2T4$N
    651651T4::N
    652652#
    653653--format=gnu
    654 _Q22T42t1\$N
     654_Q22T42t1$N
    655655T4::t1::N
    656656#
     
    728728#
    729729--format=gnu
    730 _\$_t6vector1Zdi
     730_$_t6vector1Zdi
    731731vector<double>::~vector(int)
    732732#
    733733--format=gnu
    734 _\$_t6vector1Zii
     734_$_t6vector1Zii
    735735vector<int>::~vector(int)
    736736#
     
    828828#
    829829--format=gnu
    830 _GLOBAL_\$D\$set
     830_GLOBAL_$D$set
    831831global destructors keyed to set
    832832#
    833833--format=gnu
    834 _GLOBAL_\$I\$set
     834_GLOBAL_$I$set
    835835global constructors keyed to set
    836836#
     
    876876#
    877877--format=gnu
    878 _vt\$t8BDDHookV1ZPc
     878_vt$t8BDDHookV1ZPc
    879879BDDHookV<char *> virtual table
    880880#
     
    25652565#
    25662566--format=gnu
    2567 _26_GLOBAL_\$N\$_tmp_n.iilg4Gya\$app_instance
     2567_26_GLOBAL_$N$_tmp_n.iilg4Gya$app_instance
    25682568{anonymous}::app_instance
    25692569#
     
    25872587_ZN4Prim1iEibcdfwPN4java4lang6StringEsx
    25882588Prim.i(int, boolean, byte, double, float, char, java.lang.String, short, long)
     2589#
     2590--format=java
     2591_ZN4java4util14Map__U24_Entry11class__U24_E
     2592java.util.Map$Entry.class$
    25892593#
    25902594--format=hp
Note: See TracChangeset for help on using the changeset viewer.