Add XCOFF64 support.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 3401f763d1f46c80a73cadfa3da62883fea38ab5..7d6e2b9db045a692d60dc03b6f51c78bdced405b 100644 (file)
@@ -1,3 +1,45 @@
+Mon Apr 24 15:21:11 2000  Clinton Popetz  <cpopetz@cygnus.com>
+
+       * as.c (parse_args): Allow md_parse_option to override -a listing
+       option.
+       * config/obj-coff.c (add_lineno): Change type of offset parameter
+       from "int" to "bfd_vma."
+       * config/tc-ppc.c (md_pseudo_table): Add "llong" and "machine."
+       (ppc_mach, ppc_subseg_align, ppc_target_format): New.
+       (ppc_change_csect): Align correctly for XCOFF64.        
+       (ppc_machine): New function, which discards "ppc_machine" line.
+       (ppc_tc): Cons for 8 when code is 64 bit.
+       (md_apply_fix3): Don't check operand->insert.  Handle 64 bit
+       relocations.
+       (md_parse_option): Handle -a64 and -a32.
+       (ppc_xcoff64): New.
+       * config/tc-ppc.h (TARGET_MACH): Define.
+       (TARGET_FORMAT): Move to function.
+       (SUB_SEGMENT_ALIGN): Use ppc_subseg_align.
+
+2000-04-26  David O'Brien  <obrien@FreeBSD.org>
+
+       * doc/as.1: Fix unbalanced brackets.
+
+       * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
+       TE_FreeBSD.
+       (line_comment_chars): Set to '/' if TE_FreeBSD.
+
+Tue Apr 25 11:02:02 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in: Configury support for PA64 (currently disabled).
+       * configure: Rebuilt.
+
+2000-04-25  Machida Hiroyuki  <machida@sm.sony.co.jp>
+
+       * config/tc-mips.c (s_change_sec): Use record_alignment, not 
+       bfd_set_section_alignment.
+
+2000-04-25  Alan Modra  <alan@linuxcare.com.au>
+
+       * config/tc-i386.c (offset_in_range): Ensure shift counts are less
+       than 32.
+
 2000-04-24  Nick Clifton  <nickc@cygnus.com>
 
        * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0.
This page took 0.023143 seconds and 4 git commands to generate.