]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
21 years agoUse current date in ChangeLog entry.
Elena Zannoni [Mon, 3 Jun 2002 00:47:14 +0000 (00:47 +0000)] 
Use current date in ChangeLog entry.

21 years ago2002-05-28 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Mon, 3 Jun 2002 00:36:02 +0000 (00:36 +0000)] 
2002-05-28  Elena Zannoni  <ezannoni@redhat.com>

        From Jason Eckhardt <jle@redhat.com>
        * d10v_sim.h (INC_ADDR): Correctly handle the case where MOD_E is
        less than MOD_S (post-decrement).

21 years ago*** empty log message ***
gdbadmin [Mon, 3 Jun 2002 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Mon, 3 Jun 2002 00:00:05 +0000 (00:00 +0000)] 
daily update

21 years ago* ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
Jason Thorpe [Sun, 2 Jun 2002 20:28:58 +0000 (20:28 +0000)] 
* ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.

21 years ago* config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
Jason Thorpe [Sun, 2 Jun 2002 17:50:41 +0000 (17:50 +0000)] 
* config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
insetead of ppc-linux-tdep.o.
* config/rs6000/rs6000.mt (TDEPFILES): Likewise.
* config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.

21 years agoOutput tweaks.
Andrew Cagney [Sun, 2 Jun 2002 15:37:55 +0000 (15:37 +0000)] 
Output tweaks.

21 years ago * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
Richard Henderson [Sun, 2 Jun 2002 08:36:10 +0000 (08:36 +0000)] 
    * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
        with LITERALs without sequence numbers.

21 years ago * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
Richard Henderson [Sun, 2 Jun 2002 08:35:51 +0000 (08:35 +0000)] 
    * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
        null when there are no got entries for a symbol.
        (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
        uninitialized variable warning.

21 years ago2002-06-02 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Sun, 2 Jun 2002 07:39:26 +0000 (07:39 +0000)] 
2002-06-02  Chris Demetriou  <cgd@broadcom.com>
            Ed Satterthwaite  <ehs@broadcom.com>

* mips.igen (mdmx): New (pseudo-)model.
* mdmx.c, mdmx.igen: New files.
* Makefile.in (SIM_OBJS): Add mdmx.o.
* sim-main.h (MDMX_accumulator, MX_fmtsel, signed24, signed48):
New typedefs.
(ACC, MX_Add, MX_AddA, MX_AddL, MX_And, MX_C_EQ, MX_C_LT, MX_Comp)
(MX_FMT_OB, MX_FMT_QH, MX_Max, MX_Min, MX_Msgn, MX_Mul, MX_MulA)
(MX_MulL, MX_MulS, MX_MulSL, MX_Nor, MX_Or, MX_Pick, MX_RAC)
(MX_RAC_H, MX_RAC_L, MX_RAC_M, MX_RNAS, MX_RNAU, MX_RND_AS)
(MX_RND_AU, MX_RND_ES, MX_RND_EU, MX_RND_ZS, MX_RND_ZU, MX_RNES)
(MX_RNEU, MX_RZS, MX_RZU, MX_SHFL, MX_ShiftLeftLogical)
(MX_ShiftRightArith, MX_ShiftRightLogical, MX_Sub, MX_SubA, MX_SubL)
(MX_VECT_ADD, MX_VECT_ADDA, MX_VECT_ADDL, MX_VECT_AND)
(MX_VECT_MAX, MX_VECT_MIN, MX_VECT_MSGN, MX_VECT_MUL, MX_VECT_MULA)
(MX_VECT_MULL, MX_VECT_MULS, MX_VECT_MULSL, MX_VECT_NOR)
(MX_VECT_OR, MX_VECT_SLL, MX_VECT_SRA, MX_VECT_SRL, MX_VECT_SUB)
(MX_VECT_SUBA, MX_VECT_SUBL, MX_VECT_XOR, MX_WACH, MX_WACL, MX_Xor)
(SIM_ARGS, SIM_STATE, UnpredictableResult, fmt_mdmx, ob_fmtsel)
(qh_fmtsel): New macros.
(_sim_cpu): New member "acc".
(mdmx_acc_op, mdmx_cc_op, mdmx_cpr_op, mdmx_pick_op, mdmx_rac_op)
(mdmx_round_op, mdmx_shuffle, mdmx_wach, mdmx_wacl): New functions.

21 years ago * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
Richard Henderson [Sun, 2 Jun 2002 06:23:30 +0000 (06:23 +0000)] 
    * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
        undefined symbols here.
        (elf64_alpha_relax_section): Do it here.  Also test for not
        defined in the current module.
        (elf64_alpha_relocate_section_r): Split out of ...
        (elf64_alpha_relocate_section): ... here.  Don't dereference
        NULL when looking up local got entries.

21 years ago * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
Richard Henderson [Sun, 2 Jun 2002 03:58:40 +0000 (03:58 +0000)] 
    * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
        symbols from JSR relaxation.
        (elf64_alpha_size_plt_section_1): New.
        (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
        (elf64_alpha_size_rela_got_1): ... here.
        (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
        (elf64_alpha_size_rela_got_section): ... here.
        (elf64_alpha_size_plt_section): New.
        (elf64_alpha_relax_section): Call them.
        (elf64_alpha_size_got_sections): Remove output_bfd arg.
        (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.

21 years ago* MAINTAINERS: Mention that any `HP/UX reader' can be changed by
Andrew Cagney [Sun, 2 Jun 2002 03:09:31 +0000 (03:09 +0000)] 
* MAINTAINERS: Mention that any `HP/UX reader' can be changed by
any maintainer.

21 years ago include/elf/
Richard Henderson [Sun, 2 Jun 2002 02:28:45 +0000 (02:28 +0000)] 
include/elf/
        * alpha.h (LITUSE_ALPHA_ADDR, LITUSE_ALPHA_BASE, LITUSE_ALPHA_BYTOFF,
        LITUSE_ALPHA_JSR, LITUSE_ALPHA_TLSGD, LITUSE_ALPHA_TLSLDM): New.

gas/
        * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
        Rename them LITUSE_ALPHA_*.

bfd/
        * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
        (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
        in shared libraries.  Fix DTPRELHI and TPRELHI value.
        (INSN_ADDQ, INSN_RDUNIQ): New.
        (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
        (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
        argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
        (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
        Handle GOTDTPREL and GOTTPREL relocations.
        (elf64_alpha_relax_gprelhilo): New.
        (elf64_alpha_relax_tls_get_addr): New.
        (elf64_alpha_relax_find_tls_segment): New.
        (elf64_alpha_relax_section): Handle TLS relocations.
        (ALPHA_ELF_LINK_HASH_TLS_IE): New.
        (elf64_alpha_check_relocs): Set it.

21 years ago*** empty log message ***
gdbadmin [Sun, 2 Jun 2002 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Sun, 2 Jun 2002 00:00:06 +0000 (00:00 +0000)] 
daily update

21 years agoRegenerate.
Andrew Cagney [Sat, 1 Jun 2002 23:53:22 +0000 (23:53 +0000)] 
Regenerate.

21 years agoAdd everyone to write-after-approval.
Andrew Cagney [Sat, 1 Jun 2002 23:46:55 +0000 (23:46 +0000)] 
Add everyone to write-after-approval.

21 years ago * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
Marek Michalkiewicz [Sat, 1 Jun 2002 23:28:59 +0000 (23:28 +0000)] 
* scripttempl/avr.sc: Changes to support current GCC and avr-libc,
C++ constructors/destructors, loosely based on the m68hc11 port.

21 years agoDelete TiC80, no longer supported by GDB.
Andrew Cagney [Sat, 1 Jun 2002 23:23:28 +0000 (23:23 +0000)] 
Delete TiC80, no longer supported by GDB.

21 years ago * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
Richard Henderson [Sat, 1 Jun 2002 21:56:41 +0000 (21:56 +0000)] 
    * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.

21 years ago * elf64-alpha.c: Remove dead code.
Richard Henderson [Sat, 1 Jun 2002 21:28:59 +0000 (21:28 +0000)] 
    * elf64-alpha.c: Remove dead code.

21 years ago * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
Richard Henderson [Sat, 1 Jun 2002 21:25:33 +0000 (21:25 +0000)] 
    * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
        check; don't suppress dynamic relocs for non-allocated sections.

21 years ago* stack.c (frame_info): Use frame_register_unwind instead of
Andrew Cagney [Sat, 1 Jun 2002 20:44:21 +0000 (20:44 +0000)] 
* stack.c (frame_info): Use frame_register_unwind instead of
saved_regs.  Mention when the SP is on the stack or in a register.
* frame.h (frame_register_unwind_ftype): Define.  Document.
(struct frame_info): Add field register_unwind and
register_unwind_cache.
(frame_register_unwind): Declare.
(generic_unwind_get_saved_register): Declare.
* frame.c (frame_register_unwind): New function.
(generic_unwind_get_saved_register): New function.
* blockframe.c (generic_call_dummy_register_unwind): New function.
(frame_saved_regs_register_unwind): New function.
(set_unwind_by_pc): New function.
(create_new_frame): New function.
(get_prev_frame): New function.

21 years ago* gdbint.texinfo (Target Architecture Definition): Add section
Andrew Cagney [Sat, 1 Jun 2002 20:14:16 +0000 (20:14 +0000)] 
* gdbint.texinfo (Target Architecture Definition): Add section
``Converting an existing Target Architecture to Multi-arch''.

21 years agoFill-out d10v enum so that there are no ``=''.
Andrew Cagney [Sat, 1 Jun 2002 18:15:43 +0000 (18:15 +0000)] 
Fill-out d10v enum so that there are no ``=''.

21 years agodaily update
Alan Modra [Sat, 1 Jun 2002 00:00:05 +0000 (00:00 +0000)] 
daily update

21 years ago*** empty log message ***
gdbadmin [Sat, 1 Jun 2002 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago2002-05-31 Chris G. Demetriou <cgd@broadcom.com>
Chris Demetriou [Fri, 31 May 2002 20:46:07 +0000 (20:46 +0000)] 
2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>

        * mips-opc.c: Clean up a few whitespace issues, and sort a
        few entries understanding that 'x' follows 'w' in the alphabet.

21 years ago* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
DJ Delorie [Fri, 31 May 2002 20:09:45 +0000 (20:09 +0000)] 
* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
BUILD_PREFIX_1, to correct nomenclature.
* configure: Likewise.

21 years agoFix formatting of "From ... " lines on recent changes
Michael Chastain [Fri, 31 May 2002 19:45:27 +0000 (19:45 +0000)] 
Fix formatting of "From ... " lines on recent changes
that I committed on behalf of others.

21 years ago* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
DJ Delorie [Fri, 31 May 2002 19:42:41 +0000 (19:42 +0000)] 
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.

21 years ago* config-ml.in: Propogate DESTDIR also.
DJ Delorie [Fri, 31 May 2002 19:30:32 +0000 (19:30 +0000)] 
* config-ml.in: Propogate DESTDIR also.

21 years ago[ opcodes/ChangeLog ]
Chris Demetriou [Fri, 31 May 2002 18:27:03 +0000 (18:27 +0000)] 
[ opcodes/ChangeLog ]
2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>
            Ed Satterthwaite  <ehs@broadcom.com>

        * mips-opc.c: Add support for SB-1 MDMX subset and extensions.

[ gas/testsuite/ChangeLog ]
2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>

        * gas/mips/sb1-ext-mdmx.s: New file.
        * gas/mips/sb1-ext-mdmx.d: Likewise.
        * gas/mips/mips.exp: Run new "sb1-ext-mdmx" test.

21 years ago2002-05-31 Chris G. Demetriou <cgd@broadcom.com>
Chris Demetriou [Fri, 31 May 2002 16:48:07 +0000 (16:48 +0000)] 
2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>

        * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
        mipsisa64*-*-* targets, rather than e32-rel2 and e32el-rel2.

21 years ago2002-05-31 Michal Ludvig <mludvig@suse.cz>
Michal Ludvig [Fri, 31 May 2002 15:28:33 +0000 (15:28 +0000)] 
2002-05-31  Michal Ludvig  <mludvig@suse.cz>

* elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed
to DW_CFA_lo_user, DW_CFA_hi_user respectively.

21 years agoAllow stm.l and ldm.l insns to accept parentheses enclosed register lists.
Nick Clifton [Fri, 31 May 2002 14:29:58 +0000 (14:29 +0000)] 
Allow stm.l and ldm.l insns to accept parentheses enclosed register lists.

21 years ago2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
Chris Demetriou [Fri, 31 May 2002 06:35:37 +0000 (06:35 +0000)] 
2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>

        * gas/mips/mips64-mdmx.s: Tweak to more thoroughly cover
        instruction encodings.
        * gas/mips/mips64-mdmx.d: Likewise.

21 years ago * Makefile.in: Regenerate.
Alan Modra [Fri, 31 May 2002 04:33:55 +0000 (04:33 +0000)] 
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.

21 years ago * Makefile.am: Run "make dep-am".
Alan Modra [Fri, 31 May 2002 04:27:37 +0000 (04:27 +0000)] 
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

21 years ago * bfd-in2.h: Regenerate.
Alan Modra [Fri, 31 May 2002 04:23:27 +0000 (04:23 +0000)] 
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* po/SRC-POTFILES.in: Regenerate.

21 years ago * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
Alan Modra [Fri, 31 May 2002 04:19:32 +0000 (04:19 +0000)] 
* elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
space for bss .plt.

21 years ago * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
Alan Modra [Fri, 31 May 2002 03:02:35 +0000 (03:02 +0000)] 
* Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
(ei386nto.c): Add rule.
* Makefile.in: Regenerate.
* configure.tgt: Add i[3456]86-*-nto-qnx*.
* emulparams/i386nto.sh: New file.

21 years ago * configure.in: Add i386-*-nto-qnx*.
Alan Modra [Fri, 31 May 2002 03:00:58 +0000 (03:00 +0000)] 
* configure.in: Add i386-*-nto-qnx*.
* configure: Regenerate.

21 years ago * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
Alan Modra [Fri, 31 May 2002 02:59:47 +0000 (02:59 +0000)] 
* Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
(BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
Run "make dep-am".
* Makefile.in: Regenerate.
* config.bfd: Add i[3456]86-*-nto-qnx* support.
* configure.in: Add bfd_elf32_i386qnx_vec support.
* configure: Regenerate.
* elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
is_contained_by_filepos, and copy_private_bfd_data_p.
* elf.c (assign_file_positions_for_segments): Call backend
set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
(IS_CONTAINED_BY_FILEPOS): Define.
(INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
(copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
Fix non-K&R call to _bfd_error_handler.
(_bfd_elf_copy_private_section_data): Use backend
copy_private_bfd_data_p.
* elf32-i386.c: Don't include elfxx-target.h when
ELF32_I386_C_INCLUDED is defined.
* elf32-i386qnx.c: New QNX elf backend file.
* elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
elf_backend_is_contained_by_filepos, and
elf_backend_do_copy_private_bfd_data.
* targets.c: Add bfd_target bfd_elf32_i386qnx_vec.

21 years ago * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
Alan Modra [Fri, 31 May 2002 02:28:53 +0000 (02:28 +0000)] 
* elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
Move other similar defines to start of file.

21 years ago * config/tc-mips.c (mips_ip): Use unsigned long values for
Thiemo Seufer [Fri, 31 May 2002 02:27:15 +0000 (02:27 +0000)] 
* config/tc-mips.c (mips_ip): Use unsigned long values for
warning output.

21 years ago * config/tc-mips.c (s_cpsetup): Fix initialization of
Thiemo Seufer [Fri, 31 May 2002 02:20:04 +0000 (02:20 +0000)] 
* config/tc-mips.c (s_cpsetup): Fix initialization of
mips_cpreturn_register and mips_cpreturn_offset.

21 years ago * run.c: Fix formatting.
Kazu Hirata [Fri, 31 May 2002 02:17:26 +0000 (02:17 +0000)] 
* run.c: Fix formatting.

21 years ago * config/tc-mips.c (s_cpsetup): Fix comment.
Thiemo Seufer [Fri, 31 May 2002 02:04:55 +0000 (02:04 +0000)] 
* config/tc-mips.c (s_cpsetup): Fix comment.

21 years ago * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
Thiemo Seufer [Fri, 31 May 2002 01:58:18 +0000 (01:58 +0000)] 
* config/tc-mips.c (md_begin): Add $ra as alias name for $31.
(mips_ip): Likewise.
(mips16_ip): Likewise.
(tc_get_register): Likewise.

21 years agoZap more a29k stragglers.
Andrew Cagney [Fri, 31 May 2002 01:45:16 +0000 (01:45 +0000)] 
Zap more a29k stragglers.

21 years ago* gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
Andrew Cagney [Fri, 31 May 2002 01:36:16 +0000 (01:36 +0000)] 
* gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
to ``Obsoleting code''.  Revise.

21 years ago[ gas/ChangeLog ]
Chris Demetriou [Fri, 31 May 2002 01:17:18 +0000 (01:17 +0000)] 
[ gas/ChangeLog ]
2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
            Ed Satterthwaite  <ehs@broadcom.com>

* config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
(mips_opts): Initialize "ase_mdmx" member.
(file_ase_mdmx): New variable.
(CPU_HAS_MDMX): New macro.
(md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
based on command line options and configuration defaults.
(macro_build): Note in comment that use of MDMX in macros is
not currently allowed.
(validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
"Z" MDMX operand types.
(mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
types.
(OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
Add support for "-mdmx" and "-no-mdmx" options.
(OPTION_ELF_BASE): Move to accomodate new options.
(s_mipsset): Support ".set mdmx" and ".set nomdmx".
(mips_elf_final_processing): Set MDMX ASE ELF header flag if
file_ase_mdmx was set.
* doc/as.texinfo: Document -mdmx and -no-mdmx options.
* doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
nomdmx" directives.

[ gas/testsuite/ChangeLog ]
2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>

* gas/mips/mips64-mdmx.s: New file.
* gas/mips/mips64-mdmx.d: Likewise.
* gas/mips/mips.exp: Run new "mips64-mdmx" test.

[ include/opcode/ChangeLog ]
2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>

* mips.h (OP_SH_ALN, OP_MASK_ALN, OP_SH_VSEL, OP_MASK_VSEL)
(MDMX_FMTSEL_IMM_QH, MDMX_FMTSEL_IMM_OB, MDMX_FMTSEL_VEC_QH)
(MDMX_FMTSEL_VEC_OB, INSN_READ_MDMX_ACC, INSN_WRITE_MDMX_ACC)
(INSN_MDMX): New constants, for MDMX support.
(opcode character list): Add "O", "Q", "X", "Y", and "Z" for MDMX.

[ opcodes/ChangeLog ]
2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
            Ed Satterthwaite  <ehs@broadcom.com>

* mips-dis.c (print_insn_arg): Add support for 'O', 'Q', 'X', 'Y',
and 'Z' formats, for MDMX.
        (mips_isa_type): Add MDMX instructions to the ISA
bit mask for bfd_mach_mipsisa64.
* mips-opc.c: Add support for MDMX instructions.
(MX): New definition.

* mips-dis.c: Update copyright years to include 2002.

21 years ago* config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
Jason Thorpe [Fri, 31 May 2002 01:10:48 +0000 (01:10 +0000)] 
* config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.

21 years agoAdd 16 bit R_RBA.
Tom Rix [Fri, 31 May 2002 01:07:21 +0000 (01:07 +0000)] 
Add 16 bit R_RBA.

21 years ago* Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
Jason Thorpe [Fri, 31 May 2002 00:59:15 +0000 (00:59 +0000)] 
* Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
sparcnbsd-nat.c, and sparcnbsd-tdep.c.
(sparc64nbsd-nat.o)
(sparcnbsd-nat.o)
(sparcnbsd-tdep.o): New dependency lists.
* NEWS: Note new UltraSPARC NetBSD native configuration.
* configure.host (sparc64-*-netbsd*): New host.
* configure.tgt (sparc-*-netbsdelf*)
(sparc-*-netbsd*): Set gdb_target to nbsd.
(sparc64-*-netbsd*): New target.
* sparc64nbsd-nat.c: New file.
* sparcnbsd-nat.c: New file.
* sparcnbsd-tdep.c: New file.
* sparcnbsd-tdep.h: New file.
* config/sparc/nbsd.mt: New file.
* config/sparc/nbsd64.mh: New file.
* config/sparc/nbsd64.mt: New file.
* config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
(HOST_IPC): Remove.
* config/sparc/nbsdaout.mt: Remove.
* config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
(HOST_IPC): Remove.
* config/sparc/nbsdelf.mt: Remove.
* config/sparc/nm-nbsd.h: Update copyright years.  Remove all
sparc-nat.c compatiblity defines.
* config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
(GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
* config/sparc/tm-nbsd64.h: New file.
* config/sparc/tm-nbsdaout.h: Remove.
* config/sparc/xm-nbsd.h: Remove.

21 years ago* Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
Jason Thorpe [Fri, 31 May 2002 00:19:47 +0000 (00:19 +0000)] 
* Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
* sparc-tdep.c: Include osabi.h.
(gdbarch_tdep): Add osabi member.
(_initialize_sparc_tdep): Use gdbarch_register.
(sparc_gdbarch_init): Use generic OS ABI framework.
(sparc_dump_tdep): New function.

21 years ago*** empty log message ***
gdbadmin [Fri, 31 May 2002 00:00:07 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Fri, 31 May 2002 00:00:06 +0000 (00:00 +0000)] 
daily update

21 years ago * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
Thiemo Seufer [Thu, 30 May 2002 23:38:19 +0000 (23:38 +0000)] 
* config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
command line switch conforming to gcc conventions.
* doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.

21 years ago * config/tc-mips.c (macro_build_jalr): New Function.
Thiemo Seufer [Thu, 30 May 2002 23:32:47 +0000 (23:32 +0000)] 
* config/tc-mips.c (macro_build_jalr): New Function.
(md_begin): NewABI uses big GOTs.
(macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
(load_address): Add some NewABI PIC support.
(macro): Likewise.
(md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
(tc_gen_reloc): Don't encode NewABI vtables in REL relocations.

21 years agoMake safe_read_memory_integer() return non-zero result when successful.
Kevin Buettner [Thu, 30 May 2002 22:41:24 +0000 (22:41 +0000)] 
Make safe_read_memory_integer() return non-zero result when successful.

21 years ago * doc/c-alpha.texi: Add docs for tls relocations.
Richard Henderson [Thu, 30 May 2002 22:34:41 +0000 (22:34 +0000)] 
    * doc/c-alpha.texi: Add docs for tls relocations.

21 years ago * config/tc-mips.c (load_address): Use mips_gp_register instead
Thiemo Seufer [Thu, 30 May 2002 22:29:20 +0000 (22:29 +0000)] 
* config/tc-mips.c (load_address): Use mips_gp_register instead
of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
instead.
(macro): Use mips_gp_register instead of hardcoded value.

21 years agoinclude/elf/
Richard Henderson [Thu, 30 May 2002 22:01:38 +0000 (22:01 +0000)] 
include/elf/
        * alpha.h (R_ALPHA_TLSGD, R_ALPHA_TLSLDM, R_ALPHA_DTPMOD64,
        R_ALPHA_GOTDTPREL, R_ALPHA_DTPREL64, R_ALPHA_DTPRELHI,
        R_ALPHA_DTPRELLO, R_ALPHA_DTPREL16, R_ALPHA_GOTTPREL, R_ALPHA_TPREL64,
        R_ALPHA_TPRELHI, R_ALPHA_TPRELLO, R_ALPHA_TPREL16): New.

bfd/
        * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
        ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
        (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
        (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
        (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
        (struct alpha_elf_obj_tdata): Rename total_got_entries and
        n_local_got_entries to total_got_size and local_got_size.
        (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
        (alpha_got_entry_size): New.
        (elf64_alpha_relax_with_lituse): Use it.
        (elf64_alpha_relax_without_lituse): Likewise.
        (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
        (get_got_entry): New.
        (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
        (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
        (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
        (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
        (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
        (elf64_alpha_calc_got_offsets): Likewise.
        (alpha_dynamic_entries_for_reloc): New.
        (elf64_alpha_calc_dynrel_sizes): Use it.
        (elf64_alpha_size_dynamic_sections): Likewise.
        (elf64_alpha_relocate_section): Handle TLS relocations.
        * reloc.c: Add Alpha TLS relocations.
        * bfd-in2.h, libbfd.h: Rebuild.

gas/
        * expr.h (operatorT): Add O_md17..O_md32.
        * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
        O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
        O_tprelhi, O_tprello, O_tprel): New.
        (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
        (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
        (LITUSE_TLSGD, LITUSE_TLSLDM): New.
        (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
        saw_lu_tlsgd, saw_lu_tlsldm.  Make multi_section_p a bit field.
        (md_apply_fix3): Handle TLS relocations.
        (alpha_force_relocation, alpha_fix_adjustable): Likewise.
        (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
        associated TLS reloc.  Check lituse_tls relocs match up.
        (emit_insn): Handle TLS relocations.
        (ldX_op): Remove.

gas/testsuite/
        * gas/alpha/elf-tls-1.s, gas/alpha/elf-tls-1.d: New.
        * gas/alpha/elf-tls-2.s, gas/alpha/elf-tls-1.l: New.
        * gas/alpha/elf-tls-3.s, gas/alpha/elf-tls-1.l: New.
        * gas/alpha/alpha.exp: Run them.

21 years ago * ld-bootstrap/bootstrap.exp: Test --relax.
Richard Henderson [Thu, 30 May 2002 21:39:41 +0000 (21:39 +0000)] 
    * ld-bootstrap/bootstrap.exp: Test --relax.

21 years ago * config/tc-mips.c (mips_gprel_offset): New variable.
Thiemo Seufer [Thu, 30 May 2002 21:06:14 +0000 (21:06 +0000)] 
* config/tc-mips.c (mips_gprel_offset): New variable.
(s_gpvalue): Use it.

21 years ago2002-05-30 Michael Chastain <mec@shout.net>
Michael Chastain [Thu, 30 May 2002 19:09:47 +0000 (19:09 +0000)] 
2002-05-30  Michael Chastain  <mec@shout.net>
From Benjamin Kosnik  <bkoz@redhat.com>

* gdb.c++/m-static.cc: New file.
* gdb.c++/m-static.exp: New file.

21 years agod10v fixes.
Tom Rix [Thu, 30 May 2002 16:16:30 +0000 (16:16 +0000)] 
d10v fixes.

21 years agoSome d10v gas tests.
Tom Rix [Thu, 30 May 2002 16:12:23 +0000 (16:12 +0000)] 
Some d10v gas tests.

21 years agoFix for invalid conflict warning.
Tom Rix [Thu, 30 May 2002 15:25:37 +0000 (15:25 +0000)] 
Fix for invalid conflict warning.

21 years ago* lf.c (lf_print__gnu_copyleft): Convert multiline strings to
DJ Delorie [Thu, 30 May 2002 15:07:06 +0000 (15:07 +0000)] 
* lf.c (lf_print__gnu_copyleft): Convert multiline strings to
compatible format.
* gen-idecode.c (print_run_until_stop_body): Likewise.
* gen-model.c (gen_model_c): Likewise.

21 years agoRemove double printed import table lines; add Bound-To comment.
Nick Clifton [Thu, 30 May 2002 11:06:10 +0000 (11:06 +0000)] 
Remove double printed import table lines; add Bound-To comment.

21 years ago* NEWS: Add entry for VAX ELF support.
Jason Thorpe [Thu, 30 May 2002 02:58:04 +0000 (02:58 +0000)] 
* NEWS: Add entry for VAX ELF support.

21 years ago* configure.in (vax-*-netbsd*): Don't build gas for this
Jason Thorpe [Thu, 30 May 2002 02:47:47 +0000 (02:47 +0000)] 
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.

21 years ago2002-05-29 Matt Thomas <matt@3am-software.com>
Jason Thorpe [Thu, 30 May 2002 02:40:03 +0000 (02:40 +0000)] 
2002-05-29  Matt Thomas  <matt@3am-software.com>
            Jason Thorpe  <thorpej@wasabisystems.com>

* Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
(eelf32vax.c)
(evaxnbsd.c): New rules.
* Makefile.in: Regenerate.
* configure.tgt (vax-*-netbsdelf*)
(vax-*-netbsdaout*)
(vax-*-netbsd*): New targets.
* emulparams/elf32vax.sh: New file.
* emulparams/vaxnbsd.sh: New file.

21 years ago2002-05-29 Matt Thomas <matt@3am-software.com>
Jason Thorpe [Thu, 30 May 2002 02:14:13 +0000 (02:14 +0000)] 
2002-05-29  Matt Thomas  <matt@3am-software.com>

* Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
(BFD32_BACKENDS_CFILES): Add elf32-vax.c.
(elf32-vax.lo): New rule.
* Makefile.in: Regenerate.
* configure.in (bfd_elf32_vax_vec)
(vaxnetbsd_vec): New vectors.
* configure: Regenerate.
* config.bfd (vax-*-netbsdelf*)
(vax-*-netbsdaout*)
(vax-*-netbsd*): New targets.
* elf32-vax.c: New file.
* reloc.c: Add VAX relocations.
* bfd-in2.h: Regenerate.
* targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.

21 years ago2002-05-29 Matt Thomas <matt@3am-software.com>
Jason Thorpe [Thu, 30 May 2002 01:43:48 +0000 (01:43 +0000)] 
2002-05-29  Matt Thomas  <matt@3am-software.com>

* vax.h: New file

21 years agoFix typo in previous entry.
Jason Thorpe [Thu, 30 May 2002 01:31:03 +0000 (01:31 +0000)] 
Fix typo in previous entry.

21 years ago* Makefile.in (ppc_tdep_h): Define.
Jason Thorpe [Thu, 30 May 2002 01:21:53 +0000 (01:21 +0000)] 
* Makefile.in (ppc_tdep_h): Define.
(ppc-linux-nat.o)
(ppc-linux-tdep.o)
(rs6000-tdep.o): Use $(ppc_tdep_h).
(ppc-sysv-tdep.o)
(ppcnbsd-nat.o)
(ppcnbsd-tdep.o): New dependency lists.
* ppc-tdep.h: Use generic OS ABI framework.
* ppc-linux-tdep.c (_initialize_ppc_linux_tdep,
ppc_linux_init_abi): New functions.
(ppc_sysv_abi_broken_use_struct_convention)
(ppc_sysv_abi_use_struct_convention)
(ppc_sysv_abi_push_arguments): Move to...
* ppc-sysv-tdep.c: ...here.
* ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
* rs6000-tdep.c (process_note_abi_tag_sections)
(get_elfosabi): Remove.
(rs6000_gdbarch_init): Use generic OS ABI framework.
(rs6000_dump_tdep): New function.
(_initialize_rs6000_tdep): Use gdbarch_register.
* config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
* config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
* config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
of ppc-linux-tdep.o.
* config/powerpc/nbsd.mt (TDEPFILES): Likewise.
* config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
* config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
* config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
* config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
* config/powerpc/vxworks.mt (TDEPFILES): Likewise.

21 years ago * MAINTAINERS: Add self as M68k maintainer.
Ben Elliston [Thu, 30 May 2002 01:14:21 +0000 (01:14 +0000)] 
* MAINTAINERS: Add self as M68k maintainer.

21 years ago* macroscope.c (default_macro_scope): Put `void' in empty argument
Jim Blandy [Thu, 30 May 2002 00:02:03 +0000 (00:02 +0000)] 
* macroscope.c (default_macro_scope): Put `void' in empty argument
list.

21 years ago*** empty log message ***
gdbadmin [Thu, 30 May 2002 00:00:05 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
Jason Thorpe [Wed, 29 May 2002 21:10:18 +0000 (21:10 +0000)] 
* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
and bfd_elf32_bigarm_vec to targ_selvecs.

21 years ago* peXXigen.c (pe_print_idata): Fix seg faults on printing import tables with
Christopher Faylor [Wed, 29 May 2002 20:06:28 +0000 (20:06 +0000)] 
* peXXigen.c (pe_print_idata): Fix seg faults on printing import tables with
auto-imported symbols.

21 years agoSet the FSR and FAR registers if a Data Abort is detected.
Nick Clifton [Wed, 29 May 2002 19:01:36 +0000 (19:01 +0000)] 
Set the FSR and FAR registers if a Data Abort is detected.

21 years ago* Makefile.in (arch-utils.o): Add $(sim_regno_h).
Andrew Cagney [Wed, 29 May 2002 16:39:56 +0000 (16:39 +0000)] 
* Makefile.in (arch-utils.o): Add $(sim_regno_h).
* arch-utils.c: Include "sim-regno.h".
* gdbarch.sh: Don't include "sim-regno.h".
* gdbarch.h, gdbarch.c: Regenerate.
* sim-regno.h (legacy_register_sim_regno): Move declaration from
here.
* arch-utils.h (legacy_register_sim_regno): To here.
* remote-sim.c (legacy_register_sim_regno): Move function from
here.
* arch-utils.c (legacy_register_sim_regno): To here.

21 years agoFix genreation of arm <->thumb glue stubs by ensuring that they are in the last secti...
Nick Clifton [Wed, 29 May 2002 16:03:04 +0000 (16:03 +0000)] 
Fix genreation of arm <->thumb glue stubs by ensuring that they are in the last section linked.

21 years agoMove declaration and initialisation of saw_line and saw_func out of for loop.
Nick Clifton [Wed, 29 May 2002 08:46:58 +0000 (08:46 +0000)] 
Move declaration and initialisation of saw_line and saw_func out of for loop.
(Actual patch accidentally checked in yesterday!)

21 years ago * binutils-all/objcopy.exp (strip_test_with_saving_a_symbol):
Alan Modra [Wed, 29 May 2002 05:00:33 +0000 (05:00 +0000)] 
* binutils-all/objcopy.exp (strip_test_with_saving_a_symbol):
Revert 2001-11-15.  Instead allow `D main'.

21 years ago * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
Alan Modra [Wed, 29 May 2002 05:00:01 +0000 (05:00 +0000)] 
* elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
(bfd_elf64_get_symbol_info): Define.
* elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.

21 years ago2002-05-28 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 29 May 2002 02:23:20 +0000 (02:23 +0000)] 
2002-05-28  Michael Snyder  <msnyder@redhat.com>

* gdb.base/call-ar-st.exp: Allow for reduced floating point
        precision.

21 years ago* sim-regno.h: New file.
Andrew Cagney [Wed, 29 May 2002 01:51:17 +0000 (01:51 +0000)] 
* sim-regno.h: New file.
* Makefile.in (sim_regno_h): Define.
(d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
* remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
(legacy_register_sim_regno): New function.
(one2one_register_sim_regno): New function.
(gdbsim_fetch_register): Rewrite.
(gdbsim_store_register): Only store a register when
REGISTER_SIM_REGNO is valid.
* d10v-tdep.c: Include "sim-regno.h".
(d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
(d10v_ts3_register_sim_regno): Ditto.
* gdbarch.sh: Include "sim-regno.h".
(REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
* gdbarch.h, gdbarch.c: Regenerate.
* arch-utils.h (default_register_sim_regno): Delete declaration.
* arch-utils.c (default_register_sim_regno): Delete function.

21 years ago * cpu-h8300.c: Make default h8300 machine first in machine list.
Alan Modra [Wed, 29 May 2002 00:58:46 +0000 (00:58 +0000)] 
* cpu-h8300.c: Make default h8300 machine first in machine list.

21 years ago*** empty log message ***
gdbadmin [Wed, 29 May 2002 00:00:06 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Wed, 29 May 2002 00:00:05 +0000 (00:00 +0000)] 
daily update

21 years ago2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
Marek Michalkiewicz [Tue, 28 May 2002 20:06:27 +0000 (20:06 +0000)] 
2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>

* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
and libgcj for AVR.

21 years ago * config/tc-mips.c: Replace GP in comments by $gp.
Thiemo Seufer [Tue, 28 May 2002 19:23:09 +0000 (19:23 +0000)] 
* config/tc-mips.c: Replace GP in comments by $gp.
(mips_big_got): Initialize.
(mips_trap): Initialize.
(load_address): Use mips_gp_register instead of hardcoded value.
Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
(macro): Use mips_gp_register instead of hardcoded value.
(macro2): Change load_address calls.
(md_pcrel_from): Comment formatting.
(s_cpload): Use mips_gp_register instead of hardcoded value.
(s_cprestore): Likewise. Comment formatting.
(s_gpword): Fix data type.
(s_cpadd): Use mips_gp_register instead of hardcoded value.
(nopic_need_relax): Replace GP in comments by $gp.
(mips_elf_final_processing): Better comment.

21 years ago* ppcnbsd-nat.c: Rewrite.
Jason Thorpe [Tue, 28 May 2002 18:43:08 +0000 (18:43 +0000)] 
* ppcnbsd-nat.c: Rewrite.
* ppcnbsd-tdep.c: New file.
* ppcnbsd-tdep.h: New file.
* config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
solib.o, and solib-svr4.o.
* config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
nbsd-tdep.o, and corelow.o.