OSDN Git Service

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