merge from gcc
[external/binutils.git] / include / ChangeLog
1 2004-09-13  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2
3         * libiberty.h (basename): Prototype for __MINGW32__.
4
5 2004-09-13  Paul Brook  <paul@codesourcery.com>
6
7         * elf/arm.h: Rename RELABS to TARGET1.
8
9 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10
11         * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
12         * libiberty.h (concat, reconcat, concat_length, concat_copy,
13         concat_copy2): Use ATTRIBUTE_SENTINEL.
14
15 2004-08-13  Alan Modra  <amodra@bigpond.net.au>
16
17         * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
18         (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
19
20 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
21
22         * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
23         const-qualification before disposal.
24
25 2004-07-24  Bernardo Innocenti  <bernie@develer.com>
26
27         * ansidecl.h (ARG_UNUSED): New Macro.
28
29 2004-07-23  H.J. Lu  <hongjiu.lu@intel.com>
30
31         * bin-bugs.h (REPORT_BUGS_TO): Set to
32         "<URL:http://www.sourceware.org/bugzilla/>".
33
34 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
35
36         * ansidecl.h (ATTRIBUTE_PURE): New.
37
38 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
39
40         * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
41         libcpp/internal.h.
42         (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
43         macros.
44
45 2004-07-13  Bernardo Innocenti  <bernie@develer.com>
46
47         * libiberty.h (ASTRDUP): Add casts required for stricter
48         type conversion rules of C++.
49         * obstack.h (obstack_free): Likewise.
50
51 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
52
53         * dis-asm.h (print_insn_crx): Declare.
54
55 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
56
57         * bfdlink.h (struct bfd_link_order): Update comment.
58
59 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
60
61         * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
62         relro_end fields.
63         * elf/common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
64         (PT_GNU_RELRO): Define.
65
66 2004-05-04  Andreas Jaeger  <aj@suse.de>
67
68         * demangle.h: Do not use C++ reserved keyword typename as
69         parameter for cplus_demangle_fill_builtin_type.
70
71 2004-04-22  Richard Henderson  <rth@redhat.com>
72
73         * hashtab.h (struct htab): Add size_prime_index.
74
75 2004-04-13  Jeff Law  <law@redhat.com>
76
77         * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
78
79 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
80
81         * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
82
83 2004-03-25  Stan Shebs  <shebs@apple.com>
84
85         * mpw/: Remove subdirectory and everything in it.
86
87 2004-03-23  Alan Modra  <amodra@bigpond.net.au>
88
89         PR 51.
90         * bfdlink.h (struct bfd_link_info): Add wrap_char.
91
92 2004-03-20  H.J. Lu  <hongjiu.lu@intel.com>
93
94         * bfdlink.h (bfd_link_info): Correct comments for the
95         unresolved_syms_in_objects field.
96
97 2004-02-24  Ian Lance Taylor  <ian@wasabisystems.com>
98
99         * dyn-string.h: Update copyright date.
100
101 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
102
103         * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
104         the associated #defines.
105
106 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
107
108         * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
109         "libiberty.h".
110
111         * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
112
113         * demangle.h (enum demangle_component_type): Define.
114         (struct demangle_operator_info): Declare.
115         (struct demangle_builtin_type_info): Declare.
116         (struct demangle_component): Define.
117         (cplus_demangle_fill_component): Declare.
118         (cplus_demangle_fill_name): Declare.
119         (cplus_demangle_fill_builtin_type): Declare.
120         (cplus_demangle_fill_operator): Declare.
121         (cplus_demangle_fill_extended_operator): Declare.
122         (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
123         (cplus_demangle_v3_components): Declare.
124         (cplus_demangle_print): Declare.
125
126 For older changes see ChangeLog-9103
127 \f
128 Local Variables:
129 mode: change-log
130 left-margin: 8
131 fill-column: 74
132 version-control: never
133 End: