+
+ * dw2gencfi.c, dw2gencfi.h: New files.
+ * config/tc-i386.c (tc_x86_cfi_init): New function.
+ * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines.
+ * as.c (parse_args): Set verbose flag on --verbose.
+ (main): Call tc_cfi_init()/cfi_finish().
+ * as.h (verbose): New external variable.
+ * read.c (pobegin): Insert CFI pops to the list.
+ * symbols.c (local_symbol_make): Make symbol external.
+ * symbols.h (local_symbol_make): New prototype.
+ * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am".
+ * Makefile.in: Regenerate.
+ * doc/as.texinfo: Added node "CFI directives" with description of
+ all implemented .cfi_* directives.
+ * doc/Makefile.in: Regenerate.
+ * po/POTFILES.in: Regenerate.
+
+
+ * config/tc-tic4x.c (md_assemble): Added support for one-line parallel
+ insns.
+ * config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition
+
+
+ * config/tc-i860.c (i860_process_insn): Initialize fc after
+ each opcode mismatch.
+
+
+ * configure.in: Accept i[3-7]86 variants.
+ * configure: Regenerate.
+
+
+ * config/tc-mips.h: Fix comment formatting.
+
+
+ * read.c (old_buffer, old_input, old_limit): Remove variables.
+ (read_a_source_file): Delete label contin.
+ <handling #APP/#NO_APP>: Use an "sb" to push #APP expansion into
+ input as with macros, instead of in separate old_* variables.
+ Zero-terminate string being scrubbed.
+
+
+ * config/tc-xstormy16.c (skipping_fptr): New local variable.
+ (md_assemble): Reset skipping_fptr.
+ (md_operand): If @fptr() is followed by a minus sign, set
+ skipping_fptr and ignore the fptr. If skipping_fptr is set and an
+ @fptr is detected, ignore it and reset skipping_fptr.
+
+
+ * config/tc-i860.c (MAX_FIXUPS): Define.
+ (struct i860_fi fi[]): New struct.
+ (struct i860_it the_insn): Add above as member and move fields
+ exp, reloc, pcrel and fup into i860_fi.
+ (md_assemble): Replace all instances of exp, reloc, pcrel
+ and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
+ Add a loop to possibly emit multiple fix-ups for each insn.
+ (i860_process_insn): Likewise.
+ (i860_get_expression): Likewise.
+ (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.
+
+
+ * config/tc-s390.c (s390_target_format): Always call init_default_arch.
+
+
+ * config/tc-ia64.c (alias_hash): New.
+ (alias_name_hash): New.
+ (secalias_hash): New.
+ (secalias_name_hash): New.
+ (md_pseudo_table): Add "secalias".
+ (md_begin): Initialize alias_hash, alias_name_hash,
+ secalias_hash and secalias_name_hash.
+ (struct alias): New.
+ (dot_alias): Implement .alias and .secalias directives.
+ (do_alias): New.
+ (ia64_adjust_symtab): New.
+ (do_secalias): New.
+ (ia64_frob_file): New.
+
+ * config/tc-ia64.h (ia64_adjust_symtab): New.
+ (tc_adjust_symtab): Defined.
+ (ia64_frob_file): New.
+ (tc_frob_file): Defined.
+
+
+ * tc-msp430.c: Add missing lines to known cpus list.
+
+
+ * configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
+ * config/tc-mips.c (mips_after_parse_args): Set mips_abi to it.
+ * config.in, configure: Rebuilt.
+
+
+ * config/tc-mips.c (tc_gen_reloc): Add addend just once if
+ howto->partial_inplace is false.
+
+
+ * config/tc-mips.c (mips_need_elf_addend_fixup): Remove
+ symbol_used_in_reloc_p check.
+ (md_apply_fix3): Remove check for howto->pcrel_offset.
+
+
+ * config/obj-elf.c (obj_elf_parse_section_letters): Make it a
+ fatal error for unknown section attribute.
+
+ * config/tc-alpha.c (alpha_elf_section_letter): Return -1 for
+ unknown section attribute.
+ * config/tc-ia64.c (ia64_elf_section_letter): Likewise.
+ * config/tc-ppc.c (ppc_section_letter): Likewise.
+
+ * config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'.
+ (ia64_elf_section_type): Accept "unwind".
+
+
+ * read.h (demand_copy_string): New.
+
+ * config/tc-alpha.c (demand_copy_string): Removed.
+
+
+ * write.h (FAKE_LABEL_NAME): Allow override
+ (for targets that like eg. a leading dot in a local label).
+
+
+ * config/tc-xstormy16.c (xstormy16_md_apply_fix3): Do not bias the
+ addend with the symbol's value for pc-relative relocations against
+ a defined symbol - this will be done automatically.
+
+
+ * config/obj-elf.c (obj_elf_type): Accept "notype" and
+ "STT_NOTYPE".
+
+
+ * config/tc-ia64.h (tc_canonicalize_section_name): New.
+
+ * config/obj-elf.c (obj_elf_section_name): Call
+ tc_canonicalize_section_name if it is defined.
+
+
+ * config/tc-ia64.c (ia64_check_label): New.
+ * config/tc-ia64.h (tc_check_label): New.
+
+ * read.c (read_a_source_file): Call tc_check_label after
+ creating a user-defined label if defined.
+
+
+ * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
+ -be and split strings to below 509 bytes in length.
+
+
+ * expr.h: Fix comments in operatorT typedef.
+ * config/tc-z8k.c: Add 2003 to copyright message.
+ Fold s_segm() and s_unseg() into one function s_segm(parm) which
+ decides by the parameter.
+ (md_begin): Don't set linkrelax. Only set Z8002 default if no
+ command line argument was given to select the intended
+ architecure.
+ (get_interrupt_operand): Warn if NOP type code is emitted.
+ (newfix): New parameter 'size', forward it to 'fix_new_exp'.
+ (apply_fix): Call newfix with additional 'size' parameter.
+ (build_bytes): Remove unused variable 'nib'. Detect overflow in
+ 4 bit immediate arguments.
+ (md_longopts): Add 'linkrelax' option.
+ (md_parse_option): Adapt to new s_segm function. Set 'linkrelax'
+ variable when 'linkrelax' command line option is specified.
+ (md_show_usage): Display 'linkrelax' option.
+ (md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8. Add cases
+ R_CALLR and R_REL16.
+ * config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.
+
+
+ * config/tc-ia64.c (ia64_number_to_chars): New function pointer.
+ (ia64_float_to_chars): Likewise.
+ (dot_byteorder): Set target_big_endian, ia64_number_to_chars
+ and ia64_float_to_chars by tc_segment_info_data.endian from
+ the current segment if byteorder == -1.
+ (md_begin): Call dot_byteorder to set target_big_endian.
+ (md_atof): Call ia64_float_to_chars to convert floating point.
+ (ia64_float_to_chars_bigendian): New function.
+ (ia64_float_to_chars_littleendian): Likewise.
+ (ia64_elf_section_change_hook): Likewise.
+
+ * config/tc-ia64.h (ia64_number_to_chars): New.
+ (md_number_to_chars): Changed to (*ia64_number_to_chars)
+ (ia64_elf_section_change_hook): New.
+ (md_elf_section_change_hook): Defined.
+ (ia64_segment_info_type): New struct.
+ (TC_SEGMENT_INFO_TYPE): Defined.
+
+
+ * config/tc-ia64.c (md_section_align): Deleted.
+
+ * config/tc-ia64.h (SUB_SEGMENT_ALIGN): New.
+ (md_section_align): New.
+
+
+ * config/tc-ia64.c (stmt_float_cons): Fix alignment for real10
+ and add real16.
+ (md_pseudo_table): Add "xreal16", "xreal16.ua", "real16" and
+ "real16.ua".
+ (md_atof): Add 6 byte padding of zero for real16.
+
+
+ * config/obj-elf.c (obj_elf_symver): Skip whitespace before the
+ start of a version name.
+
+
+ * configure.in (mips-*-*n*bsd*): Replace with...
+ (mips-*-netbsd*, mips-*-openbsd*): These.
+ * configure: Regenerate.
+
+
+ * config/tc-hppa.c (hppa_symbol_chars): New.
+ * config/tc-hppa.h (tc_symbol_chars): Likewise.
+
+
+ * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
+
+
+ * NEWS: Belatedly mention support for MIPS32 Release 2.
+
+
+ * config/tc-mips.c (nopic_need_relax): Revert previous
+ change.
+
+
+ * config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New
+ * config/tc-h8300.c (dwarf2dbg.h): Include
+ (md_pseudo_table): Handle .loc and .file
+ (md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER.
+ * Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets.
+ * Makefile.in: Regenerate.
+
+
+ * config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New.
+ (md_pseudo_table): Add h8300hn, h8300sn.
+ * config/tc-h8300.h (COFF_MAGIC): Handle h8300hn, h8300sn.
+ * doc/c-h8300.texi : Add documentation for new machine directives.
+
+
+ * config/tc-ppc.c (ppc_symbol_chars): Define.
+ * config/tc-ppc.h (tc_symbol_chars): Define.
+
+
+ * config/tc-sh.c: Amend comment to refer to SuperH.
+ * config/tc-sh.h: Likewise.
+ (LISTING_HEADER): Amend to refer to SuperH.
+ * config/tc-sh64.c: Change comment to refer to SuperH.
+ * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
+ * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
+ * doc/c-sh.texi: Amend to refer to SuperH.
+ Add SuperH architecture documentation references.
+ * doc/c-sh64.texi: Change to refer to SuperH.
+
+
+ * app.c (do_scrub_chars): More checks for valid labels.
+
+
+ * app.c (do_scrub_chars): Check for valid label.
+
+
+ * doc/as.texinfo: Replace references to Mitsubishi M32R with
+ references to Renesas M32R.
+ * doc/c-m32r.texi: Likewise.
+
+
+ * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers.
+ (out_file_list): Assign non-null filename after generating error.
+
+
+ * ehopt.c (check_eh_frame): For aug_size == 0
+ in state_seeing_aug_size state skip the state_skipping_aug
+ state.
+
+
+ * doc/c-h8300.texi: Replace occurrances of 'Hitachi' with
+ 'Renesas'.
+ * doc/c-h8500.texi: Likewise.
+ * doc/c-sh.texi: Likewise.
+ * doc/c-sh64.texi: Likewise.
+ * doc/h8.texi: Likewise.
+ * config/tc-h8300.c: Likewise.
+ * config/tc-h8300.h: Likewise.
+ * config/tc-h8500.c: Likewise.
+ * config/tc-h8500.h: Likewise.
+ * config/tc-sh.c: Likewise.
+ * config/tc-sh.h: Likewise.
+ * config/tc-sh64.c: Likewise.
+ * config/tc-sh64.h: Likewise.
+
* config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New.
* config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define.
(M6811_OP_PAGE_ADDR): New internal define.
- (get_operand): New modifier %page and %addr to obtain page and
+ (get_operand): New modifier %page and %addr to obtain page and
address part of a far-function.
- (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
+ (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation
relocs.
(fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier.
- * Makefile.am (CPU_TYPES): Add xtensa.
- (TARGET_CPU_CFILES): Add config/tc-xtensa.c.
- (TARGET_CPU_HFILES): Add config/tc-xtensa.h.
- (xtensa-relax.o): New target.
- Run "make dep-am".
- * Makefile.in: Regenerate.
- * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
- extra_objects for xtensa targets.
- * configure: Regenerate.
- * write.c (write_object_file): Add new md_post_relax_hook.
- * config/tc-xtensa.c: New file.
- * config/tc-xtensa.h: Likewise.
- * config/xtensa-istack.h: Likewise.
- * config/xtensa-relax.c: Likewise.
- * config/xtensa-relax.h: Likewise.
- * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi.
- * doc/Makefile.in: Regenerate.
- * doc/all.texi: Set new XTENSA variable.
- * doc/as.texinfo: Set new Xtensa variable. Describe
- Xtensa-specific options. Define line comment character for
- Xtensa. Add Xtensa processors to list of ELF targets where
- alignment is specified in bytes. Add new Xtensa-Dependent node.
- Add acknowledgements for those contributing to the Xtensa port.
- * doc/internals.texi: Describe new md_post_relax_hook.
- * doc/c-xtensa.texi: New file.
-
+ * Makefile.am (CPU_TYPES): Add xtensa.
+ (TARGET_CPU_CFILES): Add config/tc-xtensa.c.
+ (TARGET_CPU_HFILES): Add config/tc-xtensa.h.
+ (xtensa-relax.o): New target.
+ Run "make dep-am".
+ * Makefile.in: Regenerate.
+ * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
+ extra_objects for xtensa targets.
+ * configure: Regenerate.
+ * write.c (write_object_file): Add new md_post_relax_hook.
+ * config/tc-xtensa.c: New file.
+ * config/tc-xtensa.h: Likewise.
+ * config/xtensa-istack.h: Likewise.
+ * config/xtensa-relax.c: Likewise.
+ * config/xtensa-relax.h: Likewise.
+ * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi.
+ * doc/Makefile.in: Regenerate.
+ * doc/all.texi: Set new XTENSA variable.
+ * doc/as.texinfo: Set new Xtensa variable. Describe
+ Xtensa-specific options. Define line comment character for
+ Xtensa. Add Xtensa processors to list of ELF targets where
+ alignment is specified in bytes. Add new Xtensa-Dependent node.
+ Add acknowledgements for those contributing to the Xtensa port.
+ * doc/internals.texi: Describe new md_post_relax_hook.
+ * doc/c-xtensa.texi: New file.
- * config/tc-mips.c (nopic_need_relax): Check for
- S_IS_EXTERN.
+ * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN.
- NEWS: Announce sh2e support.
-
- * Add sh2e support:
+ * NEWS: Announce sh2e support.
+ Add sh2e support:
-
- * config/tc-sh.c (md_show_usage): Added sh2e next to
- sh3e.
- (sh_elf_final_processing): Handle arch_sh2e.
+ * config/tc-sh.c (md_show_usage): Added sh2e next to sh3e.
+ (sh_elf_final_processing): Handle arch_sh2e.
- * config/obj-elf.c (special_sections): Work around HP's incorrect usage
- of .init and .fini sections for array initializers and finalizers.
+ * config/obj-elf.c (special_sections): Work around HP's incorrect usage
+ of .init and .fini sections for array initializers and finalizers.