comparison libiberty/ChangeLog @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
2
3 * filename_cmp.c (filename_ncmp): New function.
4 * functions.texi: Regenerated.
5
6 2011-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7
8 * splay-tree.c: Escape wrapping newlines in texinfo markup
9 with '@', to fix function declaration output rendering.
10 * gather-docs: Relax and improve macro name matching to actually
11 match all current names and to allow input line wrapping.
12 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
13 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
14 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
15 pexecute.txh, random.c, setenv.c, setproctitle.c,
16 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
17 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
18 Wrap long texinfo input lines.
19 * functions.texi: Regenerate.
20
21 2011-01-18 Mike Frysinger <vapier@gentoo.org>
22
23 * .gitignore: New file.
24
25 2010-12-08 Doug Evans <dje@google.com>
26
27 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
28 all callers updated. Rewrite to be non-recursive.
29
30 2010-11-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31
32 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
33
34 2010-11-20 Anthony Green <green@moxielogic.com>
35
36 * configure.ac: Turn PR_SET_NAME link test into a test for
37 sys/prctl.h.
38 * configure, config.in: Rebuilt.
39 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
40 (setproctitle) Test for PR_SET_NAME definition.
41
42 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43
44 PR other/46202
45 * Makefile.in (install-strip): New phony target.
46 (install): Also mark as phony.
47
48 2010-11-16 Ian Lance Taylor <iant@google.com>
49
50 * simple-object.c (simple_object_attributes_merge): Rename from
51 simple_object_attributes_compare. Call merge field.
52 * simple-object-common.h (struct simple_object_functions): Rename
53 attributes_compare field to attribute_merge.
54 * simple-object-elf.c (EM_SPARC): Define.
55 (EM_SPARC32PLUS): Define.
56 (simple_object_elf_attributes_merge): Renamed from
57 simple_object_elf_attributes_compare. Permit EM_SPARC and
58 EM_SPARC32PLUS objects to be merged.
59 (simple_object_elf_functions): Update function name.
60 * simple-object-coff.c (simple_object_coff_attributes_merge):
61 Rename from simple_object_coff_attributes_compare.
62 (simple_object_coff_functions): Update function name.
63 * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
64 Renamed from simple_object_mach_o_attributes_compare.
65 (simple_object_mach_o_functions): Update function name.
66
67 2010-11-16 H.J. Lu <hongjiu.lu@intel.com>
68
69 PR other/42670
70 PR binutils/11137
71 * cp-demangle.c (d_make_demangle_mangled_name): New.
72 (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
73
74 * testsuite/demangle-expected: Updated.
75
76 2010-11-14 Kai Tietz <kai.tietz@onevision.com>
77
78 * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
79 offset.
80
81 2010-11-12 Ian Lance Taylor <iant@google.com>
82
83 PR other/46332
84 * cp-demangle.c (d_print_function_type): Don't print parentheses
85 if there are no modifiers to print.
86 * testsuite/demangle-expected: Tweak one test case, add another.
87
88 2010-11-04 Richard Henderson <rth@redhat.com>
89
90 * configure.ac (AC_CHECK_HEADERS): Add process.h.
91 (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
92 (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
93 * configure, config.in: Rebuild.
94 * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
95 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
96
97 2010-11-02 Ian Lance Taylor <iant@google.com>
98 Dave Korn <dave.korn.cygwin@gmail.com>
99 Iain Sandoe <iains@gcc.gnu.org>
100
101 * simple-object.c: New file.
102 * simple-object-common.h: New file.
103 * simple-object-elf.c: New file.
104 * simple-object-mach-o.c: New file.
105 * simple-object-coff.c: New file.
106 * simple-object.txh: New file.
107 * configure.ac: Add AC_TYPE_SSIZE_T.
108 * Makefile.in: Rebuild dependencies.
109 (CFILES): Add simple-object.c, simple-object-coff,
110 simple-object-elf.c, and simple-object-mach-o.c.
111 (REQUIRED_OFILES): Add corresponding object files.
112 * configure: Rebuild.
113 * config.in: Rebuild.
114 * functions.texi: Rebuild.
115
116 2010-10-29 Ian Lance Taylor <iant@google.com>
117
118 * setproctitle.c: Add space after function name in @deftypefn
119 comment.
120 * functions.texi: Rebuild.
121
122 2010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
123
124 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
125 * configure: Regenerate.
126
127 2010-10-07 Andi Kleen <ak@linux.intel.com>
128
129 * configure: Regenerate.
130 * configure.ac: Turn PR_SET_NAME check into link check.
131
132 2010-10-06 Andi Kleen <ak@linux.intel.com>
133
134 * Makefile.in (CFILES): Add setproctitle.
135 (CONFIGURED_OFILES): Add setproctitle.
136 (setproctitle): Add rule.
137 * config.in: Regenerate.
138 * configure: Regenerate.
139 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
140 * setproctitle.c: Add file.
141 * functions.texi: Regenerate.
142
143 2010-09-22 Tristan Gingold <gingold@adacore.com>
144
145 * cplus-dem.c (ada_demangle): Add comments.
146 Handle stream and controlled type operations.
147 Decoding of some uppercase letters moved before separators.
148 * testsuite/demangle-expected: Add tests.
149
150 2010-09-10 James Lyon <jameslyon0@googlemail.com>
151
152 http://sourceware.org/bugzilla/show_bug.cgi?id=11572
153 * cp-demangle.c (d_find_pack): Add case for
154 DEMANGLE_COMPONENT_LAMBDA.
155 * testsuite/demangle-expected: Add regression test.
156
157 2010-09-08 Tristan Gingold <gingold@adacore.com>
158
159 PR 44001
160 * maint-tool (missing): Fix pattern for object file.
161 (deps): Use $(objext) for object extension.
162 * Makefile.in (objext): New variable.
163 Replace all occurences of .o with .$(objext)
164 Regenerate with maint-deps
165 * configure.ac (pexecute): Set to the basename.
166 * configure: Regenerate.
167
168 2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
169
170 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
171 corresponding stream has been opened.
172 (pex_free): Close pipe file descriptors corresponding to child's
173 stdout and stderr before waiting.
174
175 2010-08-13 Nick Clifton <nickc@redhat.com>
176
177 * argv.c (expandargv): Limit the number of times that response
178 files are opened in order to prevent infinite recursion.
179
180 2010-07-21 Pascal Obry <obry@adacore.com>
181
182 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
183
184 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
185
186 * floatformat.c (floatformat_ieee_half_big): New variable.
187 (floatformat_ieee_half_little): Likewise.
188
189 2010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
190
191 * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
192 Update copyright years.
193 Move to GFDL 1.3.
194
195 2010-06-10 Jakub Jelinek <jakub@redhat.com>
196
197 PR other/43838
198 * cp-demangle.c (struct d_print_info): Add flush_count field.
199 (d_print_init): Initialize it to 0.
200 (d_print_flush): Increment it.
201 (d_print_comp): If needed flush before appending ", ". Only
202 decrement dpi->len if no flushes happened during the recursive
203 call.
204 * testsuite/demangle-expected: Add a test for this.
205
206 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
207
208 * splay-tree.c: Update copyright years.
209 (splay_tree_new_typed_alloc): New.
210 (splay_tree_new_with_allocator): Use it.
211
212 * hashtab.c: Update copyright years.
213 (htab_create_typed_alloc): New.
214 (htab_create_alloc): Use it.
215
216 * functions.texi: Regenerate.
217
218 2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
219 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
220
221 PR bootstrap/42798
222 * configure.ac: Check for declaration of 'basename(char *)'.
223 * configure: Regenerate.
224
225 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
226
227 * testsuite/demangle-expected: Add tests for __int128
228 and unsigned __int128 types.
229
1 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se> 230 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
2 Jason Merrill <jason@redhat.com> 231 Jason Merrill <jason@redhat.com>
3 232
4 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr. 233 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
5 (cplus_demangle_type): Handle nullptr. 234 (cplus_demangle_type): Handle nullptr.