aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-0/+5
for m68hc11 and m68hc12 processors.
2000-06-18Changed values of MODSYNC and CRCCON as suggest by Russ Magee <rmagee@home.com>Nick Clifton1-0/+5
2000-06-172000-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+6
* getopt.h: Updated from gcc. * libiberty.h: Likewise. * symcat.h: Likewise.
2000-06-172000-05-06 Zack Weinberg <zack@wolery.cumb.org>H.J. Lu1-0/+4
* ansidecl.h: #define __extension__ to nothing if GCC_VERSION < 2008.
2000-06-15Fix some typos.H.J. Lu1-2/+2
2000-06-15Remove entries from gcc. They don't make much senses here sinceH.J. Lu1-18/+2
ChangeLogs in gcc and binutils are quite different.
2000-06-152000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu1-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.
2000-05-31Add field ``name'' to floatformat.Andrew Cagney1-0/+4
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-0/+6
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton1-3/+7
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-05-08(print_insn_tic54x): Declare.Alan Modra1-0/+4
2000-05-06bfd:Clinton Popetz1-0/+4
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Change U802TOC64MAGIC to U803XTOCMAGIC. include: * coff/rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.
2000-04-26 Add XCOFF64 support.Clinton Popetz1-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.
2000-04-21IA-64 ELF support.Jim Wilson1-0/+5
2000-04-06 * splay-tree.h (splay_tree_remove): Declare.Richard Henderson1-0/+4
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-0/+4
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-0/+4
2000-03-27ATMEL AVR microcontroller support.Alan Modra1-0/+4
2000-03-24merge from gccJason Merrill1-15/+42
2000-03-012000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+5
* bfdlink.h (bfd_link_callbacks): Add a boolean arg to the undefined_symbol callback.
2000-02-23Add IBM 370 support.Alan Modra1-2/+6
2000-02-22 * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannotChandra Chavva1-0/+5
be combined in parallel with ADD/SUBppp.
2000-02-22merge with include from egcs 2000-02-22Ian Lance Taylor1-1/+78
2000-02-22When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracingAndrew Cagney1-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.
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra1-0/+7
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
2000-02-16Add prototypes for ARM register name functions.Nick Clifton1-0/+4
2000-02-10wait.h was replaced by gdb/gdb_wait.h.Andrew Cagney1-0/+4
2000-02-09(sim_resume): Clarify use of SIGGNAL.Andrew Cagney1-0/+5
(sim_stop_reason): Clarify meaning of sim_signalled.
2000-02-08Reinstate the following lost patches:Jeff Law1-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-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+1
* ChangeLog: Whitespace change to test logging. * bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.
2000-02-03octets vs bytes changes for binutilsTimothy Wall1-0/+5
2000-01-28Add prototype for parse_arm_diassembler_optionNick Clifton1-0/+1
2000-01-27Add ATPCS support to ARM disassembler.Nick Clifton1-0/+2
Document ARM disassembler options.
2000-01-27Add support for documenting target specific disassembler optionsNick Clifton1-0/+4
1999-12-161999-12-15 Doug Evans <dje@transmeta.com>Ian Lance Taylor1-0/+4
* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
1999-11-11Add sim-d10v.hMichael Meissner1-0/+8
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-0/+4
* dis-asm.h (print_insn_pj): Declare.
1999-07-11 * ansidecl.h: Copy attribute support macros from egcs.Ian Lance Taylor1-0/+4
1999-06-23 * bfdlink.h (struct bfd_link_hash_entry): Add init_function andMark Mitchell1-0/+5
fini_function.
1999-06-21 * mips.h (Elf32_Internal_Msym): New structure.Mark Mitchell1-0/+8
(Elf32_External_Msym): Likewise. (ELF32_MS_REL_INDEX): New macro. (ELF32_MS_FLAGS): Likewise. (ELF32_MS_INFO): Likewise.
1999-06-16Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1-0/+5
disassembler Add support for register name set selection ot ARM disassembler.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1527