Add gas and ld support for openrisc
[deliverable/binutils-gdb.git] / gas / ChangeLog
index bb24ea84b3f9b29a109cc5d5883e6399aa3d9742..0469acbc0c7cec406e810b22fe643de51ef5cea2 100644 (file)
@@ -1,3 +1,136 @@
+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().
+       * config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
+
+2001-04-07  Steven J. Hill  <sjhill@cotw.com>
+
+       * config/tc-mips.c: Support ELF64 for traditional MIPS targets.
+
+       * Makefile.am: (TARG_ENV_HFILES): Add tc-mips.h.
+       * Makefile.in: Regenerated.
+
+       * configure.in: Use traditional MIPS targets for Linux/MIPS.
+       * configure: Regenerated.
+
+2001-04-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-mn10300.c (xr_registers): Added `pc'.
+
+2001-04-05  Alan Modra  <alan@linuxcare.com.au>
+
+       * configure.in: Add h8500-*-coff and h8500-*-rtems targets.
+       * configure: Regenerate.
+
+       * config/tc-h8500.c (md_estimate_size_before_relax): Add missing
+       cases, and always return size based on current fr_subtype.
+       (md_begin): Move initialization of md_relax_table..
+       (md_relax_table): ..to static initializer.  Set rlx_length for
+       UNDEF_WORD_DISP cases.
+       * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
+       (md_begin): Likewise.
+       (md_relax_table): Likewise.
+       * config/tc-mcore.c (md_estimate_size_before_relax): Likewise.
+       (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
+       Set rlx_backward and rlx_forward to zero for unused states.
+       * config/tc-sh.c (md_estimate_size_before_relax): Likewise.
+       (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
+       (UNCOND12, UNCOND32): Remove duplicate defines.
+
 2001-04-04  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/tc-cris.c (md_estimate_size_before_relax) <case
        32-bit branch, just set fragP->fr_subtype.  Set fragP->fr_var.
        <all cases>: Always set fragP->fr_var using md_cris_relax_table.
        Add cases to cover all relax states.
+       (cris_insn_first_word_frag): New.
+       (md_assemble): Call cris_insn_first_word_frag to get the first
+       frag in an insn, not frag_more.  Don't call dwarf2_emit_insn at
+       end.  Drop variable insn_size.
+       (gen_bdap): Call cris_insn_first_word_frag, not frag_more.
+       (cris_sym_leading_underscore): Wrap first as_bad parameter in _().
+       (cris_sym_no_leading_underscore, s_cris_file, s_cris_loc): Ditto.
 
        * write.c (write_object_file): Reset broken word state before
        calling relax_seg.
This page took 0.026719 seconds and 4 git commands to generate.