bfd
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a07fed573b740c98d9f34b3f9a35d0902bd54e66..b8242a371c1fc345f38258c8b8d0992485051d46 100644 (file)
@@ -1,3 +1,62 @@
+2009-09-07  Tristan Gingold  <gingold@adacore.com>
+
+       * po/POTFILES.in: Regenerate.
+       * po/gas.pot: Regenerate.
+
+       * Makefile.am (TARG_ENV_CFILES): New variable.  Set to te-vms.c
+       (POTFILES): Add $(TARG_ENV_CFILES) in definition.
+       (EXTRA_as_new_SOURCES): Ditto.
+       * Makefile: Regenerate.
+       * acinclude.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
+       BFD_HAVE_SYS_STAT_TYPE_MEMBER): New macro created from bfd/bfd.m4.
+       * configure.in: Add Tests for tm_gmtoff, st_mtim.tv_sec and
+       st_mtim.tv_nsec (from bfd/configure.in).  Check for time.h and
+       sys/stat.h headers.
+       Add te-vms.o in extra_objects if te_file is vms.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * config/te-vms.c: New file, from bfd/vmsutil.c
+       (vms_dwarf2_file_time_name, vms_dwarf2_file_size_name)
+       (vms_dwarf2_file_name): New functions.
+       (vms_file_stats_name): Make it static, add a dirname parameter to
+       locally create the full pathname.
+       * config/te-vms.h: Add a copyright header.
+       Declare the above functions.
+       (DWARF2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILE_NAME): Use
+       the above functions in the definition.
+       * makefile.vms (OBJS): Add te-vms.obj.
+       (te-vms.obj): Create a specific target.
+       * configure.com: Create targ-env.h using a per target value.
+       Compile te-vms.c for ia64.
+
+2009-09-05  Jie Zhang  <jie.zhang@analog.com>
+
+       * doc/as.texinfo: Document that Blackfin GAS does not
+       accept SYMBOL = VALUE.
+
+2009-09-05  Martin Thuresson  <martin@mtme.org>
+
+       * config/tc-arc.c (struct syntax_classes): Rename member class
+       to s_class. (arc_extinst): Rename variable class to
+       s_class. Update code to use renamed members.
+       * config/tc-mips.c (insn_uses_reg): Rename argument class to
+       regclass.
+       * config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
+       (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
+       (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
+       members.
+       * config/tc-ppc.h (struct ppc_tc_sy): Change name of member
+       from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
+       code to use renamed members.
+       * config/tc-score.c (s3_adjust_paritybit): Rename argument
+       class to i_class.
+       * config/tc-score7.c (s7_adjust_paritybit): Rename argument
+       class to i_class.
+
+2009-09-04  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.20.
+
 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
 
        * config/bfin-parse.y (asm_1): Implement HLT instruction.
This page took 0.023375 seconds and 4 git commands to generate.