* config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 01974c194acb4ca8ccf6d8a3a671ec1c62e4d22a..7f8700bda84ad988b71f8f0cd53a427e14fc554d 100644 (file)
@@ -1,3 +1,82 @@
+2002-09-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.
+
+2002-09-17  Stan Cox  <scox@redhat.com>
+
+       * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
+       (macro): Likewise for la.  Likewise for ld.
+       (mips_after_parse_args): Make -xgot optional, not the default.
+       (md_apply_fix3): Allow composite relocation to set up gp.
+       (tc_gen_reloc): Allow relaxing for newabi.
+       Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.
+       Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
+
+2002-09-17  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (md_apply_fix3): Note that an implemented
+       BFD_RELOC_ARM_IMMEDIATE has been done.
+        (tc_gen_reloc): Do not issue reloc number of unimplemented
+       BFD_RELOC_ARM_IMMEDIATE and BFD_RELOC_ARM_OFFSET_IMM relocs -
+       their name is already in the error message - plus remove them
+       from the default case.
+
+       * config/tc-arm.c (do_ldmstm): Warn about unpredictable
+       behavior of instructions.
+
+2002-09-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
+       Convert functions to K&R format.
+
+2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (pdr_seg): Define only for ELF.
+       (s_change_section): Remove unused variable. Don't use for nonELF.
+
+2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/obj-elf.c (obj_elf_change_section): Move prototype to
+       obj-elf.h
+       * config/obj-elf.h (obj_elf_change_section): Likewise.
+
+2002-09-16  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.
+       (out_debug_info): Likewise.
+
+2002-09-16  Bruno Haible  <bruno@clisp.org>
+
+       * config/tc-i386.h (ELF_TARGET_FORMAT): New macro.
+       (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf32-i386".
+       * config/tc-i386.c (i386_target_format): Likewise.
+       * config/tc-alpha.h (ELF_TARGET_FORMAT): New macro.
+       (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf64-alpha".
+
+2002-09-13  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-ppc.c (md_assemble): Do not count FAKE operands
+       when deciding if any operands have been skipped.
+
+2002-09-11  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: New TI port supports both C4x and C3x series of DSPs.
+
+       * po/tr.po: Updated Turkish translation.
+
+2002-09-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/tc-i386.c (md_apply_fix3): Allow addend for
+       BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
+       BFD_RELOC_386_TLS_LE_32.
+
+2002-09-05  Jeff Law  <law@redhat.com>
+
+        * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
+        marker relocations such as ENTRY/EXIT.
+        * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
+        to both OBJ_ELF and OBJ_SOM.
+
 2002-09-05  Alan Modra  <amodra@bigpond.net.au>
 
        * doc/internals.texi (md_apply_fix3): Expand.
        relaxable_symbol.
        * config/tc-m68k.h (TC_COFF_FIX2RTYPE): Tweak param name.
        (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
-       (TC_FORCE_RELOCATION_LOCAL): Define this instead.
        (TC_FIX_ADJUSTABLE): Don't define.
        (EXTERN_FORCE_RELOC): Define.
        (MD_APPLY_SYM_VALUE): Define.
        (md_apply_fix3): Likewise.
        (v850_force_relocation): Likewise.
        (v850_comm): Change the current section.
-       (md_assemble):  Ensure that the correct value is put in the
+       (md_assemble):  Ensure that the correct value is put in the
        fixup.
        (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
        v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.
-        Remove redundant v850ea support.
+       Remove redundant v850ea support.
        * tc-v850.h (HANDLE_ALIGN): Define.
        (v850_handle_align): Declare.
        * doc/c-v850.c: Document -mrelax, .longcall and .longjump.
This page took 0.024492 seconds and 4 git commands to generate.