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