* config/tc-sh.c (assemble_ppi): Initialize reg_n.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 39705193d1d3aa8b225b18a232410fbcfcf1fda9..9a87148b2add662360bd0c1d348aaa4ba6bb077e 100644 (file)
@@ -1,3 +1,496 @@
+Mon Jun 17 16:29:58 2002  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.
+
+Thu Jun  6 17:42:12 2002  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'
This page took 0.029998 seconds and 4 git commands to generate.