1 1.1 skrll 2003-12-19 Andreas Tobler <a.tobler (a] schweiz.ch> 2 1.1 skrll 3 1.1 skrll * include/fibheap.h (fibnode): Use __extension__ for 4 1.1 skrll bit-fields mark and degree if __GNUC__. 5 1.1 skrll 6 1.1 skrll 2003-12-18 Kazu Hirata <kazu (a] cs.umass.edu> 7 1.1 skrll 8 1.1 skrll * include/fibheap.h (fibnode): Use unsigned long int for 9 1.1 skrll bit-fields if __GNUC__ is defined. 10 1.1 skrll 11 1.1 skrll 2003-12-19 Andreas Tobler <a.tobler (a] schweiz.ch> 12 1.1 skrll 13 1.1 skrll * fibheap.h (fibnode): Use __extension__ for 14 1.1 skrll bit-fields mark and degree if __GNUC__. 15 1.1 skrll 16 1.1 skrll 2003-12-18 Kazu Hirata <kazu (a] cs.umass.edu> 17 1.1 skrll 18 1.1 skrll * fibheap.h (fibnode): Use unsigned long int for 19 1.1 skrll bit-fields if __GNUC__ is defined. 20 1.1 skrll 21 1.1 skrll 2003-12-04 H.J. Lu <hongjiu.lu (a] intel.com> 22 1.1 skrll 23 1.1 skrll * bfdlink.h (bfd_link_info): Change relax_finalizing to 24 1.1 skrll need_relax_finalize. 25 1.1 skrll 26 1.1 skrll 2003-12-03 Alan Modra <amodra (a] bigpond.net.au> 27 1.1 skrll 28 1.1 skrll * bfdlink.h (struct bfd_link_hash_entry): Rename "next" to "und_next". 29 1.1 skrll 30 1.1 skrll 2003-12-02 Alan Modra <amodra (a] bigpond.net.au> 31 1.1 skrll 32 1.1 skrll * bfdlink.h (struct bfd_link_info): Remove mpc860c0 field. 33 1.1 skrll 34 1.1 skrll 2003-11-14 Nick Clifton <nickc (a] redhat.com> 35 1.1 skrll 36 1.1 skrll * dis-asm.h (struct disassemble_info): Add new field 37 1.1 skrll 'symbol_is_valid' which is a function which can tell the 38 1.1 skrll disassembler to skip certain symbols as they should not be 39 1.1 skrll displayed to the user. 40 1.1 skrll (arm_symbol_is_valid): New prototype. This is the ARM 41 1.1 skrll specific function for the symbol_is_valid field. 42 1.1 skrll (generic_symbol_is_valid): New prototype. This is the default 43 1.1 skrll function pointed to by the symbol_is_valid field. 44 1.1 skrll 45 1.1 skrll 2003-11-06 Bruno Rohee <bruno (a] rohee.com> 46 1.1 skrll 47 1.1 skrll * hp-symtab.h: Fix "the the" typo. 48 1.1 skrll 49 1.1 skrll 2003-10-24 H.J. Lu <hongjiu.lu (a] intel.com> 50 1.1 skrll 51 1.1 skrll * bfdlink.h (bfd_elf_version_expr): Add "symbol" and remove 52 1.1 skrll "wildcard". 53 1.1 skrll 54 1.1 skrll 2003-10-22 Joseph S. Myers <jsm (a] polyomino.org.uk> 55 1.1 skrll 56 1.1 skrll * obstack.h: Merge the following change from gnulib: 57 1.1 skrll 2003-10-21 Paul Eggert <eggert (a] twinsun.com> 58 1.1 skrll * obstack.h (obstack_1grow_fast): Properly parenthesize arg. 59 1.1 skrll (obstack_ptr_grow_fast, obstack_int_grow_fast): 60 1.1 skrll Don't use lvalue casts, as GCC plans to remove support for them 61 1.1 skrll in GCC 3.5. Reported by Joseph S. Myers. This bug 62 1.1 skrll was also present in the non-GCC version, indicating that this 63 1.1 skrll code had always been buggy and had never been widely used. 64 1.1 skrll (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank): 65 1.1 skrll Use the fast variant of each macro, rather than copying the 66 1.1 skrll definiens of the fast variant; that way, we'll be more likely to 67 1.1 skrll catch future bugs in the fast variants. 68 1.1 skrll 69 1.1 skrll 2003-10-22 Jakub Jelinek <jakub (a] redhat.com> 70 1.1 skrll 71 1.1 skrll * bfdlink.h (struct bfd_elf_version_expr): Remove match field. 72 1.1 skrll Add wildcard and mask fields. 73 1.1 skrll (BFD_ELF_VERSION_C_TYPE): Define. 74 1.1 skrll (BFD_ELF_VERSION_CXX_TYPE): Likewise. 75 1.1 skrll (BFD_ELF_VERSION_JAVA_TYPE): Likewise. 76 1.1 skrll (struct bfd_elf_version_expr_head): New. 77 1.1 skrll (struct bfd_elf_version_tree): Add match field. 78 1.1 skrll Change type of globals and locals fields 79 1.1 skrll to struct bfd_elf_version_expr_head. 80 1.1 skrll 81 1.1 skrll 2003-09-22 Andrew Cagney <cagney (a] redhat.com> 82 1.1 skrll 83 1.1 skrll * floatformat.h (struct floatformat): Add field "is_valid". 84 1.1 skrll 85 1.1 skrll 2003-09-15 Andrew Cagney <cagney (a] redhat.com> 86 1.1 skrll 87 1.1 skrll * floatformat.h (floatformat_to_double): Make input buffer constant. 88 1.1 skrll (floatformat_from_double, floatformat_is_valid): Ditto. 89 1.1 skrll 90 1.1 skrll 2003-09-15 Andrew Cagney <cagney (a] redhat.com> 91 1.1 skrll 92 1.1 skrll * floatformat.h (struct floatformat): Make "exp_bias" signed. 93 1.1 skrll 94 1.1 skrll 2003-09-15 Daniel Jacobowitz <drow (a] mvista.com> 95 1.1 skrll 96 1.1 skrll * floatformat.h (floatformat_is_valid): Add prototype. 97 1.1 skrll 98 1.1 skrll 2003-08-27 Andrew Cagney <cagney (a] redhat.com> 99 1.1 skrll 100 1.1 skrll * dis-asm.h (init_disassemble_info): Declare. 101 1.1 skrll (INIT_DISASSEMBLE_INFO): Redefine as a call to 102 1.1 skrll init_disassemble_info. 103 1.1 skrll (INIT_DISASSEMBLE_INFO_NO_ARCH): Ditto. 104 1.1 skrll 105 1.1 skrll 2003-08-20 Nick Clifton <nickc (a] redhat.com> 106 1.1 skrll 107 1.1 skrll * bfdlink.h (enum report_method): New enum. Describes how to 108 1.1 skrll report something. 109 1.1 skrll (struct bfd_link_info): Delete fields 'no_undefined' and 110 1.1 skrll 'allow_shlib_undefined'. Replace with 111 1.1 skrll 'unresolved_symbols_in_objects' and 112 1.1 skrll 'unresolved_symbols_in_shared_libs'. 113 1.1 skrll 114 1.1 skrll 2003-08-07 Alan Modra <amodra (a] bigpond.net.au> 115 1.1 skrll 116 1.1 skrll * bfdlink.h: Remove PARAMS macro. Replace PTR with void *. 117 1.1 skrll * dis-asm.h: Likewise. 118 1.1 skrll 119 1.1 skrll 2003-07-09 Bob Wilson <bob.wilson (a] acm.org> 120 1.1 skrll 121 1.1 skrll * xtensa-config.h: Undef all macros before defining them. 122 1.1 skrll 123 1.1 skrll 2003-07-06 H.J. Lu <hongjiu.lu (a] intel.com> 124 1.1 skrll 125 1.1 skrll * demangle.h: Support C++. 126 1.1 skrll 127 1.1 skrll 2003-07-01 Zack Weinberg <zack (a] codesourcery.com> 128 1.1 skrll 129 1.1 skrll * filenames.h: New file imported from binutils. 130 1.1 skrll 131 1.1 skrll 2003-06-30 Bob Wilson <bob.wilson (a] acm.org> 132 1.1 skrll 133 1.1 skrll * xtensa-config.h: New file imported from binutils. 134 1.1 skrll 135 1.1 skrll 2003-06-30 Bob Wilson <bob.wilson (a] acm.org> 136 1.1 skrll 137 1.1 skrll * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS, 138 1.1 skrll XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define. 139 1.1 skrll 140 1.1 skrll 2003-06-25 Alan Modra <amodra (a] bigpond.net.au> 141 1.1 skrll 142 1.1 skrll * bfdlink.h: Correct spelling of "relocatable". 143 1.1 skrll 144 1.1 skrll 2003-06-22 Zack Weinberg <zack (a] codesourcery.com> 145 1.1 skrll 146 1.1 skrll * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to 147 1.1 skrll HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC 148 1.1 skrll respectively. 149 1.1 skrll 150 1.1 skrll 2003-06-21 Zack Weinberg <zack (a] codesourcery.com> 151 1.1 skrll 152 1.1 skrll * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET): 153 1.1 skrll New #defines. 154 1.1 skrll 155 1.1 skrll 2003-06-17 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 156 1.1 skrll 157 1.1 skrll * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support. 158 1.1 skrll 159 1.1 skrll 2003-05-23 Jakub Jelinek <jakub (a] redhat.com> 160 1.1 skrll 161 1.1 skrll * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack. 162 1.1 skrll 163 1.1 skrll 2003-06-03 H.J. Lu <hongjiu.lu (a] intel.com> 164 1.1 skrll 165 1.1 skrll * bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New. 166 1.1 skrll 167 1.1 skrll 2003-05-30 Ulrich Drepper <drepper (a] redhat.com> 168 1.1 skrll Jakub Jelinek <jakub (a] redhat.com> 169 1.1 skrll 170 1.1 skrll * bfdlink.h (struct bfd_link_info): Add pie and executable 171 1.1 skrll bits. 172 1.1 skrll 173 1.1 skrll 2003-05-21 Nick Clifton <nickc (a] redhat.com> 174 1.1 skrll 175 1.1 skrll * bfdlink.h (struct bfd_link_hash_table): Fix typo in comment. 176 1.1 skrll 177 1.1 skrll 2003-05-15 Jim Blandy <jimb (a] redhat.com> 178 1.1 skrll 179 1.1 skrll * libiberty.h (hex_value): Make the value an unsigned int, to 180 1.1 skrll avoid unexpected sign-extension when cast to unsigned types larger 181 1.1 skrll than int --- like bfd_vma, on some platforms. 182 1.1 skrll (_hex_value): Update declaration. 183 1.1 skrll 184 1.1 skrll 2003-05-09 Alan Modra <amodra (a] bigpond.net.au> 185 1.1 skrll 186 1.1 skrll * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on 187 1.1 skrll gen_num_opcodes_fn return type. 188 1.1 skrll 189 1.1 skrll 2003-05-07 Jason Merrill <jason (a] redhat.com> 190 1.1 skrll 191 1.1 skrll * hashtab.h (iterative_hash): Prototype. 192 1.1 skrll (iterative_hash_object): New macro. 193 1.1 skrll 194 1.1 skrll 2003-04-28 H.J. Lu <hjl (a] gnu.org> 195 1.1 skrll 196 1.1 skrll * bfdlink.h (bfd_link_info): Add relax_finalizing. 197 1.1 skrll 198 1.1 skrll 2003-04-23 H.J. Lu <hjl (a] gnu.org> 199 1.1 skrll 200 1.1 skrll * bfdlink.h (bfd_link_callbacks): Add error_handler. 201 1.1 skrll 202 1.1 skrll 2003-04-02 Bob Wilson <bob.wilson (a] acm.org> 203 1.1 skrll 204 1.1 skrll * xtensa-config.h: Remove comment indicating that this is a 205 1.1 skrll generated file. 206 1.1 skrll 207 1.1 skrll 2003-04-01 Bob Wilson <bob.wilson (a] acm.org> 208 1.1 skrll 209 1.1 skrll * dis-asm.h (print_insn_xtensa): Declare. 210 1.1 skrll * xtensa-config.h: New file. 211 1.1 skrll * xtensa-isa-internal.h: Likewise. 212 1.1 skrll * xtensa-isa.h: Likewise. 213 1.1 skrll 214 1.1 skrll 2003-03-17 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 215 1.1 skrll 216 1.1 skrll * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF, 217 1.1 skrll ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2, 218 1.1 skrll ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4, 219 1.1 skrll ATTRIBUTE_NULL_PRINTF_5): New. 220 1.1 skrll (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL. 221 1.1 skrll 222 1.1 skrll 2003-03-17 Jan Hubicka <jh (a] suse.cz> 223 1.1 skrll 224 1.1 skrll * hashtab.h (htab_traverse_noresize): Declare. 225 1.1 skrll 226 1.1 skrll 2003-02-27 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 227 1.1 skrll 228 1.1 skrll * libiberty.h: Document return value of physmem routines. 229 1.1 skrll 230 1.1 skrll 2003-02-20 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 231 1.1 skrll 232 1.1 skrll * libiberty.h (physmem_total, physmem_available): Prototype. 233 1.1 skrll 234 1.1 skrll 2003-02-20 Daniel Jacobowitz <drow (a] mvista.com> 235 1.1 skrll 236 1.1 skrll * libiberty.h (lrealpath): Add declaration. 237 1.1 skrll 238 1.1 skrll 2003-01-31 Grant Grundler <grundler (a] dsl2.external.hp.com> 239 1.1 skrll 240 1.1 skrll * hppa.h (ldwa, ldda): Add ordered opcodes. 241 1.1 skrll 242 1.1 skrll 2003-01-26 Daniel Jacobowitz <drow (a] mvista.com> 243 1.1 skrll 244 1.1 skrll * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. 245 1.1 skrll (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. 246 1.1 skrll (htab_create_alloc_ex): New prototype. 247 1.1 skrll (htab_set_functions_ex): New prototype. 248 1.1 skrll 249 1.1 skrll 2002-07-17 Geoffrey Keating <geoffk (a] redhat.com> 250 1.1 skrll 251 1.1 skrll * splay-tree.h (GTY): Define if undefined. 252 1.1 skrll (splay_tree_allocate_fn): Return PTR for compatibility, not void *. 253 1.1 skrll (struct splay_tree_node_s): Support gengtype. 254 1.1 skrll (struct splay_tree_s): Likewise. Make allocate_data a PTR, 255 1.1 skrll not a void *. 256 1.1 skrll 257 1.1 skrll 2002-01-02 Ben Elliston <bje (a] redhat.com> 258 1.1 skrll 259 1.1 skrll * dis-asm.h (print_insn_iq2000): Declare. 260 1.1 skrll 261 1.1 skrll 2002-12-24 Dmitry Diky <diwil (a] mail.ru> 262 1.1 skrll 263 1.1 skrll * dis-asm.h: Add msp430 disassembler prototype. 264 1.1 skrll 265 1.1 skrll 2002-12-27 Chris Demetriou <cgd (a] broadcom.com> 266 1.1 skrll 267 1.1 skrll * dis-asm.h (print_mips_disassembler_options): Prototype. 268 1.1 skrll 269 1.1 skrll 2002-12-23 Alan Modra <amodra (a] bigpond.net.au> 270 1.1 skrll 271 1.1 skrll * bfdlink.h (struct bfd_link_info): Add "strip_discarded". 272 1.1 skrll 273 1.1 skrll 2002-12-20 Alan Modra <amodra (a] bigpond.net.au> 274 1.1 skrll 275 1.1 skrll * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with 276 1.1 skrll bit-fields. Rearrange to put all like types together. 277 1.1 skrll 278 1.1 skrll 2002-11-30 Alan Modra <amodra (a] bigpond.net.au> 279 1.1 skrll 280 1.1 skrll * bfdlink.h: Replace boolean with bfd_boolean. Formatting. 281 1.1 skrll 282 1.1 skrll 2002-11-23 Simon Burge <simonb (a] wasabisystems.com> 283 1.1 skrll 284 1.1 skrll * libiberty.h (basename): Add NetBSD to the list. 285 1.1 skrll 286 1.1 skrll 2002-11-22 Daniel Jacobowitz <drow (a] mvista.com> 287 1.1 skrll 288 1.1 skrll * libiberty.h (make_relative_prefix): Add prototype. 289 1.1 skrll 290 1.1 skrll 2002-11-14 Egor Duda <deo (a] logos-m.ru> 291 1.1 skrll 292 1.1 skrll * bfdlink.h (struct bfd_link_info): Add new boolean 293 1.1 skrll field pei386_runtime_pseudo_reloc. 294 1.1 skrll 295 1.1 skrll 2002-10-26 Roger Sayle <roger (a] eyesopen.com> 296 1.1 skrll 297 1.1 skrll * partition.h: Close the extern "C" scope when compiling with C++. 298 1.1 skrll 299 1.1 skrll 2002-10-26 Roger Sayle <roger (a] eyesopen.com> 300 1.1 skrll DJ Delorie <dj (a] redhat.com> 301 1.1 skrll 302 1.1 skrll PR bootstrap/8351 303 1.1 skrll * getopt.h: Avoid prototyping getopt with no arguments in C++. 304 1.1 skrll 305 1.1 skrll 2002-10-24 Nathan Tallent <eraxxon (a] alumni.rice.edu> 306 1.1 skrll 307 1.1 skrll * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the 308 1.1 skrll list of platform compilers that may look, smell and act 309 1.1 skrll like __STDC__ but that may not define it. 310 1.1 skrll 311 1.1 skrll 2002-10-11 David O'Brien <obrien (a] FreeBSD.org> 312 1.1 skrll 313 1.1 skrll * getopt.h: getopt is in unistd.h (based on SUSv2). 314 1.1 skrll 315 1.1 skrll 2002-09-26 Andrew Cagney <ac131313 (a] redhat.com> 316 1.1 skrll 317 1.1 skrll * regs/: Delete directory. 318 1.1 skrll 319 1.1 skrll 2002-09-19 Alexandre Oliva <aoliva (a] redhat.com> 320 1.1 skrll 321 1.1 skrll * libiberty.h (asprintf, vasprintf): Don't declare them if the 322 1.1 skrll corresponding HAVE_DECL_ macro is 1. 323 1.1 skrll 324 1.1 skrll 2002-09-19 Nathan Tallent <eraxxon (a] alumni.rice.edu> 325 1.1 skrll 326 1.1 skrll * dis-asm.h: Remove (errant) trailing semicolon (;) from the 327 1.1 skrll extern "C" { } declaration. 328 1.1 skrll 329 1.1 skrll 2002-09-04 Nick Clifton <nickc (a] redhat.com> 330 1.1 skrll 331 1.1 skrll * dis-asm.h (print_ppc_disassembler_options): Prototype. 332 1.1 skrll 333 1.1 skrll 2002-08-28 Michael Hayes <m.hayes (a] elec.canterbury.ac.nz> 334 1.1 skrll 335 1.1 skrll * dis-asm.h: Add standard disassembler for tic4x. 336 1.1 skrll 337 1.1 skrll 2002-08-07 H.J. Lu <hjl (a] gnu.org> 338 1.1 skrll 339 1.1 skrll * bfdlink.h (bfd_link_info): Add allow_undefined_version. 340 1.1 skrll (bfd_elf_version_expr): Add symver and script. 341 1.1 skrll 342 1.1 skrll 2002-07-31 Ian Dall <ian (a] sibyl.beware.dropbear.id.au> 343 1.1 skrll 344 1.1 skrll * bfdlink.h (bfd_link_common_skip_ar_symbols): New enum. 345 1.1 skrll (struct bfd_link_info): Add new field 'common_skip_ar_symbols'. 346 1.1 skrll 347 1.1 skrll 2002-07-19 Denis Chertykov <denisc (a] overta.ru> 348 1.1 skrll Matthew Green <mrg (a] redhat.com> 349 1.1 skrll 350 1.1 skrll * dis-asm.h (print_insn_ip2k): Declare. 351 1.1 skrll 352 1.1 skrll 2002-07-01 Alan Modra <amodra (a] bigpond.net.au> 353 1.1 skrll 354 1.1 skrll * bfdlink.h (struct bfd_sym_chain): Declare. 355 1.1 skrll (struct bfd_link_info): Add gc_sym_list. Formatting fixes. 356 1.1 skrll 357 1.1 skrll 2002-06-25 Alan Modra <amodra (a] bigpond.net.au> 358 1.1 skrll 359 1.1 skrll * demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. 360 1.1 skrll * fibheap.h: Likewise. 361 1.1 skrll * hashtab.h: Likewise. 362 1.1 skrll * partition.h: Likewise. 363 1.1 skrll * sort.h: Likewise. 364 1.1 skrll * splay-tree.h: Likewise. 365 1.1 skrll 366 1.1 skrll 2002-06-24 Alan Modra <amodra (a] bigpond.net.au> 367 1.1 skrll 368 1.1 skrll * libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME. 369 1.1 skrll * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT. 370 1.1 skrll 371 1.1 skrll 2002-06-18 Dave Brolley <brolley (a] redhat.com> 372 1.1 skrll 373 1.1 skrll From Catherine Moore: 374 1.1 skrll * dis-asm.h (print_insn_frv): New prototype. 375 1.1 skrll 376 1.1 skrll 2002-06-09 Andrew Cagney <cagney (a] redhat.com> 377 1.1 skrll 378 1.1 skrll * remote-sim.h: Move to directory gdb/. 379 1.1 skrll * callback.h: Move to directory gdb/. 380 1.1 skrll 381 1.1 skrll 2002-06-07 Charles Wilson <cwilson (a] ece.gatech.edu> 382 1.1 skrll 383 1.1 skrll * bfdlink.h (struct bfd_link_info): Change type of 384 1.1 skrll pei386_auto_import field to int so that -1 can mean enabled by 385 1.1 skrll default and 1 can mean enabled by command line switch. 386 1.1 skrll 387 1.1 skrll 2002-06-06 DJ Delorie <dj (a] redhat.com> 388 1.1 skrll 389 1.1 skrll * hashtab.h (htab): Rearrange new members for backward 390 1.1 skrll compatibility. 391 1.1 skrll (htab_create): Don't use a macro that requires other headers. 392 1.1 skrll 393 1.1 skrll 2002-06-05 Geoffrey Keating <geoffk (a] redhat.com> 394 1.1 skrll 395 1.1 skrll * hashtab.h (htab_create): Restore prototype for backward 396 1.1 skrll compatibility. 397 1.1 skrll (htab_try_create): Likewise. 398 1.1 skrll 399 1.1 skrll 2002-05-22 Geoffrey Keating <geoffk (a] redhat.com> 400 1.1 skrll 401 1.1 skrll * hashtab.h (struct htab): Update for change to length specifier. 402 1.1 skrll 403 1.1 skrll 2002-05-10 Geoffrey Keating <geoffk (a] redhat.com> 404 1.1 skrll 405 1.1 skrll * hashtab.h (GTY): Define if undefined. 406 1.1 skrll (htab_alloc): New typedef. 407 1.1 skrll (htab_free): New typedef. 408 1.1 skrll (struct htab): Support gengtype; allow user-specified memory 409 1.1 skrll allocation. 410 1.1 skrll (htab_create_alloc): New. 411 1.1 skrll (htab_create): Replace with #define. 412 1.1 skrll (htab_try_create): Delete. 413 1.1 skrll 414 1.1 skrll 2002-05-28 Kuang Hwa Lin <kuang (a] sbcglobal.net> 415 1.1 skrll 416 1.1 skrll * dis-asm.h: Prototype print_insn_dlx. 417 1.1 skrll 418 1.1 skrll 2002-05-23 Andrew Cagney <ac131313 (a] redhat.com> 419 1.1 skrll 420 1.1 skrll * sim-d10v.h: Delete file. Moved to include/gdb/. 421 1.1 skrll 422 1.1 skrll 2002-05-21 H.J. Lu (hjl (a] gnu.org) 423 1.1 skrll 424 1.1 skrll * bfdlink.h (bfd_link_info): Add allow_multiple_definition. 425 1.1 skrll 426 1.1 skrll 2002-05-17 J"orn Rennecke <joern.rennecke (a] superh.com> 427 1.1 skrll 428 1.1 skrll * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype. 429 1.1 skrll 430 1.1 skrll 2002-04-16 David S. Miller <davem (a] redhat.com> 431 1.1 skrll 432 1.1 skrll * xregex2.h (__restrict_arr): Define to __restrict on GCC 433 1.1 skrll 3.1 and later. Do not redefine. 434 1.1 skrll 435 1.1 skrll 2002-04-01 Phil Edwards <pme (a] gcc.gnu.org> 436 1.1 skrll 437 1.1 skrll * dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names. 438 1.1 skrll 439 1.1 skrll 2002-03-10 Daniel Jacobowitz <drow (a] mvista.com> 440 1.1 skrll 441 1.1 skrll * gdb: New directory. 442 1.1 skrll 443 1.1 skrll 2002-03-06 Andrew Cagney <ac131313 (a] redhat.com> 444 1.1 skrll 445 1.1 skrll * floatformat.h (floatformat_arm_ext): Delete declaration. 446 1.1 skrll 447 1.1 skrll 2002-02-21 Jim Blandy <jimb (a] redhat.com> 448 1.1 skrll 449 1.1 skrll Allow the user to specify functions for allocating memory for 450 1.1 skrll splay tree roots and nodes. 451 1.1 skrll * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn): 452 1.1 skrll New types. 453 1.1 skrll (splay_tree): New fields: `allocate', `deallocate', and 454 1.1 skrll `allocate_data'. 455 1.1 skrll (splay_tree_new_with_allocator): New function declaration. 456 1.1 skrll 457 1.1 skrll 2002-02-15 Alan Modra <amodra (a] bigpond.net.au> 458 1.1 skrll 459 1.1 skrll Support arbitrary length fill patterns. 460 1.1 skrll * bfdlink.h (enum bfd_link_order_type): Remove bfd_fill_link_order. 461 1.1 skrll (struct bfd_link_order): Remove fill. Add data.size. 462 1.1 skrll 463 1.1 skrll 2002-02-08 Alexandre Oliva <aoliva (a] redhat.com> 464 1.1 skrll 465 1.1 skrll Contribute sh64-elf. 466 1.1 skrll 2000-11-25 Hans-Peter Nilsson <hpn (a] cygnus.com> 467 1.1 skrll * dis-asm.h (print_insn_sh64): New prototype. 468 1.1 skrll (print_insn_sh64l): New prototype. 469 1.1 skrll (print_insn_sh64x_media): New prototype. 470 1.1 skrll 471 1.1 skrll 2002-02-05 Frank Ch. Eigler <fche (a] redhat.com> 472 1.1 skrll 473 1.1 skrll * dis-asm.h (disassemble_info): New field `insn_sets'. 474 1.1 skrll (INIT_DISASSEMBLE_INFO): Clear it. 475 1.1 skrll 476 1.1 skrll 2002-02-05 Jason Merrill <jason (a] redhat.com> 477 1.1 skrll 478 1.1 skrll * demangle.h (cplus_demangle_v3): Add "options" parm. 479 1.1 skrll (cplus_demangle_v3_type): Remove prototype. 480 1.1 skrll (DMGL_VERBOSE): New macro. 481 1.1 skrll (DMGL_TYPES): New macro. 482 1.1 skrll 483 1.1 skrll 2002-02-02 H.J. Lu (hjl (a] gnu.org) 484 1.1 skrll 485 1.1 skrll * demangle.h (cplus_demangle_v3_type): New prototype. 486 1.1 skrll 487 1.1 skrll 2002-01-31 Ivan Guzvinec <ivang (a] opencores.org> 488 1.1 skrll 489 1.1 skrll * dis-asm.h : Add support for or32 targets 490 1.1 skrll 491 1.1 skrll 2002-01-28 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 492 1.1 skrll 493 1.1 skrll * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC. 494 1.1 skrll 495 1.1 skrll 2002-01-27 David O'Brien <obrien (a] FreeBSD.org> 496 1.1 skrll 497 1.1 skrll * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. 498 1.1 skrll 499 1.1 skrll 2001-12-14 Nick Clifton <nickc (a] cambridge.redhat.com> 500 1.1 skrll 501 1.1 skrll * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the 502 1.1 skrll disassembler_options field (to NULL). 503 1.1 skrll 504 1.1 skrll 2001-12-13 Jakub Jelinek <jakub (a] redhat.com> 505 1.1 skrll 506 1.1 skrll * bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field. 507 1.1 skrll 508 1.1 skrll 2001-12-07 Geoffrey Keating <geoffk (a] redhat.com> 509 1.1 skrll 510 1.1 skrll * dis-asm.h (print_insn_xstormy16): Declare. 511 1.1 skrll 512 1.1 skrll 2001-12-06 Richard Henderson <rth (a] redhat.com> 513 1.1 skrll 514 1.1 skrll * demangle.h (no_demangling): New. 515 1.1 skrll (NO_DEMANGLING_STYLE_STRING): New. 516 1.1 skrll 517 1.1 skrll 2001-11-14 Alan Modra <amodra (a] bigpond.net.au> 518 1.1 skrll 519 1.1 skrll * dis-asm.h (print_insn_i386): Declare. 520 1.1 skrll 521 1.1 skrll 2001-11-11 Timothy Wall <twall (a] alum.mit.edu> 522 1.1 skrll 523 1.1 skrll * dis-asm.h: Fix comment to refer to octets rather than bytes. 524 1.1 skrll 525 1.1 skrll 2001-10-30 Hans-Peter Nilsson <hp (a] bitrange.com> 526 1.1 skrll 527 1.1 skrll * dis-asm.h (print_insn_mmix): Add prototype. 528 1.1 skrll 529 1.1 skrll 2001-10-24 Neil Booth <neil (a] daikokuya.demon.co.uk> 530 1.1 skrll 531 1.1 skrll * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. 532 1.1 skrll 533 1.1 skrll 2001-10-22 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 534 1.1 skrll 535 1.1 skrll * libiberty.h (hex_init): Revert delete. 536 1.1 skrll 537 1.1 skrll * libiberty.h (_hex_value): Const-ify. 538 1.1 skrll (hex_init): Delete. 539 1.1 skrll 540 1.1 skrll 2001-10-16 Christopher Faylor <cgf (a] redhat.com> 541 1.1 skrll 542 1.1 skrll * filenames.h: Add cygwin to the list of dosish style path systems. 543 1.1 skrll 544 1.1 skrll 2001-10-07 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 545 1.1 skrll 546 1.1 skrll * demangle.h (demangler_engine): Const-ify. 547 1.1 skrll * libiberty.h (buildargv): Likewise. 548 1.1 skrll 549 1.1 skrll 2001-10-03 Vassili Karpov <malc (a] pulsesoft.com> 550 1.1 skrll 551 1.1 skrll * bfdlink.h (struct bfd_link_info): Add nocopyreloc field. 552 1.1 skrll 553 1.1 skrll 2001-09-24 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 554 1.1 skrll 555 1.1 skrll * libiberty.h (reconcat): New function. 556 1.1 skrll 557 1.1 skrll 2001-09-18 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 558 1.1 skrll 559 1.1 skrll * libiberty.h (concat, concat_length, concat_copy, concat_copy2, 560 1.1 skrll ACONCAT): Improve comments. 561 1.1 skrll 562 1.1 skrll 2001-09-18 Alan Modra <amodra (a] bigpond.net.au> 563 1.1 skrll 564 1.1 skrll * objalloc.h (OBJALLOC_ALIGN): Define using offsetof. 565 1.1 skrll 566 1.1 skrll 2001-09-17 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 567 1.1 skrll 568 1.1 skrll * libiberty.h (concat_length, concat_copy, concat_copy2, 569 1.1 skrll libiberty_concat_ptr, ACONCAT): New. 570 1.1 skrll 571 1.1 skrll * libiberty.h (ASTRDUP): New macro. 572 1.1 skrll libiberty_optr, libiberty_nptr, libiberty_len): Declare. 573 1.1 skrll 574 1.1 skrll 2001-08-29 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 575 1.1 skrll 576 1.1 skrll * ansidecl.h: Update comments reflecting previous change. 577 1.1 skrll 578 1.1 skrll 2001-08-27 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 579 1.1 skrll 580 1.1 skrll * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses. 581 1.1 skrll 582 1.1 skrll 2001-08-25 Nick Clifton <nickc (a] cambridge.redhat.com> 583 1.1 skrll 584 1.1 skrll * bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to 585 1.1 skrll unsigned to remove a compile time warning message. 586 1.1 skrll 587 1.1 skrll 2001-08-24 H.J. Lu <hjl (a] gnu.org> 588 1.1 skrll 589 1.1 skrll * bfdlink.h (bfd_link_hash_table_type): New. The linker hash 590 1.1 skrll table type, bfd_link_generic_hash_table and 591 1.1 skrll bfd_link_elf_hash_table. 592 1.1 skrll (bfd_link_hash_table): Add a new field, type, for the linker 593 1.1 skrll hash table type. 594 1.1 skrll 595 1.1 skrll 2001-08-23 Jakub Jelinek <jakub (a] redhat.com> 596 1.1 skrll 597 1.1 skrll * bfdlink.h (struct bfd_link_info): Add combreloc and 598 1.1 skrll spare_dynamic_tags fields. 599 1.1 skrll 600 1.1 skrll 2001-08-23 Lars Brinkhoff <lars (a] nocrew.org> 601 1.1 skrll 602 1.1 skrll * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: 603 1.1 skrll replace "GNU CC" with "GCC". 604 1.1 skrll 605 1.1 skrll 2001-08-21 Richard Henderson <rth (a] redhat.com> 606 1.1 skrll 607 1.1 skrll * fibheap.h: Tidy formatting. 608 1.1 skrll (fibnode_t): Limit degree to 31 bits to avoid warning. 609 1.1 skrll 610 1.1 skrll 2001-08-20 Daniel Berlin <dan (a] cgsoftware.com> 611 1.1 skrll 612 1.1 skrll * fibheap.h: New file. Fibonacci heap. 613 1.1 skrll 614 1.1 skrll 2001-08-20 Andrew Cagney <ac131313 (a] redhat.com> 615 1.1 skrll 616 1.1 skrll * floatformat.h (floatformat_arm_ext): Document as deprecated. 617 1.1 skrll (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) 618 1.1 skrll (floatformat_ia64_spill_little, floatformat_ia64_quad_little) 619 1.1 skrll (floatformat_ia64_spill_big, floatformat_ia64_quad_big) 620 1.1 skrll (floatformat_m88110_harris_ext): Declare. 621 1.1 skrll 622 1.1 skrll 2001-08-18 Zack Weinberg <zackw (a] panix.com> 623 1.1 skrll 624 1.1 skrll * ansidecl.h: Reorganize for readability, remove documentation 625 1.1 skrll of obsolete macros, document PARAMS and VPARAMS. Add new 626 1.1 skrll macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic 627 1.1 skrll function implementation. 628 1.1 skrll 629 1.1 skrll 2001-08-16 Richard Henderson <rth (a] redhat.com> 630 1.1 skrll 631 1.1 skrll * hashtab.h (htab_hash_string): Declare. 632 1.1 skrll 633 1.1 skrll 2001-08-10 Andrew Cagney <ac131313 (a] redhat.com> 634 1.1 skrll 635 1.1 skrll * libiberty.h (lbasename): Change function declaration to return a 636 1.1 skrll const char pointer. 637 1.1 skrll 638 1.1 skrll 2001-08-02 Mark Kettenis <kettenis (a] gnu.org> 639 1.1 skrll 640 1.1 skrll * xregex.h (_REGEX_RE_COMP): Define. 641 1.1 skrll (re_comp): Define to xre_comp. 642 1.1 skrll (re_exec): Define to xre_exec. 643 1.1 skrll 644 1.1 skrll 2001-08-02 Charles Wilson <cwilson (a] ece.gatech.edu> 645 1.1 skrll 646 1.1 skrll * bfdlink.h (struct bfd_link_info): add new boolean 647 1.1 skrll field pei386_auto_import. 648 1.1 skrll 649 1.1 skrll 2001-07-18 Andreas Jaeger <aj (a] suse.de> 650 1.1 skrll 651 1.1 skrll * xregex2.h: Place under LGPL version 2.1. 652 1.1 skrll 653 1.1 skrll 2001-07-10 Jeff Johnston <jjohnstn (a] redhat.com> 654 1.1 skrll 655 1.1 skrll * xregex.h: New file to support libiberty regex. 656 1.1 skrll * xregex2.h: Ditto. 657 1.1 skrll 658 1.1 skrll 2001-06-15 Hans-Peter Nilsson <hp (a] axis.com> 659 1.1 skrll 660 1.1 skrll * bfdlink.h (struct bfd_link_info): New member export_dynamic. 661 1.1 skrll 662 1.1 skrll 2001-05-16 Matt Kraai <kraai (a] alumni.carnegiemellon.edu> 663 1.1 skrll 664 1.1 skrll * partition.h: Fix misspelling of `implementation'. 665 1.1 skrll 666 1.1 skrll 2001-05-10 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 667 1.1 skrll 668 1.1 skrll * ansidecl.h (NULL_PTR): Delete. 669 1.1 skrll 670 1.1 skrll 2001-05-07 Zack Weinberg <zackw (a] stanford.edu> 671 1.1 skrll 672 1.1 skrll * demangle.h: Use PARAMS for all prototypes. 673 1.1 skrll * ternary.h: Use PARAMS for all prototypes. Use PTR, not void *. 674 1.1 skrll Make arguments constant where possible. 675 1.1 skrll 676 1.1 skrll 2001-05-07 Mark Mitchell <mark (a] codesourcery.com> 677 1.1 skrll 678 1.1 skrll * splay-tree.h (splay_tree_max): New function. 679 1.1 skrll (splay_tree_min): Likewise. 680 1.1 skrll 681 1.1 skrll 2001-04-27 Johan Rydberg <jrydberg (a] opencores.org> 682 1.1 skrll 683 1.1 skrll * dis-asm.h (print_insn_openrisc): Add prototype. 684 1.1 skrll 685 1.1 skrll 2001-04-15 Daniel Berlin <dan (a] cgsoftware.com> 686 1.1 skrll 687 1.1 skrll * ternary.h: New file - Ternary search tree header. 688 1.1 skrll 689 1.1 skrll 2001-04-13 Jakub Jelinek <jakub (a] redhat.com> 690 1.1 skrll 691 1.1 skrll * bfdlink.h (bfd_link_discard): Add discard_sec_merge. 692 1.1 skrll 693 1.1 skrll 2001-04-03 Zack Weinberg <zackw (a] stanford.edu> 694 1.1 skrll 695 1.1 skrll * ansidecl.h: All logic from gcc/gansidecl.h moved here. 696 1.1 skrll 697 1.1 skrll 2001-03-31 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 698 1.1 skrll 699 1.1 skrll * libiberty.h (alloca): Handle setting C_ALLOCA. 700 1.1 skrll 701 1.1 skrll 2001-03-20 Jim Blandy <jimb (a] redhat.com> 702 1.1 skrll 703 1.1 skrll * demangle.h (enum gnu_v3_constructor_kinds, 704 1.1 skrll is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, 705 1.1 skrll is_gnu_v3_mangled_dtor): New declarations. 706 1.1 skrll 707 1.1 skrll 2001-03-14 Nick Clifton <nickc (a] redhat.com> 708 1.1 skrll 709 1.1 skrll * ansidecl.h: Fix copyright dates. 710 1.1 skrll * demangle.h: Fix copyright dates. 711 1.1 skrll * floatformat.h: Fix copyright dates. 712 1.1 skrll * fnmatch.h: Fix copyright dates. 713 1.1 skrll * getopt.h: Fix copyright dates. 714 1.1 skrll * libiberty.h: Add FSF copyright notice. 715 1.1 skrll * md5.h: Fix copyright dates. 716 1.1 skrll * obstack.h: Fix copyright dates. 717 1.1 skrll * splay-tree.h: Fix copyright dates. 718 1.1 skrll 719 1.1 skrll 2001-03-10 Neil Booth <neil (a] daikokuya.demon.co.uk> 720 1.1 skrll John David Anglin <dave (a] hiauly1.hia.nrc.ca> 721 1.1 skrll 722 1.1 skrll * libiberty.h: Add lbasename. 723 1.1 skrll 724 1.1 skrll 2001-03-06 Zack Weinberg <zackw (a] stanford.edu> 725 1.1 skrll 726 1.1 skrll * libiberty.h: Prototype C_alloca; define alloca to either 727 1.1 skrll __builtin_alloca or C_alloca as appropriate. 728 1.1 skrll 729 1.1 skrll 2001-03-01 John David Anglin <dave (a] hiauly1.hia.nrc.ca> 730 1.1 skrll 731 1.1 skrll * safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc 732 1.1 skrll compatibility. 733 1.1 skrll 734 1.1 skrll 2001-02-18 lars brinkhoff <lars (a] nocrew.org> 735 1.1 skrll 736 1.1 skrll * dis-asm.h: Add PDP-11 target. 737 1.1 skrll 738 1.1 skrll 2001-02-09 Martin Schwidefsky <schwidefsky (a] de.ibm.com> 739 1.1 skrll 740 1.1 skrll * dis-asm.h: Add linux target for S/390. 741 1.1 skrll 742 1.1 skrll 2001-01-11 Peter Targett <peter.targett (a] arccores.com> 743 1.1 skrll 744 1.1 skrll * dis-asm.h (arc_get_disassembler): Correct declaration. 745 1.1 skrll 746 1.1 skrll 2001-01-09 Philip Blundell <philb (a] gnu.org> 747 1.1 skrll 748 1.1 skrll * bin-bugs.h (REPORT_BUGS_TO): Set to `bug-binutils (a] gnu.org'. 749 1.1 skrll 750 1.1 skrll 2000-12-18 Joseph S. Myers <jsm28 (a] cam.ac.uk> 751 1.1 skrll 752 1.1 skrll * COPYING: Update to current 753 1.1 skrll ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references 754 1.1 skrll to 19yy as example year in copyright notice). 755 1.1 skrll 756 1.1 skrll 2000-12-19 Hans-Peter Nilsson <hp (a] bitrange.com> 757 1.1 skrll 758 1.1 skrll * dis-asm.h (struct disassemble_info): New member "section". 759 1.1 skrll (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member. 760 1.1 skrll Initialize section member. 761 1.1 skrll 762 1.1 skrll 2000-12-16 Herman A.J. ten Brugge <Haj.Ten.Brugge (a] net.HCC.nl> 763 1.1 skrll 764 1.1 skrll * safe-ctype.h: Make code work on all targets and not just on 765 1.1 skrll targets where a char is 8 bits. 766 1.1 skrll 767 1.1 skrll 2000-12-10 Fred Fish <fnf (a] be.com> 768 1.1 skrll 769 1.1 skrll * bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined 770 1.1 skrll member to struct for systems where it is normal to have undefined 771 1.1 skrll symbols in shared libraries at runtime and the runtime linker 772 1.1 skrll takes care of redirecting them. 773 1.1 skrll 774 1.1 skrll 2000-12-07 Zack Weinberg <zack (a] wolery.stanford.edu> 775 1.1 skrll 776 1.1 skrll * safe-ctype.h: New file. 777 1.1 skrll 778 1.1 skrll 2000-12-06 Rodney Brown <RodneyBrown (a] mynd.com> 779 1.1 skrll 780 1.1 skrll * getopt.h obstack.h: Standarize copyright statement. 781 1.1 skrll 782 1.1 skrll 2000-12-04 Richard Henderson <rth (a] redhat.com> 783 1.1 skrll 784 1.1 skrll * demangle.h: Change "new_abi" to "v3" everywhere. 785 1.1 skrll 786 1.1 skrll 2000-11-22 Zack Weinberg <zack (a] wolery.stanford.edu> 787 1.1 skrll 788 1.1 skrll * libiberty.h: Move #includes to top. Prototype xmalloc_failed. 789 1.1 skrll 790 1.1 skrll 2000-11-15 Kenneth Block <kenneth.block (a] compaq.com> 791 1.1 skrll 792 1.1 skrll * demangle.h: Add gnat and java demangle styles. 793 1.1 skrll 794 1.1 skrll 2000-11-04 Hans-Peter Nilsson <hp (a] bitrange.com> 795 1.1 skrll 796 1.1 skrll * hashtab.h (struct htab): Add member return_allocation_failure. 797 1.1 skrll (htab_try_create): New prototype. Mention which functions may 798 1.1 skrll return NULL when this is used. 799 1.1 skrll 800 1.1 skrll 2000-11-03 Hans-Peter Nilsson <hp (a] bitrange.com> 801 1.1 skrll 802 1.1 skrll * hashtab.h: Change void * to PTR where necessary. 803 1.1 skrll 804 1.1 skrll 2000-10-11 Mark Mitchell <mark (a] codesourcery.com> 805 1.1 skrll 806 1.1 skrll * splay-tree.h (splay_tree_predecessor): Declare. 807 1.1 skrll 808 1.1 skrll 2000-09-29 Hans-Peter Nilsson <hp (a] axis.com> 809 1.1 skrll 810 1.1 skrll * dis-asm.h: Declare cris_get_disassembler, not print_insn_cris. 811 1.1 skrll Fix typo in comment. 812 1.1 skrll 813 1.1 skrll 2000-09-28 John David Anglin <dave (a] hiauly1.hia.nrc.ca> 814 1.1 skrll 815 1.1 skrll * alloca-conf.h: New file (copied from libiberty). 816 1.1 skrll 817 1.1 skrll 2000-09-05 John David Anglin <dave (a] hiauly1.hia.nrc.ca> 818 1.1 skrll 819 1.1 skrll * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX. 820 1.1 skrll 821 1.1 skrll 2000-09-04 Alex Samuel <samuel (a] codesourcery.com> 822 1.1 skrll 823 1.1 skrll * dyn-string.h: Adjust formatting. 824 1.1 skrll (dyn_string_insert_char): New macro. New declaration. 825 1.1 skrll 826 1.1 skrll 2000-08-28 Jason Merrill <jason (a] redhat.com> 827 1.1 skrll 828 1.1 skrll * md5.h: New file. 829 1.1 skrll 830 1.1 skrll 2000-08-24 Greg McGary <greg (a] mcgary.org> 831 1.1 skrll 832 1.1 skrll * libiberty.h (ARRAY_SIZE): New macro. 833 1.1 skrll 834 1.1 skrll 2000-07-29 Nick Clifton <nickc (a] cygnus.com> 835 1.1 skrll 836 1.1 skrll * os9k.h: Add copyright notice. 837 1.1 skrll Fix formatting. 838 1.1 skrll 839 1.1 skrll 2000-07-22 Jason Eckhardt <jle (a] cygnus.com> 840 1.1 skrll 841 1.1 skrll * dis-asm.h (print_insn_i860): Add prototype. 842 1.1 skrll 843 1.1 skrll 2000-07-20 H.J. Lu <hjl (a] gnu.org> 844 1.1 skrll 845 1.1 skrll * bfdlink.h (bfd_link_info): Add new_dtags. 846 1.1 skrll 847 1.1 skrll 2000-07-20 Hans-Peter Nilsson <hp (a] axis.com> 848 1.1 skrll 849 1.1 skrll * dis-asm.h (print_insn_cris): Declare. 850 1.1 skrll 851 1.1 skrll 2000-07-19 H.J. Lu (hjl (a] gnu.org) 852 1.1 skrll 853 1.1 skrll * bfdlink.h (bfd_link_info): Add flags and flags_1. 854 1.1 skrll 855 1.1 skrll 2000-06-05 DJ Delorie <dj (a] redhat.com> 856 1.1 skrll 857 1.1 skrll * MAINTAINERS: new 858 1.1 skrll 859 1.1 skrll 2000-06-21 Alex Samuel <samuel (a] codesourcery.com> 860 1.1 skrll 861 1.1 skrll * dyn-string.h (dyn_string_init, dyn_string_new, 862 1.1 skrll dyn_string_delete, dyn_string_release, dyn_string_resize, 863 1.1 skrll dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr, 864 1.1 skrll dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert, 865 1.1 skrll dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr, 866 1.1 skrll dyn_string_append_char, dyn_string_substring_dyn_string_eq): 867 1.1 skrll Define as same name with __cxa_ prepended, if IN_LIBGCC2. 868 1.1 skrll (dyn_string_init, dyn_string_copy, dyn_string_copy_cstr, 869 1.1 skrll dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert, 870 1.1 skrll dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr, 871 1.1 skrll dyn_string_append_char, dyn_string_substring): Change return type 872 1.1 skrll to int. 873 1.1 skrll 874 1.1 skrll 2000-06-18 Stephane Carrez <stcarrez (a] worldnet.fr> 875 1.1 skrll 876 1.1 skrll * dis-asm.h (print_insn_m68hc12): Define. 877 1.1 skrll (print_insn_m68hc11): Likewise. 878 1.1 skrll 879 1.1 skrll 2000-06-18 Nick Clifton <nickc (a] redhat.com> 880 1.1 skrll 881 1.1 skrll * os9k.h: Change values of MODSYNC and CRCCON due to bug report 882 1.1 skrll from Russ Magee <rmagee (a] home.com>. 883 1.1 skrll 884 1.1 skrll 2000-06-07 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 885 1.1 skrll 886 1.1 skrll * demangle.h (demangling_styles): Remove trailing comma in enum. 887 1.1 skrll 888 1.1 skrll * dyn-string.h (dyn_string_append_char): Change parameter from 889 1.1 skrll char to int. 890 1.1 skrll 891 1.1 skrll 2000-06-04 Alex Samuel <samuel (a] codesourcery.com> 892 1.1 skrll 893 1.1 skrll * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. 894 1.1 skrll 895 1.1 skrll * demangle.h (DMGL_GNU_NEW_ABI): New macro. 896 1.1 skrll (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. 897 1.1 skrll (current_demangling_style): Add gnu_new_abi_demangling. 898 1.1 skrll (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. 899 1.1 skrll (GNU_NEW_ABI_DEMANGLING): Likewise. 900 1.1 skrll (cplus_demangle_new_abi): New declaration. 901 1.1 skrll 902 1.1 skrll Tue May 30 16:53:34 2000 Andrew Cagney <cagney (a] b1.cygnus.com> 903 1.1 skrll 904 1.1 skrll * floatformat.h (struct floatformat): Add field name. 905 1.1 skrll 906 1.1 skrll 2000-05-26 Eli Zaretskii <eliz (a] is.elta.co.il> 907 1.1 skrll 908 1.1 skrll * filenames.h: New file. 909 1.1 skrll (HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR) 910 1.1 skrll (IS_ABSOLUTE_PATH, FILENAME_CMP): New macros. 911 1.1 skrll 912 1.1 skrll 2000-05-23 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 913 1.1 skrll 914 1.1 skrll * getopt.h (getopt): Also check HAVE_DECL_* when prototyping. 915 1.1 skrll 916 1.1 skrll * libiberty.h (basename): Likewise. 917 1.1 skrll 918 1.1 skrll 2000-05-17 S. Bharadwaj Yadavalli <sby (a] scrugs.lkg.dec.com> 919 1.1 skrll Rick Gorton <gorton (a] scrugs.lkg.dec.com> 920 1.1 skrll 921 1.1 skrll * bfdlink.h (struct bfd_link_info): Add emitrelocations flag. 922 1.1 skrll 923 1.1 skrll 2000-05-08 Alan Modra <alan (a] linuxcare.com.au> 924 1.1 skrll 925 1.1 skrll * dis-asm.h (print_insn_tic54x): Declare. 926 1.1 skrll 927 1.1 skrll 2000-05-06 Zack Weinberg <zack (a] wolery.cumb.org> 928 1.1 skrll 929 1.1 skrll * ansidecl.h: #define __extension__ to nothing if 930 1.1 skrll GCC_VERSION < 2008. 931 1.1 skrll 932 1.1 skrll 2000-05-04 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 933 1.1 skrll 934 1.1 skrll * demangle.h (demangler_engine): Constify. 935 1.1 skrll 936 1.1 skrll Thu May 4 17:15:26 2000 Philippe De Muyter <phdm (a] macqel.be> 937 1.1 skrll 938 1.1 skrll * sort.h (sys/types.h): File included unconditionnaly. 939 1.1 skrll (stddef.h): File include only #ifdef __STDC__. 940 1.1 skrll 941 1.1 skrll 2000-05-03 Zack Weinberg <zack (a] wolery.cumb.org> 942 1.1 skrll 943 1.1 skrll * symcat.h: Remove #endif label. 944 1.1 skrll 945 1.1 skrll 2000-04-28 Kenneth Block <block (a] zk3.dec.com> 946 1.1 skrll Jason Merrill <jason (a] casey.cygnus.com> 947 1.1 skrll 948 1.1 skrll * demangle.h (libiberty_demanglers): new table for different styles. 949 1.1 skrll (cplus_demangle_set_style): New function for setting style. 950 1.1 skrll (cplus_demangle_name_to_style): New function to translate name. 951 1.1 skrll 952 1.1 skrll 2000-04-24 Mark Mitchell <mark (a] codesourcery.com> 953 1.1 skrll 954 1.1 skrll * hashtab.h (hash_pointer): Declare. 955 1.1 skrll (eq_pointer): Likewise. 956 1.1 skrll 957 1.1 skrll 2000-04-23 Mark Mitchell <mark (a] codesourcery.com> 958 1.1 skrll 959 1.1 skrll * sort.h: New file. 960 1.1 skrll 961 1.1 skrll Fri Apr 21 13:20:53 2000 Richard Henderson <rth (a] cygnus.com> 962 1.1 skrll David Mosberger <davidm (a] hpl.hp.com> 963 1.1 skrll 964 1.1 skrll * dis-asm.h (print_insn_ia64): Declare. 965 1.1 skrll 966 1.1 skrll Tue Apr 18 16:22:30 2000 Richard Kenner <kenner (a] vlsi1.ultra.nyu.edu> 967 1.1 skrll 968 1.1 skrll * hashtab.h (enum insert_option): New type. 969 1.1 skrll (htab_find_slot, htab_find_slot_with_hash): Use it. 970 1.1 skrll 971 1.1 skrll 2000-04-17 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 972 1.1 skrll 973 1.1 skrll * symcat.h: Honor autoconf macro HAVE_STRINGIZE. Add 974 1.1 skrll comments/caveats with regard to traditional C behavior. 975 1.1 skrll 976 1.1 skrll 2000-04-05 Richard Henderson <rth (a] cygnus.com> 977 1.1 skrll 978 1.1 skrll * splay-tree.h (splay_tree_remove): Declare. 979 1.1 skrll 980 1.1 skrll 2000-04-04 Alan Modra <alan (a] linuxcare.com.au> 981 1.1 skrll 982 1.1 skrll * bin-bugs.h (REPORT_BUGS_TO): Remove translated part. 983 1.1 skrll 984 1.1 skrll 2000-04-03 Alan Modra <alan (a] linuxcare.com.au> 985 1.1 skrll 986 1.1 skrll * bin-bugs.h: New file. 987 1.1 skrll 988 1.1 skrll 2000-03-30 Mark Mitchell <mark (a] codesourcery.com> 989 1.1 skrll 990 1.1 skrll * hashtab.h (hashval_t): New type. 991 1.1 skrll (htab_find_with_hash): Use it as an argument. 992 1.1 skrll (htab_find_slot_with_hash): Likewise. 993 1.1 skrll 994 1.1 skrll 2000-03-27 Denis Chertykov <denisc (a] overta.ru> 995 1.1 skrll 996 1.1 skrll * dis-asm.h (print_insn_avr): Declare. 997 1.1 skrll 998 1.1 skrll 2000-03-14 Bernd Schmidt <bernds (a] cygnus.co.uk> 999 1.1 skrll 1000 1.1 skrll * hashtab.h (htab_trav): Modify type so that first arg is of type 1001 1.1 skrll void **. 1002 1.1 skrll (htab_find_with_hash, htab_find_slot_with_hash): Declare new 1003 1.1 skrll functions. 1004 1.1 skrll 1005 1.1 skrll 2000-03-09 Alex Samuel <samuel (a] codesourcery.com> 1006 1.1 skrll 1007 1.1 skrll * partition.h: New file. 1008 1.1 skrll 1009 1.1 skrll 2000-03-09 Zack Weinberg <zack (a] wolery.cumb.org> 1010 1.1 skrll 1011 1.1 skrll * hashtab.h (struct htab): Add del_f. 1012 1.1 skrll (htab_del): New type. 1013 1.1 skrll (htab_create): Add fourth argument. 1014 1.1 skrll 1015 1.1 skrll 2000-03-08 Zack Weinberg <zack (a] wolery.cumb.org> 1016 1.1 skrll 1017 1.1 skrll * hashtab.h (hash_table_t): Rename to htab_t. 1018 1.1 skrll (struct hash_table): Rename to struct htab. Shorten element 1019 1.1 skrll names. Reorder elements by size. 1020 1.1 skrll (htab_hash, htab_eq, htab_trav): New typedefs for the callback 1021 1.1 skrll function pointers. 1022 1.1 skrll (hash_table_entry_t): Discard; just use void * for element 1023 1.1 skrll type. 1024 1.1 skrll 1025 1.1 skrll 2000-03-01 H.J. Lu <hjl (a] gnu.org> 1026 1.1 skrll 1027 1.1 skrll * bfdlink.h (bfd_link_callbacks): Add a boolean arg to 1028 1.1 skrll the undefined_symbol callback. 1029 1.1 skrll 1030 1.1 skrll 2000-02-23 Linas Vepstas <linas (a] linas.org> 1031 1.1 skrll 1032 1.1 skrll * dis-asm.h (print_insn_i370): Declare. 1033 1.1 skrll 1034 1.1 skrll Tue Feb 22 15:19:54 2000 Andrew Cagney <cagney (a] b1.cygnus.com> 1035 1.1 skrll 1036 1.1 skrll * remote-sim.h (sim_trace): Document return values. 1037 1.1 skrll (sim_set_trace): Declare. Deprecate. 1038 1.1 skrll 1039 1.1 skrll 2000-02-21 Alan Modra <alan (a] spri.levels.unisa.edu.au> 1040 1.1 skrll 1041 1.1 skrll * dis-asm.h (struct disassemble_info): Change `length' param of 1042 1.1 skrll read_memory_func to unsigned. Change type of `buffer_length' and 1043 1.1 skrll `octets_per_byte' to unsigned. 1044 1.1 skrll (buffer_read_memory): Change `length' param to unsigned. 1045 1.1 skrll 1046 1.1 skrll 2000-02-16 Nick Clifton <nickc (a] cygnus.com> 1047 1.1 skrll 1048 1.1 skrll * dis-asm.h: Add prototypes for ARM register name functions. 1049 1.1 skrll 1050 1.1 skrll Wed Feb 9 18:45:49 2000 Andrew Cagney <cagney (a] b1.cygnus.com> 1051 1.1 skrll 1052 1.1 skrll * wait.h: Delete. No longer used by GDB. 1053 1.1 skrll 1054 1.1 skrll Tue Feb 8 17:01:13 2000 Andrew Cagney <cagney (a] b1.cygnus.com> 1055 1.1 skrll 1056 1.1 skrll * remote-sim.h (sim_resume): Clarify use of SIGGNAL. 1057 1.1 skrll (sim_stop_reason): Clarify meaning of sim_signalled. 1058 1.1 skrll 1059 1.1 skrll 2000-02-03 Timothy Wall <twall (a] redhat.com> 1060 1.1 skrll 1061 1.1 skrll * dis-asm.h (struct disassemble_info): Added octets_per_byte 1062 1.1 skrll field and initialize it to one (1). 1063 1.1 skrll 1064 1.1 skrll 2000-01-27 Nick Clifton <nickc (a] redhat.com> 1065 1.1 skrll 1066 1.1 skrll * dis-asm.h: Add prototype for disassembler_usage(). 1067 1.1 skrll Add prototype for arm_disassembler_options(). 1068 1.1 skrll Remove prototype for arm_toggle_regnames(). 1069 1.1 skrll Add prototype for parse_arm_disassembler_option(). 1070 1.1 skrll 1071 1.1 skrll Sat Jan 1 19:06:52 2000 Hans-Peter Nilsson <hp (a] bitrange.com> 1072 1.1 skrll 1073 1.1 skrll * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s" 1074 1.1 skrll to stringify argument s. 1075 1.1 skrll 1076 1.1 skrll Wed Dec 15 11:22:56 1999 Jeffrey A Law (law (a] cygnus.com) 1077 1.1 skrll 1078 1.1 skrll * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant. 1079 1.1 skrll (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN. 1080 1.1 skrll 1081 1.1 skrll 1999-12-15 Doug Evans <dje (a] transmeta.com> 1082 1.1 skrll 1083 1.1 skrll * dis-asm.h: Enclose in extern "C" ifdef __cplusplus. 1084 1.1 skrll 1085 1.1 skrll 1999-12-05 Mark Mitchell <mark (a] codesourcery.com> 1086 1.1 skrll 1087 1.1 skrll * splay-tree.h (struct splay_tree_node): Rename to ... 1088 1.1 skrll (struct splay_tree_node_s): ... this. 1089 1.1 skrll (struct splay_tree): Rename to ... 1090 1.1 skrll (struct splay_tree_s): ... this. 1091 1.1 skrll 1092 1.1 skrll 1999-11-30 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1093 1.1 skrll 1094 1.1 skrll * ansidecl.h (ATTRIBUTE_MALLOC): New macro. 1095 1.1 skrll 1096 1.1 skrll * libiberty.h (buildargv, dupargv, concat, choose_temp_base, 1097 1.1 skrll make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add 1098 1.1 skrll ATTRIBUTE_MALLOC. 1099 1.1 skrll (xatexit): Remove __GNUC__ check, add ATTRIBUTE_NORETURN. 1100 1.1 skrll 1101 1.1 skrll 1999-11-28 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1102 1.1 skrll 1103 1.1 skrll * libiberty.h: Include stdarg.h when ANSI_PROTOTYPES is defined. 1104 1.1 skrll (asprintf, vasprintf): Provide declarations. 1105 1.1 skrll 1106 1.1 skrll Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm (a] macqel.be> 1107 1.1 skrll Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1108 1.1 skrll 1109 1.1 skrll * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. 1110 1.1 skrll 1111 1.1 skrll 1999-11-04 Jimmy Guo <guo (a] cup.hp.com> 1112 1.1 skrll 1113 1.1 skrll * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind 1114 1.1 skrll fields, change location type to CORE_ADDR from int. 1115 1.1 skrll (dntt_type_const): Name the 5th field location_type. 1116 1.1 skrll 1117 1.1 skrll Sun Oct 24 19:11:32 1999 Andrew Cagney <cagney (a] b1.cygnus.com> 1118 1.1 skrll 1119 1.1 skrll * sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define. 1120 1.1 skrll 1121 1.1 skrll 1999-10-23 08:51 -0700 Zack Weinberg <zack (a] bitmover.com> 1122 1.1 skrll 1123 1.1 skrll * hashtab.h: Give hash_table_t a struct tag. Add prototypes 1124 1.1 skrll for clear_hash_table_slot and traverse_hash_table. Correct 1125 1.1 skrll prototype of all_hash_table_collisions. 1126 1.1 skrll 1127 1.1 skrll Sat Oct 23 19:00:13 1999 Andrew Cagney <cagney (a] b1.cygnus.com> 1128 1.1 skrll 1129 1.1 skrll * sim-d10v.h: New file. 1130 1.1 skrll 1131 1.1 skrll Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov (a] loony.cygnus.com> 1132 1.1 skrll 1133 1.1 skrll * hashtab.h: New file. 1134 1.1 skrll 1135 1.1 skrll 1999-10-10 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1136 1.1 skrll 1137 1.1 skrll * ansidecl.h (HAVE_GCC_VERSION): New macro. Use it instead of 1138 1.1 skrll explicitly testing __GNUC__ and __GNUC_MINOR__. 1139 1.1 skrll 1140 1.1 skrll (ATTRIBUTE_PRINTF): Use `__format__', not `format'. 1141 1.1 skrll 1142 1.1 skrll 1999-09-25 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1143 1.1 skrll 1144 1.1 skrll * libiberty.h (make_temp_file): Add a prototype. 1145 1.1 skrll 1146 1.1 skrll Tue Sep 14 00:35:02 1999 Marc Espie <espie (a] cvs.openbsd.org> 1147 1.1 skrll 1148 1.1 skrll * libiberty.h (basename): OpenBSD has a correct prototype. 1149 1.1 skrll (xrealloc): Remove outdated comment. 1150 1.1 skrll 1151 1.1 skrll 1999-09-07 Jeff Garzik <jgarzik (a] pobox.com> 1152 1.1 skrll 1153 1.1 skrll * libiberty.h (xmemdup): Add prototype for new function. 1154 1.1 skrll 1155 1.1 skrll 1999-09-04 Steve Chamberlain <sac (a] pobox.com> 1156 1.1 skrll 1157 1.1 skrll * dis-asm.h (print_insn_pj): Declare. 1158 1.1 skrll 1159 1.1 skrll 1999-09-01 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1160 1.1 skrll 1161 1.1 skrll * obstack.h (obstack_grow, obstack_grow0): Move (char*) casts 1162 1.1 skrll in calls to `_obstack_memcpy' from here ... 1163 1.1 skrll 1164 1.1 skrll (_obstack_memcpy): ... to here, except in the __STDC__ case which 1165 1.1 skrll doesn't need it. 1166 1.1 skrll 1167 1.1 skrll 1999-08-30 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1168 1.1 skrll 1169 1.1 skrll * libiberty.h (getpwd): Prototype. 1170 1.1 skrll 1171 1.1 skrll 1999-08-01 Mark Mitchell <mark (a] codesourcery.com> 1172 1.1 skrll 1173 1.1 skrll * splay-tree.h (splay_tree_insert): Return the new node. 1174 1.1 skrll 1175 1.1 skrll 1999-07-11 Ian Lance Taylor <ian (a] zembu.com> 1176 1.1 skrll 1177 1.1 skrll * ansidecl.h: Copy attribute support macros from egcs. 1178 1.1 skrll 1179 1.1 skrll 1999-06-22 Mark Mitchell <mark (a] codesourcery.com> 1180 1.1 skrll 1181 1.1 skrll * bfdlink.h (struct bfd_link_hash_entry): Add init_function and 1182 1.1 skrll fini_function. 1183 1.1 skrll 1184 1.1 skrll 1999-06-20 Mark Mitchell <mark (a] codesourcery.com> 1185 1.1 skrll 1186 1.1 skrll * mips.h (Elf32_Internal_Msym): New structure. 1187 1.1 skrll (Elf32_External_Msym): Likewise. 1188 1.1 skrll (ELF32_MS_REL_INDEX): New macro. 1189 1.1 skrll (ELF32_MS_FLAGS): Likewise. 1190 1.1 skrll (ELF32_MS_INFO): Likewise. 1191 1.1 skrll 1192 1.1 skrll 1999-06-14 Nick Clifton <nickc (a] cygnus.com> 1193 1.1 skrll 1194 1.1 skrll * dis-asm.h (arm_toggle_regnames): New prototype. 1195 1.1 skrll (struct diassemble_info): New field: disassembler_options. 1196 1.1 skrll 1197 1.1 skrll 1999-04-11 Richard Henderson <rth (a] cygnus.com> 1198 1.1 skrll 1199 1.1 skrll * bfdlink.h (bfd_elf_version_expr): Rename `match' to `pattern'. 1200 1.1 skrll Add `match' callback function. 1201 1.1 skrll 1202 1.1 skrll 1999-04-10 Richard Henderson <rth (a] cygnus.com> 1203 1.1 skrll 1204 1.1 skrll * bfdlink.h (bfd_link_info): Add no_undefined. 1205 1.1 skrll 1206 1.1 skrll 1999-04-08 Nick Clifton <nickc (a] cygnus.com> 1207 1.1 skrll 1208 1.1 skrll * dis-asm.h: Add prototype for print_insn_mcore. 1209 1.1 skrll 1210 1.1 skrll 1999-04-02 Mark Mitchell <mark (a] codesourcery.com> 1211 1.1 skrll 1212 1.1 skrll * splay-tree.h (splay_tree_compare_pointers): Declare. 1213 1.1 skrll 1214 1.1 skrll 1999-03-30 Mark Mitchell <mark (a] codesourcery.com> 1215 1.1 skrll 1216 1.1 skrll * splay-tree.h (splay_tree_compare_ints): Declare. 1217 1.1 skrll 1218 1.1 skrll Wed Mar 24 12:46:29 1999 Andrew Cagney <cagney (a] amy.cygnus.com> 1219 1.1 skrll 1220 1.1 skrll * libiberty.h (basename): Cygwin{,32} should have the prototype. 1221 1.1 skrll 1222 1.1 skrll 1999-02-22 Jim Lemke <jlemke (a] cygnus.com> 1223 1.1 skrll 1224 1.1 skrll * bfdlink.h (bfd_link_info): add field "mpc860c0". 1225 1.1 skrll 1226 1.1 skrll Mon Feb 1 21:05:46 1999 Catherine Moore <clm (a] cygnus.com> 1227 1.1 skrll 1228 1.1 skrll * dis-asm.h (print_insn_i386_att): Declare. 1229 1.1 skrll (print_insn_i386_intel): Declare. 1230 1.1 skrll 1231 1.1 skrll 1998-12-30 Michael Meissner <meissner (a] cygnus.com> 1232 1.1 skrll 1233 1.1 skrll * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and 1234 1.1 skrll FPRINTF_FUNC to avoid compiler warnings. 1235 1.1 skrll 1236 1.1 skrll Wed Dec 30 16:07:14 1998 David Taylor <taylor (a] texas.cygnus.com> 1237 1.1 skrll 1238 1.1 skrll * dis-asm.h: change void * to PTR (two places). 1239 1.1 skrll 1240 1.1 skrll Mon Dec 14 09:53:31 1998 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1241 1.1 skrll 1242 1.1 skrll * demangle.h: Don't check IN_GCC anymore. 1243 1.1 skrll * splay-tree.h: Likewise. 1244 1.1 skrll 1245 1.1 skrll Tue Dec 8 00:30:31 1998 Elena Zannoni <ezannoni (a] kwikemart.cygnus.com> 1246 1.1 skrll 1247 1.1 skrll The following changes were made by Elena Zannoni 1248 1.1 skrll <ezannoni (a] kwikemart.cygnus.com> and Edith Epstein 1249 1.1 skrll <eepstein (a] sophia.cygnus.com> as part of a project to merge in 1250 1.1 skrll changes made by HP; HP did not create ChangeLog entries. 1251 1.1 skrll 1252 1.1 skrll * dis-asm.h (struct disassemble_info): change the type of stream 1253 1.1 skrll from FILE* to void*, for use with gdb's new type GDB_FILE. 1254 1.1 skrll (fprintf_ftype): change FILE* parameter type to void*. 1255 1.1 skrll 1256 1.1 skrll * demangle.h: (DMGL_EDG): new macro for Kuck and Associates 1257 1.1 skrll (DMGL_STYLE_MASK): modify to include Kuck and Assoc style 1258 1.1 skrll (demangling_styles): add new edg_demangling style 1259 1.1 skrll (EDG_DEMANGLING_STYLE_STRING): new macro 1260 1.1 skrll (EDG_DEMANGLING): new macro 1261 1.1 skrll (DMGL_HP): new macro, for HP/aCC compiler. 1262 1.1 skrll (DMGL_STYLE_MASK): modify to include new HP's style. 1263 1.1 skrll (demangling_styles): add new hp_demangling value. 1264 1.1 skrll (HP_DEMANGLING_STYLE_STRING): new macro. 1265 1.1 skrll (ARM_DEMANGLING): coerce to int. 1266 1.1 skrll (HP_DEMANGLING): new macro. 1267 1.1 skrll 1268 1.1 skrll * hp-symtab.h: rewritten, from HP. 1269 1.1 skrll (quick_procedure): change type of language field to unsigned int 1270 1.1 skrll (quick_module): change type of language field to unsigned int 1271 1.1 skrll (struct dntt_type_svar): add field thread_specific. 1272 1.1 skrll (hp_language): add languages modcal and dmpascal. 1273 1.1 skrll 1274 1.1 skrll Fri Nov 20 13:14:00 1998 Andrew Cagney <cagney (a] b1.cygnus.com> 1275 1.1 skrll 1276 1.1 skrll * libiberty.h (basename): Add prototype for FreeBSD. 1277 1.1 skrll 1278 1.1 skrll Fri Nov 13 19:19:11 1998 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1279 1.1 skrll 1280 1.1 skrll * libiberty.h: Prototype xcalloc. 1281 1.1 skrll 1282 1.1 skrll Sun Nov 8 17:42:25 1998 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1283 1.1 skrll 1284 1.1 skrll * ansidecl.h: Wrap problematic macros with !IN_GCC. 1285 1.1 skrll 1286 1.1 skrll * demangle.h: Never define PARAMS(). 1287 1.1 skrll * splay-tree.h: Likewise. 1288 1.1 skrll 1289 1.1 skrll Sat Nov 7 18:30:20 1998 Peter Schauer <peter.schauer (a] regent.e-technik.tu-muenchen.de> 1290 1.1 skrll 1291 1.1 skrll * dis-asm.h (print_insn_vax): Declare. 1292 1.1 skrll 1293 1.1 skrll Sat Nov 7 16:04:03 1998 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1294 1.1 skrll 1295 1.1 skrll * demangle.h: Don't include gansidecl.h. 1296 1.1 skrll * splay-tree.h: Likewise. 1297 1.1 skrll 1298 1.1 skrll 1998-10-26 16:03 Ulrich Drepper <drepper (a] cygnus.com> 1299 1.1 skrll 1300 1.1 skrll * bfdlink.h (struct bfd_link_info): Add new field optimize. 1301 1.1 skrll 1302 1.1 skrll Thu Oct 22 19:58:00 1998 Kaveh R. Ghazi <ghazi (a] caip.rutgers.edu> 1303 1.1 skrll 1304 1.1 skrll * splay-tree.h: Wrap function pointer parameter declarations in 1305 1.1 skrll PARAMS() macro. 1306 1.1 skrll 1307 1.1 skrll 1998-10-21 Mark Mitchell <mark (a] markmitchell.com> 1308 1.1 skrll 1309 1.1 skrll * splay-tree.h: New file. 1310 1.1 skrll 1311 1.1 skrll Fri Oct 9 00:02:03 1998 Jeffrey A Law (law (a] cygnus.com) 1312 1.1 skrll 1313 1.1 skrll * Merge devo and egcs include directories. 1314 1.1 skrll 1315 1.1 skrll Sat Sep 5 12:16:33 1998 Jeffrey A Law (law (a] cygnus.com) 1316 1.1 skrll 1317 1.1 skrll * getopt.h, obstack.h: Updated from gcc. 1318 1.1 skrll 1319 1.1 skrll 1998-08-03 Jason Molenda (jsm (a] bugshack.cygnus.com) 1320 1.1 skrll 1321 1.1 skrll * libiberty.h (xexit): Change decl to use modern GCC attribute 1322 1.1 skrll to indicate exit does not return. 1323 1.1 skrll 1324 1.1 skrll Mon Jun 1 13:48:32 1998 Jason Molenda (crash (a] bugshack.cygnus.com) 1325 1.1 skrll 1326 1.1 skrll * obstack.h: Update to latest FSF version. 1327 1.1 skrll 1328 1.1 skrll Tue Feb 24 13:05:02 1998 Doug Evans <devans (a] canuck.cygnus.com> 1329 1.1 skrll 1330 1.1 skrll * dis-asm.h (disassemble_info): Member `symbol' renamed to `symbols' 1331 1.1 skrll and made an "asymbol **". New member num_symbols. 1332 1.1 skrll (INIT_DISASSEMBLE_INFO_NO_ARCH): Update. 1333 1.1 skrll 1334 1.1 skrll Tue Feb 17 12:32:18 1998 Andrew Cagney <cagney (a] b1.cygnus.com> 1335 1.1 skrll 1336 1.1 skrll * remote-sim.h (sim_fetch_register, sim_store_register): Add 1337 1.1 skrll register length parameter. Functions return actual length of 1338 1.1 skrll register. 1339 1.1 skrll 1340 1.1 skrll Thu Feb 12 16:29:01 1998 Ian Lance Taylor <ian (a] cygnus.com> 1341 1.1 skrll 1342 1.1 skrll * getopt.h: Update to latest FSF version. 1343 1.1 skrll 1344 1.1 skrll Wed Feb 11 16:56:06 1998 Doug Evans <devans (a] canuck.cygnus.com> 1345 1.1 skrll 1346 1.1 skrll * symcat.h: New file. 1347 1.1 skrll 1348 1.1 skrll Mon Feb 2 17:13:31 1998 Steve Haworth <steve (a] pm.cse.rmit.EDU.AU> 1349 1.1 skrll 1350 1.1 skrll * dis-asm.h (print_insn_tic30): Declare. 1351 1.1 skrll 1352 1.1 skrll Thu Jan 22 16:23:59 1998 Fred Fish <fnf (a] cygnus.com> 1353 1.1 skrll 1354 1.1 skrll * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly 1355 1.1 skrll function there is a reloc on this line. 1356 1.1 skrll 1357 1.1 skrll Mon Dec 8 11:22:23 1997 Nick Clifton <nickc (a] cygnus.com> 1358 1.1 skrll 1359 1.1 skrll * dis-asm.h: Remove prototype of disasm_symaddr() as this function 1360 1.1 skrll no longer exists. 1361 1.1 skrll 1362 1.1 skrll Tue Dec 2 10:20:53 1997 Nick Clifton <nickc (a] cygnus.com> 1363 1.1 skrll 1364 1.1 skrll * dis-asm.h (disasm_symaddr): New prototype. 1365 1.1 skrll 1366 1.1 skrll Mon Dec 1 11:29:35 1997 Doug Evans <devans (a] canuck.cygnus.com> 1367 1.1 skrll 1368 1.1 skrll * callback.h (CB_SYSCALL): Comment out arg names in prototypes. 1369 1.1 skrll 1370 1.1 skrll Wed Nov 26 16:47:58 1997 Michael Meissner <meissner (a] cygnus.com> 1371 1.1 skrll 1372 1.1 skrll * callback.h (CB_SYSCALL): Consistantly use names for prototype 1373 1.1 skrll arguments. 1374 1.1 skrll 1375 1.1 skrll Wed Nov 26 11:39:30 1997 Doug Evans <devans (a] canuck.cygnus.com> 1376 1.1 skrll 1377 1.1 skrll * callback.h (CB_SYSCALL): Change byte count arguments to 1378 1.1 skrll {read,write}_mem to `int'. New member `magic'. 1379 1.1 skrll (CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros. 1380 1.1 skrll 1381 1.1 skrll Tue Nov 25 01:35:52 1997 Doug Evans <devans (a] seba.cygnus.com> 1382 1.1 skrll 1383 1.1 skrll * callback.h (struct stat): Move forward decl up. 1384 1.1 skrll (host_callback): Pass stat struct pointer to stat,fstat. 1385 1.1 skrll (CB_SYS_nnn): Reorganize. 1386 1.1 skrll (CB_SYSCALL): New members p1,p2. 1387 1.1 skrll (cb_host_to_target_stat): Delete fourth arg. 1388 1.1 skrll 1389 1.1 skrll Sat Nov 22 23:34:15 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1390 1.1 skrll 1391 1.1 skrll * remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC 1392 1.1 skrll argument. 1393 1.1 skrll 1394 1.1 skrll Mon Nov 17 14:00:51 1997 Doug Evans <devans (a] seba.cygnus.com> 1395 1.1 skrll 1396 1.1 skrll * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map. 1397 1.1 skrll (host_callback): Add stat, fstat, syscall_map, errno_map, open_map, 1398 1.1 skrll signal_map, stat_map. 1399 1.1 skrll (errn_map,open_map): Renamed to cb_init_foo_map. 1400 1.1 skrll (cb_host_to_target_errno,cb_target_to_host_open): Renamed from 1401 1.1 skrll host_to_target_errno,target_to_host_open. 1402 1.1 skrll (cb_read_target_syscall_maps): Add prototype. 1403 1.1 skrll (cb_target_to_host_syscall): Likewise. 1404 1.1 skrll (cb_host_to_target_stat): Likewise. 1405 1.1 skrll (cb_syscall): Likewise. 1406 1.1 skrll (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat, 1407 1.1 skrll argvlen,argv,chdir,stat,chmod,utime,time}): Define. 1408 1.1 skrll (CB_SYSCALL): New type. 1409 1.1 skrll (CB_RC): New enum. 1410 1.1 skrll 1411 1.1 skrll Fri Nov 7 10:34:09 1997 Rob Savoye <rob (a] darkstar.cygnus.com> 1412 1.1 skrll 1413 1.1 skrll * libiberty.h: Add extern "C" { so it can be used with C++ 1414 1.1 skrll programs. 1415 1.1 skrll * remote-sim.h: Add extern "C" { so it can be used with C++ 1416 1.1 skrll programs. 1417 1.1 skrll 1418 1.1 skrll Tue Oct 14 16:07:51 1997 Nick Clifton <nickc (a] cygnus.com> 1419 1.1 skrll 1420 1.1 skrll * dis-asm.h (struct disassemble_info): New field 1421 1.1 skrll 'symbol_at_address_func'. 1422 1.1 skrll (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise new field with 1423 1.1 skrll generic_symbol_at_address. 1424 1.1 skrll 1425 1.1 skrll Mon Oct 13 10:17:15 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1426 1.1 skrll 1427 1.1 skrll * remote-sim.h: Clarify sim_read, sim_write MEM argument. 1428 1.1 skrll 1429 1.1 skrll Wed Sep 24 18:03:10 1997 Stu Grossman <grossman (a] babylon-5.cygnus.com> 1430 1.1 skrll 1431 1.1 skrll * remote-sim.h (SIM_RC): Add a bunch of new return codes for 1432 1.1 skrll breakpoint stuff. 1433 1.1 skrll * Add functions to tell the simulator to set/clear/enable/disable 1434 1.1 skrll intrinsic breakpoints. 1435 1.1 skrll 1436 1.1 skrll Thu Aug 28 19:41:42 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1437 1.1 skrll 1438 1.1 skrll * libiberty.h (dupargv): Add prototype. 1439 1.1 skrll 1440 1.1 skrll Tue Aug 26 12:25:49 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1441 1.1 skrll 1442 1.1 skrll * remote-sim.h (sim_create_inferior): Add ABFD arg. Document. 1443 1.1 skrll 1444 1.1 skrll Mon Aug 25 10:50:51 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1445 1.1 skrll 1446 1.1 skrll * remote-sim.h (sim_open): Add ABFD arg. Document. 1447 1.1 skrll 1448 1.1 skrll Fri Aug 8 16:43:56 1997 Doug Evans <dje (a] canuck.cygnus.com> 1449 1.1 skrll 1450 1.1 skrll * dis-asm.h (arc_get_disassembler): Declare. 1451 1.1 skrll 1452 1.1 skrll Wed Jul 30 11:39:50 1997 Per Bothner <bothner (a] deneb.cygnus.com> 1453 1.1 skrll 1454 1.1 skrll * demangle.h (DMGL_JAVA): New option to request Java demangling. 1455 1.1 skrll 1456 1.1 skrll Tue Jul 22 17:59:54 1997 Ian Lance Taylor <ian (a] cygnus.com> 1457 1.1 skrll 1458 1.1 skrll * libiberty.h (PEXECUTE_*): Define. 1459 1.1 skrll (pexecute, pwait): Declare. 1460 1.1 skrll 1461 1.1 skrll Fri Jun 6 13:02:33 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1462 1.1 skrll 1463 1.1 skrll * remote-sim.h (sim_kill): Mark as depreciated. 1464 1.1 skrll 1465 1.1 skrll Fri May 23 13:43:41 1997 Fred Fish <fnf (a] cygnus.com> 1466 1.1 skrll 1467 1.1 skrll * bfdlink.h (struct bfd_link_info): Add task_link member. 1468 1.1 skrll 1469 1.1 skrll Thu May 22 11:32:49 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1470 1.1 skrll 1471 1.1 skrll * remote-sim.h: Review documentation. Clarify restrictions on 1472 1.1 skrll when functions can be called. 1473 1.1 skrll 1474 1.1 skrll Wed May 21 16:47:53 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1475 1.1 skrll 1476 1.1 skrll * remote-sim.h (sim_set_profile_size): Add prototype, document as 1477 1.1 skrll depreciated. 1478 1.1 skrll 1479 1.1 skrll Tue May 20 09:32:22 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1480 1.1 skrll 1481 1.1 skrll * remote-sim.h (sim_open): Add callback struct. 1482 1.1 skrll (sim_set_callbacks): Drop SIM_DESC argument. Document. 1483 1.1 skrll (sim_size): Remove recently added SIM_DESC argument. Document. 1484 1.1 skrll 1485 1.1 skrll Mon May 19 19:14:44 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1486 1.1 skrll 1487 1.1 skrll * remote-sim.h: Pass SD into sim_size. 1488 1.1 skrll 1489 1.1 skrll Thu May 15 01:24:16 1997 Mark Alexander <marka (a] cygnus.com> 1490 1.1 skrll 1491 1.1 skrll * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun, 1492 1.1 skrll obstack_freefun): Eliminate compile warnings in gdb. 1493 1.1 skrll 1494 1.1 skrll Tue Apr 22 10:24:34 1997 Fred Fish <fnf (a] cygnus.com> 1495 1.1 skrll 1496 1.1 skrll * floatformat.h (floatformat_byteorders): Add comments for previous 1497 1.1 skrll formats and add floatformat_littlebyte_bigword, primarily for ARM. 1498 1.1 skrll Add declaration for floatformat_ieee_double_littlebyte_bigword. 1499 1.1 skrll 1500 1.1 skrll Fri Apr 18 13:04:49 1997 Andrew Cagney <cagney (a] b1.cygnus.com> 1501 1.1 skrll 1502 1.1 skrll * remote-sim.h (sim_stop): New interface - asynchronous 1503 1.1 skrll notification of a request to stop / suspend the running 1504 1.1 skrll simulation. 1505 1.1 skrll 1506 1.1 skrll * remote-sim.h (enum sim_stop): Add sim_running and sim_polling as 1507 1.1 skrll states for use internal to simulators. 1508 1.1 skrll 1509 1.1 skrll * callback.h (struct host_callback_strut): Put a magic number at 1510 1.1 skrll the end of the struct to allow basic checking. 1511 1.1 skrll (struct host_callback_struct ): Add poll_quit - so 1512 1.1 skrll that the console etc can be polled at regular intervals. 1513 1.1 skrll 1514 1.1 skrll Thu Apr 17 02:17:12 1997 Doug Evans <dje (a] canuck.cygnus.com> 1515 1.1 skrll 1516 1.1 skrll * remote-sim.h (struct _bfd): Declare. 1517 1.1 skrll (sim_load): Return SIM_RC. New arg `abfd'. 1518 1.1 skrll (sim_create_inferior): Return SIM_RC. Delete arg `start_address'. 1519 1.1 skrll 1520 1.1 skrll Wed Apr 2 17:09:12 1997 Andrew Cagney <cagney (a] kremvax.cygnus.com> 1521 1.1 skrll 1522 1.1 skrll * remote-sim.h (sim_trace, sim_size): Make these global. They 1523 1.1 skrll will go away shortly. 1524 1.1 skrll 1525 1.1 skrll Wed Apr 2 15:23:49 1997 Doug Evans <dje (a] canuck.cygnus.com> 1526 1.1 skrll 1527 1.1 skrll * remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums. 1528 1.1 skrll (sim_open): New argument `kind'. 1529 1.1 skrll 1530 1.1 skrll Wed Apr 2 14:45:51 1997 Ian Lance Taylor <ian (a] cygnus.com> 1531 1.1 skrll 1532 1.1 skrll * COPYING: Update FSF address. 1533 1.1 skrll 1534 1.1 skrll Fri Mar 28 15:29:54 1997 Mike Meissner <meissner (a] cygnus.com> 1535 1.1 skrll 1536 1.1 skrll * callback.h (top level): Include stdarg.h or varargs.h if 1537 1.1 skrll va_start is not defined. 1538 1.1 skrll (host_callback_struct): Make {,e}vprintf_filtered take a va_list 1539 1.1 skrll instead of void *, since va_list might be an array or structure 1540 1.1 skrll type. 1541 1.1 skrll 1542 1.1 skrll Fri Mar 28 15:44:41 1997 H.J. Lu <hjl (a] gnu.ai.mit.edu> 1543 1.1 skrll 1544 1.1 skrll * libiberty.h (basename): Add prototype for glibc and linux. 1545 1.1 skrll 1546 1.1 skrll Mon Mar 17 19:22:12 1997 Ian Lance Taylor <ian (a] cygnus.com> 1547 1.1 skrll 1548 1.1 skrll * objalloc.h: New file. 1549 1.1 skrll 1550 1.1 skrll Mon Mar 17 14:57:55 1997 Andrew Cagney <cagney (a] kremvax.cygnus.com> 1551 1.1 skrll 1552 1.1 skrll * remote-sim.h: New file, copied in from gdb/remote-sim.h. One 1553 1.1 skrll day this will be placed in a directory of its own. 1554 1.1 skrll 1555 1.1 skrll Sat Mar 15 19:00:14 1997 Ian Lance Taylor <ian (a] cygnus.com> 1556 1.1 skrll 1557 1.1 skrll * obstack.h: Update to current FSF version. 1558 1.1 skrll 1559 1.1 skrll Thu Mar 6 15:46:59 1997 Andrew Cagney <cagney (a] kremvax.cygnus.com> 1560 1.1 skrll 1561 1.1 skrll * callback.h (struct host_callback_struct): Add callbacks - 1562 1.1 skrll flush_stdout, write_stderr, flush_stderr, vprintf_filtered, 1563 1.1 skrll evprintf_filtered. Delete redundant callbacks - printf_filtered. 1564 1.1 skrll 1565 1.1 skrll Thu Feb 27 23:18:27 1997 Ian Lance Taylor <ian (a] cygnus.com> 1566 1.1 skrll 1567 1.1 skrll * bfdlink.h (struct bfd_link_info): Remove lprefix and lprefix_len 1568 1.1 skrll fields. 1569 1.1 skrll 1570 1.1 skrll Tue Feb 25 00:10:49 1997 Ian Lance Taylor <ian (a] cygnus.com> 1571 1.1 skrll 1572 1.1 skrll * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize 1573 1.1 skrll bytes_per_chunk and display_endian. 1574 1.1 skrll 1575 1.1 skrll Mon Feb 24 17:47:02 1997 Ian Lance Taylor <ian (a] cygnus.com> 1576 1.1 skrll 1577 1.1 skrll From Eric Youngdale <eric (a] andante.jic.com>: 1578 1.1 skrll * bfdlink.h (struct bfd_elf_version_expr): Define. 1579 1.1 skrll (struct bfd_elf_version_deps): Define. 1580 1.1 skrll (struct bfd_elf_version_tree): Define. 1581 1.1 skrll 1582 1.1 skrll Thu Feb 6 14:20:01 1997 Martin M. Hunt <hunt (a] pizza.cygnus.com> 1583 1.1 skrll 1584 1.1 skrll * dis-asm.h: (disassemble_info): Add new fields 1585 1.1 skrll bytes_per_chunk and display_endian to control the 1586 1.1 skrll display of raw instructions. 1587 1.1 skrll 1588 1.1 skrll Fri Dec 27 22:17:37 1996 Fred Fish <fnf (a] cygnus.com> 1589 1.1 skrll 1590 1.1 skrll * dis-asm.h (print_insn_tic80): Declare. 1591 1.1 skrll 1592 1.1 skrll Sun Dec 8 17:11:12 1996 Doug Evans <dje (a] canuck.cygnus.com> 1593 1.1 skrll 1594 1.1 skrll * callback.h (host_callback): New member `error'. 1595 1.1 skrll 1596 1.1 skrll Wed Nov 20 00:40:23 1996 Doug Evans <dje (a] canuck.cygnus.com> 1597 1.1 skrll 1598 1.1 skrll * callback.h: New file, moved here from gdb. 1599 1.1 skrll 1600 1.1 skrll Mon Nov 18 16:34:00 1996 Dawn Perchik <dawn (a] critters.cygnus.com> 1601 1.1 skrll 1602 1.1 skrll * libiberty.h: Checkin again; last checkin failed due to sticky tag. 1603 1.1 skrll 1604 1.1 skrll Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn (a] critters.cygnus.com> 1605 1.1 skrll 1606 1.1 skrll * libiberty.h: Revert last commit due to conflicts with hpux 1607 1.1 skrll system headers. 1608 1.1 skrll 1609 1.1 skrll Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn (a] critters.cygnus.com> 1610 1.1 skrll 1611 1.1 skrll * libiberty.h: Move prototypes from argv.c here. 1612 1.1 skrll 1613 1.1 skrll Thu Oct 31 14:56:18 1996 Doug Evans <dje (a] canuck.cygnus.com> 1614 1.1 skrll 1615 1.1 skrll * ansidecl.h (VPARAMS,VA_START): Define. 1616 1.1 skrll 1617 1.1 skrll Fri Oct 25 12:08:04 1996 Ian Lance Taylor <ian (a] cygnus.com> 1618 1.1 skrll 1619 1.1 skrll * dis-asm.h (disassemble_info): Add bytes_per_line field. 1620 1.1 skrll (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize bytes_per_line field. 1621 1.1 skrll 1622 1.1 skrll Thu Oct 24 17:10:01 1996 Ian Lance Taylor <ian (a] cygnus.com> 1623 1.1 skrll 1624 1.1 skrll * dis-asm.h (disassemble_info): Add symbol field. 1625 1.1 skrll (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize symbol field. 1626 1.1 skrll 1627 1.1 skrll Thu Oct 17 11:17:40 1996 Doug Evans <dje (a] canuck.cygnus.com> 1628 1.1 skrll 1629 1.1 skrll * dis-asm.h (print_insn_m32r): Declare. 1630 1.1 skrll 1631 1.1 skrll Mon Oct 14 23:56:52 1996 Ian Lance Taylor <ian (a] cygnus.com> 1632 1.1 skrll 1633 1.1 skrll * libiberty.h: Declare parameter types for xmalloc and xrealloc. 1634 1.1 skrll 1635 1.1 skrll Thu Oct 3 13:45:27 1996 Ian Lance Taylor <ian (a] cygnus.com> 1636 1.1 skrll 1637 1.1 skrll * fnmatch.h: New file. 1638 1.1 skrll 1639 1.1 skrll Thu Oct 3 10:33:14 1996 Jeffrey A Law (law (a] cygnus.com) 1640 1.1 skrll 1641 1.1 skrll * dis-asm.h (print_insn_mn10x00): Delete declaration. 1642 1.1 skrll (print_insn_mn10200, print_insn_mn10300): Declare. 1643 1.1 skrll 1644 1.1 skrll Wed Oct 2 21:24:43 1996 Jeffrey A Law (law (a] cygnus.com) 1645 1.1 skrll 1646 1.1 skrll * dis-asm.h (print_insn_mn10x00): Declare. 1647 1.1 skrll 1648 1.1 skrll Mon Sep 30 13:56:11 1996 Fred Fish <fnf (a] cygnus.com> 1649 1.1 skrll 1650 1.1 skrll * libiberty.h: Remove #ifndef PRIVATE_XMALLOC. 1651 1.1 skrll 1652 1.1 skrll Sat Aug 31 13:27:06 1996 Jeffrey A Law (law (a] cygnus.com) 1653 1.1 skrll 1654 1.1 skrll * dis-asm.h (print_insn_v850): Declare. 1655 1.1 skrll 1656 1.1 skrll Tue Aug 13 16:10:30 1996 Stu Grossman (grossman (a] critters.cygnus.com) 1657 1.1 skrll 1658 1.1 skrll * obstack.h: Change bcopy to memcpy. Works better on Posix 1659 1.1 skrll systems, which generally lack bcopy. 1660 1.1 skrll 1661 1.1 skrll Mon Aug 12 17:03:18 1996 Stu Grossman (grossman (a] critters.cygnus.com) 1662 1.1 skrll 1663 1.1 skrll * ansidecl.h: Change WIN32 to _WIN32. 1664 1.1 skrll 1665 1.1 skrll Fri Jul 26 13:58:18 1996 Ian Lance Taylor <ian (a] cygnus.com> 1666 1.1 skrll 1667 1.1 skrll * dis-asm.h: Add flavour field. 1668 1.1 skrll (print_insn_alpha): Declare. 1669 1.1 skrll (print_insn_alpha_osf, print_insn_alpha_vms): Don't declare. 1670 1.1 skrll (INIT_DISASSEMBLE_INFO): Initialize flavour field. 1671 1.1 skrll 1672 1.1 skrll Tue Jul 23 17:37:58 1996 Fred Fish <fnf (a] cygnus.com> 1673 1.1 skrll 1674 1.1 skrll * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc 1675 1.1 skrll definitions inside #ifndef so that programs that want to 1676 1.1 skrll can define PRIVATE_XMALLOC and then define xmalloc and 1677 1.1 skrll xrealloc anyway they want. 1678 1.1 skrll (basename): Document in source that we can't declare the 1679 1.1 skrll parameter type because it is declared inconsistently across 1680 1.1 skrll different systems. 1681 1.1 skrll 1682 1.1 skrll Mon Jul 22 13:16:13 1996 Richard Henderson <rth (a] tamu.edu> 1683 1.1 skrll 1684 1.1 skrll * dis-asm.h (print_insn_alpha): Don't declare. 1685 1.1 skrll (print_insn_alpha_osf, print_insn_alpha_vms): Declare. 1686 1.1 skrll 1687 1.1 skrll Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt (a] pizza.cygnus.com> 1688 1.1 skrll 1689 1.1 skrll * dis-asm.h: (print_insn_d10v): Declare. 1690 1.1 skrll 1691 1.1 skrll Mon Jul 15 16:55:38 1996 Stu Grossman (grossman (a] critters.cygnus.com) 1692 1.1 skrll 1693 1.1 skrll * dis-asm.h: Get rid of decls for print_insn_i8086, 1694 1.1 skrll print_insn_sparc64 and print_insn_sparclite. 1695 1.1 skrll * (INIT_DISASSEMBLE_INFO): Split into two pieces. One, 1696 1.1 skrll INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian, 1697 1.1 skrll mach, and arch. 1698 1.1 skrll 1699 1.1 skrll Fri Jul 12 10:19:27 1996 Stu Grossman (grossman (a] critters.cygnus.com) 1700 1.1 skrll 1701 1.1 skrll * dis-asm.h (print_insn_i8086): Declare. 1702 1.1 skrll 1703 1.1 skrll Wed Jul 3 16:02:39 1996 Stu Grossman (grossman (a] critters.cygnus.com) 1704 1.1 skrll 1705 1.1 skrll * dis-asm.h (print_insn_sparclite): Declare. 1706 1.1 skrll 1707 1.1 skrll Tue Jun 18 16:02:46 1996 Jeffrey A. Law <law (a] rtl.cygnus.com> 1708 1.1 skrll 1709 1.1 skrll * dis-asm.h (print_insn_h8300s): Declare. 1710 1.1 skrll 1711 1.1 skrll Tue Jun 18 15:11:33 1996 Klaus Kaempf <kkaempf (a] progis.de> 1712 1.1 skrll 1713 1.1 skrll * fopen-vms.h: New file. 1714 1.1 skrll 1715 1.1 skrll Tue Jun 4 18:58:16 1996 Ian Lance Taylor <ian (a] cygnus.com> 1716 1.1 skrll 1717 1.1 skrll * bfdlink.h (struct bfd_link_info): Add notice_all field. 1718 1.1 skrll 1719 1.1 skrll Fri Apr 26 10:33:12 1996 Doug Evans <dje (a] canuck.cygnus.com> 1720 1.1 skrll 1721 1.1 skrll * demangle.h (#ifdef IN_GCC): #include "gansidecl.h". 1722 1.1 skrll (PROTO,PTR,const): Delete. 1723 1.1 skrll 1724 1.1 skrll Mon Apr 22 17:27:42 1996 Ian Lance Taylor <ian (a] cygnus.com> 1725 1.1 skrll 1726 1.1 skrll * bfdlink.h (struct bfd_link_info): Add traditional_format field. 1727 1.1 skrll 1728 1.1 skrll Mon Apr 15 15:16:56 1996 Doug Evans <dje (a] canuck.cygnus.com> 1729 1.1 skrll 1730 1.1 skrll * libiberty.h (choose_temp_base): Add prototype. 1731 1.1 skrll 1732 1.1 skrll Tue Mar 12 17:29:46 1996 Ian Lance Taylor <ian (a] cygnus.com> 1733 1.1 skrll 1734 1.1 skrll * bfdlink.h (bfd_wrapped_link_hash_lookup): Declare. 1735 1.1 skrll (struct bfd_link_info): Add wrap_hash field. 1736 1.1 skrll 1737 1.1 skrll Wed Feb 14 16:49:17 1996 Martin Anantharaman <martin (a] mail.imech.uni-duisburg.de> 1738 1.1 skrll 1739 1.1 skrll * ieee.h (ieee_record_enum_type): Define 1740 1.1 skrll ieee_external_reference_info_enum. 1741 1.1 skrll 1742 1.1 skrll Fri Feb 2 17:09:25 1996 Doug Evans <dje (a] charmed.cygnus.com> 1743 1.1 skrll 1744 1.1 skrll * dis-asm.h (DISASM_RAW_INSN): Delete. 1745 1.1 skrll 1746 1.1 skrll Tue Jan 23 09:21:47 1996 Doug Evans <dje (a] charmed.cygnus.com> 1747 1.1 skrll 1748 1.1 skrll * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN. 1749 1.1 skrll New argument FPRINTF_FUNC. 1750 1.1 skrll 1751 1.1 skrll Mon Jan 22 16:37:59 1996 Doug Evans <dje (a] charmed.cygnus.com> 1752 1.1 skrll 1753 1.1 skrll * dis-asm.h (disassemble_info): New members arch, mach, endian. 1754 1.1 skrll (INIT_DISASSEMBLE_INFO): Initialize them. 1755 1.1 skrll (DISASM_RAW_INSN{,FLAG}): Define. 1756 1.1 skrll 1757 1.1 skrll Thu Jan 18 11:32:38 1996 Ian Lance Taylor <ian (a] cygnus.com> 1758 1.1 skrll 1759 1.1 skrll * demangle.h (cplus_demangle_opname): Change opname parameter to 1760 1.1 skrll const char *. 1761 1.1 skrll (cplus_mangle_opname): Change return type and opname parameter to 1762 1.1 skrll const char *. 1763 1.1 skrll 1764 1.1 skrll Fri Jan 5 00:01:22 1996 Ian Lance Taylor <ian (a] cygnus.com> 1765 1.1 skrll 1766 1.1 skrll * ieee.h (enum ieee_record): Add ieee_asn_record_enum, 1767 1.1 skrll ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum, 1768 1.1 skrll ieee_bb_record_enum, and ieee_be_record_enum. 1769 1.1 skrll 1770 1.1 skrll Wed Jan 3 13:12:09 1996 Fred Fish <fnf (a] cygnus.com> 1771 1.1 skrll 1772 1.1 skrll * obstack.h: Update copyright to 1996. 1773 1.1 skrll (_obstack_memory_used): Declare. 1774 1.1 skrll (obstack_memory_used): Define macro. 1775 1.1 skrll 1776 1.1 skrll Thu Dec 28 11:42:12 1995 Ian Lance Taylor <ian (a] cygnus.com> 1777 1.1 skrll 1778 1.1 skrll * libiberty.h (xstrdup): Declare. 1779 1.1 skrll 1780 1.1 skrll Thu Dec 21 14:47:17 1995 Michael Meissner <meissner (a] tiktok.cygnus.com> 1781 1.1 skrll 1782 1.1 skrll * wait.h: Protect all macros with #ifndef. 1783 1.1 skrll 1784 1.1 skrll Tue Oct 24 21:45:40 1995 Ian Lance Taylor <ian (a] cygnus.com> 1785 1.1 skrll 1786 1.1 skrll * bfdlink.h (struct bfd_link_info): Add static_link field. 1787 1.1 skrll 1788 1.1 skrll Tue Sep 12 16:28:04 1995 Ian Lance Taylor <ian (a] cygnus.com> 1789 1.1 skrll 1790 1.1 skrll * bfdlink.h (struct bfd_link_callbacks): Add symbol parameter to 1791 1.1 skrll warning callback. 1792 1.1 skrll 1793 1.1 skrll Fri Sep 1 13:11:51 1995 Ian Lance Taylor <ian (a] cygnus.com> 1794 1.1 skrll 1795 1.1 skrll * bfdlink.h (struct bfd_link_callbacks): Change warning callback 1796 1.1 skrll to take BFD, section, and address arguments. 1797 1.1 skrll 1798 1.1 skrll Thu Aug 31 16:45:12 1995 steve chamberlain <sac (a] slash.cygnus.com> 1799 1.1 skrll 1800 1.1 skrll * bfdlink.h (struct bfd_link_info): Remove PE stuff. 1801 1.1 skrll 1802 1.1 skrll Tue Aug 22 03:18:23 1995 Ken Raeburn <raeburn (a] kr-laptop.cygnus.com> 1803 1.1 skrll 1804 1.1 skrll * libiberty.h: Declare xstrerror. From Pat Rankin. 1805 1.1 skrll 1806 1.1 skrll Mon Aug 21 18:11:36 1995 steve chamberlain <sac (a] slash.cygnus.com> 1807 1.1 skrll 1808 1.1 skrll * bfdlink.h (struct bfd_link_info): Remove PE stuff. 1809 1.1 skrll 1810 1.1 skrll Wed Aug 2 08:14:12 1995 Doug Evans <dje (a] canuck.cygnus.com> 1811 1.1 skrll 1812 1.1 skrll * dis-asm.h (print_insn_sparc64): Declare. 1813 1.1 skrll 1814 1.1 skrll Mon Jul 10 13:26:49 1995 Eric Youngdale <eric (a] aib.com> 1815 1.1 skrll 1816 1.1 skrll * bfdlink.h (struct bfd_link_info): Add new field symbolic. 1817 1.1 skrll 1818 1.1 skrll Sun Jul 2 17:48:40 1995 Ian Lance Taylor <ian (a] cygnus.com> 1819 1.1 skrll 1820 1.1 skrll * bfdlink.h (struct bfd_link_info): Change type of base_file to 1821 1.1 skrll PTR. 1822 1.1 skrll 1823 1.1 skrll Thu Jun 29 00:02:45 1995 Steve Chamberlain <sac (a] slash.cygnus.com> 1824 1.1 skrll 1825 1.1 skrll * bfdlink.h (struct bfd_link_info): Added base_file member. 1826 1.1 skrll 1827 1.1 skrll Tue Jun 20 16:40:04 1995 Steve Chamberlain <sac (a] slash.cygnus.com> 1828 1.1 skrll 1829 1.1 skrll * ansidecl.h: win32s is ANSI enough. 1830 1.1 skrll 1831 1.1 skrll Thu May 18 04:25:50 1995 Ken Raeburn <raeburn (a] kr-laptop.cygnus.com> 1832 1.1 skrll 1833 1.1 skrll Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha (a] armltd.co.uk) 1834 1.1 skrll 1835 1.1 skrll * dis-asm.h (print_insn_arm): Delete declaration. 1836 1.1 skrll (print_insn_{little,big}_arm): New declarations. 1837 1.1 skrll 1838 1.1 skrll * floatformat.h (floatformat_arm_ext): Declare. 1839 1.1 skrll 1840 1.1 skrll Sat May 13 10:14:08 1995 Steve Chamberlain <sac (a] slash.cygnus.com> 1841 1.1 skrll 1842 1.1 skrll * bfdlink.h (subsytem, stack_heap_parameters): New. 1843 1.1 skrll 1844 1.1 skrll Thu May 4 14:36:42 1995 Jason Merrill <jason (a] phydeaux.cygnus.com> 1845 1.1 skrll 1846 1.1 skrll * demangle.h: Don't include ansidecl.h if IN_GCC. 1847 1.1 skrll 1848 1.1 skrll Tue Feb 21 00:37:28 1995 Jeff Law (law (a] snake.cs.utah.edu) 1849 1.1 skrll 1850 1.1 skrll * hp-symtab.h: Don't use bitfield enumerations, the HP C compiler 1851 1.1 skrll does not handle them correctly. 1852 1.1 skrll 1853 1.1 skrll Thu Feb 9 14:20:27 1995 Ian Lance Taylor <ian (a] cygnus.com> 1854 1.1 skrll 1855 1.1 skrll * libiberty.h (basename): Don't declare parameter type; some 1856 1.1 skrll systems have this in their header files. 1857 1.1 skrll 1858 1.1 skrll Wed Feb 8 17:35:38 1995 Ian Lance Taylor <ian (a] cygnus.com> 1859 1.1 skrll 1860 1.1 skrll * bfdlink.h (struct bfd_link_hash_entry): Change format of common 1861 1.1 skrll symbol information, to remove restrictions on maximum size and 1862 1.1 skrll alignment power, by using a pointer to a structure instead. 1863 1.1 skrll 1864 1.1 skrll Mon Feb 6 14:55:32 1995 Ian Lance Taylor <ian (a] cygnus.com> 1865 1.1 skrll 1866 1.1 skrll * bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak 1867 1.1 skrll to bfd_link_hash_undefweak. Add bfd_link_hash_defweak. 1868 1.1 skrll 1869 1.1 skrll Mon Jan 16 21:00:23 1995 Stan Shebs <shebs (a] andros.cygnus.com> 1870 1.1 skrll 1871 1.1 skrll * dis-asm.h (GDB_INIT_DISASSEMBLE_INFO, etc): Remove all 1872 1.1 skrll GDB-specific definitions. 1873 1.1 skrll 1874 1.1 skrll Sun Jan 15 18:39:35 1995 Steve Chamberlain <sac@splat> 1875 1.1 skrll 1876 1.1 skrll * dis-asm.h (print_insn_w65): Declare. 1877 1.1 skrll 1878 1.1 skrll Thu Jan 12 17:51:17 1995 Ken Raeburn <raeburn (a] cujo.cygnus.com> 1879 1.1 skrll 1880 1.1 skrll * libiberty.h (hex_p): Fix sense of test. 1881 1.1 skrll 1882 1.1 skrll Wed Jan 11 22:36:40 1995 Ken Raeburn <raeburn (a] cujo.cygnus.com> 1883 1.1 skrll 1884 1.1 skrll * libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init, 1885 1.1 skrll hex_p, hex_value): New macros and declarations, for hex.c. 1886 1.1 skrll 1887 1.1 skrll Fri Jan 6 17:44:14 1995 Ian Lance Taylor <ian (a] sanguine.cygnus.com> 1888 1.1 skrll 1889 1.1 skrll * dis-asm.h: Make idempotent. 1890 1.1 skrll 1891 1.1 skrll Wed Dec 14 13:08:43 1994 Stan Shebs <shebs (a] andros.cygnus.com> 1892 1.1 skrll 1893 1.1 skrll * progress.h: New file, empty definitions for progress macros. 1894 1.1 skrll 1895 1.1 skrll Fri Nov 25 00:14:05 1994 Jeff Law (law (a] snake.cs.utah.edu) 1896 1.1 skrll 1897 1.1 skrll * hp-symtab.h: New file describing the debug symbols emitted 1898 1.1 skrll by the HP C compilers. 1899 1.1 skrll 1900 1.1 skrll Fri Nov 11 15:48:37 1994 Ian Lance Taylor <ian (a] sanguine.cygnus.com> 1901 1.1 skrll 1902 1.1 skrll * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24 1903 1.1 skrll to 26 bits, and change u.c.alignment_power from 8 to 6 bits. 6 1904 1.1 skrll bit in the alignment power is enough for a 64 bit address space. 1905 1.1 skrll 1906 1.1 skrll Mon Oct 31 13:02:51 1994 Stan Shebs (shebs (a] andros.cygnus.com) 1907 1.1 skrll 1908 1.1 skrll * demangle.h (cplus_mangle_opname): Declare. 1909 1.1 skrll 1910 1.1 skrll Tue Oct 25 11:38:02 1994 Ian Lance Taylor <ian (a] sanguine.cygnus.com> 1911 1.1 skrll 1912 1.1 skrll * bfdlink.h (struct bfd_link_callbacks): Fix comments for 1913 1.1 skrll multiple_common field. 1914 1.1 skrll 1915 1.1 skrll Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe (a] pegasus.esprit.ec.org) 1916 1.1 skrll 1917 1.1 skrll * dis-asm.h: Add support for the ARM. 1918 1.1 skrll 1919 1.1 skrll Wed Aug 10 12:51:41 1994 Doug Evans (dje (a] canuck.cygnus.com) 1920 1.1 skrll 1921 1.1 skrll * libiberty.h (strsignal): Document its existence even if we 1922 1.1 skrll can't declare it. 1923 1.1 skrll 1924 1.1 skrll Tue Aug 2 14:40:03 1994 Jim Kingdon (kingdon (a] lioth.cygnus.com) 1925 1.1 skrll 1926 1.1 skrll * os9k.h: Remove u_int16, u_int32, and owner_id typedefs and 1927 1.1 skrll expand their uses. Those names conflict with Mach headers. 1928 1.1 skrll 1929 1.1 skrll Fri Jul 22 14:17:12 1994 Ian Lance Taylor (ian (a] sanguine.cygnus.com) 1930 1.1 skrll 1931 1.1 skrll * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a 1932 1.1 skrll bitfield. Add field u.c.alignment_power. 1933 1.1 skrll 1934 1.1 skrll Sun Jul 10 00:26:39 1994 Ian Dall (dall (a] hfrd.dsto.gov.au) 1935 1.1 skrll 1936 1.1 skrll * dis-asm.h: Add print_insn_ns32k declaration. 1937 1.1 skrll 1938 1.1 skrll Mon Jun 20 17:13:29 1994 Ian Lance Taylor (ian (a] sanguine.cygnus.com) 1939 1.1 skrll 1940 1.1 skrll * bfdlink.h (bfd_link_hash_table): Make creator a const pointer. 1941 1.1 skrll 1942 1.1 skrll Sat Jun 18 16:09:32 1994 Stan Shebs (shebs (a] andros.cygnus.com) 1943 1.1 skrll 1944 1.1 skrll * demangle.h (cplus_demangle_opname): Declare. 1945 1.1 skrll 1946 1.1 skrll Thu Jun 16 15:19:03 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 1947 1.1 skrll 1948 1.1 skrll * bfdlink.h (struct bfd_link_info): Add new field shared. 1949 1.1 skrll 1950 1.1 skrll Mon Jun 6 14:39:44 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 1951 1.1 skrll 1952 1.1 skrll * bfdlink.h (struct bfd_link_hash_entry): Remove written field: 1953 1.1 skrll not needed for all backends. 1954 1.1 skrll 1955 1.1 skrll Thu Apr 28 19:06:50 1994 Ken Raeburn (raeburn (a] cujo.cygnus.com) 1956 1.1 skrll 1957 1.1 skrll * dis-asm.h (disassembler): Declare. 1958 1.1 skrll 1959 1.1 skrll Fri Apr 1 00:38:17 1994 Jim Wilson (wilson (a] mole.gnu.ai.mit.edu) 1960 1.1 skrll 1961 1.1 skrll * obstack.h: Delete use of IN_GCC to control whether 1962 1.1 skrll stddef.h or gstddef.h is included. 1963 1.1 skrll 1964 1.1 skrll Tue Mar 22 13:06:02 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 1965 1.1 skrll 1966 1.1 skrll * bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order. 1967 1.1 skrll (struct bfd_link_order): Add data field to union. 1968 1.1 skrll 1969 1.1 skrll Mon Mar 21 18:45:26 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 1970 1.1 skrll 1971 1.1 skrll * bfdlink.h (struct bfd_link_callbacks): Change bitsize argument 1972 1.1 skrll to add_to_set to reloc. Remove bitsize argument from constructor. 1973 1.1 skrll Comment that reloc_overflow, reloc_dangerous and unattached_reloc 1974 1.1 skrll must handle NULL pointers for reloc location. 1975 1.1 skrll (enum bfd_link_order_type): Add bfd_section_reloc_link_order and 1976 1.1 skrll bfd_symbol_reloc_link_order. 1977 1.1 skrll (struct bfd_link_order): Add reloc field to union. 1978 1.1 skrll (struct bfd_link_order_reloc): Define. 1979 1.1 skrll 1980 1.1 skrll Mon Mar 14 12:27:50 1994 Ian Lance Taylor (ian (a] cygnus.com) 1981 1.1 skrll 1982 1.1 skrll * ieee-float.h: Removed; no longer used. 1983 1.1 skrll 1984 1.1 skrll Tue Mar 1 18:10:49 1994 Kung Hsu (kung (a] mexican.cygnus.com) 1985 1.1 skrll 1986 1.1 skrll * os9k.h: os9000 target specific header file, the header of the 1987 1.1 skrll object file is used now. 1988 1.1 skrll 1989 1.1 skrll Sun Feb 27 21:52:26 1994 Jim Kingdon (kingdon (a] deneb.cygnus.com) 1990 1.1 skrll 1991 1.1 skrll * floatformat.h: New file, intended to replace ieee-float.h. 1992 1.1 skrll 1993 1.1 skrll Sun Feb 20 17:15:42 1994 Ian Lance Taylor (ian (a] lisa.cygnus.com) 1994 1.1 skrll 1995 1.1 skrll * ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes. 1996 1.1 skrll 1997 1.1 skrll Wed Feb 16 01:07:12 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 1998 1.1 skrll 1999 1.1 skrll * libiberty.h: Don't declare strsignal, to avoid conflicts with 2000 1.1 skrll Solaris system header files. 2001 1.1 skrll 2002 1.1 skrll Sat Feb 12 22:11:32 1994 Jeffrey A. Law (law (a] snake.cs.utah.edu) 2003 1.1 skrll 2004 1.1 skrll * libiberty.h (xexit): Use __volatile__ to avoid losing if 2005 1.1 skrll compiling with gcc -traditional. 2006 1.1 skrll 2007 1.1 skrll Thu Feb 10 14:05:41 1994 Ian Lance Taylor (ian (a] cygnus.com) 2008 1.1 skrll 2009 1.1 skrll * libiberty.h: New file. Declares functions provided by 2010 1.1 skrll libiberty. 2011 1.1 skrll 2012 1.1 skrll Tue Feb 8 05:19:52 1994 David J. Mackenzie (djm (a] thepub.cygnus.com) 2013 1.1 skrll 2014 1.1 skrll Handle obstack_chunk_alloc returning NULL. This allows 2015 1.1 skrll obstacks to be used by libraries, without forcing them 2016 1.1 skrll to call exit or longjmp. 2017 1.1 skrll * obstack.h (struct obstack): Add alloc_failed flag. 2018 1.1 skrll _obstack_begin, _obstack_begin_1): Declare to return int, not void. 2019 1.1 skrll (obstack_finish): If alloc_failed, return NULL. 2020 1.1 skrll (obstack_base, obstack_next_free, objstack_object_size): 2021 1.1 skrll If alloc_failed, return 0. 2022 1.1 skrll (obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow, 2023 1.1 skrll obstack_int_grow, obstack_blank): If alloc_failed, do nothing that 2024 1.1 skrll could corrupt the obstack. 2025 1.1 skrll 2026 1.1 skrll Mon Jan 24 15:06:05 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2027 1.1 skrll 2028 1.1 skrll * bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and 2029 1.1 skrll addend argments to reloc_overflow callback. 2030 1.1 skrll 2031 1.1 skrll Fri Jan 21 19:13:12 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2032 1.1 skrll 2033 1.1 skrll * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc, 2034 1.1 skrll print_insn_rs6000): Declare. 2035 1.1 skrll 2036 1.1 skrll Thu Jan 6 14:15:55 1994 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2037 1.1 skrll 2038 1.1 skrll * bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to 2039 1.1 skrll add_to_set field. Add new callback named constructor. 2040 1.1 skrll 2041 1.1 skrll Thu Dec 30 10:44:06 1993 Ian Lance Taylor (ian (a] rtl.cygnus.com) 2042 1.1 skrll 2043 1.1 skrll * bfdlink.h: New file for new BFD linker backend routines. 2044 1.1 skrll 2045 1.1 skrll Mon Nov 29 10:43:57 1993 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2046 1.1 skrll 2047 1.1 skrll * dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma. 2048 1.1 skrll 2049 1.1 skrll Sat Oct 2 20:42:26 1993 Jim Kingdon (kingdon (a] lioth.cygnus.com) 2050 1.1 skrll 2051 1.1 skrll * dis-asm.h: Move comment to right place. 2052 1.1 skrll 2053 1.1 skrll Mon Aug 9 19:03:35 1993 David J. Mackenzie (djm (a] thepub.cygnus.com) 2054 1.1 skrll 2055 1.1 skrll * obstack.h (obstack_chunkfun, obstack_freefun): Add defns from 2056 1.1 skrll previous version. Are these Cygnus local changes? 2057 1.1 skrll 2058 1.1 skrll Fri Aug 6 17:05:47 1993 David J. Mackenzie (djm (a] thepub.cygnus.com) 2059 1.1 skrll 2060 1.1 skrll * getopt.h, obstack.h: Update to latest FSF version. 2061 1.1 skrll 2062 1.1 skrll Mon Aug 2 14:45:29 1993 John Gilmore (gnu (a] cygnus.com) 2063 1.1 skrll 2064 1.1 skrll * dis-asm.h: Move enum outside of struct defn to avoid warnings. 2065 1.1 skrll 2066 1.1 skrll Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com) 2067 1.1 skrll 2068 1.1 skrll * wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is 2069 1.1 skrll for systems that store stuff into the high 16 bits of a wait 2070 1.1 skrll status. 2071 1.1 skrll 2072 1.1 skrll Fri Jul 30 18:38:02 1993 John Gilmore (gnu (a] cygnus.com) 2073 1.1 skrll 2074 1.1 skrll * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns, 2075 1.1 skrll data_size, insn_type, target, target2. These are used to return 2076 1.1 skrll information from the instruction decoders back to the calling 2077 1.1 skrll program. Add comments, make more readable. 2078 1.1 skrll 2079 1.1 skrll Mon Jul 19 22:14:14 1993 Fred Fish (fnf (a] deneb.cygnus.com) 2080 1.1 skrll 2081 1.1 skrll * nlm: New directory containing NLM/NetWare includes. 2082 1.1 skrll 2083 1.1 skrll Thu Jul 15 12:10:04 1993 Ken Raeburn (raeburn (a] cambridge.cygnus.com) 2084 1.1 skrll 2085 1.1 skrll * dis-asm.h (struct disassemble_info): New field application_data. 2086 1.1 skrll 2087 1.1 skrll Thu Jul 15 12:41:15 1993 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2088 1.1 skrll 2089 1.1 skrll * dis-asm.h: Added declaration of print_insn_m88k. 2090 1.1 skrll 2091 1.1 skrll Fri Jul 2 10:31:59 1993 Ian Lance Taylor (ian (a] cygnus.com) 2092 1.1 skrll 2093 1.1 skrll * ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are 2094 1.1 skrll defined, since RISC/OS cc handles ANSI declarations in SVR4 mode 2095 1.1 skrll but does not define __STDC__. 2096 1.1 skrll 2097 1.1 skrll Sun Jun 20 18:27:52 1993 Ken Raeburn (raeburn (a] poseidon.cygnus.com) 2098 1.1 skrll 2099 1.1 skrll * dis-asm.h: Don't need to include ansidecl.h any more. 2100 1.1 skrll 2101 1.1 skrll Fri Jun 18 03:22:10 1993 John Gilmore (gnu (a] cygnus.com) 2102 1.1 skrll 2103 1.1 skrll * oasys.h: Eliminate "int8_type", "int16_type", "int32_type", and 2104 1.1 skrll their variants. These changes are coordinated with corresponding 2105 1.1 skrll changes in ../bfd/oasys.c. 2106 1.1 skrll 2107 1.1 skrll Wed Jun 16 10:43:08 1993 Fred Fish (fnf (a] cygnus.com) 2108 1.1 skrll 2109 1.1 skrll * bfd.h: Note that it has been removed. 2110 1.1 skrll 2111 1.1 skrll Tue Jun 8 12:16:03 1993 Steve Chamberlain (sac (a] phydeaux.cygnus.com) 2112 1.1 skrll 2113 1.1 skrll Support for H8/300-H 2114 1.1 skrll * dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it. 2115 1.1 skrll 2116 1.1 skrll Tue Jun 1 07:35:03 1993 Ken Raeburn (raeburn (a] kr-pc.cygnus.com) 2117 1.1 skrll 2118 1.1 skrll * ansidecl.h (const): Don't define it if it's already defined. 2119 1.1 skrll 2120 1.1 skrll Thu May 27 18:19:51 1993 Ken Raeburn (raeburn (a] cambridge.cygnus.com) 2121 1.1 skrll 2122 1.1 skrll * dis-asm.h (print_insn_hppa): Declare it. 2123 1.1 skrll 2124 1.1 skrll * bfd.h: Moved to bfd directory. Small stub here includes it 2125 1.1 skrll without requiring "-I../bfd". 2126 1.1 skrll 2127 1.1 skrll Thu Apr 29 12:06:13 1993 Ken Raeburn (raeburn (a] deneb.cygnus.com) 2128 1.1 skrll 2129 1.1 skrll * bfd.h: Updated with BSF_FUNCTION. 2130 1.1 skrll 2131 1.1 skrll Mon Apr 26 18:15:50 1993 Steve Chamberlain (sac (a] thepub.cygnus.com) 2132 1.1 skrll 2133 1.1 skrll * bfd.h, dis-asm.h: Updated with Hitachi SH. 2134 1.1 skrll 2135 1.1 skrll Fri Apr 23 18:41:38 1993 Steve Chamberlain (sac (a] thepub.cygnus.com) 2136 1.1 skrll 2137 1.1 skrll * bfd.h: Updated with alpha changes. 2138 1.1 skrll * dis-asm.h: Added alpha. 2139 1.1 skrll 2140 1.1 skrll Fri Apr 16 17:35:30 1993 Jim Kingdon (kingdon (a] cygnus.com) 2141 1.1 skrll 2142 1.1 skrll * bfd.h: Update for signed bfd_*get_*. 2143 1.1 skrll 2144 1.1 skrll Thu Apr 15 09:24:21 1993 Jim Kingdon (kingdon (a] cygnus.com) 2145 1.1 skrll 2146 1.1 skrll * bfd.h: Updated for file_truncated error. 2147 1.1 skrll 2148 1.1 skrll Thu Apr 8 10:53:47 1993 Ian Lance Taylor (ian (a] cygnus.com) 2149 1.1 skrll 2150 1.1 skrll * ansidecl.h: If no ANSI, define const to be empty. 2151 1.1 skrll 2152 1.1 skrll Thu Apr 1 09:00:10 1993 Jim Kingdon (kingdon (a] cygnus.com) 2153 1.1 skrll 2154 1.1 skrll * dis-asm.h: Declare a29k and i960 print_insn_*. 2155 1.1 skrll 2156 1.1 skrll * dis-asm.h: Add print_address_func and related stuff. 2157 1.1 skrll 2158 1.1 skrll * dis-asm.h (dis_asm_read_memory): Fix prototype. 2159 1.1 skrll 2160 1.1 skrll Wed Mar 31 17:40:16 1993 Jim Kingdon (kingdon (a] lioth.cygnus.com) 2161 1.1 skrll 2162 1.1 skrll * dis-asm.h: Add print_insn_sparc. 2163 1.1 skrll 2164 1.1 skrll Wed Mar 31 17:51:42 1993 Ian Lance Taylor (ian (a] cygnus.com) 2165 1.1 skrll 2166 1.1 skrll * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size 2167 1.1 skrll prototypes. 2168 1.1 skrll 2169 1.1 skrll Wed Mar 31 16:35:12 1993 Stu Grossman (grossman (a] cygnus.com) 2170 1.1 skrll 2171 1.1 skrll * dis-asm.h: (disassemble_info): Fix typo in prototype of 2172 1.1 skrll dis_asm_memory_error(). 2173 1.1 skrll 2174 1.1 skrll Tue Mar 30 19:09:23 1993 Jim Kingdon (kingdon (a] lioth.cygnus.com) 2175 1.1 skrll 2176 1.1 skrll * dis-asm.h (disassembler_info): Add read_memory_func, 2177 1.1 skrll memory_error_func, buffer, and length. 2178 1.1 skrll ({GDB_,}INIT_DISASSEMBLE_INFO): Set them. 2179 1.1 skrll print_insn_*: Remove second argument. 2180 1.1 skrll 2181 1.1 skrll Tue Mar 30 14:48:55 1993 Steve Chamberlain (sac (a] thepub.cygnus.com) 2182 1.1 skrll 2183 1.1 skrll * bfd.h: Update for lma field of section. 2184 1.1 skrll 2185 1.1 skrll Tue Mar 30 12:22:55 1993 Jim Kingdon (kingdon (a] cygnus.com) 2186 1.1 skrll 2187 1.1 skrll * ansidecl.h: Use ANSI versions on AIX regardless of __STDC__. 2188 1.1 skrll 2189 1.1 skrll Fri Mar 19 14:49:49 1993 Steve Chamberlain (sac (a] thepub.cygnus.com) 2190 1.1 skrll 2191 1.1 skrll * dis-asm.h: Add h8500. 2192 1.1 skrll 2193 1.1 skrll Thu Mar 18 13:49:09 1993 Per Bothner (bothner (a] rtl.cygnus.com) 2194 1.1 skrll 2195 1.1 skrll * ieee-float.h: Moved from ../gdb. 2196 1.1 skrll * dis-asm.h: New file. Interface to dis-assembler. 2197 1.1 skrll 2198 1.1 skrll Thu Mar 11 10:52:57 1993 Fred Fish (fnf (a] cygnus.com) 2199 1.1 skrll 2200 1.1 skrll * demangle.h (DMGL_NO_OPTS): Add define (set to 0) to use 2201 1.1 skrll in place of bare 0, for readability reasons. 2202 1.1 skrll 2203 1.1 skrll Tue Mar 2 17:50:11 1993 Fred Fish (fnf (a] cygnus.com) 2204 1.1 skrll 2205 1.1 skrll * demangle.h: Replace all references to cfront with ARM. 2206 1.1 skrll 2207 1.1 skrll Tue Feb 23 12:21:14 1993 Ian Lance Taylor (ian (a] cygnus.com) 2208 1.1 skrll 2209 1.1 skrll * bfd.h: Update for new elements in JUMP_TABLE. 2210 1.1 skrll 2211 1.1 skrll Tue Feb 16 00:51:30 1993 John Gilmore (gnu (a] cygnus.com) 2212 1.1 skrll 2213 1.1 skrll * bfd.h: Update for BFD_VERSION 2.1. 2214 1.1 skrll 2215 1.1 skrll Tue Jan 26 11:49:20 1993 Ian Lance Taylor (ian (a] cygnus.com) 2216 1.1 skrll 2217 1.1 skrll * bfd.h: Update for SEC_IS_COMMON flag. 2218 1.1 skrll 2219 1.1 skrll Tue Jan 19 12:25:12 1993 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2220 1.1 skrll 2221 1.1 skrll * bfd.h: Update for bfd_asymbol_value bug fix. 2222 1.1 skrll 2223 1.1 skrll Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian (a] tweedledumb.cygnus.com) 2224 1.1 skrll 2225 1.1 skrll * bfd.h: Update to include ECOFF tdata and target_flavour. 2226 1.1 skrll 2227 1.1 skrll Sun Dec 27 17:52:30 1992 Fred Fish (fnf (a] cygnus.com) 2228 1.1 skrll 2229 1.1 skrll * bfd.h: Add declaration for bfd_get_size(). 2230 1.1 skrll 2231 1.1 skrll Tue Dec 22 22:42:46 1992 Fred Fish (fnf (a] cygnus.com) 2232 1.1 skrll 2233 1.1 skrll * demangle.h: Protect file from multiple inclusions with 2234 1.1 skrll #if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif. 2235 1.1 skrll 2236 1.1 skrll Mon Dec 21 21:25:50 1992 Stu Grossman (grossman at cygnus.com) 2237 1.1 skrll 2238 1.1 skrll * bfd.h: Update to get hppa_core_struct from bfd.c. 2239 1.1 skrll 2240 1.1 skrll Thu Dec 17 00:42:35 1992 John Gilmore (gnu (a] cygnus.com) 2241 1.1 skrll 2242 1.1 skrll * bfd.h: Update to get tekhex tdata name change from bfd. 2243 1.1 skrll 2244 1.1 skrll Mon Nov 9 23:55:42 1992 John Gilmore (gnu (a] cygnus.com) 2245 1.1 skrll 2246 1.1 skrll * ansidecl.h: Update comments to discourage use of EXFUN. 2247 1.1 skrll 2248 1.1 skrll Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian (a] cygnus.com) 2249 1.1 skrll 2250 1.1 skrll * bfd.h: Update to bring in SEC_SHARED_LIBRARY. 2251 1.1 skrll 2252 1.1 skrll Thu Nov 5 03:21:32 1992 John Gilmore (gnu (a] cygnus.com) 2253 1.1 skrll 2254 1.1 skrll * bfd.h: Update to match EXFUN, bfd_seclet_struct, and SDEF 2255 1.1 skrll cleanups in bfd. 2256 1.1 skrll 2257 1.1 skrll Wed Nov 4 07:28:05 1992 Ken Raeburn (raeburn (a] cygnus.com) 2258 1.1 skrll 2259 1.1 skrll * bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so 2260 1.1 skrll widening works consistently. 2261 1.1 skrll 2262 1.1 skrll Fri Oct 16 03:17:08 1992 John Gilmore (gnu (a] cygnus.com) 2263 1.1 skrll 2264 1.1 skrll * getopt.h: Update to Revised Standard FSF Version. 2265 1.1 skrll 2266 1.1 skrll Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich (a] sendai.cygnus.com) 2267 1.1 skrll 2268 1.1 skrll * getopt.h (struct option): use the provided enum for has_arg. 2269 1.1 skrll 2270 1.1 skrll * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING, 2271 1.1 skrll LUCID_DEMANGLING): ultrix compilers require enums to be 2272 1.1 skrll enums and ints to be ints and casts where they meet. cast some 2273 1.1 skrll enums into ints. 2274 1.1 skrll 2275 1.1 skrll Thu Oct 15 04:35:51 1992 John Gilmore (gnu (a] cygnus.com) 2276 1.1 skrll 2277 1.1 skrll * bfd.h: Update after comment changes. 2278 1.1 skrll 2279 1.1 skrll Thu Oct 8 09:03:02 1992 Steve Chamberlain (sac (a] thepub.cygnus.com) 2280 1.1 skrll 2281 1.1 skrll * bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec 2282 1.1 skrll 2283 1.1 skrll Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com) 2284 1.1 skrll 2285 1.1 skrll * bfd.h (struct reloc_howto_struct): size needs to be signed if 2286 1.1 skrll it's going to hold negative values. 2287 1.1 skrll 2288 1.1 skrll Sun Aug 30 17:50:27 1992 Per Bothner (bothner (a] rtl.cygnus.com) 2289 1.1 skrll 2290 1.1 skrll * demangle.h: New file, moved from ../gdb. Made independent 2291 1.1 skrll of gdb. Allow demangling style option to be passed as a 2292 1.1 skrll parameter to cplus_demangle(), but using the 2293 1.1 skrll current_demangling_style global as the default. 2294 1.1 skrll 2295 1.1 skrll Sat Aug 29 10:07:55 1992 Fred Fish (fnf (a] cygnus.com) 2296 1.1 skrll 2297 1.1 skrll * obstack.h: Merge comment change from current FSF version. 2298 1.1 skrll 2299 1.1 skrll Thu Aug 27 12:59:29 1992 Brendan Kehoe (brendan (a] cygnus.com) 2300 1.1 skrll 2301 1.1 skrll * bfd.h: add we32k 2302 1.1 skrll 2303 1.1 skrll Tue Aug 25 15:07:47 1992 Steve Chamberlain (sac (a] thepub.cygnus.com) 2304 1.1 skrll 2305 1.1 skrll * bfd.h: new after Z8000 stuff 2306 1.1 skrll 2307 1.1 skrll Mon Aug 17 09:01:23 1992 Ken Raeburn (raeburn (a] cygnus.com) 2308 1.1 skrll 2309 1.1 skrll * bfd.h: Regenerated after page/segment size changes. 2310 1.1 skrll 2311 1.1 skrll Sat Aug 1 13:46:31 1992 Fred Fish (fnf (a] cygnus.com) 2312 1.1 skrll 2313 1.1 skrll * obstack.h: Merge changes from current FSF version. 2314 1.1 skrll 2315 1.1 skrll Mon Jul 20 21:06:23 1992 Fred Fish (fnf (a] cygnus.com) 2316 1.1 skrll 2317 1.1 skrll * obstack.h (area_id, flags): Remove, replace with extra_arg, 2318 1.1 skrll use_extra_arg, and maybe_empty_object. 2319 1.1 skrll * obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE): 2320 1.1 skrll Remove, replaced by maybe_empty_object and use_extra_arg bitfields. 2321 1.1 skrll * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id 2322 1.1 skrll and flags arguments. 2323 1.1 skrll * obstack.h (obstack_alloc_arg): New macro to set extra_arg. 2324 1.1 skrll 2325 1.1 skrll Thu Jul 16 08:12:44 1992 Steve Chamberlain (sac (a] thepub.cygnus.com) 2326 1.1 skrll 2327 1.1 skrll * bfd.h: new after adding BFD_IS_RELAXABLE 2328 1.1 skrll 2329 1.1 skrll Sat Jul 4 03:22:23 1992 John Gilmore (gnu at cygnus.com) 2330 1.1 skrll 2331 1.1 skrll * bfd.h: Regen after adding BSF_FILE. 2332 1.1 skrll 2333 1.1 skrll Mon Jun 29 14:18:36 1992 Fred Fish (fnf at sunfish) 2334 1.1 skrll 2335 1.1 skrll * obstack.h: Convert bcopy() use to memcpy(), which is more 2336 1.1 skrll portable, more standard, and can take advantage of gcc's builtin 2337 1.1 skrll functions for increased performance. 2338 1.1 skrll 2339 1.1 skrll Thu Jun 25 04:46:08 1992 John Gilmore (gnu at cygnus.com) 2340 1.1 skrll 2341 1.1 skrll * ansidecl.h (PARAMS): Incorporate this macro from gdb's defs.h. 2342 1.1 skrll It's a cleaner way to forward-declare function prototypes. 2343 1.1 skrll 2344 1.1 skrll Fri Jun 19 15:46:32 1992 Stu Grossman (grossman at cygnus.com) 2345 1.1 skrll 2346 1.1 skrll * bfd.h: HPPA merge. 2347 1.1 skrll 2348 1.1 skrll Tue Jun 16 21:30:56 1992 K. Richard Pixley (rich (a] cygnus.com) 2349 1.1 skrll 2350 1.1 skrll * getopt.h: gratuitous white space changes merged from other prep 2351 1.1 skrll releases. 2352 1.1 skrll 2353 1.1 skrll Thu Jun 11 01:10:55 1992 John Gilmore (gnu at cygnus.com) 2354 1.1 skrll 2355 1.1 skrll * bfd.h: Regen'd from bfd.c after removing elf_core_tdata_struct. 2356 1.1 skrll 2357 1.1 skrll Mon May 18 17:29:03 1992 K. Richard Pixley (rich (a] cygnus.com) 2358 1.1 skrll 2359 1.1 skrll * getopt.h: merged changes from make-3.62.11. 2360 1.1 skrll 2361 1.1 skrll * getopt.h: merged changes from grep-1.6 (alpha). 2362 1.1 skrll 2363 1.1 skrll Fri May 8 14:53:32 1992 K. Richard Pixley (rich (a] cygnus.com) 2364 1.1 skrll 2365 1.1 skrll * getopt.h: merged changes from bison-1.18. 2366 1.1 skrll 2367 1.1 skrll Sat Mar 14 17:25:20 1992 Fred Fish (fnf (a] cygnus.com) 2368 1.1 skrll 2369 1.1 skrll * obstack.h: Add "area_id" and "flags" members to obstack 2370 1.1 skrll structure. Add obstack_chunkfun() and obstack_freefun() to 2371 1.1 skrll set functions explicitly. Convert maybe_empty_object to 2372 1.1 skrll a bit in "flags". 2373 1.1 skrll 2374 1.1 skrll Thu Feb 27 22:01:02 1992 Per Bothner (bothner (a] cygnus.com) 2375 1.1 skrll 2376 1.1 skrll * wait.h (WIFSTOPPED): Add IBM rs6000-specific version. 2377 1.1 skrll 2378 1.1 skrll Fri Feb 21 20:49:20 1992 John Gilmore (gnu at cygnus.com) 2379 1.1 skrll 2380 1.1 skrll * obstack.h: Add obstack_full_begin. 2381 1.1 skrll * bfd.h, obstack.h: Protolint. 2382 1.1 skrll 2383 1.1 skrll Thu Jan 30 01:18:42 1992 John Gilmore (gnu at cygnus.com) 2384 1.1 skrll 2385 1.1 skrll * bfd.h: Remove comma from enum declaration. 2386 1.1 skrll 2387 1.1 skrll Mon Jan 27 22:01:13 1992 Steve Chamberlain (sac at cygnus.com) 2388 1.1 skrll 2389 1.1 skrll * bfd.h : new target entr, bfd_relax_section 2390 1.1 skrll 2391 1.1 skrll Wed Dec 18 17:19:44 1991 Stu Grossman (grossman at cygnus.com) 2392 1.1 skrll 2393 1.1 skrll * bfd.h, ieee.h: ANSIfy enums. 2394 1.1 skrll 2395 1.1 skrll Thu Dec 12 20:59:56 1991 John Gilmore (gnu at cygnus.com) 2396 1.1 skrll 2397 1.1 skrll * fopen-same.h, fopen-bin.h: New files for configuring 2398 1.1 skrll whether fopen distinguishes binary files or not. For use 2399 1.1 skrll by host-dependent config files. 2400 1.1 skrll 2401 1.1 skrll Sat Nov 30 20:46:43 1991 Steve Chamberlain (sac at rtl.cygnus.com) 2402 1.1 skrll 2403 1.1 skrll * bfd.h: change the documentation format. 2404 1.1 skrll 2405 1.1 skrll * created coff, elf and opcode and aout directories. Moved: 2406 1.1 skrll 2407 1.1 skrll aout64.h ==> aout/aout64.h 2408 1.1 skrll ar.h ==> aout/ar.h 2409 1.1 skrll a.out.encap.h ==> aout/encap.h 2410 1.1 skrll a.out.host.h ==> aout/host.h 2411 1.1 skrll a.out.hp.h ==> aout/hp.h 2412 1.1 skrll a.out.sun4.h ==> aout/sun4.h 2413 1.1 skrll ranlib.h ==> aout/ranlib.h 2414 1.1 skrll reloc.h ==> aout/reloc.h 2415 1.1 skrll stab.def ==> aout/stab.def 2416 1.1 skrll stab.gnu.h ==> aout/stab_gnu.h 2417 1.1 skrll 2418 1.1 skrll coff-a29k.h ==> coff/a29k.h 2419 1.1 skrll coff-h8300.h ==> coff/h8300.h 2420 1.1 skrll coff-i386.h ==> coff/i386.h 2421 1.1 skrll coff-i960.h ==> coff/i960.h 2422 1.1 skrll internalcoff.h ==> coff/internal.h 2423 1.1 skrll coff-m68k.h ==> coff/m68k.h 2424 1.1 skrll coff-m88k.h ==> coff/m88k.h 2425 1.1 skrll coff-mips.h ==> coff/mips.h 2426 1.1 skrll coff-rs6000.h ==> coff/rs6000.h 2427 1.1 skrll 2428 1.1 skrll elf-common.h ==> elf/common.h 2429 1.1 skrll dwarf.h ==> elf/dwarf.h 2430 1.1 skrll elf-external.h ==> elf/external.h 2431 1.1 skrll elf-internal.h ==> elf/internal.h 2432 1.1 skrll 2433 1.1 skrll a29k-opcode.h ==> opcode/a29k.h 2434 1.1 skrll arm-opcode.h ==> opcode/arm.h 2435 1.1 skrll h8300-opcode.h ==> opcode/h8300.h 2436 1.1 skrll i386-opcode.h ==> opcode/i386.h 2437 1.1 skrll i860-opcode.h ==> opcode/i860.h 2438 1.1 skrll i960-opcode.h ==> opcode/i960.h 2439 1.1 skrll m68k-opcode.h ==> opcode/m68k.h 2440 1.1 skrll m88k-opcode.h ==> opcode/m88k.h 2441 1.1 skrll mips-opcode.h ==> opcode/mips.h 2442 1.1 skrll np1-opcode.h ==> opcode/np1.h 2443 1.1 skrll ns32k-opcode.h ==> opcode/ns32k.h 2444 1.1 skrll pn-opcode.h ==> opcode/pn.h 2445 1.1 skrll pyr-opcode.h ==> opcode/pyr.h 2446 1.1 skrll sparc-opcode.h ==> opcode/sparc.h 2447 1.1 skrll tahoe-opcode.h ==> opcode/tahoe.h 2448 1.1 skrll vax-opcode.h ==> opcode/vax.h 2449 1.1 skrll 2450 1.1 skrll 2451 1.1 skrll 2452 1.1 skrll Wed Nov 27 10:38:31 1991 Steve Chamberlain (sac at rtl.cygnus.com) 2453 1.1 skrll 2454 1.1 skrll * internalcoff.h: (internal_scnhdr) took out #def dependency, now 2455 1.1 skrll s_nreloc and s_nlnno are always long. (internal_reloc): allways 2456 1.1 skrll has an offset field now. 2457 1.1 skrll 2458 1.1 skrll Fri Nov 22 08:12:58 1991 John Gilmore (gnu at cygnus.com) 2459 1.1 skrll 2460 1.1 skrll * coff-rs6000.h: Lint; use unsigned chars for external fields. 2461 1.1 skrll * internalcoff.h: Lint; cast storage classes to signed char. 2462 1.1 skrll 2463 1.1 skrll Thu Nov 21 21:01:05 1991 Per Bothner (bothner at cygnus.com) 2464 1.1 skrll 2465 1.1 skrll * stab.def: Remove the GNU extended type codes (e.g. N_SETT). 2466 1.1 skrll * aout64.h: The heuristic for distinguishing between 2467 1.1 skrll sunos-style and bsd-style ZMAGIC files (wrt. where the 2468 1.1 skrll text segment starts) is moved into (the default definition of) 2469 1.1 skrll the macro N_HEADER_IN_TEXT. This definition is only used 2470 1.1 skrll if no other definition is used - e.g. bfd/newsos3.c defines 2471 1.1 skrll N_HEADER_IN_TEXT(x) to be always 0 (as before). 2472 1.1 skrll 2473 1.1 skrll Thu Nov 21 11:53:03 1991 John Gilmore (gnu at cygnus.com) 2474 1.1 skrll 2475 1.1 skrll * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions 2476 1.1 skrll that should handle all uses. LOGICAL_ versions deleted. 2477 1.1 skrll Eliminate N_HEADER_IN_TEXT, using a_entry to determine which 2478 1.1 skrll kind of zmagic a.out file we are looking at. 2479 1.1 skrll * coff-rs6000.h: Typo. 2480 1.1 skrll 2481 1.1 skrll Tue Nov 19 18:43:37 1991 Per Bothner (bothner at cygnus.com) 2482 1.1 skrll 2483 1.1 skrll (Note: This is a revised entry, as was aout64.h.) 2484 1.1 skrll * aout64.h: Some cleanups of N_TXTADDR and N_TXTOFF: 2485 1.1 skrll Will now work for both old- and new-style ZMAGIC files, 2486 1.1 skrll depending on N_HEADER_IN_TEXT macro. 2487 1.1 skrll Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE 2488 1.1 skrll that don't count the exec header as part 2489 1.1 skrll of the text segment, to be consistent with bfd. 2490 1.1 skrll * a.out.sun4.h: Simplified/fixed for previous change. 2491 1.1 skrll 2492 1.1 skrll Mon Nov 18 00:02:06 1991 Fred Fish (fnf at cygnus.com) 2493 1.1 skrll 2494 1.1 skrll * dwarf.h: Update to DWARF draft 5 version from gcc2. 2495 1.1 skrll 2496 1.1 skrll Thu Nov 14 19:44:59 1991 Per Bothner (bothner at cygnus.com) 2497 1.1 skrll 2498 1.1 skrll * stab.def: Added defs for extended GNU symbol types, 2499 1.1 skrll such as N_SETT. These are normally ifdef'd out (because 2500 1.1 skrll of conflicts with a.out.gnu.h), but are used by bfb_stab_name(). 2501 1.1 skrll 2502 1.1 skrll Thu Nov 14 19:17:03 1991 Fred Fish (fnf at cygnus.com) 2503 1.1 skrll 2504 1.1 skrll * elf-common.h: Add defines to support ELF symbol table code. 2505 1.1 skrll 2506 1.1 skrll Mon Nov 11 19:01:06 1991 Fred Fish (fnf at cygnus.com) 2507 1.1 skrll 2508 1.1 skrll * elf-internal.h, elf-external.h, elf-common.h: Add support for 2509 1.1 skrll note sections, which are used in ELF core files to hold copies 2510 1.1 skrll of various /proc structures. 2511 1.1 skrll 2512 1.1 skrll Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com) 2513 1.1 skrll 2514 1.1 skrll * internalcoff.h: took out the M88 dependency in the lineno 2515 1.1 skrll struct. 2516 1.1 skrll * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use 2517 1.1 skrll 32bit linno entries. 2518 1.1 skrll * a29k-opcode.h: fixed encoding of mtacc 2519 1.1 skrll 2520 1.1 skrll Sun Nov 3 11:54:22 1991 Per Bothner (bothner at cygnus.com) 2521 1.1 skrll 2522 1.1 skrll * bfd.h: Updated from ../bfd/bfd-in.h (q.v). 2523 1.1 skrll 2524 1.1 skrll Fri Nov 1 11:13:53 1991 John Gilmore (gnu at cygnus.com) 2525 1.1 skrll 2526 1.1 skrll * internalcoff.h: Add x_csect defines. 2527 1.1 skrll 2528 1.1 skrll Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com) 2529 1.1 skrll 2530 1.1 skrll * Rename COFF-related files in `coff-ARCH.h' form. 2531 1.1 skrll coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h, 2532 1.1 skrll coff-mips.h, coff-rs6000.h to be exact. 2533 1.1 skrll 2534 1.1 skrll Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com) 2535 1.1 skrll 2536 1.1.1.2 christos RS/6000 support, by Metin G. Ozisik, Mimi Phng-Tho V, and 2537 1.1 skrll John Gilmore. 2538 1.1 skrll 2539 1.1 skrll * a.out.gnu.h: Update slightly. 2540 1.1 skrll * bfd.h: Add new error code, fix doc, add bfd_arch_rs6000. 2541 1.1 skrll * internalcoff.h: Add more F_ codes for filehdr. Add 2542 1.1 skrll rs/6000-dependent fields to aouthdr. Add storage classes 2543 1.1 skrll to syments. Add 6000-specific auxent. Add r_size in reloc. 2544 1.1 skrll * rs6000coff.c: New file. 2545 1.1 skrll 2546 1.1 skrll Thu Oct 24 04:13:20 1991 Fred Fish (fnf at cygnus.com) 2547 1.1 skrll 2548 1.1 skrll * dwarf.h: New file for dwarf support. Copied from gcc2 2549 1.1 skrll distribution. 2550 1.1 skrll 2551 1.1 skrll Wed Oct 16 13:31:45 1991 John Gilmore (gnu at cygnus.com) 2552 1.1 skrll 2553 1.1 skrll * aout64.h: Remove PAGE_SIZE defines; they are target-dependent. 2554 1.1 skrll Add N_FN_SEQ for N_FN symbol type used on Sequent machines. 2555 1.1 skrll * stab.def: Include N_FN_SEQ in table. 2556 1.1 skrll * bout.h: External formats of structures use unsigned chars. 2557 1.1 skrll 2558 1.1 skrll Fri Oct 11 12:40:43 1991 Steve Chamberlain (steve at cygnus.com) 2559 1.1 skrll 2560 1.1 skrll * bfd.h:upgrade from bfd.c 2561 1.1 skrll * internalcoff.h: add n_name, n_zeroes and n_offset macros 2562 1.1 skrll * amdcoff.h: Define OMAGIC and AOUTHDRSZ. 2563 1.1 skrll 2564 1.1 skrll Fri Oct 11 10:58:06 1991 Per Bothner (bothner at cygnus.com) 2565 1.1 skrll 2566 1.1 skrll * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony. 2567 1.1 skrll * bfd.h (align_power): Add (actually move) comment. 2568 1.1 skrll 2569 1.1 skrll Tue Oct 8 15:29:32 1991 Per Bothner (bothner at cygnus.com) 2570 1.1 skrll 2571 1.1 skrll * sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c). 2572 1.1 skrll 2573 1.1 skrll Sun Oct 6 19:24:39 1991 John Gilmore (gnu at cygnus.com) 2574 1.1 skrll 2575 1.1 skrll * aout64.h: Move struct internal_exec to ../bfd/libaout.h so 2576 1.1 skrll it can be shared by all `a.out-family' code. Rename 2577 1.1 skrll EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types 2578 1.1 skrll for nlist members, and make strx integral rather than pointer. 2579 1.1 skrll More commentary on n_type values. 2580 1.1 skrll * bout.h: Provide a struct external_exec rather than an 2581 1.1 skrll internal_exec. 2582 1.1 skrll * m68kcoff.h: Remove `tagentries' which snuck in from the i960 2583 1.1 skrll COFF port. 2584 1.1 skrll 2585 1.1 skrll Fri Oct 4 01:25:59 1991 John Gilmore (gnu at cygnus.com) 2586 1.1 skrll 2587 1.1 skrll * h8300-opcode.h: Remove `_enum' from the typedef for an enum. 2588 1.1 skrll * bfd.h: Update to match bfd changes. 2589 1.1 skrll 2590 1.1 skrll * sys/h-i386mach.h, sysdep.h: Add 386 Mach host support. 2591 1.1 skrll 2592 1.1 skrll Tue Oct 1 04:58:42 1991 John Gilmore (gnu at cygnus.com) 2593 1.1 skrll 2594 1.1 skrll * bfd.h, elf-common.h, elf-external.h, elf-internal.h: 2595 1.1 skrll Add preliminary ELF support, sufficient for GDB, from Fred Fish. 2596 1.1 skrll * sysdep.h, sys/h-amix.h: Support Amiga SVR4. 2597 1.1 skrll 2598 1.1 skrll * sys/h-vaxult.h: Make it work. (David Taylor <taylor (a] think.com>) 2599 1.1 skrll * a.out.vax.h: Remove unused and confusing file. 2600 1.1 skrll 2601 1.1 skrll Mon Sep 30 12:52:35 1991 Per Bothner (bothner at cygnus.com) 2602 1.1 skrll 2603 1.1 skrll * sysdep.h: Define NEWSOS3_SYS, and use it. 2604 1.1 skrll 2605 1.1 skrll Fri Sep 20 13:38:21 1991 John Gilmore (gnu at cygnus.com) 2606 1.1 skrll 2607 1.1 skrll * a.out.gnu.h (N_FN): Its value *really is* 0x1F. 2608 1.1 skrll Fix it, and add comments warning about or-ing N_EXT with it 2609 1.1 skrll and/or N_WARNING. 2610 1.1 skrll * aout64.h (N_FN): Fix value, add comments about N_EXT. 2611 1.1 skrll * stab.def (table at end): Update to show all the type 2612 1.1 skrll values <0x20, including low order bits. Move N_FN to 2613 1.1 skrll its rightful place. 2614 1.1 skrll 2615 1.1 skrll Tue Sep 17 17:41:37 1991 Stu Grossman (grossman at cygnus.com) 2616 1.1 skrll 2617 1.1 skrll * sys/h-irix3.h: sgi/irix support. 2618 1.1 skrll 2619 1.1 skrll Tue Sep 17 07:52:59 1991 John Gilmore (gnu at cygint.cygnus.com) 2620 1.1 skrll 2621 1.1 skrll * stab.def (N_DEFD): Add GNU Modula-2 debug stab, from Andrew 2622 1.1 skrll Beers. 2623 1.1 skrll 2624 1.1 skrll Thu Sep 12 14:12:59 1991 John Gilmore (gnu at cygint.cygnus.com) 2625 1.1 skrll 2626 1.1 skrll * internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define these 2627 1.1 skrll for internalcoff, separately from the various external coff's. 2628 1.1 skrll * amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h, 2629 1.1 skrll m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for 2630 1.1 skrll the external struct definitions. 2631 1.1 skrll * ecoff.h: Remove these #define's, kludge no longer needed. 2632 1.1 skrll 2633 1.1 skrll * sys/h-ultra3.h: Add new Ultracomputer host. 2634 1.1 skrll * sysdep.h: Add ULTRA3_SYM1_SYS and use it. 2635 1.1 skrll 2636 1.1 skrll Tue Sep 10 10:11:46 1991 John Gilmore (gnu at cygint.cygnus.com) 2637 1.1 skrll 2638 1.1 skrll * i386coff.h (LINESZ): Always 6, not based on sizeof(). 2639 1.1 skrll (Fix from Peter Schauer <pes (a] regent.e-technik.tu-muenchen.de>.) 2640 1.1 skrll 2641 1.1 skrll Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com) 2642 1.1 skrll 2643 1.1 skrll * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E, 2644 1.1 skrll to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib 2645 1.1 skrll support. 2646 1.1 skrll * stab.def: Add N_COMM to table, fix overlap comment. 2647 1.1 skrll 2648 1.1 skrll Tue Sep 3 06:29:20 1991 John Gilmore (gnu at cygint.cygnus.com) 2649 1.1 skrll 2650 1.1 skrll Merge with latest FSF versions of these files. 2651 1.1 skrll 2652 1.1 skrll * stab.gnu.h: Add LAST_UNUSED_STAB_CODE. 2653 1.1 skrll * stab.def: Update to GPL2. Move N_WARNING out, since not a 2654 1.1 skrll debug symbol. Change comments, and reorder table to numeric 2655 1.1 skrll order. Update final table comment. 2656 1.1 skrll (N_DSLINE, N_BSLINE): Renumber from 0x66 and 0x68, to 0x46 and 0x48. 2657 1.1 skrll 2658 1.1 skrll * obstack.h: GPL2. Merge. 2659 1.1 skrll 2660 1.1 skrll Fri Aug 23 01:54:23 1991 John Gilmore (gnu at cygint.cygnus.com) 2661 1.1 skrll 2662 1.1 skrll * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend 2663 1.1 skrll on the particular a.out being examined. 2664 1.1 skrll * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's. 2665 1.1 skrll * FIXME: a.out.gnu.h is almost obsolete. 2666 1.1 skrll * FIXME: a.out.sun4.h should be renamed a.out.sun.h now. 2667 1.1 skrll 2668 1.1 skrll Wed Aug 21 20:32:13 1991 John Gilmore (gnu at cygint.cygnus.com) 2669 1.1 skrll 2670 1.1 skrll * Start a ChangeLog for the includes directory. 2671 1.1 skrll 2672 1.1 skrll * a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E. 2673 1.1 skrll * stab.def: Update allocation table in comments at end, 2674 1.1 skrll to reflect reality as I know it. 2675 1.1 skrll 2676 1.1 skrll 2678 1.1.1.3 christos Copyright (C) 1993-2003 Free Software Foundation, Inc. 2679 1.1.1.3 christos 2680 1.1.1.3 christos Copying and distribution of this file, with or without modification, 2681 1.1.1.3 christos are permitted in any medium without royalty provided the copyright 2682 1.1.1.3 christos notice and this notice are preserved. 2683 1.1 skrll 2684 1.1 skrll Local Variables: 2685 1.1 skrll mode: change-log 2686 1.1 skrll left-margin: 8 2687 1.1 skrll fill-column: 74 2688 1.1 skrll version-control: never 2689 End: 2690