summaryrefslogtreecommitdiff
path: root/include/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-0/+5
| | | | for m68hc11 and m68hc12 processors.
* Changed values of MODSYNC and CRCCON as suggest by Russ Magee <rmagee@home.com>Nick Clifton2000-06-181-0/+5
|
* 2000-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-171-0/+6
| | | | | | * getopt.h: Updated from gcc. * libiberty.h: Likewise. * symcat.h: Likewise.
* 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>H.J. Lu2000-06-171-0/+4
| | | | | * ansidecl.h: #define __extension__ to nothing if GCC_VERSION < 2008.
* Fix some typos.H.J. Lu2000-06-151-2/+2
|
* Remove entries from gcc. They don't make much senses here sinceH.J. Lu2000-06-151-18/+2
| | | | ChangeLogs in gcc and binutils are quite different.
* 2000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | * sort.h: New file. Impored from gcc. * hashtab.h: Updated from from gcc. 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * demangle.h (demangling_styles): Remove trailing comma in enum. * dyn-string.h (dyn_string_append_char): Change parameter from char to int. 2000-06-04 Alex Samuel <samuel@codesourcery.com> * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. * demangle.h (DMGL_GNU_NEW_ABI): New macro. (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. (current_demangling_style): Add gnu_new_abi_demangling. (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. (GNU_NEW_ABI_DEMANGLING): Likewise. (cplus_demangle_new_abi): New declaration.
* Add field ``name'' to floatformat.Andrew Cagney2000-05-311-0/+4
|
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-0/+6
|
* Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton2000-05-171-3/+7
| | | | --emit-relocs switch to the linker to preserve relocs in an output executable
* (print_insn_tic54x): Declare.Alan Modra2000-05-081-0/+4
|
* bfd:Clinton Popetz2000-05-061-0/+4
| | | | | | | | * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Change U802TOC64MAGIC to U803XTOCMAGIC. include: * coff/rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.
* Add XCOFF64 support.Clinton Popetz2000-04-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfd: * Makefile.am (coff64-rs6000.lo): New rule. * Makefile.in: Regenerate. * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data, xcoff_is_local_label_name, xcoff_rtype2howto, xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p, xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap, xcoff_write_archive_contents): No longer static, and prefix with _bfd_. (NO_COFF_SYMBOLS): Define. (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in, xcoff64_swap_aux_out): New functions; handle xcoff symbol tables internally. (MINUS_ONE): New macro. (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS relocation. (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in, coff_SWAP_aux_out): Map to the new functions. * coff64-rs6000.c: New file. * libcoff.h (bfd_coff_backend_data): Add new fields _bfd_coff_force_symnames_in_strings and _bfd_coff_debug_string_prefix_length. (bfd_coff_force_symnames_in_strings, bfd_coff_debug_string_prefix_length): New macros for above fields. * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic. Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead of using coff_swap_sym_in directly. (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64. (coff_set_flags) Set magic for XCOFF64. (coff_compute_section_file_positions): Add symbol name length to string section length if bfd_coff_debug_string_prefix_length is true. (coff_write_object_contents): Don't do reloc overflow for XCOFF64. (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of using coff_swap_lineno_in directly. (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings and _bfd_coff_debug_string_prefix_length fields. * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force symbol names into strings table when bfd_coff_force_symnames_in_strings is true. * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR, SET_RELOC_VADDR): New macros. (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros. (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C code. (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64 changes within RS6000COFF_C specific code. (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC, MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO. * reloc.c (bfd_perform_relocation, bfd_install_relocation): Extend existing hack on target name. * xcofflink.c (XCOFF_XVECP): Extend existing hack on target name. * coff-tic54x.c (ticof): Keep up to date with new fields in bfd_coff_backend_data. * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define targ_selvecs to include rs6000coff64_vec for rs6000. * configure.in: Add rs6000coff64_vec case. * cpu-powerpc.c: New bfd_arch_info_type. gas: * as.c (parse_args): Allow md_parse_option to override -a listing option. * config/obj-coff.c (add_lineno): Change type of offset parameter from "int" to "bfd_vma." * config/tc-ppc.c (md_pseudo_table): Add "llong" and "machine." (ppc_mach, ppc_subseg_align, ppc_target_format): New. (ppc_change_csect): Align correctly for XCOFF64. (ppc_machine): New function, which discards "ppc_machine" line. (ppc_tc): Cons for 8 when code is 64 bit. (md_apply_fix3): Don't check operand->insert. Handle 64 bit relocations. (md_parse_option): Handle -a64 and -a32. (ppc_xcoff64): New. * config/tc-ppc.h (TARGET_MACH): Define. (TARGET_FORMAT): Move to function. (SUB_SEGMENT_ALIGN): Use ppc_subseg_align. include: * include/coff/rs6k64.h: New file. opcodes: * configure.in: Add bfd_powerpc_64_arch. * disassemble.c (disassembler): Use print_insn_big_powerpc for 64 bit code.
* IA-64 ELF support.Jim Wilson2000-04-211-0/+5
|
* * splay-tree.h (splay_tree_remove): Declare.Richard Henderson2000-04-061-0/+4
|
* Move translated part of bug report string back into .c files soAlan Modra2000-04-041-0/+4
| | | | xgettext can find it. Regnerate .pot files.
* Move bug report string to one place.Alan Modra2000-04-031-0/+4
|
* ATMEL AVR microcontroller support.Alan Modra2000-03-271-0/+4
|
* merge from gccJason Merrill2000-03-241-15/+42
|
* 2000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu2000-03-011-0/+5
| | | | | * bfdlink.h (bfd_link_callbacks): Add a boolean arg to the undefined_symbol callback.
* Add IBM 370 support.Alan Modra2000-02-231-2/+6
|
* * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannotChandra Chavva2000-02-221-0/+5
| | | | be combined in parallel with ADD/SUBppp.
* merge with include from egcs 2000-02-22Ian Lance Taylor2000-02-221-1/+78
|
* When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracingAndrew Cagney2000-02-221-0/+5
| | | | | | | instead of sim_trace() to run the program; include support for ``-o'' option (operating environment); when a signal occurs, only continue execution when operating environment mode. Update d10v.
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-0/+7
| | | | | warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
* Add prototypes for ARM register name functions.Nick Clifton2000-02-161-0/+4
|
* wait.h was replaced by gdb/gdb_wait.h.Andrew Cagney2000-02-101-0/+4
|
* (sim_resume): Clarify use of SIGGNAL.Andrew Cagney2000-02-091-0/+5
| | | | (sim_stop_reason): Clarify meaning of sim_signalled.
* Reinstate the following lost patches:Jeff Law2000-02-081-0/+11
| | | | | | | | | | | | | Wed Dec 15 11:22:56 1999 Jeffrey A Law (law@cygnus.com) * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant. (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN. 1999-11-04 Jimmy Guo <guo@cup.hp.com> * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind fields, change location type to CORE_ADDR from int. (dntt_type_const): Name the 5th field location_type.
* 2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)repo-unification-2000-02-06Jason Molenda2000-02-071-1/+1
| | | | | * ChangeLog: Whitespace change to test logging. * bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.
* octets vs bytes changes for binutilsTimothy Wall2000-02-031-0/+5
|
* Add prototype for parse_arm_diassembler_optionNick Clifton2000-01-281-0/+1
|
* Add ATPCS support to ARM disassembler.Nick Clifton2000-01-271-0/+2
| | | | Document ARM disassembler options.
* Add support for documenting target specific disassembler optionsNick Clifton2000-01-271-0/+4
|
* 1999-12-15 Doug Evans <dje@transmeta.com>Ian Lance Taylor1999-12-161-0/+4
| | | | * dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
* Add sim-d10v.hMichael Meissner1999-11-111-0/+8
|
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-041-0/+4
| | | | * dis-asm.h (print_insn_pj): Declare.
* * ansidecl.h: Copy attribute support macros from egcs.Ian Lance Taylor1999-07-111-0/+4
|
* * bfdlink.h (struct bfd_link_hash_entry): Add init_function andMark Mitchell1999-06-231-0/+5
| | | | fini_function.
* * mips.h (Elf32_Internal_Msym): New structure.Mark Mitchell1999-06-211-0/+8
| | | | | | | (Elf32_External_Msym): Likewise. (ELF32_MS_REL_INDEX): New macro. (ELF32_MS_FLAGS): Likewise. (ELF32_MS_INFO): Likewise.
* Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1999-06-161-0/+5
| | | | | | disassembler Add support for register name set selection ot ARM disassembler.
* Initial revisionRichard Henderson1999-05-031-0/+1527