Warning fixes and configure/makefile tweaks by Thiemo Seufer.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index d75371ef84d36e05d337486144b5b1184b127409..16ffc8010e2a28d6f1e0308302df34dac467a0e4 100644 (file)
@@ -1,3 +1,145 @@
+2001-05-03  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * Makefile.am (TARG_ENV_HFILES): Add te-hppa64.h and te-hppalinux64.h.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * configure.in: Remove duplicate mips-*-ecoff* entry.
+       * configure: Regenerate.
+
+       * config/obj-ecoff.c (obj_pseudo_table): Fix terminating entry.
+       (n_names): Cast away type mismatch.
+       (ecoff_sec_sym_ok_for_reloc): Add unused attribute.
+       (obj_ecoff_frob_symbol): Likewise.
+       * ecoff.c: (add_file): Add unused attribute.
+       (ecoff_directive_begin): Likewise.
+       (ecoff_directive_bend): Likewise.
+       (ecoff_directive_def): Likewise.
+       (ecoff_directive_dim): Likewise.
+       (ecoff_directive_scl): Likewise.
+       (ecoff_directive_size): Likewise.
+       (ecoff_directive_type): Likewise.
+       (ecoff_directive_tag): Likewise.
+       (ecoff_directive_val): Likewise.
+       (ecoff_directive_endef): Likewise.
+       (ecoff_directive_end): Likewise.
+       (ecoff_directive_ent): Likewise.
+       (ecoff_directive_extern): Likewise.
+       (ecoff_directive_file): Likewise.
+       (ecoff_directive_fmask): Likewise.
+       (ecoff_directive_frame): Likewise.
+       (ecoff_directive_mask): Likewise.
+       (ecoff_directive_loc): Likewise.
+       (mark_stabs): Likewise.
+       (ecoff_stab):  Likewise.
+       (ecoff_frob_symbol): Cast away type mismatch.
+       (ecoff_padding_adjust): Likewise.
+       (ecoff_build_symbols): Likewise.
+       (ecoff_build_procs): Likewise.
+       (ecoff_build_aux): Likewise.
+       (ecoff_build_strings): Likewise.
+       (ecoff_build_fdr): Likewise.
+       (ecoff_build_debug): Likewise.
+       * itbl-ops.c (itbl_assemble): Variable initialization.
+
+2001-05-03  Alan Modra  <amodra@one.net.au>
+
+       * config/tc-i386.c (i386_displacement): Call as_bad for bad GOTOFF
+       expressions rather than triggering an assert.
+
+2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
+
+       * config/tc-openrisc.c: New file.
+       * config/tc-openrisc.h: Likewise.
+
+       * Makefile.am: Add OpenRISC target.
+       * Makefile.in: Regenerated.
+
+       * configure.in (openrisc-*-*): Add target.
+       * configure: Regenerated.
+
+2001-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (arm_frag_align_code): Change error message to
+       more explanatory version.
+
+2001-04-29  Keith M Wesolowski <wesolows@foobazco.org>
+
+       * config/tc-mips.c (md_parse_option): Also accept
+       elf64-tradbigmips and elf64-tradlittlemips for OPTION_64.
+
+2001-04-27  David Mosberger  <davidm@hpl.hp.com>
+
+       * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
+       argument passing order: predicate goes last, not first.
+
+2001-04-27  Sean McNeil <sean@mcneil.com>
+
+       * configure.in: Add arm-vxworks.
+       * configure: Regenerate.
+
+2001-04-26  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (arm_handle_align): New Function:  Generate
+       no-op filled alignment frags.
+       (arm_frag_align_code): New Function: Create a code alignment frag.
+       (arm_init_frag): New Function: Initialse the target dependent
+       parts of a frag.
+
+       * config/tc-arm.h (TC_FRAG_TYPE): Define.
+       (TC_FRAG_INIT): Define.
+       (HANDLE_ALIGN): Define.
+       (md_do_align): Define.
+
+2001-04-25  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/obj-coff.c (do_linenos_for): Check to see if the filename
+       symbol has been initialised before extracting its symbol index.
+
+2001-04-24  H.J. Lu  <hjl@gnu.org>
+
+       * configure: Regenerated with the right version of autoconf.
+
+2001-04-24  Christian Groessler  <cpg@aladdin.de>
+
+       * config/tc-z8k.c (build_bytes): 12 and 16 bit displacements now
+       generate R_CALLR and R_REL16 relocations
+
+2000-04-20  Jason Eckhardt  <jle@redhat.com>
+
+       * config/tc-d10v.h (tc_frob_label): Update the symbol's frag
+       since frag_now can change after d10v_cleanup is called.
+
+2001-04-16  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.in: Add the em type for FreeBSD targets.
+       * configure: Regenerate.
+
+2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
+
+       * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.
+       * symbols.c (local_symbol_convert): Call TC_LOCAL_SYMFIELD_CONVERT.
+
+       * config/tc-mn10300.c (md_assemble): Simplify offset adjustment of
+       pc-relative relocations not placed at the end of the instruction.
+
+2001-04-13  Jim Wilson  <wilson@redhat.com>
+
+       * tc-ia64.c (is_conditional_branch): Return true for br, brl, and br.
+       excluding br.i.
+
+2001-04-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Add entsize argument,
+       handle SHF_MERGE and SHF_STRINGS.
+       (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS.
+       (obj_elf_section): Allow additional argument specifying entity size.
+       * write.c (adjust_reloc_syms): Keep relocations against local symbols
+       in SEC_MERGE sections.
+
+2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
+
+       * dwarf2dbg.c (process_entries): Don't optimize redundant line notes.
+
 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
 
        * expr.c (operand): Pass &c to md_parse_name().
This page took 0.043111 seconds and 4 git commands to generate.