OLD | NEW |
| 1 2013-11-22 Cary Coutant <ccoutant@google.com> |
| 2 |
| 3 PR other/59195 |
| 4 * cp-demangle.c (struct d_info_checkpoint): New struct. |
| 5 (struct d_print_info): Add current_template field. |
| 6 (d_operator_name): Set flag when processing a conversion |
| 7 operator. |
| 8 (cplus_demangle_type): When processing <template-args> for |
| 9 a conversion operator, backtrack if necessary. |
| 10 (d_expression_1): Renamed from d_expression. |
| 11 (d_expression): New wrapper around d_expression_1. |
| 12 (d_checkpoint): New function. |
| 13 (d_backtrack): New function. |
| 14 (d_print_init): Initialize current_template. |
| 15 (d_print_comp): Set current_template. |
| 16 (d_print_cast): Put current_template in scope for |
| 17 printing conversion operator name. |
| 18 (cplus_demangle_init_info): Initialize is_expression and |
| 19 is_conversion. |
| 20 * cp-demangle.h (struct d_info): Add is_expression and |
| 21 is_conversion fields. |
| 22 * testsuite/demangle-expected: New test cases. |
| 23 |
| 24 2013-11-15 Andreas Schwab <schwab@linux-m68k.org> |
| 25 |
| 26 * configure: Regenerate. |
| 27 |
| 28 2013-11-12 Uros Bizjak <ubizjak@gmail.com> |
| 29 |
| 30 * cp-demangle.c (d_copy_templates): Cast result of malloc |
| 31 to (struct d_print_template *). |
| 32 (d_print_comp): Cast result of realloc to (struct d_saved scope *). |
| 33 |
| 34 2013-10-29 Marc Glisse <marc.glisse@inria.fr> |
| 35 |
| 36 PR tree-optimization/58689 |
| 37 * concat.c: Remove note about xmalloc. |
| 38 |
| 39 2013-10-27 Gerald Pfeifer <gerald@pfeifer.com> |
| 40 |
| 41 * testsuite/test-demangle.c: Include unistd.h. |
| 42 |
| 43 2013-10-25 Gary Benson <gbenson@redhat.com> |
| 44 |
| 45 * cp-demangle.c (struct d_saved_scope): New structure. |
| 46 (struct d_print_info): New fields saved_scopes and |
| 47 num_saved_scopes. |
| 48 (d_print_init): Initialize the above. |
| 49 (d_print_free): New function. |
| 50 (cplus_demangle_print_callback): Call the above. |
| 51 (d_copy_templates): New function. |
| 52 (d_print_comp): New variables saved_templates and |
| 53 need_template_restore. |
| 54 [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]: |
| 55 Capture scope the first time the component is traversed, and use the |
| 56 captured scope for subsequent traversals. |
| 57 * testsuite/demangle-expected: Add regression test. |
| 58 |
| 59 2013-10-23 Gerald Pfeifer <gerald@pfeifer.com> |
| 60 |
| 61 * testsuite/test-expandargv.c: Include unistd.h. |
| 62 |
| 63 2013-10-15 David Malcolm <dmalcolm@redhat.com> |
| 64 |
| 65 * configure.ac: If --enable-host-shared, use -fPIC. |
| 66 * configure: Regenerate. |
| 67 |
| 68 2013-10-11 Paul Pluzhnikov <ppluzhnikov@google.com> |
| 69 |
| 70 * cp-demangle.c (d_name): Demangle local-source-names. |
| 71 * testsuite/demangle-expected: New test. |
| 72 |
| 73 2013-09-10 Paolo Carlini <paolo.carlini@oracle.com> |
| 74 |
| 75 PR bootstrap/58386 |
| 76 Revert: |
| 77 |
| 78 2013-09-10 Gary Benson <gbenson@redhat.com> |
| 79 |
| 80 * cp-demangle.c: Include hashtab.h. |
| 81 (struct d_print_info): New field saved_scopes. |
| 82 (d_print_init): Initialize the above. |
| 83 (d_print_free): New function. |
| 84 (cplus_demangle_print_callback): Call the above. |
| 85 (struct d_saved_scope): New structure. |
| 86 (d_store_scope): New function. |
| 87 (d_free_scope) Likewise. |
| 88 (d_restore_scope) Likewise. |
| 89 (d_hash_saved_scope) Likewise. |
| 90 (d_equal_saved_scope) Likewise. |
| 91 (d_print_comp): New variable saved_scope. |
| 92 [DEMANGLE_COMPONENT_REFERENCE, |
| 93 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first |
| 94 time the component is traversed, and use the captured scope for |
| 95 subsequent traversals. |
| 96 * testsuite/demangle-expected: Add regression test. |
| 97 |
| 98 2013-09-10 Gary Benson <gbenson@redhat.com> |
| 99 |
| 100 * cp-demangle.c: Include hashtab.h. |
| 101 (struct d_print_info): New field saved_scopes. |
| 102 (d_print_init): Initialize the above. |
| 103 (d_print_free): New function. |
| 104 (cplus_demangle_print_callback): Call the above. |
| 105 (struct d_saved_scope): New structure. |
| 106 (d_store_scope): New function. |
| 107 (d_free_scope) Likewise. |
| 108 (d_restore_scope) Likewise. |
| 109 (d_hash_saved_scope) Likewise. |
| 110 (d_equal_saved_scope) Likewise. |
| 111 (d_print_comp): New variable saved_scope. |
| 112 [DEMANGLE_COMPONENT_REFERENCE, |
| 113 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first |
| 114 time the component is traversed, and use the captured scope for |
| 115 subsequent traversals. |
| 116 * testsuite/demangle-expected: Add regression test. |
| 117 |
| 118 2013-08-20 Alan Modra <amodra@gmail.com> |
| 119 |
| 120 * floatformat.c (floatformat_ibm_long_double): Rename to.. |
| 121 (floatformat_ibm_long_double_big): ..this. |
| 122 (floatformat_ibm_long_double_little): New. |
| 123 |
| 124 2013-07-09 Tristan Gingold <gingold@adacore.com> |
| 125 |
| 126 * makefile.vms (OBJS): Add dwarfnames.obj |
| 127 |
| 128 2013-05-31 Matt Burgess <matthew@linuxfromscratch.org> |
| 129 |
| 130 PR other/56780 |
| 131 * libiberty/configure.ac: Move test for --enable-install-libiberty |
| 132 outside of the 'with_target_subdir' test so that it actually gets |
| 133 run. Add output messages to show the test result. |
| 134 * libiberty/configure: Regenerate. |
| 135 * libiberty/Makefile.in (install_to_libdir): Place the |
| 136 installation of the libiberty library in the same guard as that |
| 137 used for the headers to prevent it being installed unless |
| 138 requested via --enable-install-libiberty. |
| 139 |
| 140 2013-05-06 David Edelsohn <dje.gcc@gmail.com> |
| 141 Peter Bergner <bergner@vnet.ibm.com> |
| 142 Segher Boessenkool <segher@kernel.crashing.org> |
| 143 Jakub Jelinek <jakub@redhat.com> |
| 144 |
| 145 * hashtab.c (hash_pointer): Remove conditional and avoid |
| 146 unexecuted shift equal to wordsize. |
| 147 |
| 148 2013-04-22 Andi Kleen <ak@linux.intel.com> |
| 149 |
| 150 * hashtab.c (hash_pointer): Move to end of file and reimplement. |
| 151 |
| 152 2013-04-03 Jason Merrill <jason@redhat.com> |
| 153 |
| 154 * cp-demangle.c (cplus_demangle_type): Fix function quals. |
| 155 (d_pointer_to_member_type): Simplify. |
| 156 |
| 157 Demangle C++11 ref-qualifier. |
| 158 * cp-demangle.c (d_ref_qualifier): New. |
| 159 (d_nested_name, d_function_type): Use it. |
| 160 (d_parmlist): Don't get confused by a ref-qualifier. |
| 161 (cplus_demangle_type): Reorder ref-qualifier. |
| 162 (d_pointer_to_member_type): Likewise. |
| 163 (d_dump): Handle DEMANGLE_COMPONENT_REFERENCE_THIS and |
| 164 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS. |
| 165 (d_make_comp, has_return_type, d_encoding): Likewise. |
| 166 (d_print_comp, d_print_mod_list, d_print_mod): Likewise. |
| 167 (d_print_function_type, is_ctor_or_dtor): Likewise. |
| 168 |
| 169 2013-03-27 Kai Tietz <ktietz@redhat.com> |
| 170 |
| 171 * configure: Regenerated. |
| 172 |
| 173 2013-03-06 Tobias Burnus <burnus@net-b.de> |
| 174 |
| 175 * libiberty.texi: Update comment, remove lowersections. |
| 176 * obstacks.texi: Regenerate. |
| 177 |
| 178 2013-03-05 Jakub Jelinek <jakub@redhat.com> |
| 179 |
| 180 PR middle-end/56526 |
| 181 * simple-object-mach-o.c (simple_object_mach_o_segment): Initialize |
| 182 wrapper_sect_offset to avoid a warning. |
| 183 |
| 184 2013-03-01 Andreas Schwab <schwab@linux-m68k.org> |
| 185 |
| 186 * obstacks.texi (Obstacks): Trim @node to only contain the |
| 187 node name. |
| 188 * libiberty.texi (Obstacks): Lower section. |
| 189 |
| 190 2013-02-14 Jason Merrill <jason@redhat.com> |
| 191 |
| 192 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG. |
| 193 (d_print_comp): Likewise. |
| 194 |
| 195 2013-02-09 Jakub Jelinek <jakub@redhat.com> |
| 196 |
| 197 PR other/56245 |
| 198 * regex.c (PTR_INT_TYPE): Define. |
| 199 (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE. |
| 200 |
| 201 2013-01-31 Kai Tietz <ktietz@redhat.com> |
| 202 |
| 203 PR other/54620 |
| 204 * sha1.c (sha1_process_block): Handle case that size_t is |
| 205 a wider-integer-scalar as a 32-bit unsigned integer. |
| 206 |
| 207 PR other/53413 |
| 208 * md5.c (md5_process_block): Handle case that size_t is |
| 209 a wider-integer-scalar a 32-bit unsigned integer. |
| 210 |
| 211 2013-01-04 Ian Lance Taylor <iant@google.com> |
| 212 |
| 213 PR other/54800 |
| 214 * simple-object-mach-o.c (simple_object_mach_o_segment): Don't |
| 215 bother to zero out a buffer we are about to set anyhow. |
| 216 |
| 217 2013-01-01 David Edelsohn <dje.gcc@gmail.com> |
| 218 |
| 219 * simple-object-xcoff.c: New file. |
| 220 * Makefile.in: Add it to build machinery. |
| 221 * simple-object-common.h (simple_object_xcoff_functions): Declare. |
| 222 * simple-object.c (format_functions): Add |
| 223 simple_object_xcoff_functions. |
| 224 |
| 225 2012-11-10 Jason Merrill <jason@redhat.com> |
| 226 |
| 227 * cp-demangle.c (d_unqualified_name): Handle abi tags here. |
| 228 (d_name): Not here. |
| 229 |
| 230 2012-11-09 Jason Merrill <jason@redhat.com> |
| 231 |
| 232 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_TAGGED_NAME. |
| 233 (d_make_comp, d_find_pack, d_print_comp): Likewise. |
| 234 (d_abi_tags): New. |
| 235 (d_name): Call it. |
| 236 |
| 237 2012-10-08 Jason Merrill <jason@redhat.com> |
| 238 |
| 239 * cp-demangle.c (d_special_name, d_dump): Handle TH and TW. |
| 240 (d_make_comp, d_print_comp): Likewise. |
| 241 |
| 242 2012-09-18 Ian Lance Taylor <iant@google.com> |
| 243 |
| 244 * strnlen.c: New file. |
| 245 * configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not |
| 246 present. |
| 247 * Makefile.in: Rebuild dependencies. |
| 248 (CFILES): Add strnlen.c. |
| 249 (CONFIGURED_OFILES): Add ./strnlen.$(objext). |
| 250 * configure, config.in, functions.texi: Rebuild. |
| 251 |
| 252 * maint-tool: Accept .def files in the include directory. |
| 253 |
| 254 2012-09-18 Florian Weimer <fweimer@redhat.com> |
| 255 |
| 256 PR other/54411 |
| 257 * objalloc.c (_objalloc_alloc): Add overflow check covering |
| 258 alignment and CHUNK_HEADER_SIZE addition. |
| 259 |
| 260 2011-08-28 H.J. Lu <hongjiu.lu@intel.com> |
| 261 |
| 262 * argv.c (dupargv): Replace malloc with xmalloc. Don't check |
| 263 xmalloc return. |
| 264 (buildargv): Likewise. Also replace strdup with xstrdup. |
| 265 (expandargv): Don't check dupargv return. |
| 266 |
| 267 2011-08-28 H.J. Lu <hongjiu.lu@intel.com> |
| 268 |
| 269 PR binutils/14526 |
| 270 * argv.c (buildargv): Replace alloca with xmalloc/free. |
| 271 |
| 272 2012-08-17 Andreas Schwab <schwab@linux-m68k.org> |
| 273 |
| 274 * floatformat.c (floatformat_to_double): Correctly handle numbers |
| 275 between 1 and 2. Simplify handling of denormal number. |
| 276 (main): Test with 1.1. |
| 277 |
1 2012-07-31 Mike Frysinger <vapier@gentoo.org> | 278 2012-07-31 Mike Frysinger <vapier@gentoo.org> |
2 | 279 |
3 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output | 280 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output |
4 to swap_bytes, and then call memcpy to move it to ctx->buffer. | 281 to swap_bytes, and then call memcpy to move it to ctx->buffer. |
5 | 282 |
| 283 2012-07-26 Kazu Hirata <kazu@codesourcery.com> |
| 284 Sandra Loosemore <sandra@codesourcery.com> |
| 285 |
| 286 * pex-win32.c (pex_win32_exec_child): Only close original file |
| 287 descriptors if child is launched successfully. |
| 288 |
| 289 2012-07-18 Jason Merrill <jason@redhat.com> |
| 290 |
| 291 * cp-demangle.c (cplus_demangle_operators): Add *_cast. |
| 292 (op_is_new_cast): New. |
| 293 (d_expression, d_print_comp): Check it. |
| 294 |
6 2012-07-13 Doug Evans <dje@google.com> | 295 2012-07-13 Doug Evans <dje@google.com> |
7 | 296 |
8 * filename_cmp.c (filename_hash, filename_eq): New functions. | 297 * filename_cmp.c (filename_hash, filename_eq): New functions. |
9 | 298 |
10 2012-06-29 Andreas Schwab <schwab@linux-m68k.org> | 299 2012-06-29 Andreas Schwab <schwab@linux-m68k.org> |
11 | 300 |
12 * copying-lib.texi (Library Copying): Don't use @heading inside | 301 * copying-lib.texi (Library Copying): Don't use @heading inside |
13 @enumerate. | 302 @enumerate. |
14 | 303 |
15 2012-05-22 Tom Tromey <tromey@redhat.com> | 304 2012-05-22 Tom Tromey <tromey@redhat.com> |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 | 712 |
424 * setproctitle.c: Add space after function name in @deftypefn | 713 * setproctitle.c: Add space after function name in @deftypefn |
425 comment. | 714 comment. |
426 * functions.texi: Rebuild. | 715 * functions.texi: Rebuild. |
427 | 716 |
428 2010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 717 2010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
429 | 718 |
430 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete. | 719 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete. |
431 * configure: Regenerate. | 720 * configure: Regenerate. |
432 | 721 |
433 2010-10-07 Andi Kleen <ak@linux.intel.com> | 722 2010-10-07 Andi Kleen <ak@linux.intel.com> |
434 | 723 |
435 * configure: Regenerate. | 724 * configure: Regenerate. |
436 * configure.ac: Turn PR_SET_NAME check into link check. | 725 * configure.ac: Turn PR_SET_NAME check into link check. |
437 | 726 |
438 2010-10-06 Andi Kleen <ak@linux.intel.com> | 727 2010-10-06 Andi Kleen <ak@linux.intel.com> |
439 | 728 |
440 * Makefile.in (CFILES): Add setproctitle. | 729 * Makefile.in (CFILES): Add setproctitle. |
441 (CONFIGURED_OFILES): Add setproctitle. | 730 (CONFIGURED_OFILES): Add setproctitle. |
442 (setproctitle): Add rule. | 731 (setproctitle): Add rule. |
443 * config.in: Regenerate. | 732 * config.in: Regenerate. |
444 * configure: Regenerate. | 733 * configure: Regenerate. |
445 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle. | 734 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle. |
446 * setproctitle.c: Add file. | 735 * setproctitle.c: Add file. |
447 * functions.texi: Regenerate. | 736 * functions.texi: Regenerate. |
448 | 737 |
(...skipping 8212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8661 | 8950 |
8662 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com) | 8951 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com) |
8663 | 8952 |
8664 * obstack.c: Merge with latest FSF version. | 8953 * obstack.c: Merge with latest FSF version. |
8665 | 8954 |
8666 | 8955 |
8667 | 8956 |
8668 Local Variables: | 8957 Local Variables: |
8669 version-control: never | 8958 version-control: never |
8670 End: | 8959 End: |
OLD | NEW |