OSDN Git Service

include:
[pf3gnuchains/gcc-fork.git] / include / ChangeLog
1 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
2
3         PR bootstrap/19818
4         * ansidecl.h (PARAMS): Guard from redefinition.
5
6 2004-12-11  Ben Elliston  <bje@au.ibm.com>
7
8         * fibheap.h (struct fibnode): Only use unsigned long bitfields
9         when __GNUC__ is defined and ints are less than 32-bits wide.
10
11 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
12
13         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
14         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
15         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
16
17 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
18
19         * libiberty.h (basename): Prototype for __MINGW32__.
20
21 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22
23         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
24         * libiberty.h (concat, reconcat, concat_length, concat_copy,
25         concat_copy2): Use ATTRIBUTE_SENTINEL.
26
27 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
28
29         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
30         const-qualification before disposal.
31
32 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
33
34         * ansidecl.h (ARG_UNUSED): New Macro.
35
36 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
37
38         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
39         libcpp/internal.h.
40         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
41         macros.
42
43 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
44
45         * ansidecl.h (ATTRIBUTE_PURE): New.
46
47 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
48
49         * libiberty.h (ASTRDUP): Add casts required for stricter
50         type conversion rules of C++.
51         * obstack.h (obstack_free): Likewise.
52
53 2004-05-04  Andreas Jaeger  <aj@suse.de>
54
55         * demangle.h: Do not use C++ reserved keyword typename as
56         parameter for cplus_demangle_fill_builtin_type.
57
58 2004-04-22  Richard Henderson  <rth@redhat.com>
59
60         * hashtab.h (struct htab): Add size_prime_index.
61
62 2004-04-13  Jeff Law  <law@redhat.com>
63  
64         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
65  
66 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
67
68         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
69
70 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
71
72         * dyn-string.h: Update copyright date.
73
74 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
75
76         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
77         the associated #defines.
78
79 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
80
81         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
82         "libiberty.h".
83
84         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
85
86         * demangle.h (enum demangle_component_type): Define.
87         (struct demangle_operator_info): Declare.
88         (struct demangle_builtin_type_info): Declare.
89         (struct demangle_component): Define.
90         (cplus_demangle_fill_component): Declare.
91         (cplus_demangle_fill_name): Declare.
92         (cplus_demangle_fill_builtin_type): Declare.
93         (cplus_demangle_fill_operator): Declare.
94         (cplus_demangle_fill_extended_operator): Declare.
95         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
96         (cplus_demangle_v3_components): Declare.
97         (cplus_demangle_print): Declare.
98
99 For older changes see ChangeLog-9103
100 \f
101 Local Variables:
102 mode: change-log
103 left-margin: 8
104 fill-column: 74
105 version-control: never
106 End: