Add linker option: --warn-shared-textrel to produce warnings when adding a
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
8fdd7217
NC
12004-10-07 Jeff Baker <jbaker@qnx.com>
2
3 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
4
eb043451
PB
52004-09-17 Paul Brook <paul@codesourcery.com>
6
7 * elf/arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
8 Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
9 R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
10
f6e332e6
AM
112004-09-17 Alan Modra <amodra@bigpond.net.au>
12
13 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
14 of union.
15
79fadcb0
DD
162004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
17
18 * libiberty.h (basename): Prototype for __MINGW32__.
19
9c504268
PB
202004-09-13 Paul Brook <paul@codesourcery.com>
21
22 * elf/arm.h: Rename RELABS to TARGET1.
23
a5ecc6a5
DD
242004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25
26 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
27 * libiberty.h (concat, reconcat, concat_length, concat_copy,
28 concat_copy2): Use ATTRIBUTE_SENTINEL.
29
d003868e
AM
302004-08-13 Alan Modra <amodra@bigpond.net.au>
31
32 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
33 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
34
deaa6723
DD
352004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
36
37 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
38 const-qualification before disposal.
39
d5b4094f
DD
402004-07-24 Bernardo Innocenti <bernie@develer.com>
41
42 * ansidecl.h (ARG_UNUSED): New Macro.
43
60ee6567
L
442004-07-23 H.J. Lu <hongjiu.lu@intel.com>
45
46 * bin-bugs.h (REPORT_BUGS_TO): Set to
47 "<URL:http://www.sourceware.org/bugzilla/>".
48
a35b6b04
DD
492004-07-21 Paolo Bonzini <bonzini@gnu.org>
50
51 * ansidecl.h (ATTRIBUTE_PURE): New.
52
7ab9a76e
DD
532004-07-13 Bernardo Innocenti <bernie@develer.com>
54
55 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
56 libcpp/internal.h.
57 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
58 macros.
59
602004-07-13 Bernardo Innocenti <bernie@develer.com>
61
62 * libiberty.h (ASTRDUP): Add casts required for stricter
63 type conversion rules of C++.
64 * obstack.h (obstack_free): Likewise.
65
1fe1f39c
NC
662004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
67
68 * dis-asm.h (print_insn_crx): Declare.
69
eea6121a
AM
702004-06-24 Alan Modra <amodra@bigpond.net.au>
71
72 * bfdlink.h (struct bfd_link_order): Update comment.
73
8c37241b
JJ
742004-05-11 Jakub Jelinek <jakub@redhat.com>
75
76 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
77 relro_end fields.
78 * elf/common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
79 (PT_GNU_RELRO): Define.
80
619874a6
DD
812004-05-04 Andreas Jaeger <aj@suse.de>
82
83 * demangle.h: Do not use C++ reserved keyword typename as
84 parameter for cplus_demangle_fill_builtin_type.
85
bb6a587d
DD
862004-04-22 Richard Henderson <rth@redhat.com>
87
88 * hashtab.h (struct htab): Add size_prime_index.
89
d6ea4e80
DD
902004-04-13 Jeff Law <law@redhat.com>
91
92 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
93
f29d4bb8
DD
942004-03-30 Zack Weinberg <zack@codesourcery.com>
95
96 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
97
75d5e263
SS
982004-03-25 Stan Shebs <shebs@apple.com>
99
100 * mpw/: Remove subdirectory and everything in it.
101
b9cf773d
AM
1022004-03-23 Alan Modra <amodra@bigpond.net.au>
103
104 PR 51.
105 * bfdlink.h (struct bfd_link_info): Add wrap_char.
106
59c2e50f
L
1072004-03-20 H.J. Lu <hongjiu.lu@intel.com>
108
109 * bfdlink.h (bfd_link_info): Correct comments for the
110 unresolved_syms_in_objects field.
111
099f84cf
DD
1122004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
113
114 * dyn-string.h: Update copyright date.
115
74aee4eb
DD
1162004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
117
118 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
119 the associated #defines.
120
59727473
DD
1212004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
122
062054c5
ILT
123 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
124 "libiberty.h".
125
9850ebe2
ILT
126 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
127
59727473
DD
128 * demangle.h (enum demangle_component_type): Define.
129 (struct demangle_operator_info): Declare.
130 (struct demangle_builtin_type_info): Declare.
131 (struct demangle_component): Define.
132 (cplus_demangle_fill_component): Declare.
133 (cplus_demangle_fill_name): Declare.
134 (cplus_demangle_fill_builtin_type): Declare.
135 (cplus_demangle_fill_operator): Declare.
136 (cplus_demangle_fill_extended_operator): Declare.
137 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
138 (cplus_demangle_v3_components): Declare.
139 (cplus_demangle_print): Declare.
140
10ca0e95 141For older changes see ChangeLog-9103
252b5132
RH
142\f
143Local Variables:
144mode: change-log
145left-margin: 8
146fill-column: 74
147version-control: never
148End:
This page took 0.220745 seconds and 4 git commands to generate.