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/include/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-11-03  Roger Sayle  <roger@eyesopen.com>
     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        * libiberty.h (lrealpath): Add declaration.
     10
     112003-10-16  Release Manager
     12
     13        * GCC 3.3.2 Released.
     14
     152003-08-04  Release Manager
     16
     17        * GCC 3.3.1 Released.
     18
     192003-08-04  Release Manager
     20
     21        * GCC 3.3.1 Released.
     22
     232003-07-06  H.J. Lu <hongjiu.lu@intel.com>
     24
     25        * demangle.h: Support C++.
     26
     272003-05-13  Release Manager
     28
     29        * GCC 3.3 Released.
     30
     312003-05-13  Release Manager
     32
     33        * GCC 3.3 Released.
     34
     352003-05-13  Release Manager
     36
     37        * GCC 3.3 Released.
     38
     392003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     40
     41        * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF,
     42        ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2,
     43        ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4,
     44        ATTRIBUTE_NULL_PRINTF_5): New.
     45        (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL.
     46
     472003-02-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     48
     49        * libiberty.h: Document return value of physmem routines.
     50
     512003-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
     52
     53        * libiberty.h (physmem_total, physmem_available): Prototype.
     54
     552002-11-23  Simon Burge  <simonb@wasabisystems.com>
     56
     57        * libiberty.h (basename): Add NetBSD to the list.
     58
     592002-11-22  Daniel Jacobowitz  <drow@mvista.com>
     60
     61        * libiberty.h (make_relative_prefix): Add prototype.
     62
     632002-10-26  Roger Sayle  <roger@eyesopen.com>
     64
     65        * partition.h:  Close the extern "C" scope when compiling with C++.
     66
     672002-10-26  Roger Sayle  <roger@eyesopen.com>
    1868            DJ Delorie <dj@redhat.com>
    1969
    20         * getopt.h:  Avoid prototyping getopt with no arguments in C++.
    21 
    22 2002-08-14  Release Manager
    23 
    24         * GCC 3.2 Released.
    25 
    26 2002-07-25  Release Manager
    27 
    28         * GCC 3.1.1 Released.
    29 
    30 2002-05-14  Release Manager
    31 
    32         * GCC 3.1 Released.
    33 
    34 2002-05-14  Release Manager
    35 
    36         * GCC 3.1 Released.
     70        PR bootstrap/8351
     71        * getopt.h: Avoid prototyping getopt with no arguments in C++.
     72
     732002-10-24  Nathan Tallent  <eraxxon@alumni.rice.edu>
     74
     75        * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the
     76        list of platform compilers that may look, smell and act
     77        like __STDC__ but that may not define it.
     78
     792002-10-11  David O'Brien  <obrien@FreeBSD.org>
     80
     81        * getopt.h: getopt is in unistd.h (based on SUSv2).
     82
     832002-09-19  Alexandre Oliva  <aoliva@redhat.com>
     84
     85        * libiberty.h (asprintf, vasprintf): Don't declare them if the
     86        corresponding HAVE_DECL_ macro is 1.
     87
     882002-06-25  Alan Modra  <amodra@bigpond.net.au>
     89
     90        * demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
     91        * fibheap.h: Likewise.
     92        * hashtab.h: Likewise.
     93        * partition.h: Likewise.
     94        * sort.h: Likewise.
     95        * splay-tree.h: Likewise.
     96
     972002-06-24  Alan Modra  <amodra@bigpond.net.au>
     98
     99        * libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME.
     100        * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT.
     101
     1022002-06-06  DJ Delorie  <dj@redhat.com>
     103
     104        * hashtab.h (htab): Rearrange new members for backward
     105        compatibility.
     106        (htab_create): Don't use a macro that requires other headers.
     107
     1082002-06-05  Geoffrey Keating  <geoffk@redhat.com>
     109
     110        * hashtab.h (htab_create): Restore prototype for backward
     111        compatibility.
     112        (htab_try_create): Likewise.
     113
     1142002-05-22  Geoffrey Keating  <geoffk@redhat.com>
     115
     116        * hashtab.h (struct htab): Update for change to length specifier.
     117
     1182002-05-10  Geoffrey Keating  <geoffk@redhat.com>
     119
     120        * hashtab.h (GTY): Define if undefined.
     121        (htab_alloc): New typedef.
     122        (htab_free): New typedef.
     123        (struct htab): Support gengtype; allow user-specified memory
     124        allocation.
     125        (htab_create_alloc): New.
     126        (htab_create): Replace with #define.
     127        (htab_try_create): Delete.
    37128
    381292002-04-16  David S. Miller  <davem@redhat.com>
     
    44135
    45136        * dyn-string.h:  Also allow IN_GLIBCPP_V3 to redefine names.
     137
     1382002-03-06  Andrew Cagney  <ac131313@redhat.com>
     139
     140        * floatformat.h (floatformat_arm_ext): Delete declaration.
    46141
    471422002-02-22  Jim Blandy  <jimb@redhat.com>
Note: See TracChangeset for help on using the changeset viewer.