binutils-gdb.git
18 years ago2005-09-06 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 6 Sep 2005 16:59:24 +0000 (16:59 +0000)]
2005-09-06  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (arm_it): Add relax field.
(T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
(do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
do_t_mov_cmp): Allow relaxation.
(output_relax_insn): New function.
(put_thumb32_insn): New function.
(output_inst): Use new functions.
(md_assemble): Don't throw error on relaxable instructions.
(insns): Change "b" entry from TCE(...) to tCE(...).
(md_estimate_size_before_relax): Return 2.
(md_convert_frag, relax_immediate, relax_adr, relax_addsub,
relax_branch, arm_relax_frag): New functions.
(arm_force_relocation): Return 0 for Thumb-2 immediate operand
relocations.
* config/tc-arm.h (md_convert_frag): Remove definition.
(md_relax_frag): Define.
(arm_relax_frag): Add prototype.
gas/testsuite/
* gas/arm/thumb2_relax.d: New test.
* gas/arm/thumb2_relax.s: New test.
* gas/arm/thumb32.d: Adjust expected results to include relaxation.
* gas/arm/thumb32.s: Tweak for better coverage of relaxable
instructions.  Remove load/store tests.

18 years ago2005-09-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 6 Sep 2005 15:57:06 +0000 (15:57 +0000)]
2005-09-02  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
gas/testsuite/
* gas/arm/arm3-bad.s: New test.
* gas/arm/arm3-bad.d: New test.
* gas/arm/arm3.s: Avoid illegal instructions.
* gas/arm/arm3.d: Ditto.

18 years ago*** empty log message ***
gdbadmin [Tue, 6 Sep 2005 00:00:08 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Tue, 6 Sep 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 5 Sep 2005 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Mon, 5 Sep 2005 00:00:09 +0000 (00:00 +0000)]
daily update

18 years agoFix email address in last commit.
Daniel Jacobowitz [Sun, 4 Sep 2005 21:21:19 +0000 (21:21 +0000)]
Fix email address in last commit.

18 years ago * inf-child.c (inf_child_follow_fork): Add OPS argument.
Daniel Jacobowitz [Sun, 4 Sep 2005 16:18:20 +0000 (16:18 +0000)]
* inf-child.c (inf_child_follow_fork): Add OPS argument.
* inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
* inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
* inftarg.c (child_follow_fork): Likewise.
* linux-nat.c (child_follow_fork): Likewise.  Use ops instead of
&deprecated_child_ops.
* target.c (update_current_target): Do not inherit to_follow_fork.
(target_follow_fork): New function.
(debug_to_follow_fork): Remove.
(setup_target_debug): Don't set to_follow_fork.
* target.h (struct target_ops): Add struct target_ops * to
to_follow_fork.
(child_follow_fork): Add struct target_ops * argument.
(target_follow_fork): Replace macro with prototype.

18 years ago*** empty log message ***
gdbadmin [Sun, 4 Sep 2005 00:00:12 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sun, 4 Sep 2005 00:00:11 +0000 (00:00 +0000)]
daily update

18 years agoMake sure that a reasonable value is always returned by
Kevin Buettner [Sat, 3 Sep 2005 01:55:26 +0000 (01:55 +0000)]
Make sure that a reasonable value is always returned by
mn10300_dwarf2_reg_to_regnum().

18 years ago * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Use ARRAY_SIZE.
Kevin Buettner [Sat, 3 Sep 2005 01:45:30 +0000 (01:45 +0000)]
* mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Use ARRAY_SIZE.
Change internal error to warning.  Add i18n markup to warning
string.

18 years ago * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
Kevin Buettner [Sat, 3 Sep 2005 01:12:21 +0000 (01:12 +0000)]
* mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
(mn10300_gdbarch_init): Register mn10300_dwarf2_reg_to_regnum().

18 years ago * mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
Kevin Buettner [Sat, 3 Sep 2005 00:49:06 +0000 (00:49 +0000)]
* mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
(is_my_frame_last): Delete these unused functions.

18 years ago * mn10300-tdep.c (mn10300_frame_prev_register): Change type of
Kevin Buettner [Sat, 3 Sep 2005 00:43:28 +0000 (00:43 +0000)]
* mn10300-tdep.c (mn10300_frame_prev_register): Change type of
``bufferp'' from ``void *'' to ``gdb_byte *''.

18 years agoRemove inadvertent tab after mn10300-tdep.o entry.
Kevin Buettner [Sat, 3 Sep 2005 00:35:45 +0000 (00:35 +0000)]
Remove inadvertent tab after mn10300-tdep.o entry.

18 years ago * mn10300-tdep.c (mn10300_use_struct_convention): Delete parameter
Kevin Buettner [Sat, 3 Sep 2005 00:12:26 +0000 (00:12 +0000)]
* mn10300-tdep.c (mn10300_use_struct_convention): Delete parameter
``gcc_p''.  Adjust all callers.
(mn10300_store_return_value, mn10300_extract_return_value): Add new
parameter ``gdbarch''.
(mn10300_return_value): New function.
(mn10300_gdbarch_init): Delete old-style return value code calls.
Add call to set_gdbarch_return_value().

18 years agodaily update
Alan Modra [Sat, 3 Sep 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sat, 3 Sep 2005 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * mn10300-tdep.c (regcache.h): Delete duplicate include.
Kevin Buettner [Fri, 2 Sep 2005 23:51:51 +0000 (23:51 +0000)]
* mn10300-tdep.c (regcache.h): Delete duplicate include.
* Makefile.in (mn10300-tdep.o): Update dependencies.

18 years ago * mn10300-tdep.c (osabi.h): Include.
Kevin Buettner [Fri, 2 Sep 2005 23:42:29 +0000 (23:42 +0000)]
* mn10300-tdep.c (osabi.h): Include.
(mn10300_gdbarch_init): Invoke gdbarch_init_osabi().
* Makefile.in (mn10300-tdep.o): Update dependencies.

18 years agoFix date.
Kevin Buettner [Fri, 2 Sep 2005 23:00:00 +0000 (23:00 +0000)]
Fix date.

18 years ago * mn10300-linux-tdep.c: New file.
Kevin Buettner [Fri, 2 Sep 2005 22:53:35 +0000 (22:53 +0000)]
* mn10300-linux-tdep.c: New file.
* Makefile.in (mn10300-linux-tdep.o): New Makefile target.
* config/mn10300/linux.mt (TDEPFILES): Add mn10300-linux-tdep.o and
corelow.o.
* mn10300-tdep.h (E_E8_REGNUM, E_E9_REGNUM, E_E10_REGNUM)
(E_FPCR_REGNUM, E_FS0_REGNUM): New constants.

18 years ago* infcall.c (call_function_by_hand): Remove code handling
Mark Kettenis [Fri, 2 Sep 2005 19:02:46 +0000 (19:02 +0000)]
* infcall.c (call_function_by_hand): Remove code handling
deprecated_push_arguments.  Bail out early if push_dummy_call
isn't available.
* gdbarch.sh (deprecated_push_arguments): Delete.  Adjust a few
comments accordingly.
* gdbarch.h, gdbarch.c: Regenerate.

18 years agoFix date of last entry.
Mark Kettenis [Fri, 2 Sep 2005 18:52:42 +0000 (18:52 +0000)]
Fix date of last entry.

18 years ago2005-09-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 2 Sep 2005 14:54:27 +0000 (14:54 +0000)]
2005-09-02  Paul Brook  <paul@codesourcery.com>

* arm-dis.c (coprocessor_opcodes): Add null terminator.

18 years ago2005-09-02 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 2 Sep 2005 13:36:33 +0000 (13:36 +0000)]
2005-09-02  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (debug_abbrev_contents): New.
(debug_abbrev_size): Likewise.
(load_debug_abbrev): Likewise.
(free_debug_abbrev): Likewise.
(process_debug_info): Use them.

18 years ago2005-09-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 2 Sep 2005 13:12:45 +0000 (13:12 +0000)]
2005-09-02  Paul Brook  <paul@codesourcery.com>

bfd/
* libbdf.h: Regenerate.
* bfd-in2.h: Regenerate.
* reloc.c: Add BFD_RELOC_ARM_T32_CP_OFF_IMM and
BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
gas/
* config/tc-arm.c (encode_arm_cp_address): Use
BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
(do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
mode.
(md_assemble): Only allow coprocessor instructions when Thumb-2 is
available.
(cCE, cC3): Define.
(insns): Use them for coprocessor instructions.
(md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
(get_thumb32_insn): New function.
(put_thumb32_insn): New function.
(md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
gas/testsuite/
* gas/arm/vfp-bad_t2.d, gas/arm/vfp-bad_t2.l, arm/vfp-bad_t2.s,
gas/arm/vfp1_t2.d, gas/arm/vfp1_t2.s, gas/arm/vfp1xD_t2.d,
gas/arm/vfp1xD_t2.s, gas/arm/vfp2_t2.d, gas/arm/vfp2_t2.s): New files.
opcodes/
* arm-dis.c (coprocessor_opcodes): New.
(arm_opcodes, thumb32_opcodes): Remove coprocessor insns.
(print_insn_coprocessor): New function.
(print_insn_arm): Use print_insn_coprocessor.  Remove coprocessor
format characters.
(print_insn_thumb32): Use print_insn_coprocessor.

18 years ago2005-09-02 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 2 Sep 2005 12:50:44 +0000 (12:50 +0000)]
2005-09-02  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (opcode_lookup): Look for infix opcode when
incorrect suffix matches.
gas/testsuite/
* gas/arm/fpa-mem.d: Test "stfpls".
* gas/arm/fpa-mem.s: Ditto.

18 years ago*** empty log message ***
gdbadmin [Fri, 2 Sep 2005 00:00:38 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Fri, 2 Sep 2005 00:00:10 +0000 (00:00 +0000)]
daily update

18 years ago2005-08-30 Phil Edwards <phil@codesourcery.com>
DJ Delorie [Thu, 1 Sep 2005 21:03:00 +0000 (21:03 +0000)]
2005-08-30  Phil Edwards  <phil@codesourcery.com>

* configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
* configure:  Regenerated.

18 years ago20050901 Paul Gilliam <pgilliam@us.ibm.com>
Paul Gilliam [Thu, 1 Sep 2005 18:09:41 +0000 (18:09 +0000)]
20050901  Paul Gilliam  <pgilliam@us.ibm.com>

        * ppc-tdep.h (struct gdbarch_tdep): Better explanation of using
        -1 for nonexistant registers.
        * rs6000-tdep.c (rs6000_register_reggroup_p): Don't assume that
        tdep->ppc_vr0_regnum and tdep->ppc_ev0_regnum are not -1.

18 years ago* config/tc-mips.c (append_insn): Correctly handle mips16 case
David Ung [Thu, 1 Sep 2005 16:35:41 +0000 (16:35 +0000)]
* config/tc-mips.c (append_insn): Correctly handle mips16 case
when the frags are different for the 2 instructions we want to
swap.  If the lengths of the 2 instructions are not the same, we
won't do the swap but emit an nop.

18 years ago * arm-linux-tdep.c (arm_linux_push_arguments): Delete.
Richard Earnshaw [Thu, 1 Sep 2005 12:51:23 +0000 (12:51 +0000)]
* arm-linux-tdep.c (arm_linux_push_arguments): Delete.
(arm_linux_init_abi): Don't register it.

18 years ago2005-09-01 Dmitry Diky <diwil@spec.ru>
Dmitry Diky [Thu, 1 Sep 2005 12:41:25 +0000 (12:41 +0000)]
2005-09-01  Dmitry Diky  <diwil@spec.ru>

* config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
as appropriate. Change frag_variant() to frag_var() for relaxes.

18 years ago2005-09-01 Dmitry Diky <diwil@spec.ru>
Dmitry Diky [Thu, 1 Sep 2005 11:27:15 +0000 (11:27 +0000)]
2005-09-01  Dmitry Diky <diwil@spec.ru>

* elf32-msp430.c (msp430_elf_relax_delete_bytes): Do not adjust
local symbols and move it to
(msp430_elf_relax_adjust_locals): New function - walk over the
sections in the bfd and adjust relocations as necessary.

18 years ago * ld-cris: Skip tests unsuitable for testing target
Hans-Peter Nilsson [Thu, 1 Sep 2005 01:47:25 +0000 (01:47 +0000)]
* ld-cris: Skip tests unsuitable for testing target
cris-axis-linux-gnu.

18 years ago * gas/cris: Adjust all files for testing target
Hans-Peter Nilsson [Thu, 1 Sep 2005 00:33:11 +0000 (00:33 +0000)]
* gas/cris: Adjust all files for testing target
cris-axis-linux-gnu.

18 years ago*** empty log message ***
gdbadmin [Thu, 1 Sep 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Thu, 1 Sep 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago* elf32-i386.c (elf_i386_check_relocs): Don't cast a unary &
DJ Delorie [Wed, 31 Aug 2005 23:45:46 +0000 (23:45 +0000)]
* elf32-i386.c (elf_i386_check_relocs): Don't cast a unary &
address operator, as that breaks GCC's strict aliasing rules.
(elf_i386_size_dynamic_sections): Avoid the need for type
punning.
* elf64-x86-64.c (elf_x86_64_check_relocs): Don't cast a unary
& address operator, as that breaks GCC's strict aliasing
rules.
(elf_x86_64_size_dynamic_sections): Avoid the need for type
punning.

18 years ago* symfile.c (symbol_file_command, set_initial_language)
Mark Kettenis [Wed, 31 Aug 2005 21:07:33 +0000 (21:07 +0000)]
* symfile.c (symbol_file_command, set_initial_language)
(symfile_bfd_open, get_section_index, add_symtab_fns)
(find_sym_fns): Reformat code and comments.  Tweak comments.

18 years ago* m68k-tdep.c (m68k_register_name): Use ARRAY_SIZE.
Mark Kettenis [Wed, 31 Aug 2005 20:48:21 +0000 (20:48 +0000)]
* m68k-tdep.c (m68k_register_name): Use ARRAY_SIZE.

18 years agoFix gcc-4.0.1 compile error for i386-freebsd4.10 target.
Jim Wilson [Wed, 31 Aug 2005 20:02:33 +0000 (20:02 +0000)]
Fix gcc-4.0.1 compile error for i386-freebsd4.10 target.
* i386fbsd-tdep.c (i386fbsd_sc_reg_offset): Make it non-static.

18 years agodaily update
Alan Modra [Wed, 31 Aug 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 31 Aug 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago(i[3-7]86-*-vxworks): Match vxworks* instead.
Nick Clifton [Tue, 30 Aug 2005 16:06:00 +0000 (16:06 +0000)]
(i[3-7]86-*-vxworks):  Match vxworks* instead.

18 years ago2005-08-30 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 30 Aug 2005 11:21:59 +0000 (11:21 +0000)]
2005-08-30  Paul Brook  <paul@codesourcery.com>

opcodes/
* arm-dis.c (thumb_opcodes): Disassemble sub(3) as subs.
gas/testsuite/
* gas/arm/thumb.d: Change "sub rn, rn, rn" to "subs rn, rn, rn".
* gas/arm/thumb32.d: Ditto.

18 years ago*** empty log message ***
gdbadmin [Tue, 30 Aug 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Tue, 30 Aug 2005 00:00:08 +0000 (00:00 +0000)]
daily update

18 years ago2005-08-29 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Mon, 29 Aug 2005 22:25:04 +0000 (22:25 +0000)]
2005-08-29  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/1247
* elfxx-ia64.c (allocate_fptr): Check undefined symbol.

18 years ago(_bfd_mips_elf_relocate_section): Initialise 'value' to avoid compile time
Nick Clifton [Mon, 29 Aug 2005 16:42:15 +0000 (16:42 +0000)]
(_bfd_mips_elf_relocate_section): Initialise 'value' to avoid compile time
warning message.

18 years ago(generic_force_reloc): Do not call S_FORCE_RELOC if there is no symbol.
Nick Clifton [Mon, 29 Aug 2005 16:30:14 +0000 (16:30 +0000)]
(generic_force_reloc): Do not call S_FORCE_RELOC if there is no symbol.

18 years ago* environ.c (unset_in_environ): Use strncmp instead of
Mark Kettenis [Mon, 29 Aug 2005 12:57:49 +0000 (12:57 +0000)]
* environ.c (unset_in_environ): Use strncmp instead of
DEPRECATED_STREQN.
* exec.c (exec_file_attach): Remove DEPRECATED_HPUX_TEXT_END.
* language.c (set_case_command, language_enum): Use strcmp instead
of DEPRECATED_STREQ.
* source.c (select_source_symtab): Sprinkle a few consts.  Use
strcmp instead of DEPRECATED_STREQ.

18 years ago* solib-svr4.c (svr4_current_sos, svr4_fetch_objfile_link_map):
Mark Kettenis [Mon, 29 Aug 2005 09:27:19 +0000 (09:27 +0000)]
* solib-svr4.c (svr4_current_sos, svr4_fetch_objfile_link_map):
Use XZALLOC and xzalloc instead of xmalloc where appropriate.

18 years agodaily update
Alan Modra [Mon, 29 Aug 2005 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 29 Aug 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sun, 28 Aug 2005 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 28 Aug 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago (Variables, Symbols): Document the "<incomplete type>" message and
Eli Zaretskii [Sat, 27 Aug 2005 12:51:30 +0000 (12:51 +0000)]
(Variables, Symbols): Document the "<incomplete type>" message and
its reasons.

18 years ago * main.c (print_gdb_help): Don't advertise the (long non-existent)
Eli Zaretskii [Sat, 27 Aug 2005 12:05:01 +0000 (12:05 +0000)]
* main.c (print_gdb_help): Don't advertise the (long non-existent)
option --mapped.

* gdb.texinfo (File Options): Don't document --mapped, it's gone
since 19-Jan-2004.
(Files): Likewise.

18 years ago*** empty log message ***
gdbadmin [Sat, 27 Aug 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sat, 27 Aug 2005 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agogas/
Jan Beulich [Fri, 26 Aug 2005 15:51:15 +0000 (15:51 +0000)]
gas/
2005-08-26  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
qualified operand of a branch.
(intel_bracket_expr): Set JumpAbsolute here...
(intel_e11): ... rather than here.

gas/testsuite/
2005-08-26  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intel.s: Adjust.
* gas/i386/intelok.s: Add two more insns.
* gas/i386/intelok.d: Adjust.

18 years agoopcodes/
Jan Beulich [Fri, 26 Aug 2005 15:33:43 +0000 (15:33 +0000)]
opcodes/
2005-08-26  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (intel_operand_size): New, broken out from OP_E for
re-use.
(OP_E): Call intel_operand_size, move call site out of mode
dependent code.
(OP_OFF): Call intel_operand_size if suffix_always. Remove
ATTRIBUTE_UNUSED from parameters.
(OP_OFF64): Likewise.
(OP_ESreg): Call intel_operand_size.
(OP_DSreg): Likewise.
(OP_DIR): Use colon rather than semicolon as separator of far
jump/call operands.

gas/testsuite/
2005-08-26  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intelok.d: Adjust.

18 years agoRe-enable GAS for z8k-coff
Nick Clifton [Fri, 26 Aug 2005 09:47:49 +0000 (09:47 +0000)]
Re-enable GAS for z8k-coff

18 years agodaily update
Alan Modra [Fri, 26 Aug 2005 00:00:10 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Fri, 26 Aug 2005 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* gas/mips/mips.exp: Run DSP test.
Chao-ying Fu [Thu, 25 Aug 2005 18:21:47 +0000 (18:21 +0000)]
* gas/mips/mips.exp: Run DSP test.
* gas/mips/mips32-dsp.[sdl]: New test.

18 years ago* config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
Chao-ying Fu [Thu, 25 Aug 2005 18:17:36 +0000 (18:17 +0000)]
* config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
(mips_opts): Add -1 to initialize ase_dsp.
(file_ase_dsp): New variable for -mdsp.
(CPU_HAS_DSP): New define.
(validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
operand formats.
(mips_ip): Add min_range and max_range for checking singed numbers.
Check ase_dsp to enable DSP instructions.
Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
(OPTION_DSP, OPTION_NO_DSP): New define.
(OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
(md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
(mips_after_parse_args): Set ase_dsp based on CPU.
(s_mipsset): Handle ".set dsp" and ".set nodsp".
(mips_elf_final_processing): Remind of adding new flag for DSP ASE.
(md_show_usage): Show usage of -mdsp and -mno-dsp.

18 years ago* mips-opc.c (WR_a, RD_a, MOD_a, DSP_VOLA, D32): New define.
Chao-ying Fu [Thu, 25 Aug 2005 18:12:44 +0000 (18:12 +0000)]
* mips-opc.c (WR_a, RD_a, MOD_a, DSP_VOLA, D32): New define.
(mips_builtin_opcodes): Add DSP instructions.
* mips-dis.c (mips_arch_choices): Enable INSN_DSP for mips32, mips32r2,
mips64, mips64r2.
(print_insn_args): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, :, ', @
operand formats.

18 years ago* mips.h (OP_SH_DSPACC, OP_MASK_DSPACC, OP_SH_DSPACC_S,
Chao-ying Fu [Thu, 25 Aug 2005 18:09:24 +0000 (18:09 +0000)]
* mips.h (OP_SH_DSPACC, OP_MASK_DSPACC, OP_SH_DSPACC_S,
OP_MASK_DSPACC_S, OP_SH_DSPSFT, OP_MASK_DSPSFT, OP_SH_DSPSFT_7,
OP_MASK_DSPSFT_7, OP_SH_SA3, OP_MASK_SA3, OP_SH_SA4, OP_MASK_SA4,
OP_SH_IMM8, OP_MASK_IMM8, OP_SH_IMM10, OP_MASK_IMM10, OP_SH_WRDSP,
OP_MASK_WRDSP, OP_SH_RDDSP, OP_MASK_RDDSP): New define.
Document 3, 4, 5, 6, 7, 8, 9, 0, :, ', @ operand formats for DSP
instructions.
(INSN_DSP): New define for DSP ASE.

18 years ago * elf32-sh.c (sh_elf_get_flags_from_mach): Fix off-by-one error.
Kaz Kojima [Thu, 25 Aug 2005 05:10:22 +0000 (05:10 +0000)]
* elf32-sh.c (sh_elf_get_flags_from_mach): Fix off-by-one error.

18 years ago2005-08-24 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 25 Aug 2005 02:32:11 +0000 (02:32 +0000)]
2005-08-24  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/1208
* elf-hppa.h (elf_hppa_relocate_section): Print out the name
of unresolvable relocation.
* elf-m10300.c (mn10300_elf_relocate_section): Likewise.
* elf32-arm.c (elf32_arm_relocate_section): Likewise.
* elf32-i386.c (elf_i386_relocate_section): Likewise.
* elf32-m32r.c (m32r_elf_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
* elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sh64.c (sh_elf64_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.

18 years ago*** empty log message ***
gdbadmin [Thu, 25 Aug 2005 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Thu, 25 Aug 2005 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 24 Aug 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Wed, 24 Aug 2005 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agoSync from gcc sources:
Richard Earnshaw [Tue, 23 Aug 2005 18:13:01 +0000 (18:13 +0000)]
Sync from gcc sources:
        * Makefile.def (libssp): Add to lang_env_dependencies.
        * Makefile.in: Regenerate.

18 years ago* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
David Ung [Tue, 23 Aug 2005 11:32:42 +0000 (11:32 +0000)]
* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
cpu names.

18 years ago* mips16-opc.c (mips16_opcodes): Add the MIPS16e jalrc/jrc
David Ung [Tue, 23 Aug 2005 11:06:10 +0000 (11:06 +0000)]
* mips16-opc.c (mips16_opcodes): Add the MIPS16e jalrc/jrc
instructions to the table.

18 years ago PR 1036
Alan Modra [Tue, 23 Aug 2005 06:18:45 +0000 (06:18 +0000)]
PR 1036
* config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.

18 years ago * configure.tgt (*-*-vxworks): Match vxworks* instead.
Alan Modra [Tue, 23 Aug 2005 03:23:12 +0000 (03:23 +0000)]
* configure.tgt (*-*-vxworks):  Match vxworks* instead.

18 years agodaily update
Alan Modra [Tue, 23 Aug 2005 00:00:08 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Tue, 23 Aug 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years agogas/
Jan Beulich [Mon, 22 Aug 2005 12:37:37 +0000 (12:37 +0000)]
gas/
2005-08-22  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (object_64bit): New.
(i386_target_format): Initialize it.
(output_disp): Use object_64bit for relocation type determination.
(output_imm): Likewise.
(i386_validate_fix): Likewise.
(tc_gen_reloc): Likewise.
(lex_got): Likewise. Remove static mode_name. Change array size
of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
(x86_cons): Use object_64bit for deciding whether quad fields can
have relocations.

gas/testsuite/
2005-08-22  Jan Beulich  <jbeulich@novell.com>

* gas/i386/mixed-mode-reloc.s, gas/i386/mixed-mode-reloc32.d,
gas/i386/mixed-mode-reloc64.d: New.
* gas/i386/i386.exp: Run new tests.

18 years ago*** empty log message ***
gdbadmin [Mon, 22 Aug 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Mon, 22 Aug 2005 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago* doublest.c (floatformat_mantissa): Use xsnprintf instead of
Mark Kettenis [Sun, 21 Aug 2005 16:53:05 +0000 (16:53 +0000)]
* doublest.c (floatformat_mantissa): Use xsnprintf instead of
sprintf.

18 years ago* vaxobsd-tdep.c: New file.
Mark Kettenis [Sun, 21 Aug 2005 15:51:41 +0000 (15:51 +0000)]
* vaxobsd-tdep.c: New file.
* config/vax/obsd.mt (TDEPFILES): Add vaxobsd-tdep.o.
* Makefile.in (vaxobsd-tdep.o): New dependency.

18 years ago* ppcobsd-tdep.c: Include "frame.h" and "frame-unwind.h". Don't
Mark Kettenis [Sun, 21 Aug 2005 10:47:48 +0000 (10:47 +0000)]
* ppcobsd-tdep.c: Include "frame.h" and "frame-unwind.h".  Don't
include "tramp-frame.h".
(ppcobsd_sigtramp_cache_init): Remove function.
(ppcobsd_sigtramp): Remove variable.
(ppcobsd_page_size, ppcobsd_sigreturn_offset): New variables.
(ppcobsd_sigtramp_p): New function.
(ppcobsd_sigtramp_frame_cache, ppcobsd_sigtramp_frame_this_id)
(ppcobsd_sigtramp_frame_prev_register): New functions.
(ppcobsd_sigtramp_frame_unwind): New variable.
(ppcobsd_sigtramp_frame_sniffer): New function.
(ppcobsd_init_abi): Adjust to register new sigtramp sniffer
instead of the old one.
* Makefile.in (ppcobsd-tdep.o): Update dependencies.

18 years ago* infcall.c (call_function_by_hand): For
Mark Kettenis [Sun, 21 Aug 2005 09:34:19 +0000 (09:34 +0000)]
* infcall.c (call_function_by_hand): For
RETURN_VALUE_ABI_RETURNS_ADDRESS and
RETURN_VALUE_ABI_PRESERVES_ADDRESS, use gdbarch_return_value to
get return value.

18 years ago* valarith.c (value_equal, value_less): Avoid compiler bug on
Mark Kettenis [Sun, 21 Aug 2005 09:33:11 +0000 (09:33 +0000)]
* valarith.c (value_equal, value_less): Avoid compiler bug on
systems where `long double' values are returned in static storage.

18 years agodaily update
Alan Modra [Sun, 21 Aug 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 21 Aug 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
gdbadmin [Sat, 20 Aug 2005 00:00:08 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Sat, 20 Aug 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Fri, 19 Aug 2005 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
Alan Modra [Fri, 19 Aug 2005 00:00:07 +0000 (00:00 +0000)]
daily update