2001-10-24 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 34bd68fbd002cee25ee579a8f808d4a3f51f119c..9ad0f91e3171d913b6d15e08cf9004e48020736b 100644 (file)
@@ -1,3 +1,767 @@
+2001-10-24  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (hilo_interlocks, cop_interlocks): Make
+       these evaluate to true if mips_arch indicates SB-1.
+
+2001-10-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * as.c (parse_args): Print the date as well for --version.
+
+2001-10-20  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom
+       SB-1 CPU for consistency.
+       (mips_cpu_info_table): Tweak comment about SB-1.
+
+2001-10-20  H.J. Lu  <hjl@gnu.org>
+
+       * config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
+       (cirrus_parse_offset): Likewise.
+
+2001-10-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c: Restore line_comment_chars.
+
+2001-10-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (comment_chars): Remove semi-colon accidentally
+       added to the list.
+
+2001-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
+       for undefined symbols.
+
+2001-10-17  Chris Demetriou  <cgd@broadcom.com>
+
+       * doc/as.texinfo (MIPS ISA options):  Added accidentally
+       omitted "-mips64" option to list of options.
+
+2001-10-17  matthew green  <mrg@redhat.com>
+
+       * config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400,
+       -m7410, -m7450 and -m7455 options.
+
+2001-10-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
+       (ppc_size): Select PPC_OPCODE_64 if 64 bit.
+       (md_begin): Don't set ppc_size here.
+       (ppc_target_format): Test ppc_size as well as BFD_DEFAULT_TARGET_SIZE.
+       (md_shortopts): Constify.
+       (md_longopts): Likewise.
+       (md_longopts_size): Likewise.
+       (ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies
+       64-bit opcodes.
+       (ppc_machine): Explain why this function is a nop.
+
+2001-10-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * bit_fix.h: Comment typo fix.
+       * config/tc-mips.c: Likewise.
+       * config/tc-sh.c: Likewise.
+       * config/tc-arc.c (arc_code_symbol): Remove unnecessary test.
+
+       * configure.in (MIPS_STABS_ELF): AC_DEFINE in only one place so
+       that autoheader doesn't duplicate config.in entries.
+       (DEFAULT_ARCH): Ditto.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2001-10-16  Alan Modra  <amodra@bigpond.net.au>
+
+       From Andrew Pines <apines@cosmodog.com>
+       * config/tc-m68k.c (m68k_ip): Correct absolute jmp opcodes.
+
+2001-10-16  NIIBE Yutaka  <gniibe@m17n.org>,
+           Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-sh.c (shl): Remove.
+       (big): New function.
+       (little): Remove shl handling.  Emit error for endian mismatch.
+       (md_show_usage): Add description of -big.
+       (md_parse_option): Handle OPTION_BIG.  Remove shl handling.
+       (OPTION_BIG): Add.
+       (md_pseudo_table): Add .big.
+       (md_longopts): Add -big.
+       (md_begin): Don't set target_big_endian here.
+       * config/tc-sh.h (TARGET_BYTES_BIG_ENDIAN): Remove.
+       (LISTING_HEADER, COFF_MAGIC, TARGET_FORMAT): Use target_big_endian.
+       (shl): Remove.
+       * configure.in (endian): Default is big.
+       (sh-*-pe*): Little endian.
+       (cpu_type): Set sh for target sh*.
+       * configure: Regenerate.
+
+2001-10-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (md_apply_fix): Preliminary handling of NewABI
+       relocations.
+
+2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c: Replace CONST with const.
+
+       * cgen.c: Tidy up formatting.
+
+2001-10-12  matthew green  <mrg@redhat.com>
+
+       * config/tc-ppc.c (md_parse_option): New -m7410, -m7450 and -m7455
+       flags, equivalent to -m7400.  New -maltivec to enable AltiVec
+       instructions.  New -mbook64 and -mbooke/-mbooke32 flags to enable
+       64-bit and 32-bit BookE support, respectively.  Change -m403 and
+       -m405 to set PPC403 option.
+       (md_show_usage): Adjust for new options.
+       * doc/all.texi: Set PPC.
+       * doc/as.texinfo: Add PPC support and pull in c-ppc.texi.
+       * doc/c-ppc.texi: New file.
+       * doc/Makefile.am (CPU_DOCS): Add c-ppc.texi.
+       * doc/Makefile.in: Regenerate.
+
+2001-10-12  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * read.c (s_bad_endr): New function.  Issues a warning message
+       about a bad use of the .rept pseudo op.
+       (po_table[]): Add .endr.
+       * read.h: Prototype s_bad_endr.
+
+       * CONTRIBUTORS: Update contact email address.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+       * config/tc-alpha.c: Fix comment typos.
+       * config/tc-cris.c: Likewise.
+       * config/tc-hppa.c: Likewise.
+       * config/tc-i370.c: Likewise.
+       * config/tc-mips.c: Likewise.
+       * config/tc-mn10200.c: Likewise.
+       * config/tc-mn10300.c: Likewise.
+       * config/tc-sh.c: Likewise.
+       * config/tc-tahoe.c: Likewise.
+       * config/tc-v850.c: Likewise.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+       * app.c: Fix comment typos.
+       * bit_fix.h: Likewise.
+       * expr.c: Likewise.
+       * itbl-ops.c: Likewise.
+
+2001-10-11  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * input-file.c: Include safe-ctype.h.
+       (input_file_open): Use ISSPACE instead of isspace.
+
+2001-10-10  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_cpreturn_offset): New variable.
+       (mips_cpreturn_register): Likewise.
+       (mips_gp_register): Likewise.
+       (s_cpsetup): New function prototype.
+       (s_cplocal): Likewise.
+       (s_cpreturn): Likewise.
+       (s_gpvalue): Likewise.
+       (mips_pseudo_table): Add .cpsetup, .cplocal, .cpreturn, .gpvalue
+       pseudo-ops.
+       (macro): Don't warn about .cprestore for NewABI.
+       (md_pcrel_from): Code cleanup.
+       (mips_force_relocation): Force output of some NewABI relocations even
+       without a defined symbol.
+       (s_cpload): Ignore .cpload for NewABI.
+       (s_cpsetup): Handle .cpsetup.
+       (s_cplocal): Handle .cplocal.
+       (s_cprestore): Ignore .cprestore for NewABI.
+       (s_cpreturn): Handle .cpreturn.
+       (s_gpvalue): Handle .gpvalue.
+       (s_cpadd): Ignore .cpadd for NewABI.
+       (nopic_need_relax): Take g_switch_value into account as gp
+       optimization.
+       (tc_gen_reloc): Don't handle BFD_RELOC_MIPS_{CALL,GOT}* for NewABI.
+
+2001-10-10  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (my_getSmallParser): New function prototype.
+       (small_ex_type): Named this enum, more return values for
+       my_getSmallExpression.
+       (mips_ip): Allow SPC and HT between arguments. Handle some NewABI
+       triple relocations. Protect some parts with ifdef OBJ_ELF.
+       (percent_op_match): New struct, lookup table for %some_reloc().
+       (my_getSmallParser): New function, parses nested percent_ops also.
+       (my_getSmallExpression): Rewite to support nested percent_ops.
+
+2001-10-10  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c
+       (load_address): Support both 32- and 64-bit addresses.
+       (macro): Call load_register correctly. Expand 64-bit loads ans stores.
+       (macro2): Call load_address correctly.
+
+2001-10-09  Christian Groessler <cpg@aladdin.de>
+
+       * config/tc-z8k.c: Include opcodes/z8k-opc.h after bfd.h
+       since z8k-opc.h now uses the PARAMS macro.
+
+2001-10-09  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/tc-arm.c: Change MAVERIK to MAVERICK.
+
+2001-10-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c: Make use of elf_group_name and elf_next_in_group
+       throughout file.
+       (obj_elf_change_section): Rename "group" to "group_name".
+       (obj_elf_section): Likewise.
+       (elf_frob_file): Don't use sec->lineno for SHT_GROUP section to store
+       first member section; Instead use elf_next_in_group.
+
+2001-10-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c: (obj_elf_change_section): Add "group" param.
+       Set elf_section_data group from it.  Warn if group name changed.
+       (obj_elf_parse_section_letters): Parse 'G' too.
+       (obj_elf_section): Parse group name.
+       (struct group_list): New.
+       (build_group_lists): New function.
+       (elf_frob_file): Create SEC_GROUP section(s).
+
+       * config/obj-elf.c: (elf_copy_symbol_attributes): Zap trailing
+       whitespace.
+
+2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
+
+       * doc/arm/c-arm.texi (ARM Options): Add arm9e documentation.
+
+       * config/tc-arm.c (ARM_EXT_MAVERIK): New macro.
+       (cirrus_regtype): New enum.
+       (LONGEST_INST): Change to 10.
+       (CIRRUS_MODE1): New.
+       (CIRRUS_MODE2): New.
+       (CIRRUS_MODE3): New.
+       (CIRRUS_MODE4): New.
+       (CIRRUS_MODE5): New.
+       (CIRRUS_MODE6): New.
+       (insns): Add cirrus dsp instructions.
+       (ARM_EXT_MAVERIKSC_REG): New.
+       (cirrus_register): New.
+       (cirrus_mvf_register): New.
+       (cirrus_mvd_register): New.
+       (cirrus_mvfx_register): New.
+       (cirrus_mvdx_register): New.
+       (cirrus_mvax_register): New.
+       (ARM_EXT_MAVERIKsc_register): New.
+       (reg_table): Add cirrus registers.
+       (cirrus_valid_reg): New.
+       (cirrus_reg_required_here): New.
+       (do_c_binops_1): New.
+       (do_c_binops_2): New.
+       (do_c_binops_3): New.
+       (do_c_triple_4): New.
+       (do_c_triple_5): New.
+       (do_c_quad_6): New.
+       (do_c_dspsc_1): New.
+       (do_c_dspsc_2): New.
+       (do_c_shift_1): New.
+       (do_c_shift_2): New.
+       (do_c_ldst_1): New.
+       (do_c_ldst_2): New.
+       (do_c_ldst_3): New.
+       (do_c_ldst_4): New.
+       (do_c_binops): New.
+       (do_c_triple): New.
+       (do_c_quad): New.
+       (do_c_dspsc): New.
+       (do_c_shift): New.
+       (cirrus_parse_offset): New.
+       (do_c_ldst): New.
+       (md_parse_option): Add arm9e.
+       (md_show_usage): Same.
+
+2001-10-08  Tom Rix <trix@redhat.com>
+
+       * config/tc-ppc (ppc_bf, ppc_biei) : Set first .bi lineno value to 
+       location of next .bf
+       * config/obj-coff.c (coff_frob_symbol) : XCOFF does not use endndx.
+
+2001-10-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c: Standardize error/warning messages - don't
+       capitalise, no final period or newline, don't say "ignoring" for
+       as_bad messages.  In some cases, change the wording to that used
+       elsewhere for similar messages.
+       (obj_elf_section_name): New function, split out from ..
+       (obj_elf_section): .. here.  Correctly mask off SHF_MERGE if
+       entsize not specified.
+
+2001-10-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * doc/as.texinfo: Document M and S ELF section flags.
+
+2001-10-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * subsegs.c (subseg_text_p): Return 0 for absolute section.
+       * read.c (do_align): If in absolute section, warn about and ignore
+       non-zero fill pattern.
+
+2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-mn10300.c (tc_gen_reloc): Don't free
+       reloc->sym_ptr_ptr if it's not allocated.
+
+2001-10-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
+       relocation triple.
+       (prev_insn_fixp): Likewise.
+       (append_insn): Changed prototype to accept a relocation pointer.
+       (imm_reloc): Make it an array.
+       (offset_reloc): Likewise.
+       (md_assemble): Handle triple relocations.
+       (append_insn): Likewise. Add handling for some NewABI relocations.
+       (mips_no_prev_insn): Handle triple relocations.
+       (macro_build): Likewise. Add handling for some NewABI relocations.
+       Move handling for the 'u' case to append_insn().
+       (mips16_macro_build): Handle triple relocations.
+       (macro_build_lui): Likewise. Don't handle _gp_disp as special symbol
+       for NewABI.
+       (mips_ip): Handle triple relocations.
+       (mips16_ip): Likewise.
+       (mips_force_relocation): Force handling of triple relocations
+       without symbols for NewABI.
+       (md_apply_fix): Add handling for some NewABI relocations.
+
+2001-10-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i386.c (parse_register): If not producing code for
+       x86_64, reject x86_64 register name matches.
+       (md_assemble): Remove now redundant check for x86_64 regs.
+
+2001-10-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (md_assemble <DS relocs>): Test ppc_size as well
+       as BFD_DEFAULT_TARGET_SIZE.
+       (ppc_tc): Likewise.
+       (ppc_is_toc_sym): Likewise.
+       (md_apply_fix3): Likewise.
+
+2001-10-03  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (mips_64): Remove.
+       (mips_target_format): Move downwards in file, use HAVE_64BIT_OBJECTS
+       in it.
+       (mips_abi_level, mips_abi): New enum.
+       (mips_32bit_abi): Remove.
+       (HAVE*PRS): Use mips_abi instead of mips_32bit_abi.
+       (HAVE_NEWABI): New define.
+       (HAVE_64BIT_OBJECTS): New define.
+       (HAVE_32BIT_ADDRESSES): Don't return true for 64bit objects.
+       (HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.
+       (support_64bit_objects): New prototype.
+       (md_begin): Use mips_abi instead of mips_32bit_abi. Don't write
+       .reginfo section for n32, use .MIPS.options instead.
+       (support_64bit_objects): New function, code from md_parse_option.
+       (md_longopts): Add -n32 option.
+       (md_parse_option): Use mips_abi instead of mips_32bit_abi/mips64.
+       Add -n32 option. Protect with OBJ_ELF.
+       (s_mipsset): Use mips_abi instead of mips_32bit_abi.
+       (mips_elf_final_processing): Likewise. Don't write .reginfo section
+       for n32, use .MIPS.options instead.
+
+2001-10-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/POTFILES.in: Regenerate.
+       * configure: Regenerate.
+
+2001-10-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64
+       bits if target is 64 bit.
+
+       * doc/as.texinfo (listing): Fix typo.
+
+       * as.c (print_version_id): Use BFD_VERSION_STRING in place of
+       BFD_VERSION.
+       * Makefile.am (Makefile): Depend on bfd/configure.in.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2001-09-30  H.J. Lu  <hjl@gnu.org>
+
+       * config/obj-elf.c (obj_elf_parse_section_letters): Accept "am"
+       and "ams" for compatibility.
+
+2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-sh.c (md_pcrel_from_section): Transformed from
+       md_pcrel_from.  Handle pc-relativeness against link-time
+       symbol.  Handle relativeness to elsewhere than the fixup.
+       * config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
+       (md_pcrel_from_section): Prototype.
+
+       * Makefile.am: Update dependencies with "make dep-am".
+       * Makefile.in: Regenerate.
+
+2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/tc-m68hc11.c (cmp_opcode): Define prototype.
+       (print_opcode_format, skip_whites): Likewise.
+       (convert_branch, m68hc11_new_insn): Likewise.
+       (build_dbranch_insn, build_indexed_byte): Likewise.
+       (build_reg_mode, find, find_opcode): Likewise.
+       (print_insn_format): Fix call to print_opcode_format.
+       (md_assemble): Fix call to build_dbranch_insn.
+
+2001-09-27  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c: Add missing prototypes.
+
+2001-09-26  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * input-file.c (input_file_open): When reading the
+       first line looking for #NO_APP, prepare for the possibility
+       of finding #APP instead.  Also fix algorithm to allow
+       white-space to follow either #NO_APP or #APP directives.
+
+2001-09-25  Geoff Berry  <geoff.berry@bops.com>
+
+       * listing.c (buffer_line): Don't write past the end of `line' when
+       EOF is reached.
+
+2001-09-25  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-mn10300.c (tc_gen_reloc): Don't emit an *ABS*
+       relocation for differences between symbols in a section other
+       than the one in which the difference is to be placed; apply
+       the relocation instead.
+
+2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arc.c: Add missing prototype.
+       (md_atof): Change type to int. Add missing prototype.
+       * config/tc-arc.h: Prototype exported functions.
+
+2001-09-22  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * as.c: Add missing function prototype.
+       * config/obj-aout.c: Fix compile time warning.
+
+2001-09-21  Bruno Haible  <haible@clisp.cons.org>
+
+       * config/tc-openrisc.c: Don't include <ctype.h>.
+
+2001-09-19  Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+       * gas/config/tc-s390.c: Add option -mwarn-areg-zero.
+
+2001-09-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i370.c: Fix typo in last change.
+
+2001-09-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * doc/as.texinfo (Symbol Names): Improve documentation on local
+       labels and add documenation about dollar labels.
+
+2001-09-18  Bruno Haible  <haible@clisp.cons.org>
+
+       * as.h: Don't include <ctype.h>.
+       * as.c (main): For gettext, also set the LC_CTYPE locate facet.
+       * atof-generic.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (atof_generic): Use ISDIGIT instead of isdigit.
+       * config/m68k-parse.y: Include "safe-ctype.h".
+       (yylex): Use ISDIGIT/ISALNUM instead of isdigit/isalnum.
+       * config/obj-elf.c: Include "safe-ctype.h".
+       (obj_elf_vtable_inherit): Use ISSPACE instead of isspace.
+       * config/obj-vms.c: Include "safe-ctype.h".
+       (Write_VMS_MHD_Records): Use TOUPPER instead of islower/toupper.
+       (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER
+       instead of isupper/islower/toupper/tolower.
+       * config/tc-a29k.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (insert_sreg): Use TOUPPER instead of islower/toupper.
+       (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of
+       isalpha/isalnum/isupper/tolower.
+       (a29k_unrecognized_line, md_operand): Use ISDIGIT instead of
+       isdigit.
+       * config/tc-alpha.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_undefined_symbol, s_alpha_ent): Use ISDIGIT instead of isdigit.
+       * config/tc-arc.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_assemble): Use ISSPACE/ISALNUM instead of isspace/isalnum.
+       (arc_extoper): Use TOLOWER instead of isupper/tolower.
+       * config/tc-arm.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (arm_psr_parse): Use ISALPHA instead of isalpha.
+       (accum0_required_here): Use ISALNUM instead of isalnum.
+       (do_ldrd): Use ISSPACE instead of isspace.
+       (decode_shift): Use ISALPHA instead of isalpha.
+       (insert_reg): Use TOUPPER instead of islower/toupper.
+       (arm_reg_parse): Use ISALPHA instead of isalpha.
+       (arm_parse_reloc): Use ISALNUM/ISPUNCT/TOLOWER instead of
+       isalnum/ispunct/tolower.
+       * config/tc-avr.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_parse_option): Use TOLOWER instead of tolower.
+       (avr_operand): Use ISDIGIT/TOLOWER instead of isdigit/tolower.
+       * config/tc-cris.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (cris_process_instruction): Use ISLOWER instead of islower.
+       (get_gen_reg): Use ISALNUM/ISDIGIT instead of isalnum/isdigit.
+       (get_spec_reg): Use TOLOWER/ISALNUM instead of isupper/tolower/isalnum.
+       (get_flags): Use ISSPACE instead of isspace.
+       * config/tc-d10v.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (do_assemble): Use TOLOWER instead of tolower.
+       * config/tc-d30v.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (do_assemble): Use TOLOWER instead of tolower.
+       (d30v_start_line): Use ISSPACE instead of isspace.
+       * config/tc-fr30.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (fr30_is_colon_insn): Use TOLOWER instead of tolower.
+       * config/tc-h8300.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (skip_colonthing, get_operand): Use ISDIGIT instead of isdigit.
+       * config/tc-h8500.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (start_label): Use ISALPHA instead of isalpha.
+       * config/tc-hppa.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (pa_ip): Use ISUPPER/ISLOWER/TOLOWER instead of
+       isupper/islower/tolower.
+       (pa_parse_number): Use ISDIGIT instead of isdigit.
+       (pa_chk_field_selector): Use TOLOWER instead of tolower.
+       (pa_stringer): Use ISDIGIT instead of isdigit.
+       * config/tc-i370.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (register_name): Use ISALPHA instead of isalpha.
+       (i370_elf_suffix): Use ISALNUM/TOLOWER instead of
+       isalnum/islower/tolower.
+       (i370_addr_offset): Use ISDIGIT/ISALPHA instead of
+       isdigit/isalpha.
+       (i370_addr_cons): Use ISALPHA/ISXDIGIT instead of
+       isalpha/isxdigit.
+       (md_assemble): Use ISSPACE instead of isspace.
+       * config/tc-i386.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_begin): Use ISDIGIT/ISLOWER/ISUPPER/TOLOWER/ISALPHA
+       instead of isdigit/islower/isupper/tolower/isalpha.
+       (output_invalid): Use ISPRINT instead of isprint.
+       * config/tc-i860.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (i860_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
+       * config/tc-i960.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (get_args): Use ISALNUM instead of isalnum.
+       * config/tc-ia64.c: Include "safe-ctype.h".
+       (dot_pred_rel): Use TOUPPER/ISDIGIT instead of toupper/isdigit.
+       (ia64_unrecognized_line): Use ISDIGIT instead of isdigit.
+       (ia64_parse_name): Likewise.
+       * config/tc-m32r.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER
+       instead of isspace/isalnum/isupper/tolower.
+       * config/tc-m68hc11.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_assemble): Use TOLOWER/ISALNUM instead of tolower/isalnum.
+       * config/tc-m68k.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (mklower_table): Remove variable.
+       (mklower): Remove macro.
+       (insert_reg): Use TOUPPER instead of islower/toupper.
+       (md_begin): Remove initialization of mklower_table.
+       (s_reg): Use ISALNUM instead of isalnum.
+       (mri_assemble): Use ISUPPER/TOLOWER instead of isupper/tolower.
+       (parse_mri_condition): Use TOLOWER instead of isupper/tolower.
+       (build_mri_control_operand): Use TOLOWER instead of tolower.
+       (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise.
+       * config/tc-m88k.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_assemble): Use ISSPACE instead of isspace.
+       (get_imm16): Use ISALNUM instead of isalnum.
+       (get_cnd): Use ISDIGIT/ISUPPER/TOLOWER instead of
+       isdigit/isupper/tolower.
+       (get_bf_offset_expression): Use ISALPHA/ISUPPER/TOLOWER
+       instead of isalpha/isupper/tolower.
+       (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of
+       isdigit/islower/isupper.
+       * config/tc-mcore.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (mcore_s_section): Use ISSPACE instead of isspace.
+       (parse_reg): Use ISSPACE/TOLOWER/ISALNUM instead of
+       isspace/tolower/isalnum.
+       (parse_creg): Use ISSPACE/TOLOWER instead of isspace/tolower.
+       (parse_psrmod): Use TOLOWER instead of isascii/tolower.
+       (parse_exp, parse_mem, md_assemble): Use ISSPACE instead of
+       isspace.
+       * config/tc-mips.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (mips_ip): Use ISSPACE/ISDIGIT instead of isspace/isdigit.
+       (mips16_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
+       (my_getSmallExpression): Use ISDIGIT/TOLOWER instead of
+       isdigit/tolower.
+       (tc_get_register): Likewise.
+       (get_number): Use ISDIGIT/ISXDIGIT instead of isdigit/isxdigit.
+       (s_mips_ent): Use ISDIGIT instead of isdigit.
+       * config/tc-mn10200.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_assemble): Use ISSPACE instead of isspace.
+       * config/tc-mn10300.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (md_assemble): Use ISSPACE instead of isspace.
+       * config/tc-ns32k.c: Don't include <ctype.h>.
+       * config/tc-pdp11.c: Include "safe-ctype.h".
+       (mklower): Remove function.
+       (parse_reg): Use TOLOWER instead of mklower.
+       * config/tc-pj.c: Include "safe-ctype.h".
+       (md_assemble): Use ISSPACE instead of isspace.
+       * config/tc-ppc.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (register_name): Use ISALPHA instead of isalpha.
+       (ppc_elf_suffix): Use ISALNUM/TOLOWER instead of
+       isalnum/islower/tolower.
+       (md_assemble): Use ISSPACE instead of isspace.
+       (ppc_canonicalize_symbol_name): Use ISLOWER/TOUPPER instead of
+       islower/toupper.
+       * config/tc-s390.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (register_name): Use ISALPHA instead of isalpha.
+       (s390_elf_suffix, s390_lit_suffix): Use ISALNUM instead of isalnum.
+       (md_gather_operands, md_assemble, s390_insn): Use ISSPACE instead of
+       isspace.
+       * config/tc-sh.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (sh_elf_suffix): Use ISALNUM/TOLOWER instead of
+       isalnum/islower/tolower.
+       (IDENT_CHAR): Use ISALNUM instead of isalnum.
+       (parse_reg): Use TOLOWER instead of tolower.
+       (find_cooked_opcode): Use TOLOWER instead of isupper/tolower.
+       * config/tc-sparc.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (sparc_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
+       (parse_keyword_arg): Use ISALNUM instead of isalnum.
+       * config/tc-tahoe.c: Include "safe-ctype.h".
+       (tahoe_reg_parse): Use ISDIGIT instead of isdigit.
+       (tip_op): Use TOLOWER instead of isupper/tolower.
+       * config/tc-tic30.c: Include "safe-ctype.h".
+       (md_begin): Use ISLOWER/ISDIGIT/ISUPPER/TOLOWER/ISLOWER/
+       ISALPHA instead of islower/isdigit/isupper/tolower/islower/isalpha.
+       (tic30_operand): Use TOLOWER instead of tolower.
+       (tic30_find_parallel_insn): Likewise.
+       (output_invalid): Use ISPRINT instead of isprint.
+       * config/tc-tic54x.c: Include "safe-ctype.h".
+       (tic54x_asg, tic54x_eval): Use ISALPHA instead of isalpha.
+       (lookup_version): Use TOUPPER instead of toupper.
+       (tic54x_var): Use ISALPHA instead of isalpha.
+       (tic54x_mlib): Use ISSPACE instead of isspace.
+       (subsym_iscons): Use TOUPPER instead of toupper.
+       (get_operands): Use ISSPACE instead of isspace.
+       (is_type): Use TOUPPER/ISDIGIT instead of toupper/isdigit.
+       (encode_indirect, encode_operand): Use TOUPPER instead of toupper.
+       (next_line_shows_parallel): Use ISSPACE instead of isspace.
+       (subsym_get_arg, subsym_substitute): Use ISDIGIT instead of isdigit.
+       (tic54x_start_line_hook, md_assemble, tic54x_start_label): Use
+       ISSPACE instead of isspace.
+       * config/tc-tic80.c: Include "safe-ctype.h".
+       (md_assemble): Use ISSPACE instead of isspace.
+       * config/tc-v850.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (system_register_name): Use ISDIGIT instead of isdigit.
+       (md_assemble): Use ISSPACE instead of isspace.
+       * config/tc-vax.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (vax_reg_parse): Use TOLOWER/ISDIGIT instead of
+       isupper/tolower/isdigit.
+       (vip_op): Use TOLOWER instead of isupper/tolower.
+       * config/tc-w65.c: Don't include <ctype.h>.
+       * config/tc-z8k.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (tohex): Use ISDIGIT/ISLOWER instead of isdigit/islower.
+       (whatreg): Use ISDIGIT instead of isdigit.
+       * ecoff.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (ecoff_directive_ent, ecoff_stab): Use ISDIGIT instead of isdigit.
+       * expr.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (integer_constant): Use ISALNUM/TOUPPER instead of
+       isalnum/islower/toupper.
+       (operand): Use TOLOWER instead of isupper/tolower.
+       * gasp.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (sb_strtol, level_0, change_base, doinstr): Use ISDIGIT instead
+       of isdigit.
+       (process_assigns, whatcond): Use TOUPPER instead of toupper.
+       (chartype_init): Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
+       (main): For gettext, also set the LC_CTYPE locate facet.
+       * hash.c: Include "safe-ctype.h".
+       (main): Use TOLOWER instead of isupper/tolower.
+       * itbl-lex.l: Don't include <ctype.h>.
+       * listing.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (listing_newline): Use ISCNTRL instead of isascii/iscntrl. Don't
+       omit non-ASCII characters.
+       (debugging_pseudo): Use ISSPACE instead of isspace.
+       * macro.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (buffer_and_nest): Use ISALNUM instead of isalnum.
+       (get_token): Use ISALPHA/ISALNUM instead of isalpha/isalnum.
+       (define_macro): Use ISUPPER/TOLOWER instead of isupper/tolower.
+       (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA
+       instead of isalnum/isdigit/isupper/isalpha.
+       (check_macro): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead
+       of isalpha/isalnum/isupper/tolower.
+       * read.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (read_a_source_file): Use ISUPPER/TOLOWER/ISDIGIT instead of
+       isupper/tolower/isdigit.
+       (s_mri_common): Use ISDIGIT instead of isdigit.
+       (s_mri_sect): Use ISDIGIT/TOUPPER instead of isdigit/toupper.
+       (s_float_space): Use ISALPHA instead of isalpha.
+       (ignore_rest_of_line): Use ISPRINT instead of isprint.
+       (float_cons): Use ISALPHA instead of isalpha.
+       (next_char_of_string): Use ISDIGIT/ISXDIGIT instead of
+       isdigit/isxdigit.
+       * symbols.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (save_symbol_name): Use ISLOWER/TOUPPER instead of
+       islower/toupper.
+       (symbol_find_base): Use TOUPPER instead of islower/toupper.
+       (decode_local_label_name): Use ISDIGIT instead of isdigit.
+
+2001-09-18  Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+       * tc-s390.c (s390_insn): Add code to cope with 6 byte O_constants
+       in 64 bit mode and make format "e" work.
+
+2001-09-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.
+
+       * write.c (set_symtab): Update bfd_alloc declaration.  Use a temp
+       var to ensure bfd_alloc arg is the right type.
+       (write_object_file): Cast args of bfd_seek.  Replace bfd_write with
+       bfd_bwrite.
+
+       * config/obj-coff.c: Replace calls to bfd_write with calls to
+       bfd_bwrite.  Cast args of bfd_seek.
+
+       * config/obj-elf.c (obj_elf_change_section): Avoid signed/unsigned
+       warning.
+
+       * config/tc-mn10300.c (set_arch_mach): Make param unsigned.
+
+       * config/tc-tic54x.c (tic54x_mlib): Replace bfd_read call with
+       call to bfd_bread.
+
+2001-09-15  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-sh.h (sh_force_relocation): Prototype.
+       (struct fix): Forward declare.
+       * config/tc-sh.c (type sh_operand_info): Move to top of file.
+       (cons, s_align_bytes): Remove old-type declarations.
+       (sh_elf_suffix, parse_reg, dot, parse_exp, parse_at, get_operand,
+       get_operands, get_specific, insert, build_relax,
+       insert_loop_bounds, build_Mytes): Prototype.
+       (little): Make static.  Prototype.
+       (check, tc_Nout_fix_to_chars): Delete unused functions.
+
+2001-09-14  Eric Christopher  <echristo@redhat.com>
+
+       * config/tc-mips.c (md_parse_option): Remove setting mips_64 via
+       -mgp32/mgp64.
+
+2001-09-14  Kevin Lo <kevlo@openbsd.org>
+
+       * configure.in: Add arm-openbsd target.
+       * configure: Regenerate.
+
+2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * configure.in: Change machine triplets from mips-*-linux-gnu* to
+       mips*-*-linux*.
+
+2001-09-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (append_insn): Don't rightshift BFD_RELOC_16_PCREL.
+
+2001-09-11  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c (alpha_elf_section_letter): New.
+       (alpha_elf_section_flags): New.
+       * config/tc-alpha.h (md_elf_section_letter): New.
+       (md_elf_section_flags): New.
+       * config/tc-ia64.c (ia64_elf_section_letter): New.
+       * config/tc-ia64.h (md_elf_section_letter): New.
+
+2001-09-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/obj-elf.c (obj_elf_parse_section_letters): Use 'M' instead
+       of 'm', 'S' instead of 's'.  Update bad_msg.
+       * config/tc-ppc.c (ppc_section_letter): Update bad_msg.
+       * config/tc-i370.c (i370_sectioN_letter): Update bad_msg.
+
 2001-09-09  Alan Modra  <amodra@bigpond.net.au>
 
        * expr.c (expr): Move code setting "retval" to the end of the loop,
This page took 0.030457 seconds and 4 git commands to generate.