Add IP2k GAS and OPCODES support.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 39705193d1d3aa8b225b18a232410fbcfcf1fda9..1d37c6708f8dd3066ef4a0d6b4a6e7d185311048 100644 (file)
@@ -1,8 +1,692 @@
+2002-07-18  Denis Chertykov  <denisc@overta.ru>
+           Frank Ch. Eigler  <fche@redhat.com>
+           Alan Lehotsky  <alehotsky@cygnus.com>
+           John Healy  <jhealy@redhat.com>
+           Jeff Johnston  <jjohnstn@redhat.com>
+
+       * configure.in: Add ip2k configuraton.
+       * configure: Regenerate.
+       * Makefile.am: Add ip2k configuraton.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * config/tc-ip2k.c: New file.
+       * config/tc-ip2k.h: New files.
+       * NEWS: Mention new support.
+       * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
+       * doc/Makefile.in: Regenerate.
+       * doc/all.texi: Set IP2K
+       * doc/as.texinfo: Add IP2K description.
+       * doc/c-ip2k.texi: New file.
+       
+2002-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * NEWS: Reformat to match style of other NEWS files.
+       
+2002-07-17  Jan Hubicka  <jh@suse.cz>
+
+       * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
+
+2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
+
+       * config/tc-z8k.c (build_bytes): Correct order of memset args.
+
+2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * NEWS: Add 'Changes in 2.13'.
+
+2002-07-15  Matt Fredette  <fredette@netbsd.org>
+
+       * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
+
+2002-07-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
+       case with non CODE_64BIT case.  Don't warn on "qword ptr" if
+       not CODE_64BIT.
+
+2002-07-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
+       (ppc_frob_file_before_adjust): New function.
+       * config/tc-ppc.h (tc_frob_symbol): Don't define.
+       (ppc_elf_frob_symbol): Don't declare.
+       (tc_frob_file_before_adjust): Define.
+       (ppc_frob_file_before_adjust): Declare.
+
+       * config/tc-ppc.c (md_pseudo_table): Warning fix.
+       (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
+       flags.
+       (ppc_size): Delete.
+       (ppc_xcoff64): Rename to ppc_obj64.
+       (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
+       (ppc_set_cpu): Set PPC_OPCODE_32 too.
+       (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
+       or bfd_mach_ppc.
+       (ppc_target_format): Use ppc_obj64 to select format.
+       (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
+       (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
+       (ppc_elf_suffix): Likewise.  Don't depend on BFD_DEFAULT_TARGET_SIZE.
+       (tc_frob_symbol): Likewise.
+       (md_assemble): Use ppc_obj64 instead of ppc_size.  Don't depend on
+       BFD_DEFAULT_TARGET_SIZE.
+       (ppc_tc): Likewise.
+       (ppc_is_toc_sym): Likewise.
+       (md_apply_fix3): Likewise.
+       * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
+       BFD_DEFAULT_TARGET_SIZE.
+       (ELF_TC_SPECIAL_SECTIONS): Likewise.
+       (tc_frob_symbol): Likewise.
+
+2002-07-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build): Handle MIPS16 insns.
+       (mips_ip): Likewise.
+
+2002-07-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
+       (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
+       (md_apply_fix3): Formatting.  Remove redundant test.
+       (tc_gen_reloc): Remove redundant code.
+       (tc_i386_force_relocation): Delete.  Movy body of function to..
+       * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
+
+2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
+
+       * configure.in: Add hppa-*-openbsd* target, change
+       alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
+       with sparc64 cpu.
+       * configure: Regenerate.
+
+2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * config/tc-mips.c (macro): Shift the 32-bit address range
+       accessible with a lone "lui" down by 32768.
+
+2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * config/tc-mips.c (load_address): Use non-trapping "daddu"
+       instead of "dadd" in address calculations.
+       (macro): Likewise.
+
+2002-07-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i386.c (process_suffix): Remove intel mode movsx and
+       movzx fudges.
+       (md_assemble): Instead, zap the suffix here.
+
+2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * NEWS: Remove next release number until the release is actually
+       upon us.
+
+2002-07-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
+       to symbols in merge sections, even non pc-relative ones.
+
+2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
+
+2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
+       .softregs and .eeprom.
+
+2002-06-28  David O'Brien  <obrien@FreeBSD.org>
+
+       * NEWS: Note the next release is 2.13.
+
+2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/tr.po: New translation imported.
+
+2002-06-26  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * ecoff.c: (get_tag): Replace strcpy with xstrdup.
+       (ecoff_directive_def): Likewise.
+       (ecoff_directive_tag): Likewise.
+       * listing.c (file_info): Likewise.
+       * hash.c (what): Likewise.
+
+2002-06-25  H.J. Lu <hjl@gnu.org>
+
+       * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
+       * Makefile.in: Regenerated.
+
+2002-06-19  Dhananjay R. Deshpande <dhananjayd@kpit.com>
+
+       * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
+       (assemble_ppi): Generate warning if the same register is used
+       twice as destination in the same padd / pmuls instruction.
+
+2002-06-18  Dave Brolley  <brolley@redhat.com>
+
+       From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
+       * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
+       * configure.in: Support frv-*-*.
+       * Makefile.am (CPU_TYPES): Add frv.
+       (TARGET_CPU_CFILES): Add tc-frv.c.
+       (TARGET_CPU_HFILES): Add tc-frv.h.
+       (DEPTC_frv_coff): New variable.
+       (DEPTC_frv_elf): New variable.
+       (DEPOBJ_frv_coff): New variable.
+       (DEPOBJ_frv_elf): New variable.
+       (DEP_frv_coff): New variable.
+       (DEP_frv_elf): New variable.
+       * tc-frv.c: New file.
+       * tc-frv.h: New file.
+
+2002-06-17  Catherine Moore <clm@redhat.com>
+
+       * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
+
+2002-06-17  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * config/tc-sh.c (assemble_ppi): Initialize reg_n.
+
+2002-06-17  Tom Rix <trix@redhat.com>
+
+       * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
+
+2002-06-14  H.J. Lu  <hjl@gnu.org>
+           Daniel Jacobowitz  <drow@mvista.com>
+
+       * dwarf2dbg.h (dwarf2_directive_file): Return char *.
+       * dwarf2dbg.c (dwarf2_directive_file): Return filename.
+       * config/tc-mips.c (s_mips_file): Call s_app_file_string
+       and new_logical_line for the first .file directive.
+       * read.c (s_app_file_string): New function.
+       (s_app_file): Call it.
+       * read.h (s_app_file_string): Add declaration.
+
+2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Remove MIPS_STABS_ELF.
+       * configure: Regenerated.
+       * config.in: Regenerated.
+       * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
+       for MIPS targets.
+       * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
+       ".extern".
+       (pdr_seg): Declare unconditionally.
+       (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
+       (s_mips_end): Likewise.  Generate stabs function markers.
+       (s_mips_ent): Generate stabs function markers.
+       (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
+       ELF.
+       (s_mips_mask): Likewise.
+       (mips_flag_mdebug): New.
+       (md_longopts): Add "mdebug" and "no-mdebug".
+       (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
+       (mips_after_parse_args): Set mips_flag_mdebug.
+       * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
+
+2002-06-13  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
+       value twice for RELA relocations.
+
+2002-06-12  Ben Elliston  <bje@redhat.com>
+
+       * symbols.c (resolve_symbol_value): Initialise final_val.
+
+       * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
+
+2002-06-11  Tom Rix  <trix@redhat.com>
+
+       * config/tc-ppc.c (ppc_subseg_align): Delete.
+       (ppc_change_csect): Default csect align is 2.
+       * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
+
+2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * config/tc-avr.c (mcu_types): Update.
+
+2002-06-08  Matt Thomas  <matt@3am-software.com>
+
+       * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
+       (vax-*-netbsd*): New targets.
+       * configure: Regenerate.
+       * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
+       * config/tc-vax.c: Add support for ELF and PIC.
+       (flag_want_pic): New flag.
+       (float_cons): Fix prototype.
+       (md_apply_fix3): Adjust for BFD_ASSEMBLER.
+       (md_assemble): Introduce a new is_absolute local, and use it
+       rather than repeating the test.  Make fatal errors actually
+       fatal by using as_fatal as appropriate.  Adjust for BFD_ASSEMBLER.
+       Add support for ELF.  Add support for PIC.
+       (md_convert_frag): Adjust for BFD_ASSEMBLER.
+       (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
+       BFD_ASSEMBLER.
+       (vax_reg_parse): Make the % register prefix mandatory for ELF,
+       optional for a.out, and not allowed for VMS.  Adjust all callers.
+       (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
+       (md_create_long_jump): Likewise.
+       (md_undefined_symbol): Likewise.
+       (md_section_align): Likewise.
+       (md_shortopts): Allow -k and -K for ELF.
+       (md_parse_option): Set flag_want_pic if -k or -K.
+       (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
+       (tc_gen_reloc): New function if BFD_ASSEMBLER.
+       * config/tc-vax.h (tc_headers_hook): Remove.
+       (TARGET_FORMAT): Set according to object format and target
+       environment.
+       (BFD_ARCH, TARGET_ARCH): Define.
+       (NO_RELOC): Adjust for BFD_ASSEMBLER.
+       (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
+       (tc_fix_adjustable): Define if BFD_ASSEMBLER.
+       * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
+
+2002-06-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+       * as.c: Replace CONST with const.
+       * write.c: Likewise.
+       * config/obj-coff.c: Likewise.
+       * config/tc-a29k.c: Likewise.
+       * config/tc-arm.c: Likewise.
+       * config/tc-dlx.c: Likewise.
+       * config/tc-h8300.c: Likewise.
+       * config/tc-h8500.c: Likewise.
+       * config/tc-i370.c: Likewise.
+       * config/tc-i860.c: Likewise.
+       * config/tc-i960.c: Likewise.
+       * config/tc-m68hc11.c: Likewise.
+       * config/tc-m68k.c: Likewise.
+       * config/tc-m88k.c: Likewise.
+       * config/tc-mcore.c: Likewise.
+       * config/tc-mips.c: Likewise.
+       * config/tc-ns32k.c: Likewise.
+       * config/tc-pdp11.c: Likewise.
+       * config/tc-pj.c: Likewise.
+       * config/tc-s390.c: Likewise.
+       * config/tc-sh.c: Likewise.
+       * config/tc-sparc.c: Likewise.
+       * config/tc-tahoe.c: Likewise.
+       * config/tc-tic80.c: Likewise.
+       * config/tc-v850.c: Likewise.
+       * config/tc-vax.c: Likewise.
+       * config/tc-w65.c: Likewise.
+       * config/tc-z8k.c: Likewise.
+
+2002-06-08  Daniel Jacobowitz  <drow@mvista.com>
+
+       Based on patch from Matt Green:
+       * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
+       * config/tc-mips.c (s_mips_file): Renamed from s_file.
+       (s_mips_loc): New function.
+       (mips_nonecoff_pseudo_table): Call them.
+       (append_insn): Call dwarf2_emit_insn.
+
+2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
+       to -1.
+       (file_ase_mips16): New veriable.
+       (mips_eabi64): Remove.
+       (CPU_HAS_MIPS16): New define.
+       (CPU_HAS_MDMX): Fix data type.
+       (md_begin): Code cleanup. Use file_ase_mips16.
+       (mips_elf_final_processing): Handle mips16 header flag.
+       Handle EABI flag without intermediate variable.
+
+2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * doc/as.texinfo: Update MIPS documentation.
+
+2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c: Add define for $zero register.
+       (md_begin): Add $zero as alias name for $0.
+       (insn_uses_reg): Use ZERO define.
+       (mips_ip): Add $zero as alias name for $0.
+       (mips16_ip): Likewise.
+       (s_cplocal): Demand empty rest of input line.
+       (tc_get_register): Likewise. Add support for $kt0, kt1 register
+       names. Use ZERO define. Fix input_line_pointer progress.
+
+2002-06-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c: Replace CONST by const throughout.
+       (symbol_find_exact): Split out from..
+       (symbol_find_base): ..here.
+       * symbols.h: Replace CONST by const throughout.
+       (symbol_find_exact): Declare.
+       * config/obj-elf.c: #include "struc-symbol.h".
+       (elf_frob_file): If group name matches an exported symbol, use that
+       symbol for the signature and ".group" as the section name.
+
+2002-06-06  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
+       but warn about it.
+       * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
+       * testsuite/gas/sh/pcrel.d: Update.
+       * testsuite/gas/sh/pcrel.l: New file.
+
+2002-06-06  Daniel Jacobowitz  <drow@mvista.com>
+
+       * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
+       and mips_opts.ase_mdmx if they are uninitialized.
+
+2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
+       (hppa_force_relocation): Check if a stub just before the start symbol
+       of the last call_info is reachable before forcing relocation.  Fix
+       typo.
+
+2002-06-04  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * config/tc-mips.c (mips_after_parse_args): New function.
+       (md_begin): Move processing of defaults to mips_after_parse_args.
+       config/tc-mips.h (md_after_parse_args): Define.
+
+2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
+       (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
+       (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
+       * configure: Regenerate.
+       * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
+       environment.
+
+2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
+
+2002-06-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c (obj_elf_change_section): Set and check elf
+       linkonce flag.  Print all warnings.
+       (obj_elf_section): Parse ",comdat" for groups.
+       (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups.  Check
+       consistency of comdat flag.
+
+2002-06-02  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
+       with LITERALs without sequence numbers.
+
+2002-06-01  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
+       Rename them LITUSE_ALPHA_*.
+
+2002-05-31  Shrinivas Atre <ShrinivasA@kpit.com>
+
+       * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
+       accept parentheses enclosed register lists.
+
+2002-05-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2002-05-31  Graeme Peterson  <gp@qnx.com>
+
+       * configure.in: Add i386-*-nto-qnx*.
+       * configure: Regenerate.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_ip): Use unsigned long values for
+       warning output.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (s_cpsetup): Fix initialization of
+       mips_cpreturn_register and mips_cpreturn_offset.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (s_cpsetup): Fix comment.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
+       (mips_ip): Likewise.
+       (mips16_ip): Likewise.
+       (tc_get_register): Likewise.
+
+2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
+           Ed Satterthwaite  <ehs@broadcom.com>
+
+       * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
+       (mips_opts): Initialize "ase_mdmx" member.
+       (file_ase_mdmx): New variable.
+       (CPU_HAS_MDMX): New macro.
+       (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
+       based on command line options and configuration defaults.
+       (macro_build): Note in comment that use of MDMX in macros is
+       not currently allowed.
+       (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
+       "Z" MDMX operand types.
+       (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
+       and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
+       types.
+       (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
+       Add support for "-mdmx" and "-no-mdmx" options.
+       (OPTION_ELF_BASE): Move to accomodate new options.
+       (s_mipsset): Support ".set mdmx" and ".set nomdmx".
+       (mips_elf_final_processing): Set MDMX ASE ELF header flag if
+       file_ase_mdmx was set.
+       * doc/as.texinfo: Document -mdmx and -no-mdmx options.
+       * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
+       nomdmx" directives.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
+       OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
+       command line switch conforming to gcc conventions.
+       * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build_jalr): New Function.
+       (md_begin): NewABI uses big GOTs.
+       (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
+       BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
+       (load_address): Add some NewABI PIC support.
+       (macro): Likewise.
+       (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
+       (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (load_address): Use mips_gp_register instead
+       of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
+       instead.
+       (macro): Use mips_gp_register instead of hardcoded value.
+
+2002-05-30  Richard Henderson  <rth@redhat.com>
+
+       * expr.h (operatorT): Add O_md17..O_md32.
+       * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
+       O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
+       O_tprelhi, O_tprello, O_tprel): New.
+       (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
+       (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
+       (LITUSE_TLSGD, LITUSE_TLSLDM): New.
+       (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
+       saw_lu_tlsgd, saw_lu_tlsldm.  Make multi_section_p a bit field.
+       (md_apply_fix3): Handle TLS relocations.
+       (alpha_force_relocation, alpha_fix_adjustable): Likewise.
+       (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
+       associated TLS reloc.  Check lituse_tls relocs match up.
+       (emit_insn): Handle TLS relocations.
+       (ldX_op): Remove.
+
+       * doc/c-alpha.texi: Add docs for tls relocations.
+
+2002-05-30  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_gprel_offset): New variable.
+       (s_gpvalue): Use it.
+
+2002-05-30  Diego Novillo  <dnovillo@redhat.com>
+
+       * gas/config/tc-d10v.c (check_resource_conflict): Only check
+       write-write conflicts.
+       (md_assemble): Reformat introductory comment.
+       (parallel_ok): Prevent packing only if the first
+       instruction cannot be packed.
+
+2002-05-30  Jason Eckhardt <jle@redhat.com>
+           Tom Rix <trix@redhat.com>
+
+       * config/tc-d10v.c (build_insn): Check for immediates.
+
+2002-05-28  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c: Replace GP in comments by $gp.
+       (mips_big_got): Initialize.
+       (mips_trap): Initialize.
+       (load_address): Use mips_gp_register instead of hardcoded value.
+       Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
+       (macro): Use mips_gp_register instead of hardcoded value.
+       (macro2): Change load_address calls.
+       (md_pcrel_from): Comment formatting.
+       (s_cpload): Use mips_gp_register instead of hardcoded value.
+       (s_cprestore): Likewise. Comment formatting.
+       (s_gpword): Fix data type.
+       (s_cpadd): Use mips_gp_register instead of hardcoded value.
+       (nopic_need_relax): Replace GP in comments by $gp.
+       (mips_elf_final_processing): Better comment.
+
+2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
+
+       * configure.in: Add DLX configuraton
+       * Makefile.am: Add DLX configuraton
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * config/tc-dlx.c: New file.
+       * config/tc-dlx.h: New files.
+       * NEWS: Mention new support.
+
+2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/obj-coff.c (write_object_file): Add missing semicolon.
+
+2002-05-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
+       by the define. Remove superfluous check of mips_opts.mips16.
+       (append_insn): Likewise. Canonicalize variable increments.
+       (macro_build): Canonicalize variable increments.
+       (macro_build_lui): Likewise.
+       (load_register): Likewise.
+       (load_address): Move pointer initialization.
+       (macro): Move pointer to a more local scope. Canonicalize variable
+       increments. Better comments. Replace magic constant for RA by the
+       define.
+       (macro2): Replace magic constant for RA by the define. Canonicalize
+       variable increments.
+       (mips_ip): Canonicalize variable increments.
+       (mips16_ip): Replace magic constant for RA by the define.
+       (my_getSmallParser): Canonicalize variable increments/decrements.
+       (my_getPercentOp): Likewise.
+       (my_getSmallExpression): Likewise.
+       (s_align): Likewise.
+       (s_mipsset): Likewise.
+       (s_cpsetup): Likewise.
+       (s_insn): Remove superfluous check of mips_opts.mips16.
+       (s_mips_stab): Likewise.
+       (mips_handle_align): Canonicalize variable increments.
+       (s_mips_ent): Likewise.
+       (s_mips_end): Add comment.
+
+2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
+       * configure: Regenerate.
+
+2002-05-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
+       * Makefile.in: Regenerate.
+       * dep-in.sed: Reorder to match OBJS in Makefile.am.
+       * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
+       * configure: Regenerate.
+       * as.h: Use #include "" instead of <> for local header files.
+       * flonum-konst.c: Likewise.
+       * flonum-mult.c: Likewise.
+       * gasp.c: Likewise.
+       * listing.c: Likewise.
+       * config/tc-ia64.h: Likewise.
+       * config/tc-v850.h: Likewise.
+
+2002-05-24  TAMURA Kent <kent@netbsd.org>
+
+       * configure.in: Add a target for i386-netbsdpe.
+       * configure: Regenerate.
+
+2002-05-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
+       (obj_elf_common): Call elf_common.
+       (obj_elf_tls_common): New function.
+       (elf_pseudo_tab): Support .tls_common.
+       (special_sections): Add .tdata and .tbss.
+       (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
+       sections.
+       (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
+       (obj_elf_parse_section_letters): Include T in error message.
+       * config/tc-ppc.c (ppc_section_letter): Likewise.
+       * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
+       (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
+       SEC_MERGE.
+       * config/tc-sparc.c (md_apply_fix3): Likewise.
+       * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
+       Define them if not BFD_ASSEMBLER.
+       (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
+       and @NTPOFF.
+       (md_apply_fix3): Add TLS relocs.
+       * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
+       FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
+       FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
+       (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
+       (ia64_elf_section_letter): Include T in error message.
+       (md_begin): Support TLS operators.
+       (md_operand): Likewise.
+       (ia64_gen_real_reloc_type): Support TLS relocs.
+       * testsuite/gas/i386/tlspic.s: New file.
+       * testsuite/gas/i386/tlsd.s: New file.
+       * testsuite/gas/i386/tlsnopic.s: New file.
+       * testsuite/gas/i386/tlsd.d: New file.
+       * testsuite/gas/i386/tlsnopic.d: New file.
+       * testsuite/gas/i386/tlspic.d: New file.
+       * testsuite/gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
+       * testsuite/gas/ia64/tls.s: New file.
+       * testsuite/gas/ia64/tls.d: New file.
+       * testsuite/gas/ia64/ia64.exp: Add tls test.
+       * write.c (adjust_reloc_syms): Don't change symbols in
+       SEC_THREAD_LOCAL sections to STT_SECTION + addend.
+
+2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
+       round the relocation up rather than down.
+
 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
        flag.
-        * doc/as.texinfo: Document that the COFF version of .section
+       * doc/as.texinfo: Document that the COFF version of .section
        ignores the 'a' flag.
 
 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.in: Add support for powerpc-*-windiss.
        * configure: Regenerated.
-       
+
 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-s390.c (md_parse_option): Formatting.
        BFD_VERSION_STRING unavailable.
        * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
 
-Tue Apr  9 16:45:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
+2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
 
        * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
        symbol_used_in_reloc_p is true.
@@ -359,23 +1043,23 @@ Tue Apr  9 16:45:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
        check for resource conflicts.
 
        From Jason Eckhardt  <jle@redhat.com>
-        * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
-        imm3 fields.
-        * config/tc-d10v.c (find_opcode): Emit a warning if one of the
-        reserved control registers is used.
-        * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
-        imm3 fields.
+       * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
+       imm3 fields.
+       * config/tc-d10v.c (find_opcode): Emit a warning if one of the
+       reserved control registers is used.
+       * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
+       imm3 fields.
 
        From 2001-03-28  Diego Novillo  <dnovillo@redhat.com>
-        * tc-d10v.c (parallel_ok): Prevent packing only if the first
-        instruction cannot be packed.
+       * tc-d10v.c (parallel_ok): Prevent packing only if the first
+       instruction cannot be packed.
 
        From 2001-03-30  Diego Novillo  <dnovillo@redhat.com>
-        * gas/config/tc-d10v.c (check_resource_conflict): Only check
-        write-write conflicts.
-        (md_assemble): Reformat introductory comment.
-        * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
-        arguments.
+       * gas/config/tc-d10v.c (check_resource_conflict): Only check
+       write-write conflicts.
+       (md_assemble): Reformat introductory comment.
+       * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
+       arguments.
 
 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
 
@@ -385,7 +1069,7 @@ Tue Apr  9 16:45:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
 2002-04-01  Jessica Han  <jessica@cup.hp.com>
 
-        * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
+       * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
        in 32-bit mode.
 
 2002-03-27  Andreas Schwab  <schwab@suse.de>
@@ -673,7 +1357,7 @@ Tue Apr  9 16:45:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
 2002-02-15  Chris Demetriou  <cgd@broadcom.com>
 
-        * config/tc-mips.c (md_estimate_size_before_relax): Really
+       * config/tc-mips.c (md_estimate_size_before_relax): Really
        make sure we treat weak like extern only for ELF.  (Fixes
        patch from 2001-07-25.)
 
@@ -731,12 +1415,12 @@ Tue Apr  9 16:45:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
        * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
        xcoff64.
 
-Mon Feb 11 11:23:38 2002  Alexandre Oliva  <aoliva@redhat.com>
+2002-06-11  Alexandre Oliva  <aoliva@redhat.com>
 
        * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
        Use all over.
 
-Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
+2002-02-11  Jan Hubicka  <jh@suse.cz>
 
        * i386.c (md_assemble): Support 32bit address prefix.
        (i386_displacement): Likewise.
This page took 0.032247 seconds and 4 git commands to generate.