]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* config/obj-elf.c (obj_elf_section_change_hook): New function.
[binutils.git] / gas / ChangeLog
index 384e6fe7879732c75c4fdd085ccb254b9b04d9c4..4f437f03f673906871d52da940d717721ffcd2b3 100644 (file)
@@ -1,3 +1,91 @@
+Fri Mar 28 13:08:33 1997  Ian Lance Taylor  <[email protected]>
+
+       * config/obj-elf.c (obj_elf_section_change_hook): New function.
+       * config/obj-elf.h (obj_elf_section_change_hook): Declare it.
+       * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF.
+
+Thu Mar 27 12:23:56 1997  Ian Lance Taylor  <[email protected]>
+
+       * as.c (parse_args): Update copyright date in version message.
+
+       * Makefile.in (clean-here): Remove dependency files.
+
+       * read.c (s_comm): Check S_IS_COMMON as well as S_IS_DEFINED.
+       (s_mri_common): Check S_IS_COMMON unconditionally.
+       * symbols.c (colon): Check S_IS_COMMON as well as S_IS_DEFINED.
+       * config/tc-alpha.c (s_alpha_comm): Likewise.
+       * config/tc-mips.c (nopic_need_relax): Likewise.
+       * config/tc-ppc.c (ppc_elf_lcomm): Likewise.
+       (ppc_pe_comm): Likewise.
+       * config/obj-elf.c (obj_elf_common): Likewise.  Set segment of
+       common symbol to bfd_com_section_ptr.
+       * config/tc-sparc.c (s_common): Likewise.
+       (tc_gen_reloc): Likewise.
+
+start-sanitize-d30v
+Thu Mar 27 00:29:46 1997  Martin M. Hunt  <[email protected]>
+
+       * config/tc-d30v.c (md_apply_fix3): Get the relocs right.
+
+end-sanitize-d30v      
+Wed Mar 26 13:35:15 1997  H.J. Lu  <[email protected]>
+
+       * config/tc-i386.c (tc_i386_fix_adjustable): Only define if
+       BFD_ASSEMBLER.
+
+Wed Mar 26 11:32:51 1997  Ian Lance Taylor  <[email protected]>
+
+       * input-scrub.c (input_scrub_next_buffer): Handle very long input
+       lines correctly.
+
+       * listing.c (print_lines): Add lineno parameter.  Change all
+       callers.
+       (listing_listing): Only call calc_hex for the right line.
+       (listing_list): Set the new edict based on the current edict, in
+       order to handle listing commands in macros correctly.
+
+       * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16
+       instructions.
+
+       * cond.c (cond_finish_check): New function.
+       * as.h (cond_finish_check): Declare.
+       * as.c (main): Call cond_finish_check.
+
+start-sanitize-d30v
+Tue Mar 25 14:45:54 1997  Martin M. Hunt  <[email protected]>
+
+       * config/tc-d30v.c (md_assemble): If two instructions
+       are supposed to be assembled in parallel and the first one is
+       long, print an error and stop.
+       (md_apply_fix3): Don't calculate absolute relocs.  Just write
+       them out.
+
+end-sanitize-d30v      
+Mon Mar 24 12:11:18 1997  Ian Lance Taylor  <[email protected]>
+
+       * config/tc-i386.h (iclrKludge): Define.
+       * config/tc-i386.c (md_assemble): Handle iclrKludge.
+
+       * config/tc-alpha.h (tc_frob_file_before_adjust): Define if
+       OBJ_ECOFF.
+       (alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
+       * config/tc-alpha.c (alpha_debug): New static variable.
+       (md_parse_option): Set alpha_debug if -g is seen.
+       (alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
+
+start-sanitize-d30v
+Sun Mar 23 18:03:31 1997  Martin M. Hunt  <[email protected]>
+
+       * config/tc-d30v.c (build_insn): Enable range-checking code.
+       (postfix): Stop at space or comma. Fixes PR 11862.
+       (md_assemble): Change error message.
+
+end-sanitize-d30v      
+Sat Mar 22 13:44:28 1997  Ian Lance Taylor  <[email protected]>
+
+       * Makefile.in: Added automatic dependency building.
+       * dep-in.sed: New file.
+
 Fri Mar 21 15:42:37 1997  Ian Lance Taylor  <[email protected]>
 
        * config/obj-ieee.c (segment_name): Don't define function if this
This page took 0.028995 seconds and 4 git commands to generate.