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