* doc/c-mmix.texi: Use texinfo 4 features.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 36f39c6a05b5f6ff2657526401e6bf5eeb6f8ac6..f2d5f3f8ea12a5d0fcd2f78f244b8c2564412698 100644 (file)
@@ -1,8 +1,140 @@
+2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/c-mmix.texi: Use texinfo 4 features.
+       (MMIX-mmixal): Fix typo.
+
+2001-11-17  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/tc-cris.c (md_apply_fix3): Cast value, not pointer, in
+       val assignment.
+
+2001-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-m68k.c (md_apply_fix3): Change val back to a signed type.
+
+2001-11-15  H.J. Lu  <hjl@gnu.org>
+
+       * config/tc-hppa.c (md_apply_fix3): Fix a typo.
+
+2001-11-15  H.J. Lu  <hjl@gnu.org>
+
+       * config/tc-alpha.c (md_apply_fix3): Fix a typo.
+
+2001-11-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * write.c (fixup_segment): Remove referrences to md_apply_fix and
+       TC_HANDLE_FX_DONE.
+       * cgen.c, config/obj-coff.c, config/tc-*.c: Update all occurances
+       of md_apply_fix to md_apply_fix3.
+       Make all md_apply_fix3 functions void.
+       * cgen.h, config/obj-coff.h, tc-*.h: Remove all definitions of
+       MD_APPLY_FIX3 and TC_HANDLE_FX_DONE.
+       * doc/internals.texi: Update references to md_apply_fix3.
+       * tc.h: Update prototype for md_apply_fix3.
+
+2001-11-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i386.h (md_end): Define.
+       (i386_elf_emit_arch_note): Declare.
+       (CpuUnknown): Delete.
+       * config/tc-i386.c (default_arch): Constify.
+       (smallest_imm_type): Remove CpuUnknown test.
+       (md_assemble): Don't bother checking cpu_arch_flags non-zero.
+       (i386_elf_emit_arch_note): New function.
+
+       * po/POTFILES.in: Regenerate.
+
+2001-11-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_ip): Re-allow %hi() op for non-ELF assembler.
+
+2001-11-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * frags.c (frag_grow): Revert last change.
+
+       * dwarf2dbg.c (get_frag_fix): Align last frag size.
+
+       * config/tc-ppc.c (ppc_insert_operand): Pass (ppc_cpu | ppc_size)
+       to operand->insert.
+       (md_assemble): Likewise.
+
+2001-11-12  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * frags.c (frag_grow): Use frag_make_room() to grow the
+       obstack.
+
+2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-sparc.c (md_apply_fix3): Do not remove the symbol's
+       value from the addend for fixups against local symbols in
+       SEC_MERGE sections - it was not added in, in the first place.
+
+2001-11-11  Timothy Wall  <twall@alum.mit.edu>
+
+       * write.c (relax_segment): Convert symbol address into an octet
+       offset prior to adding to the frag address, which is an octet
+       offset.   Add comments to that effect.
+       * config/tc-tic54x.c: Fix bugs causing tests to fail.
+       * config/tc-tic54x.h: Ditch PARAMS macro.
+       
+2001-11-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c (obj_elf_version): Ensure terminating NUL is
+       put in note section.  Use sizeof instead of hard-coded constants.
+
+2001-11-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
+       (md_longopts): Allow OPTION_MABI for ELF compilation only. RE-allow
+       OPTION_GP32, OPTION_GP64, OPTION_FP32 for non-ELF compilation.
+       Sort options a bit more logical.
+       (md_parse_option): Allow OPTION_32, OPTION_N32, OPTION_N64,
+       OPTION_MABI only for elf targets.
+
+2001-11-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (set_at): Add cast needed for varargs.
+       (load_register): Likewise.
+       (macro): Likewise. Some code reformatting.
+       (macro2): Add cast needed for varargs.
+       (mips16_macro): Likewise.
+
+2001-11-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (md_assemble): Remove superflous casts.
+       (append_insn): Likewise.
+       (mips16_macro_build): Likewise.
+       (macro): Likewise.
+       (mips16_ip): Likewise.
+       (s_cpload): Likewise.
+       (mips_relax_frag): Likewise.
+
+2001-11-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_abi_level): Move in front of
+       mips_set_options.
+       (mips_set_options): Add members gp32, fp32, abi.
+       (file_mips_gp32): New flag.
+       (file_mips_fp32): New flag.
+       (mips_opts): Initialize the new members.
+       (mips_gp32): Remove.
+       (mips_fp32): Remove.
+       (HAVE_32BIT_GPRS): Use the new values from mips_opts.
+       (HAVE_32BIT_FPRS): Likewise.
+       (HAVE_NEWABI): Likewise.
+       (HAVE_64BIT_OBJECTS): Likewise.
+       (md_begin): Likewise. Save default (file) values.
+       (md_parse_option): Use the new values from mips_opts.
+       (s_mipsset): Likewise. Fix logic to keep the ABI selection if
+       possible. Let .set mipsN work together with .set push/pop.
+       Enhance error messages.
+       (mips_elf_final_processing): Use file_mips_* for header processing.
+
 2001-11-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
 
        * config/tc-avr.c (mcu_types): Update for new devices.
 
-2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+2001-11-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for
        the page man title.
This page took 0.048063 seconds and 4 git commands to generate.