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