* config/arm/arm.c (arm_return_in_msb): New function.
[official-gcc.git] / include / ChangeLog
blobe82f470a062e59c968ba02e9ed459f937dc6d5b3
1 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * libiberty.h (unlock_std_streams): New.
5 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7         * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
8         Don't use the PTR macro.
10         * sort.h: Don't use the PARAMS macro.
12 2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14         * libiberty.h (unlock_stream): New.
16 2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
19         Remove parameter names.
21 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23         * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
24         Provide prototypes for new functions.
26 2005-03-29  Ian Lance Taylor  <ian@airs.com>
28         * libiberty.h: Fix indentation.
30 2005-03-28  Ian Lance Taylor  <ian@airs.com>
32         * libiberty.h: Include <stdio.h>.
33         (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
34         (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
35         (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
36         (pex_init, pex_run, pex_read_output): Declare.
37         (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
38         (struct pex_time): Define.
40 2005-03-28  Mark Mitchell <mark@codesourcery.com>
42         * libiberty.h (ffs): Declare, if necessary.
43         
44 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
46         * xregex2.h (_RE_ARGS): Remove definition and uses.
48 2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
50         * ternary.h: Don't use PARAMS anymore.
52 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
54         * partition.h: Remove use of PARAMS.
55         * obstack.h: Remove conditional prototypes __STDC__.
56         * objalloc.h:  Remove use of PARAMS.
57         * splay-tree.h: Likewise.
59 2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
61         * md5.h: Remove definition and uses of __P.
62         * dyn-string.h: Remove uses of PARAMS.
63         * fibheap.h: Likewise.
64         * floatformat.h: Likewise.
65         * hashtab.h: Likewise.
67 2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
69         * demangle.h: Remove uses of PARAMS.
71         * libiberty.h (ANSI_PROTOTYPES): Remove guard since
72         ANSI_PROTOTYPES is always assumed.
73         Remove uses of PARAMS throughout.
75 2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
77         * libiberty.h (xstrndup): Declare.
79 2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
81         * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
83 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
85         * libiberty.h (gettimeofday): Declare.
87 2005-03-01  Jan Beulich  <jbeulich@novell.com>
89         * libiberty.h: Declare unlink_if_ordinary.
91 2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
93         PR bootstrap/19818
94         * ansidecl.h (PARAMS): Guard from redefinition.
96 2004-12-11  Ben Elliston  <bje@au.ibm.com>
98         * fibheap.h (struct fibnode): Only use unsigned long bitfields
99         when __GNUC__ is defined and ints are less than 32-bits wide.
101 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
103         * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
104         XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
105         (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
107 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
109         * libiberty.h (basename): Prototype for __MINGW32__.
111 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
113         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
114         * libiberty.h (concat, reconcat, concat_length, concat_copy,
115         concat_copy2): Use ATTRIBUTE_SENTINEL.
117 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
119         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
120         const-qualification before disposal.
122 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
124         * ansidecl.h (ARG_UNUSED): New Macro.
126 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
128         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
129         libcpp/internal.h.
130         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
131         macros.
133 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
135         * ansidecl.h (ATTRIBUTE_PURE): New.
137 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
139         * libiberty.h (ASTRDUP): Add casts required for stricter
140         type conversion rules of C++.
141         * obstack.h (obstack_free): Likewise.
143 2004-05-04  Andreas Jaeger  <aj@suse.de>
145         * demangle.h: Do not use C++ reserved keyword typename as
146         parameter for cplus_demangle_fill_builtin_type.
148 2004-04-22  Richard Henderson  <rth@redhat.com>
150         * hashtab.h (struct htab): Add size_prime_index.
152 2004-04-13  Jeff Law  <law@redhat.com>
154         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
156 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
158         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
160 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
162         * dyn-string.h: Update copyright date.
164 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
166         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
167         the associated #defines.
169 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
171         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
172         "libiberty.h".
174         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
176         * demangle.h (enum demangle_component_type): Define.
177         (struct demangle_operator_info): Declare.
178         (struct demangle_builtin_type_info): Declare.
179         (struct demangle_component): Define.
180         (cplus_demangle_fill_component): Declare.
181         (cplus_demangle_fill_name): Declare.
182         (cplus_demangle_fill_builtin_type): Declare.
183         (cplus_demangle_fill_operator): Declare.
184         (cplus_demangle_fill_extended_operator): Declare.
185         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
186         (cplus_demangle_v3_components): Declare.
187         (cplus_demangle_print): Declare.
189 For older changes see ChangeLog-9103
191 Local Variables:
192 mode: change-log
193 left-margin: 8
194 fill-column: 74
195 version-control: never
196 End: