?? changelog-9697
字號(hào):
* configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC, AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT. * config.in: New file, created by autoheader. * conf.in: Remove. * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN. * stamp-h.in: New file. * as.c (print_version_id): Change GAS_VERSION to VERSION. (parse_args): Likewise. * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise. * doc/Makefile.am: New file, based on old doc/Makefile.in. * Makefile.in, doc/Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * configure: Rebuild. * cond.c (s_else): If not listing false conditionals, turn listing off in the false branch of the else.Mon Aug 4 11:28:35 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (macro): Fix handling of a double load from a symbol plus an offset. * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which has an associated external symbol.Sun Aug 3 23:23:59 1997 Richard Henderson <rth@cygnus.com> * config/tc-alpha.c (s_alpha_ucons): New function. (md_pseudo_table): Add unaligned data pseudos for DWARF.Thu Jul 31 15:13:43 1997 Jeffrey A Law (law@cygnus.com) * config/tc-v850.c (md_assemble): Ignore the rest of the current line if we encounter an error. * config/tc-v850.c (md_assemble): Sign extend constants value for hi and hi0 expressions. (v850_insert_operand): Enable range checking for generic 16bit operands.Tue Jul 29 14:20:43 1997 Jeffrey A Law (law@cygnus.com) * config/tc-v850.c (md_assemble): Turn on fx_no_overflow for LO16, HI16 and HI16_S relocs.Mon Jul 28 18:41:41 1997 Rob Savoye <rob@chinadoll.cygnus.com> * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for win32 dependencies. * configure: Regenerated with autoconf 2.12. * Makefile.in: Add $(EXEEXT) to all executables.Fri Jul 25 10:54:43 1997 Jeffrey A Law (law@cygnus.com) * tc-hppa.c (md_apply_fix): Improve warnings for out of range unconditional branches. (hppa_fix_adjustable): Don't adjust anything with a RR% or LR% field selector.Thu Jul 24 15:21:49 1997 Doug Evans <dje@canuck.cygnus.com> * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.Thu Jul 24 17:51:29 1997 Ian Lance Taylor <ian@cygnus.com> * macro.c (define_macro): Make sure the index is in range before checking for '('.Thu Jul 24 12:13:19 1997 Fred Fish <fnf@cygnus.com> * config/tc-tic80.c (build_insn): Remove "extended" and replace with "fx" and "fxfrag". Add "ffrag". Change code to initialize and use the right f/ffrag and fx/fxfrag pairs since instruction may be split across frags.Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE> * config/te-go32.h (USE_ALIGN_PTWO): Define. * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is defined, use s_align_ptwo for .align. * configure.in (i386-*-msdosdjgpp*): New target. (i386-*-go32*): Set em to go32 and targ to coffgo32. * configure: Rebuild.Tue Jul 22 12:41:40 1997 Doug Evans <dje@canuck.cygnus.com> * config/tc-sparc.c (last_opcode): New static local. (md_assemble): Don't issue "FP branch in delay slot" warning if the delay slot has been annulled.Tue Jul 22 13:25:13 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (md_apply_fix_2): Check for PC relative reloc code if BFD_ASSEMBLER.Mon Jul 21 08:57:17 1997 Jeffrey A Law (law@cygnus.com) * config/tc-v850.c (system_registers): Fix ordering of registers.Tue Jul 15 16:29:54 1997 Fred Fish <fnf@cygnus.com> * config/tc-tic80.c (build_insn): Initialize extended word to zero when it will be filled in later by relocation information.Mon Jul 14 23:10:58 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (macro_build): Restore check of fmt argument. (mips_ip): Fix ISA checks.Mon Jul 14 19:30:55 1997 Fred Fish <fnf@cygnus.com> * config/tc-tic80.c (build_insn): Fix endianness problem with O_big operands.Sun Jul 13 20:43:46 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (check_absolute_expr): Change warning to error.Fri Jul 11 10:18:47 1997 Jeffrey A Law (law@cygnus.com) * config/tc-mips.c (macro_build): Refine code to check if an instruction is available on a particular cpu variant. (mips_ip): Likewise.Mon Jul 7 22:53:08 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef OBJ_AOUT to ifdef OBJ_ELF. (md_apply_fix3): When mangling 32 bit PC relative reloc for BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE case. * write.c (fixup_segment): Change special case for i386-coff to not apply for i386-pe. * config/obj-coff.c (coff_adjust_section_syms): Only count fixups which were not done. (coff_frob_file_after_relocs): Rename from coff_frob_file. (coff_format_ops): Initialize frob_file_after_relocs field rather than frob_file field. * config/obj-coff.h (coff_frob_file): Don't declare. (coff_frob_file_after_relocs): Declare. (obj_frob_file): Don't define. (obj_frob_file_after_relocs): Define. * configure.in: Set bfd_gas to yes for i386-*-cygwin32. * configure: Rebuild.Wed Jul 2 12:05:00 1997 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.c (fixup_segment): Never subtract section address from PC relative reloc which will be fully resolved.Tue Jul 1 15:23:07 1997 Jeffrey A Law (law@cygnus.com) * ecoff.c (page_type): Renamed from page_t to avoid conflict with hpux10 header files.Mon Jun 30 12:27:28 1997 Ian Lance Taylor <ian@cygnus.com> From Jason Merrill <jason@cygnus.com>: * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if SEC_CODE is set. * config/tc-i386.h (md_maybe_text): Define. (md_do_align): Use md_maybe_text.Fri Jun 27 19:15:27 1997 Michael Meissner <meissner@cygnus.com> * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type relocations, don't check for symbol being external, weak, etc.Mon Jun 16 19:12:51 1997 Geoff Keating <geoffk@ozemail.com.au> * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler calculate relocations to any external symbol, because we might be linking a shared object and the symbol might be overriden or moved (for instance, moved into a static executable's .bss section). (GLOBAL_OFFSET_TABLE_NAME): Delete. This is an i386 wierdness. * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't be calculated by the assembler. * config/tc-ppc.c (md_apply_fix3): Handle @plt or @local branch whose destination lies in the same file, by ignoring the @plt or @local and aiming the branch at its destination.Mon Jun 16 13:59:18 1997 H.J. Lu <hjl@gnu.ai.mit.edu> * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag. * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy size expression. * config/obj-multi.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define instead of obj_copy_symbol_attributes.Mon Jun 16 12:45:56 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a signed operand, sign extend a 32 bit value to the host size. * Makefile.in (CFLAGS): Subsitute from configure script. From Jeff Makey <jeff@cts.com>. * config/tc-i386.c (i386_operand): Use alloca rather than a fixed buffer size to make a copy of the symbol. * Makefile.in (OBJS): Put @extra_objects@ on the same line as macro.o.Thu Jun 12 12:16:20 1997 Ian Lance Taylor <ian@cygnus.com> * write.c (write_object_file): In non BFD_ASSEMBLER code, as we step through the frags calling cvt_frag_to_fill, switch to SEG_DATA when we reach data_frag_root.Tue Jun 10 17:08:34 1997 Jeffrey A Law (law@cygnus.com) * config/tc-mn10300.c (md_assemble): Allow an empty register list for instructions which use register lists.Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu> * config/tc-arm.c (md_apply_fix3): Make temp unsigned long. * config/tc-arm.c (arm_adjust_symtab): Only set storage classes if OBJ_COFF. * config/tc-arm.c: Add prototypes for many static functions. (struct asm_opcode ): Add prototypes for parms field. (struct thumb_opcode ): Likewise. (fp_op2): Remove unused flags parameter. (output_inst): Make static. (arm_after_pass_hook): Remove unused ignore parameter. * config/tc-arm.h (arm_after_pass_hook): Declare. (arm_start_line_hook): Declare. (arm_frob_label): Declare.Mon Jun 9 12:55:45 1997 H.J. Lu <hjl@gnu.ai.mit.edu> * depend.c (wrap_output): new prototype.Mon Jun 9 12:52:44 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-sh.c (md_apply_fix): Check for overflow. * config/tc-m68k.c (md_section_align): If a.out and BFD, force section size to be aligned.Fri Jun 6 17:15:55 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-sh.h (md_cons_align): Define. (sh_cons_align): Declare. * config/tc-sh.c (md_pseudo_table): Add .uaword and .ualong. (sh_no_align_cons): New static variable. (s_uacons): New static function. (sh_cons_align): New function. (sh_handle_align): Warn about misaligned data. * doc/c-sh.texi: Document .uaword and .ualong.Thu Jun 5 15:38:17 1997 Ian Lance Taylor <ian@cygnus.com> * macro.c (macro_expand): In MRI mode, treat single quote as a separator character when checking for a positional argument.Tue Jun 3 16:15:13 1997 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c (md_parse_option): Merge in changes from armT-970328-branch. * config/tc-arm.h: Merge in changes from armT-970328-branch. * configure.in (emulations): Add Thumb architecture support from armT-9703-28-branch.Mon Jun 2 16:25:07 1997 Nick Clifton <nickc@cygnus.com> * doc/all.texi: Add enabling of ARM documentation. * doc/as.texinfo: Add ARM documentation from armT-970328-branch.Mon Jun 2 11:55:12 1997 Gavin Koch <gavin@cygnus.com> * config/tc-mips.c: Added r3900 support.Thu May 29 12:58:26 1997 Ben Pfaff <pfaffben@pilot.msu.edu> * as.c: (parse_args) `-t' option requires an argument.Wed May 28 15:45:07 1997 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c (md_begin): Change call to coff_arm_bfd_set_private_flags() to a call to bfd_set_private_flags(). Wed May 28 16:17:34 1997 Ian Lance Taylor <ian@cygnus.com> * Makefile.in: Rebuild dependencies. * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type of a BFD_RELOC_RVA reloc.Wed May 28 10:48:14 1997 Jeffrey A Law (law@cygnus.com) * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps. (hppa_force_relocation): Force a relocation for an absolute call/jump.Mon May 26 13:24:25 1997 Ian Lance Taylor <ian@cygnus.com> * doc/as.texinfo: Don't use @value in section names or index entries; it confuses texinfo.tex.Fri May 23 00:09:35 1997 Tom Tromey <tromey@cygnus.com> * doc/as.texinfo: Updated for -MD option. * Makefile.in (CFILES): Added depend.c. (OBJS): Added depend.o. * as.h (start_dependencies, register_dependency, print_dependencies): New declarations. * depend.c: New file. * as.c (parse_args): Added -MD option. (main): Call print_dependencies. (show_usage): Added help for -MD. * read.c (s_app_file): Call register_dependency. (s_include): Call register_dependency when file is found. (read_a_source_file): Call register_dependency.Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the section address to the symbol value.Tue May 20 11:23:31 1997 Gavin Koch <gavin@cygnus.com> * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field into the new membership field.Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c (md_begin): If no cpu type is specified on the command line then the ARM7 is now chosen by default when setting the BFD machine and architecture.Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to hold APCS selection. (md_begin): Added code to generate flags to be set into the COFF header and the calls to the BFD functions to do this. (md_parse_option, md_show_usage): Added new command line options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3, -marmv3m, -marmv4, -marmv4t. * tc-arm.h (LOCAL_LABEL): Removed the definition of this macro as it is never used.Tue May 13 22:26:14 1997 Jeffrey A Law (law@cygnus.com) * config/tc-mn10200.c (md_convert_frag): Prefix temporary label name with ".". * config/tc-mn10300.c (md_convert_frag): Likewise.Tue May 13 14:44:39 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (set_at): Check for bignum. (check_absolute_expr, macro, mips16_macro): Likewise.Tue May 13 10:45:56 1997 Fred Fish <fnf@cygnus.com>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -