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