* configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0ee098b689e8da7f005925a38bbb0420f76b6d6c..7b5a7f93221987fdc464d41ae8b10e232af40ad0 100644 (file)
@@ -1,3 +1,130 @@
+2003-10-16  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * configure.in: Set em=linux for ppc-*-linux-gnu* target.
+       * configure: Regenerate.
+
+2003-10-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/as.texinfo (Align): Correct list of byte targets.
+
+2003-10-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
+       Fix indentation. Better error message.
+
+2003-10-14  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_create_property_segments): Remove bfd
+       argument in call to xtensa_get_property_section_name.  Formatting.
+
+2003-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
+       parenthesis.
+
+2003-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.c: Convert to ISO C90.  Remove unnecessary
+       prototypes and casts.
+       * config/tc-sh.h: Likewise.
+       * config/tc-sh64.c: Likewise.
+       * config/tc-sh64.h: Likewise.
+
+2003-10-08  Dave Brolley  <brolley@redhat.com>
+
+       * config/tc-frv.c (fr550_check_insn_acc_range): New function.
+       (fr550_check_acc_range): New function.
+       (md_assemble): Call fr550_check_acc_range.
+
+2003-10-08  Dave Brolley  <brolley@redhat.com>
+
+       * config/tc-frv.c: Handle DEFAULT_CPU_FR550.
+       (md_parse_option): Handle OPTION_CPU==fr550.
+       (md_show_usage): Document fr550.
+
+2003-10-08  Philippe De Muyter  <phdm@macqel.be>
+
+       * as.c (use_gnu_debug_info_extensions) : New variable.
+       (parse_args) : Accept new --gstabs+ option, and set
+       `use_gnu_debug_info_extensions'.
+       (show_usage) : Document --gstabs+ option.
+       * as.h (use_gnu_debug_info_extensions) : New extern declaration.
+       * stabs.c (stabs_generate_asm_file) : If
+       `use_gnu_debug_info_extensions' is set, add the compilation
+       directory to the stabs debug info.
+       * doc/as.texinfo : Document --gstabs+ option.
+       * NEWS: Mention new feature.
+
+2003-10-06  Matt Thomas  <matt@3am-software.com>
+
+       Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
+       assembler syntax.
+
+       * tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]"
+       register names.  Change all "defined (TE_LINUX)" to
+       "(defined (TE_LINUX) || defined (TE_NETBSD))".
+
+       * tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target.
+       Remove NetBSD's use of LABELS_WITHOUT_COLONS.
+
+2003-10-06  Robert Millan  <robertmh@gnu.org>
+
+       * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
+       * configure: Regenerate.
+
+2003-10-05  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (parse_args): Revert patch to change handling of -f
+       option.  Its behaviour is mandated by the POSIX 2 spec.
+
+2003-10-04  Christian Groessler  <chris@groessler.org>
+
+       * tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness.
+       (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases.
+       (md_pcrel_from): This function now gets called. Supply return
+       value.
+
+2003-10-04  Nick Clifton  <nickc@redhat.com>
+
+       * as.c: Convert to ISO C90.
+
+2003-10-04  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (std_shortopts): Remove 'f'.
+       (std_longopts): Add 'f'.  Doing this prevents -f<foo> being
+       acecpted as an alias for -f.
+
+2003-10-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
+
+       * config/obj-coff.c (obj_coff_section [BEF_ASSEMBLER]):
+       Make 'r' mean readonly data.
+
+2003-10-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
+       Unbreak overflow checks.
+
+2003-10-01  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (s_cpreturn): Correct errors in comment.
+
+2003-10-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension
+       tests.
+       (load_register): Likewise.
+       (macro): Likewise.
+
+2003-09-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (mips_ip): Capitalize first word of
+       existing condition code warning, and add condition code
+       warnings for .ps instructions, and for bc1any[24][tf].
+
+2003-09-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * NEWS: Mention support for MIPS64 Release 2.
+
 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
 
        * NEWS: Add an indication of the cutoff for 2.14.
This page took 0.024127 seconds and 4 git commands to generate.