2004-07-04 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 3f4b71f8664c6422b211ae31b1e410f1ad0f572e..f02d2a816d2f7f7387f76633c7e7736a23f78aa4 100644 (file)
@@ -1,3 +1,99 @@
+2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
+       externals.
+       * doc/as.texinfo (Weak): Document PE weak symbols.
+
+2004-07-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
+       (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
+       (mips_frob_file): Rework so that only a single pass through the
+       relocs is needed.  Allow %lo()s to have higher offsets than their
+       corresponding %hi()s or %got()s.
+
+2004-07-02  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
+       allow values which have come from undefined symbols.
+       Always consider this fixup to have been processed as a reloc
+       cannot be generated for it.
+
+2004-07-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * frags.h (struct frag): Add has_code and insn_addr fields.
+       * write.c (cvt_frag_to_fill): Invoke md_frag_check.
+       * config/tc-ppc.c (md_assemble): Check and set insn_addr.
+       * config/tc-ppc.h (md_frag_check): Define.
+
+2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * doc/Makefile.am (info): Rename goal to...
+       (info-local): ... this, to preserve implicit dependencies.
+       * doc/Makefile.in: Regenerate with automake 1.8.5.
+
+2004-06-25  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
+       (m32r_cgen_record_fixup_exp): Changed for  @GOTOFF, @GOT.
+       (m32r_fix_adjustable): Changed for  @GOTOFF, @GOT, @PLT.
+       (tc_gen_reloc): Likewise.
+       (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
+       (m32r_parse_name): Likewise.
+       (m32r_cgen_parse_fix_exp): Likewise.
+       * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
+       (O_PIC_reloc): Likewise.
+       (TC_CGEN_PARSE_FIX_EXP): Likewise..
+       * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
+       for @GOTOFF, @GOT, @PLT.
+
+2004-06-21 Jan Beulich  <jbeulich@novell.com>
+
+       * gas/symbols.c: While discarding ordinary local absolute symbols
+       when --strip-local-absolute is in effect, retain file symbols.
+
+2004-06-20  Andreas Schwab  <schwab@suse.de>
+
+       * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
+       (md_parse_option): Likewise.
+
+2004-06-17  Jan Beulich <jbeulich@novell.com>
+
+       * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
+       * config/te-netware.h: New file.
+       * config/te-ppcnw.h: Delete: Obsolete.
+       * configure.in: Eliminate ill NetWare targets. Make generic
+       NetWare target use proper emulation.
+       * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
+       reference to new te-netware.h.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2004-06-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
+       comparison in .insn pseudo operation.
+
+2004-06-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-coff.c (coff_adjust_section_syms): Use
+       bfd_get_section_size instead of bfd_get_section_size_before_reloc.
+       (coff_frob_section): Likewise.
+       * config/tc-mips.c (md_apply_fix3): Likewise.
+       * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
+       (elf_frob_file_after_relocs): Likewise.
+
+2004-06-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (log2): Rename to exact_log2.
+       (pa_next_subseg): Delete unused function.
+       (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
+       (create_new_subspace): Likewise.
+
+       Bug gas/213
+       * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
+       labels.  Fix warning.
+
 2004-05-28  DJ Delorie  <dj@redhat.com>
 
        * config/tc-mn10300.h (tc_fix_adjustable): Define.
This page took 0.024842 seconds and 4 git commands to generate.