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

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 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/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.
     12004-02-14  Release Manager
     2
     3        * GCC 3.3.3 Released.
     4
     52003-11-12  Daniel Jacobowitz  <drow@mvista.com>
     6
     7        Backport from mainline:
     8        2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
     9
     10        * Makefile.in (CFILES): Add lrealpath.c.
     11        (REQUIRED_OFILES): Add lrealpath.o.
     12        (lrealpath.o): Add rule.
     13        * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
     14        * configure.in: Add realpath and canonicalize_file_name to
     15        checkfuncs and AC_CHECK_FUNCS.  Use libiberty_NEED_DECLARATION
     16        for canonicalize_file_name.
     17        * lrealpath.c: New file.
     18        * make-relative-prefix.c: Update documentation.
     19        (make_relative_prefix): Simplify.  Use lbasename and lrealpath.
     20        * config.in: Regenerated.
     21        * configure: Regenerated.
     22        * functions.texi: Regenerated.
     23
     242003-10-16  Release Manager
     25
     26        * GCC 3.3.2 Released.
     27
     282003-08-04  Release Manager
     29
     30        * GCC 3.3.1 Released.
     31
     322003-08-04  Release Manager
     33
     34        * GCC 3.3.1 Released.
     35
     362003-06-19  Dara Hazeghi  <dhazeghi@yahoo.com>
     37
     38        * configure.in: Add check for malloc.h needed by
     39        m68k for function free().
     40        * configure: Regenerated.
     41        * config.in: Add HAVE_MALLOC_H.
     42        * hashtab.c: include malloc.h were available for
     43        free().
     44
     452003-06-09  Albert Chin-A-Young  <china@thewrittenword.com>
     46       
     47        PR bootstrap/10974
     48        * physmem.c: Update comment.
     49        * configure.in: Modify test for _system_configuration for older
     50        AIX systems.
     51
     52        * config.in, configure: Regenerated.
     53       
     542003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
     55
     56        PR other/10810
     57        * test-demangle.c (getline): Fix fence-post error.
     58
     592003-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     60
     61        Backport from mainline:
     62        2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     63       
     64        * vsprintf.c: Include "ansidecl.h" earlier, rely on
     65        ANSI_PROTOTYPES and possibly include <stdarg.h>.
     66
     672003-05-14  Carlo Wood  <carlo@alinoe.com>
     68
     69        * cp-demangle.c: Fix typo in "char_traints" string-literal.
     70
     712003-05-13  Release Manager
     72
     73        * GCC 3.3 Released.
     74
     752003-05-13  Release Manager
     76
     77        * GCC 3.3 Released.
     78
     792003-05-13  Release Manager
     80
     81        * GCC 3.3 Released.
     82
     832003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     84
     85        PR target/10338
     86        PR bootstrap/10198
     87        PR bootstrap/10140
     88        * getopt.c (exchange, _getopt_initialize): Use mempcpy not
     89        __mempcpy.
     90        * regex.c (regerror): Likewise.
     91
     922003-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     93
     94        * configure.in (HAVE_UINTPTR_T): Always define.
     95        * configure: Regenerated.
     96
     972003-03-23  Alexandre Oliva  <aoliva@redhat.com>
     98
     99        * Makefile.in (MULTIOSDIR): New macro.  Use $(CC) $(LIBCFLAGS)
     100        instead of $$CC alone.
     101        (install_to_tooldir): Use it.
     102
     1032003-03-03  Mark Mitchell  <mark@codesourcery.com>
     104
     105        * cplus-dem.c: Add license exception to copyright notice.
     106
     1072003-02-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     108
     109        * physmem.c: Formatting changes from upstream.
     110
     1112003-02-24  Danny Smith  <dannysmith@users.source.forge.net>
     112
     113        * physmem.c (physmem_total): Add _WIN32 support.
     114        (physmem_available): Likewise.
     115
     1162003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
     117
     118        * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
     119        GSI_PHYSMEM.
     120        (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
     121
     1222003-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     123
     124        * configure.in: Check for sys/systemcfg.h and
     125        _system_configuration.
     126        * physmem.c: Add support for AIX.  Tweek formatting as per
     127        upstream coreutils beta.
     128
     1292003-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     130            Richard Earnshaw  <rearnsha@arm.com>
     131            Geoffrey Keating  <geoffk@apple.com>
     132       
     133        * configure.in: Check for sys/sysctl.h and sysctl.
     134        * physmem.c: Add support for *bsd and darwin.
     135        * Makefile.in: Generate depedency for physmem.o.
     136
     1372003-02-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
     138
     139        * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
     140        Tru64 UNIX.
     141        (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
     142        Tru64 UNIX.
     143
     144        * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
     145        machine/hal_sysinfo.h, sys/table.h.
     146        (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
     147        * configure, config.in: Regenerate.
     148
     1492003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     150
     151        * configure.in: Check for sys/sysmp.h and sysmp.
     152        * physmem.c: Pull upstream copy, add support for irix6.
     153
     154        * config.in, configure: Regenerated.
     155
     1562003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     157
     158        * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
     159        * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
     160        pstat_getdynamic.
     161
     1622003-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     163
     164        * Makefile.in (CFILES): Add physmem.c.
     165        (REQUIRED_OFILES): Add physmem.o.
     166        * configure.in: Check for sys/pstat.h.
     167        (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
     168        * physmem.c: New file, copied from textutils.
     169
     170        * config.in, configure: Regenerated.
     171
     1722003-02-20  Alexandre Oliva  <aoliva@redhat.com>
     173
     174        * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
     175        config.status.
     176        * configure: Rebuilt.
     177
     1782003-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     179
     180        * acconfig.h: New file.  Add uintptr_t.
     181        * config.in: Regenerated.
     182
     1832003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
     184
     185        * libiberty.texi: Update to GFDL 1.2.
    4186
    51872003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
     
    18200        Pass $(FLAGS_TO_PASS).
    19201
    20 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
    21 
    22         * Makefile.in (mkinstalldirs): New variable.
    23         (FLAGS_TO_PASS): Also pass DESTDIR.
    24         (install_to_libdir, install_to_tooldir): Add $(mkinstalldirs)
    25         command.  Prepend $(DESTDIR) to destination paths.
    26         Cd to destination directory for post-install work.
    27 
    282022003-01-27  Alexandre Oliva  <aoliva@redhat.com>
    29203
     
    31205        /`$$CC -print-multi-os-directory`.
    32206
     2072003-01-26  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
     208
     209        * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
     210        (install_to_libdir, install_to_tooldir): Add a mkinstalldirs
     211        command.
     212
    332132003-01-20  Josef Zlomek  <zlomekj@suse.cz>
    34214
    35215        * hashtab.c (htab_expand): Fix allocation of new entries.
    36216
    37 2002-11-19  Release Manager
    38 
    39         * GCC 3.2.1 Released.
    40 
    41 2002-11-19  Release Manager
    42 
    43         * GCC 3.2.1 Released.
    44 
    45 2002-11-18  Release Manager
    46 
    47         * GCC 3.2.1 Released.
    48 
    49 2002-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     2172002-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
     218
     219        * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
     220        Define for hosts with HOST_EXECUTABLE_SUFFIX.
     221
     2222002-11-24  Nick Clifton  <nickc@redhat.com>
     223
     224        * make-relative-prefix.c (make_relative_prefix): Ensure return
     225        string is empty before using strcat to construct it.
     226
     2272002-11-22  Daniel Jacobowitz  <drow@mvista.com>
     228
     229        * Makefile.in: Add make-relative-prefix.c.
     230        * make-relative-prefix.c: New file.
     231        * functions.texi: Rebuilt.
     232
     2332002-11-16  Jakub Jelinek  <jakub@redhat.com>
     234
     235        * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
     236        used with arguments in traditional C' warnings.
     237
     2382002-10-16  Jakub Jelinek  <jakub@redhat.com>
     239
     240        * config.table: Use mh-s390pic for s390x too.
     241
     2422002-10-06  Andreas Jaeger  <aj@suse.de>
     243
     244        * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
     245        variable and of strict-aliasing warning.
     246        (grow_vect): Use char as first parameter.
     247
     2482002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
    50249
    51250        * Makefile.in (all): Fix multilib parallel build.
    52251
    53 2002-08-14  Release Manager
    54 
    55         * GCC 3.2 Released.
    56 
    57 2002-07-25  Release Manager
    58 
    59         * GCC 3.1.1 Released.
     2522002-09-19  John David Anglin  <dave@hiuly1.hia.nrc.ca>
     253
     254        * cp-demangle.c (demangling_new): Cast 0 to enum.
     255        (demangle_char): Cast return of strdup to char *.
     256        (is_gnu_v3_mangled_ctor): Cast 0 to enum.
     257        (is_gnu_v3_mangled_dtor): Likewise.
     258        * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
     259        (work_stuff_copy_to_from): Cast return of xmalloc to char **.
     260        * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
     261        * md5.c (md5_process_bytes): Cast results back to const void *.
     262        (md5_process_block): Add cast to const md5_uint32 *.
     263        * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
     264        * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
     265        unsigned short.
     266        * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
     267        to void *.
     268        * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
     269
     2702002-09-19  Nick Clifton  <nickc@redhat.com>
     271
     272        * README: Update email addresses for bugs and patches.
     273
     2742002-09-10  Mike Stump  <mrs@apple.com>
     275
     276        * splay-tree.c (splay_tree_successor): Fix comments.
     277
     2782002-09-11  Zack Weinberg  <zack@codesourcery.com>
     279
     280        * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
     281        * testsuite/Makefile.in: Adjust for test-demangle.
     282        * testsuite/regress-demangle: Deleted.
     283        * testsuite/test-demangle.c: New file.
     284        * testsuite/demangle-expected: Change \$ to $ throughout, now that
     285        this file is not being read by a shell script.
     286
     2872002-09-05  Roger Sayle  <roger@eyesopen.com>
     288
     289        * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
     290
     2912002-08-07  DJ Delorie  <dj@redhat.com>
     292
     293        * regex.c (re_error_msgid): Just use a simple array of strings.
     294        (re_compile_pattern): Compensate.
     295        (re_comp): Likewise.
     296        (re_comp): Likewise.
     297        (regerror): Likewise.
     298
     2992002-07-29  Neil Booth  <neil@daikokuya.co.uk>
     300
     301        * cplus-dem.c (PREPEND_BLANK): Remove.
     302
     3032002-07-10  Jason Merrill  <jason@redhat.com>
     304
     305        * cp-demangle.c (demangle_identifier): Support extended Unicode
     306        characters.
     307
     3082002-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     309
     310        * cp-demangle.c (demangle_v3_with_details): Wrap in
     311        !defined IN_GLIBCPP_V3.
    60312
    613132002-07-01  Mark Mitchell  <mark@codesourcery.com>
     
    65317        (demangle_expression): Handle expressions with types as arguments.
    66318
    67 2002-05-31  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
     3192002-06-30  Douglas Rupp  <rupp@gnat.com>
     320
     321        * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
     322        * Makefile.in (OUTPUT_OPTION): Use.
     323
     3242002-06-22  Peter Breitenlohner <peb@mppmu.mpg.de>
     325
     326        * Makefile.in (install_to_libdir): Add $(DESTDIR).
     327        (install_to_tooldir): Likewise.
     328
     3292002-06-17  Douglas Rupp  <rupp@gnat.com>
     330
     331        * lbasename.c: Add 2002 to copyright.
     332        (IS_DIR_SEPARATOR): Remove VMS junk.
     333
     3342002-06-05  Geoffrey Keating  <geoffk@redhat.com>
     335
     336        * hashtab.c (htab_create): New stub function for backward
     337        compatibility.
     338        (htab_try_create): Likewise.
     339
     3402002-06-03  Geoffrey Keating  <geoffk@redhat.com>
     341
     342        * hashtab.c (htab_create): Delete.
     343        (htab_try_create): Delete.
     344        (htab_create_alloc): New.
     345        (htab_delete): Support user-specified memory allocation.
     346        (htab_expand): Likewise.
     347
     3482002-05-22  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
    68349
    69350        * configure.in: Fix typo in the code checking for sys_errlist.
    70351        * configure: Regenerated.
    71352
    72 2002-05-14  Release Manager
    73 
    74         * GCC 3.1 Released.
     3532002-05-13  Andreas Schwab  <schwab@suse.de>
     354
     355        * config.table: Use mh-x86pic also for x86-64.
    75356
    763572002-05-08  Alexandre Oliva  <aoliva@redhat.com>
     
    80361        * configure: Rebuilt.
    81362
     3632002-05-07  Mark Mitchell  <mark@codesourcery.com>
     364
     365        * configure.in (AC_TYPE_PID_T): Use it.
     366        * configure: Regenerated.
     367        * getruntime.c: Include <sys/types.h>.
     368        * waitpid.c: Likewise.  Use pid_t, not int, as the type of "pid".
     369
    823702002-04-09  Richard Henderson  <rth@redhat.com>
    83371
     
    85373        (find_empty_slot_for_expand): Don't compute hash2 unless needed.
    86374        (htab_find_slot_with_hash): Likewise.
    87 
    88 2002-04-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
    89 
    90         * splay-tree.c (splay_tree_xmalloc_allocate): Use K & R syntax.
    91         (splay_tree_xmalloc_deallocate): Likewise.
    92375
    933762002-04-01  Phil Edwards  <pme@gcc.gnu.org>
     
    1003832002-03-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
    101384
    102         * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" 
     385        * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
    103386        if it is NULL.
    104387
     3882002-03-27  DJ Delorie  <dj@redhat.com>
     389
     390        * hex.c: Add documentation.
     391        (_hex_value): Provide non-ASCII empty table.
     392        (hex_init): Initialize the non-ASCII table.
     393        * functions.texi: Regenerate.
     394
    1053952002-03-27  Mark Mitchell  <mark@codesourcery.com>
    106396
    107397        * dyn-string.c: Add libgcc exception to copyright notice.
     398
     3992002-03-26  H.J. Lu  (hjl@gnu.org)
     400
     401        * config.table: Support --with-build-subdir.
     402        * configure.in: Likewise.
     403        * configure: Rebuild.
    108404
    1094052002-03-18  Stuart Griffith  <Stuart_Griffith@credence.com>
     
    120416
    121417        * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
     418
     4192002-03-06  Jim Blandy  <jimb@redhat.com>
     420
     421        * splay-tree.c (splay_tree_xmalloc_allocate,
     422        splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
     423        prototyped definitions.  Mark `data' arguments as unused.
     424
     4252002-03-06  Andrew Cagney  <ac131313@redhat.com>
     426
     427        * floatformat.c (floatformat_arm_ext_big): Delete definition.
     428
     4292002-03-04  Phil Edwards  <pme@gcc.gnu.org>
     430
     431        * configure.in:  Add --enable-install-libiberty option.
     432        * Makefile.in (INSTALLED_HEADERS):  New variable.
     433        (install_to_libdir):  Possibly also copy headers.
     434        * configure:  Regenerated.
     435
     4362002-03-04  Neil Booth  <neil@daikokuya.demon.co.uk>
     437
     438        * xmalloc.c (xmalloc_fail): Clarify error message further.
     439
     4402002-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
     441
     442        * xmalloc.c (xmalloc_fail): Clarify error message.
    122443
    1234442002-02-22  Jim Blandy  <jimb@redhat.com>
     
    4767972001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
    477798
    478         * fibheap.c (fibheap_init, fibnode_init): Remove.
    479         (fibheap_new, fibnode_new): Use xcalloc to allocate and
    480         initialize memory.
    481         (fibheap_insert): Remove check for node allocation failure.
     799        * fibheap.c (fibheap_init, fibnode_init): Remove.
     800        (fibheap_new, fibnode_new): Use xcalloc to allocate and
     801        initialize memory.
     802        (fibheap_insert): Remove check for node allocation failure.
    482803
    4838042001-08-21  Richard Henderson  <rth@redhat.com>
Note: See TracChangeset for help on using the changeset viewer.