Changeset 609 for branches/GNU/src/binutils/include/ChangeLog
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/include/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 2001-06-07 Alan Modra <amodra@bigpond.net.au> 2 3 * Many files: Update copyright notices. 4 5 2001-05-28 Philip Blundell <philb@gnu.org> 6 7 From 2001-05-11 Jakub Jelinek <jakub@redhat.com> 8 * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. 9 (ELF_STRING_ia64_unwind_info_once): Define. 1 2003-05-21 Nick Clifton <nickc@redhat.com> 2 3 * bfdlink.h (struct bfd_link_hash_table): Fix typo in comment. 4 5 2003-05-09 Alan Modra <amodra@bigpond.net.au> 6 7 * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on 8 gen_num_opcodes_fn return type. 9 10 2003-04-28 H.J. Lu <hjl@gnu.org> 11 12 * bfdlink.h (bfd_link_info): Add relax_finalizing. 13 14 2003-04-23 H.J. Lu <hjl@gnu.org> 15 16 * bfdlink.h (bfd_link_callbacks): Add error_handler. 17 18 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com> 19 20 * coff/tic4x.h: Namespace cleanup. Replace s/c4x/tic4x 21 and s/c3x/tic3x/ 22 * coff/tc-tic4x.h: Ditto 23 * opcode/tic4x.h: Ditto 24 25 2003-04-02 Bob Wilson <bob.wilson@acm.org> 26 27 * xtensa-config.h: Remove comment indicating that this is a 28 generated file. 29 30 2003-04-01 Bob Wilson <bob.wilson@acm.org> 31 32 * dis-asm.h (print_insn_xtensa): Declare. 33 * xtensa-config.h: New file. 34 * xtensa-isa-internal.h: Likewise. 35 * xtensa-isa.h: Likewise. 36 37 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 38 39 * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF, 40 ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2, 41 ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4, 42 ATTRIBUTE_NULL_PRINTF_5): New. 43 (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL. 44 45 2003-03-17 Jan Hubicka <jh@suse.cz> 46 47 * hashtab.h (htab_traverse_noresize): Declare. 48 49 2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 50 51 * libiberty.h: Document return value of physmem routines. 52 53 2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 54 55 * libiberty.h (physmem_total, physmem_available): Prototype. 56 57 2003-02-20 Daniel Jacobowitz <drow@mvista.com> 58 59 * libiberty.h (lrealpath): Add declaration. 60 61 2003-01-31 Grant Grundler <grundler@dsl2.external.hp.com> 62 63 * hppa.h (ldwa, ldda): Add ordered opcodes. 64 65 2003-01-26 Daniel Jacobowitz <drow@mvista.com> 66 67 * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. 68 (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. 69 (htab_create_alloc_ex): New prototype. 70 (htab_set_functions_ex): New prototype. 71 72 2003-01-25 Jakub Jelinek <jakub@redhat.com> 73 74 * elf/sparc.h: Add TLS relocs. Move R_SPARC_REV32 to 252. 75 76 2003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com> 77 78 * coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug 79 * coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros 80 81 2002-07-17 Geoffrey Keating <geoffk@redhat.com> 82 83 * splay-tree.h (GTY): Define if undefined. 84 (splay_tree_allocate_fn): Return PTR for compatibility, not void *. 85 (struct splay_tree_node_s): Support gengtype. 86 (struct splay_tree_s): Likewise. Make allocate_data a PTR, 87 not a void *. 88 89 2002-01-02 Ben Elliston <bje@redhat.com> 90 91 * dis-asm.h (print_insn_iq2000): Declare. 92 93 2002-12-24 Dmitry Diky <diwil@mail.ru> 94 95 * dis-asm.h: Add msp430 disassembler prototype. 96 97 2002-12-27 Chris Demetriou <cgd@broadcom.com> 98 99 * dis-asm.h (print_mips_disassembler_options): Prototype. 100 101 2002-12-23 Alan Modra <amodra@bigpond.net.au> 102 103 * bfdlink.h (struct bfd_link_info): Add "strip_discarded". 104 105 2002-12-20 Alan Modra <amodra@bigpond.net.au> 106 107 * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with 108 bit-fields. Rearrange to put all like types together. 109 110 2002-11-30 Alan Modra <amodra@bigpond.net.au> 111 112 * bfdlink.h: Replace boolean with bfd_boolean. Formatting. 113 114 2002-11-23 Simon Burge <simonb@wasabisystems.com> 115 116 * libiberty.h (basename): Add NetBSD to the list. 117 118 2002-11-22 Daniel Jacobowitz <drow@mvista.com> 119 120 * libiberty.h (make_relative_prefix): Add prototype. 121 122 2002-11-16 Klee Dienes <kdienes@apple.com> 123 124 * opcode/m88k.h (INSTAB): Remove 'next' field. 125 (instruction): Remove definition; replace with extern declaration 126 and mark as const. 127 128 2002-11-14 Egor Duda <deo@logos-m.ru> 129 130 * bfdlink.h (struct bfd_link_info): Add new boolean 131 field pei386_runtime_pseudo_reloc. 132 133 2002-10-26 Roger Sayle <roger@eyesopen.com> 134 135 * partition.h: Close the extern "C" scope when compiling with C++. 136 137 2002-10-26 Roger Sayle <roger@eyesopen.com> 138 DJ Delorie <dj@redhat.com> 139 140 PR bootstrap/8351 141 * getopt.h: Avoid prototyping getopt with no arguments in C++. 142 143 2002-10-24 Nathan Tallent <eraxxon@alumni.rice.edu> 144 145 * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the 146 list of platform compilers that may look, smell and act 147 like __STDC__ but that may not define it. 148 149 2002-10-11 David O'Brien <obrien@FreeBSD.org> 150 151 * getopt.h: getopt is in unistd.h (based on SUSv2). 152 153 2002-09-26 Jakub Jelinek <jakub@redhat.com> 154 155 * elf/x86-64.h: Add TLS relocs. 156 157 2002-09-26 Andrew Cagney <ac131313@redhat.com> 158 159 * regs/: Delete directory. 160 161 2002-09-19 Alexandre Oliva <aoliva@redhat.com> 162 163 * libiberty.h (asprintf, vasprintf): Don't declare them if the 164 corresponding HAVE_DECL_ macro is 1. 165 166 2002-09-19 Jakub Jelinek <jakub@redhat.com> 167 168 * elf/i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE): 169 Define. 170 171 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu> 172 173 * dis-asm.h: Remove (errant) trailing semicolon (;) from the 174 extern "C" { } declaration. 175 176 2002-09-04 Nick Clifton <nickc@redhat.com> 177 178 * dis-asm.h (print_ppc_disassembler_options): Prototype. 179 180 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz> 181 182 * coff/internal.h: Add new relocation types. 183 * coff/ti.h: Add file-header flags for tic4x code. 184 * dis-asm.h: Add standard disassembler for tic4x. 185 * opcode/tic4x.h: New file. 186 * coff/tic4x.h: New file 187 188 2002-08-07 H.J. Lu <hjl@gnu.org> 189 190 * bfdlink.h (bfd_link_info): Add allow_undefined_version. 191 (bfd_elf_version_expr): Add symver and script. 192 193 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au> 194 195 * bfdlink.h (bfd_link_common_skip_ar_symbols): New enum. 196 (struct bfd_link_info): Add new field 'common_skip_ar_symbols'. 197 198 2002-07-25 Richard Sandiford <rsandifo@redhat.com> 199 200 * opcode/mips.h (CPU_R2000): Remove. 201 202 2002-07-19 Denis Chertykov <denisc@overta.ru> 203 Matthew Green <mrg@redhat.com> 204 205 * dis-asm.h (print_insn_ip2k): Declare. 206 207 2002-07-10 Jakub Jelinek <jakub@redhat.com> 208 209 * elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED, 210 DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define. 211 212 2002-07-01 Alan Modra <amodra@bigpond.net.au> 213 214 * bfdlink.h (struct bfd_sym_chain): Declare. 215 (struct bfd_link_info): Add gc_sym_list. Formatting fixes. 216 217 2002-06-25 Alan Modra <amodra@bigpond.net.au> 218 219 * demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. 220 * fibheap.h: Likewise. 221 * hashtab.h: Likewise. 222 * partition.h: Likewise. 223 * sort.h: Likewise. 224 * splay-tree.h: Likewise. 225 226 2002-06-24 Alan Modra <amodra@bigpond.net.au> 227 228 * libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME. 229 * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT. 230 231 2002-06-18 Dave Brolley <brolley@redhat.com> 232 233 From Catherine Moore: 234 * dis-asm.h (print_insn_frv): New prototype. 235 236 2002-06-09 Andrew Cagney <cagney@redhat.com> 237 238 * remote-sim.h: Move to directory gdb/. 239 * callback.h: Move to directory gdb/. 240 241 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu> 242 243 * bfdlink.h (struct bfd_link_info): Change type of 244 pei386_auto_import field to int so that -1 can mean enabled by 245 default and 1 can mean enabled by command line switch. 246 247 2002-06-06 DJ Delorie <dj@redhat.com> 248 249 * hashtab.h (htab): Rearrange new members for backward 250 compatibility. 251 (htab_create): Don't use a macro that requires other headers. 252 253 2002-06-05 Geoffrey Keating <geoffk@redhat.com> 254 255 * hashtab.h (htab_create): Restore prototype for backward 256 compatibility. 257 (htab_try_create): Likewise. 258 259 2002-05-22 Geoffrey Keating <geoffk@redhat.com> 260 261 * hashtab.h (struct htab): Update for change to length specifier. 262 263 2002-05-10 Geoffrey Keating <geoffk@redhat.com> 264 265 * hashtab.h (GTY): Define if undefined. 266 (htab_alloc): New typedef. 267 (htab_free): New typedef. 268 (struct htab): Support gengtype; allow user-specified memory 269 allocation. 270 (htab_create_alloc): New. 271 (htab_create): Replace with #define. 272 (htab_try_create): Delete. 273 274 2002-05-31 Michal Ludvig <mludvig@suse.cz> 275 276 * elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed 277 to DW_CFA_lo_user, DW_CFA_hi_user respectively. 278 279 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net> 280 281 * dis-asm.h: Prototype print_insn_dlx. 282 283 2002-05-23 Andrew Cagney <ac131313@redhat.com> 284 285 * sim-d10v.h: Delete file. Moved to include/gdb/. 286 287 2002-05-23 Jakub Jelinek <jakub@redhat.com> 288 289 * elf/common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define. 290 * elf/ia64.h (R_IA64_LTOFF_TPREL22): Renamed from R_IA64_LTOFF_TP22. 291 * elf/i386.h: Add TLS relocs. 292 293 2002-05-21 H.J. Lu (hjl@gnu.org) 294 295 * bfdlink.h (bfd_link_info): Add allow_multiple_definition. 296 297 2002-05-17 J"orn Rennecke <joern.rennecke@superh.com> 298 299 * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype. 300 301 2002-04-16 David S. Miller <davem@redhat.com> 302 303 * xregex2.h (__restrict_arr): Define to __restrict on GCC 304 3.1 and later. Do not redefine. 305 306 2002-04-01 Phil Edwards <pme@gcc.gnu.org> 307 308 * dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names. 309 310 2002-03-10 Daniel Jacobowitz <drow@mvista.com> 311 312 * gdb: New directory. 313 314 2002-03-06 Andrew Cagney <ac131313@redhat.com> 315 316 * floatformat.h (floatformat_arm_ext): Delete declaration. 317 318 2002-02-21 Jim Blandy <jimb@redhat.com> 319 320 Allow the user to specify functions for allocating memory for 321 splay tree roots and nodes. 322 * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn): 323 New types. 324 (splay_tree): New fields: `allocate', `deallocate', and 325 `allocate_data'. 326 (splay_tree_new_with_allocator): New function declaration. 327 328 2002-02-15 Alan Modra <amodra@bigpond.net.au> 329 330 Support arbitrary length fill patterns. 331 * bfdlink.h (enum bfd_link_order_type): Remove bfd_fill_link_order. 332 (struct bfd_link_order): Remove fill. Add data.size. 333 334 2002-02-08 Alexandre Oliva <aoliva@redhat.com> 335 336 Contribute sh64-elf. 337 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com> 338 * dis-asm.h (print_insn_sh64): New prototype. 339 (print_insn_sh64l): New prototype. 340 (print_insn_sh64x_media): New prototype. 341 342 2002-02-05 Frank Ch. Eigler <fche@redhat.com> 343 344 * dis-asm.h (disassemble_info): New field `insn_sets'. 345 (INIT_DISASSEMBLE_INFO): Clear it. 346 347 2002-02-05 Jason Merrill <jason@redhat.com> 348 349 * demangle.h (cplus_demangle_v3): Add "options" parm. 350 (cplus_demangle_v3_type): Remove prototype. 351 (DMGL_VERBOSE): New macro. 352 (DMGL_TYPES): New macro. 353 354 2002-02-02 H.J. Lu (hjl@gnu.org) 355 356 * demangle.h (cplus_demangle_v3_type): New prototype. 357 358 2002-01-31 Ivan Guzvinec <ivang@opencores.org> 359 360 * dis-asm.h : Add support for or32 targets 361 362 2002-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 363 364 * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC. 365 366 2002-01-27 David O'Brien <obrien@FreeBSD.org> 367 368 * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. 369 370 2001-12-14 Nick Clifton <nickc@cambridge.redhat.com> 371 372 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the 373 disassembler_options field (to NULL). 374 375 2001-12-13 Jakub Jelinek <jakub@redhat.com> 376 377 * bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field. 378 379 2001-12-07 Geoffrey Keating <geoffk@redhat.com> 380 381 * dis-asm.h (print_insn_xstormy16): Declare. 382 383 2001-12-06 Richard Henderson <rth@redhat.com> 384 385 * demangle.h (no_demangling): New. 386 (NO_DEMANGLING_STYLE_STRING): New. 387 388 2001-11-14 Alan Modra <amodra@bigpond.net.au> 389 390 * dis-asm.h (print_insn_i386): Declare. 391 392 2001-11-11 Timothy Wall <twall@alum.mit.edu> 393 394 * dis-asm.h: Fix comment to refer to octets rather than bytes. 395 396 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com> 397 398 * dis-asm.h (print_insn_mmix): Add prototype. 399 400 2001-10-24 Neil Booth <neil@daikokuya.demon.co.uk> 401 402 * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. 403 404 2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 405 406 * libiberty.h (hex_init): Revert delete. 407 408 * libiberty.h (_hex_value): Const-ify. 409 (hex_init): Delete. 410 411 2001-10-16 Christopher Faylor <cgf@redhat.com> 412 413 * filenames.h: Add cygwin to the list of dosish style path systems. 414 415 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 416 417 * demangle.h (demangler_engine): Const-ify. 418 * libiberty.h (buildargv): Likewise. 419 420 2001-10-03 Vassili Karpov <malc@pulsesoft.com> 421 422 * bfdlink.h (struct bfd_link_info): Add nocopyreloc field. 423 424 2001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 425 426 * libiberty.h (reconcat): New function. 427 428 2001-09-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 429 430 * libiberty.h (concat, concat_length, concat_copy, concat_copy2, 431 ACONCAT): Improve comments. 432 433 2001-09-18 Alan Modra <amodra@bigpond.net.au> 434 435 * objalloc.h (OBJALLOC_ALIGN): Define using offsetof. 436 437 2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 438 439 * libiberty.h (concat_length, concat_copy, concat_copy2, 440 libiberty_concat_ptr, ACONCAT): New. 441 442 * libiberty.h (ASTRDUP): New macro. 443 libiberty_optr, libiberty_nptr, libiberty_len): Declare. 444 445 2001-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 446 447 * ansidecl.h: Update comments reflecting previous change. 448 449 2001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 450 451 * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses. 452 453 2001-08-25 Nick Clifton <nickc@cambridge.redhat.com> 454 455 * bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to 456 unsigned to remove a compile time warning message. 457 458 2001-08-24 H.J. Lu <hjl@gnu.org> 459 460 * bfdlink.h (bfd_link_hash_table_type): New. The linker hash 461 table type, bfd_link_generic_hash_table and 462 bfd_link_elf_hash_table. 463 (bfd_link_hash_table): Add a new field, type, for the linker 464 hash table type. 465 466 2001-08-23 Jakub Jelinek <jakub@redhat.com> 467 468 * bfdlink.h (struct bfd_link_info): Add combreloc and 469 spare_dynamic_tags fields. 470 471 2001-08-23 Lars Brinkhoff <lars@nocrew.org> 472 473 * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: 474 replace "GNU CC" with "GCC". 475 476 2001-08-21 Richard Henderson <rth@redhat.com> 477 478 * fibheap.h: Tidy formatting. 479 (fibnode_t): Limit degree to 31 bits to avoid warning. 480 481 2001-08-20 Daniel Berlin <dan@cgsoftware.com> 482 483 * fibheap.h: New file. Fibonacci heap. 484 485 2001-08-20 Andrew Cagney <ac131313@redhat.com> 486 487 * floatformat.h (floatformat_arm_ext): Document as deprecated. 488 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) 489 (floatformat_ia64_spill_little, floatformat_ia64_quad_little) 490 (floatformat_ia64_spill_big, floatformat_ia64_quad_big) 491 (floatformat_m88110_harris_ext): Declare. 492 493 2001-08-18 Zack Weinberg <zackw@panix.com> 494 495 * ansidecl.h: Reorganize for readability, remove documentation 496 of obsolete macros, document PARAMS and VPARAMS. Add new 497 macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic 498 function implementation. 499 500 2001-08-16 Richard Henderson <rth@redhat.com> 501 502 * hashtab.h (htab_hash_string): Declare. 503 504 2001-08-10 Andrew Cagney <ac131313@redhat.com> 505 506 * libiberty.h (lbasename): Change function declaration to return a 507 const char pointer. 508 509 2001-08-02 Mark Kettenis <kettenis@gnu.org> 510 511 * xregex.h (_REGEX_RE_COMP): Define. 512 (re_comp): Define to xre_comp. 513 (re_exec): Define to xre_exec. 514 515 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu> 516 517 * bfdlink.h (struct bfd_link_info): add new boolean 518 field pei386_auto_import. 519 520 2001-07-18 Andreas Jaeger <aj@suse.de> 521 522 * xregex2.h: Place under LGPL version 2.1. 523 524 2001-07-10 Jeff Johnston <jjohnstn@redhat.com> 525 526 * xregex.h: New file to support libiberty regex. 527 * xregex2.h: Ditto. 528 529 2001-06-15 Hans-Peter Nilsson <hp@axis.com> 530 531 * bfdlink.h (struct bfd_link_info): New member export_dynamic. 532 533 2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu> 534 535 * partition.h: Fix misspelling of `implementation'. 536 537 2001-05-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 538 539 * ansidecl.h (NULL_PTR): Delete. 540 541 2001-05-07 Zack Weinberg <zackw@stanford.edu> 542 543 * demangle.h: Use PARAMS for all prototypes. 544 * ternary.h: Use PARAMS for all prototypes. Use PTR, not void *. 545 Make arguments constant where possible. 546 547 2001-05-07 Mark Mitchell <mark@codesourcery.com> 548 549 * splay-tree.h (splay_tree_max): New function. 550 (splay_tree_min): Likewise. 551 552 2001-04-27 Johan Rydberg <jrydberg@opencores.org> 553 554 * dis-asm.h (print_insn_openrisc): Add prototype. 555 556 2001-04-15 Daniel Berlin <dan@cgsoftware.com> 557 558 * ternary.h: New file - Ternary search tree header. 559 560 2001-04-13 Jakub Jelinek <jakub@redhat.com> 561 562 * bfdlink.h (bfd_link_discard): Add discard_sec_merge. 563 564 2001-04-03 Zack Weinberg <zackw@stanford.edu> 565 566 * ansidecl.h: All logic from gcc/gansidecl.h moved here. 567 568 2001-03-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 569 570 * libiberty.h (alloca): Handle setting C_ALLOCA. 571 572 2001-03-20 Jim Blandy <jimb@redhat.com> 573 574 * demangle.h (enum gnu_v3_constructor_kinds, 575 is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, 576 is_gnu_v3_mangled_dtor): New declarations. 577 578 2001-03-14 Nick Clifton <nickc@redhat.com> 579 580 * ansidecl.h: Fix copyright dates. 581 * demangle.h: Fix copyright dates. 582 * floatformat.h: Fix copyright dates. 583 * fnmatch.h: Fix copyright dates. 584 * getopt.h: Fix copyright dates. 585 * libiberty.h: Add FSF copyright notice. 586 * md5.h: Fix copyright dates. 587 * obstack.h: Fix copyright dates. 588 * splay-tree.h: Fix copyright dates. 589 590 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk> 591 John David Anglin <dave@hiauly1.hia.nrc.ca> 592 593 * libiberty.h: Add lbasename. 594 595 2001-03-06 Zack Weinberg <zackw@stanford.edu> 596 597 * libiberty.h: Prototype C_alloca; define alloca to either 598 __builtin_alloca or C_alloca as appropriate. 599 600 2001-03-01 John David Anglin <dave@hiauly1.hia.nrc.ca> 601 602 * safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc 603 compatibility. 604 605 2001-02-18 lars brinkhoff <lars@nocrew.org> 606 607 * dis-asm.h: Add PDP-11 target. 608 609 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> 610 611 * dis-asm.h: Add linux target for S/390. 10 612 11 613 2001-01-11 Peter Targett <peter.targett@arccores.com> … … 49 651 * getopt.h obstack.h: Standarize copyright statement. 50 652 51 2000-12-0 5Richard Henderson <rth@redhat.com>653 2000-12-04 Richard Henderson <rth@redhat.com> 52 654 53 655 * demangle.h: Change "new_abi" to "v3" everywhere. 54 656 55 2000-11-2 9Zack Weinberg <zack@wolery.stanford.edu>657 2000-11-22 Zack Weinberg <zack@wolery.stanford.edu> 56 658 57 659 * libiberty.h: Move #includes to top. Prototype xmalloc_failed. … … 1803 2405 Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com) 1804 2406 1805 RS/6000 support, by Metin G. Ozisik, Mimi Ph ûông-Thåo Võ, and2407 RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and 1806 2408 John Gilmore. 1807 2409 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.