aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-16 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field typePeter Schauer2-1/+19
for gcc versions after gcc-2.8.1.
2002-03-16 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointerPeter Schauer2-8/+16
for method resolution. Restore adjustment of ``this'' pointer after calling value_struct_elt, which was accidentally removed during the HP merge.
2002-03-16* ltmain.sh (relink_command): Fix typo in previous change.Alexandre Oliva2-1/+5
2002-03-16Wrap overly long line in last patch.Andreas Jaeger1-1/+2
2002-03-16 * doc/c-mips.texi (Machine Dependencies): Add new node.Andreas Jaeger2-8/+13
2002-03-16Tidy up sh64 rulesNick Clifton3-34/+31
2002-03-162002-03-15 Chris G. Demetriou <cgd@broadcom.com>Chris Demetriou2-1/+5
* mips-dis.c: Update copyright years.
2002-03-16[ gas/ChangeLog ]Chris Demetriou13-11/+501
2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * config/tc-mips.c (mips_set_options): New "ase_mips3d" member. (mips_opts): Initialize "ase_mips3d" member. (file_ase_mips3d): New variable. (CPU_HAS_MIPS3D): New macro. (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d based on command line options and configuration defaults. (macro_build, mips_ip): Accept MIPS-3D instructions if mips_opts.ase_mips3d is set. (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option): Add support for "-mips3d" and "-no-mips3d" options. (OPTION_ELF_BASE): Move to accomodate new options. (s_mipsset): Support ".set mips3d" and ".set nomips3d". (mips_elf_final_processing): Add a comment indicating that a MIPS-3D ASE ELF header flag should be set, when one exists. * doc/as.texinfo: Document -mips3d and -no-mips3d options. * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set nomips3d" directives. [ gas/testsuite/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * gas/mips/mips64-mips3d.s: New file. * gas/mips/mips64-mips3d.d: Likewise. * gas/mips/mips.exp: Run new "mips64-mips3d" test. [ include/opcode/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * mips.h (INSN_MIPS3D): New definition used to mark MIPS-3D instructions. (OPCODE_IS_MEMBER): Adjust comments to indicate that ASE bit masks may be passed along with the ISA bitmask. [ opcodes/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that indicate that they should dissassemble all applicable MIPS-specified ASEs. * mips-opc.c: Add support for MIPS-3D instructions. (M3D): New definition. * mips-opc.c: Update copyright years.
2002-03-16* eval.c (evaluate_subexp_standard): Pass ``selected_frame'' toAndrew Cagney4-10/+18
value_of_register. * findvar.c (value_of_register): Add ``frame'' parameter. Pass to get_saved_register. * value.h (value_of_register): Update.
2002-03-162002-03-15 Chris G. Demetriou <cgd@broadcom.com>Chris Demetriou2-6/+10
* mips-opc.c (mips_builtin_opcodes): Sort bc<N> opcodes by name.
2002-03-162002-03-15 Chris G. Demetriou <cgd@broadcom.com>Chris Demetriou2-4/+12
* gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
2002-03-16*** empty log message ***gdbadmin1-1/+1
2002-03-15* ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.Alexandre Oliva2-2/+14
(relink_command): Added --tag flags. (mode=install): If relinking fails; error out.
2002-03-152002-03-15 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-4/+12
* mips-dis.c (is_newabi): Fix ABI decoding.
2002-03-152002-03-14 Chris G. Demetriou <cgd@broadcom.com>Chris Demetriou2-4/+9
* mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32 and bfd_mach_mipsisa64 cases to match the rest.
2002-03-15 * configure.in: Detect declaration for canonicalize_file_name.Richard Henderson5-413/+467
* utils.c (canonicalize_file_name): Declare, if needed. (gdb_realpath): Prefer realpath if available and usable. * config.in, configure: Rebuild.
2002-03-15*** empty log message ***gdbadmin1-1/+1
2002-03-14daily updateAlan Modra1-1/+1
2002-03-14 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 asRichard Henderson2-2/+11
a constant array bound.
2002-03-14Add myself to write-after-approval.Richard Henderson1-0/+1
2002-03-142002-03-14 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+7
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD error to bfd_error_nonrepresentable_section for reinit_array section in DSO.
2002-03-14When adding BSF_WEAK flag, OR it in rather than replacing previously selectedNick Clifton2-5/+6
flags.
2002-03-14Set ar_max_namelen to 15Nick Clifton2-7/+12
2002-03-14 * ldlang.c (lang_check): Remove the word size check added in lastAlan Modra2-4/+7
change. Treat emitrelocations case as for relocatable links.
2002-03-14 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.Alan Modra3-7/+54
(N): Use the above. * elflink.h (elf_bfd_final_link): Revert last change. Instead, ensure reloc size matches before calling elf_link_input_bfd. Add an assert to check reloc size when counting output relocs.
2002-03-14 * gas/mmix/weak1.d, gas/mmix/weak1.d: New test.Hans-Peter Nilsson3-0/+34
2002-03-14 * config/tc-mmix.c (md_estimate_size_before_relax): Don't considerHans-Peter Nilsson2-1/+7
a weak symbol in same section to be within reach.
2002-03-14Fix compile time failureNick Clifton2-1/+5
2002-03-14*** empty log message ***gdbadmin1-1/+1
2002-03-13daily updateAlan Modra1-1/+1
2002-03-13 * gdbserver/remote-util.c (remote_open): Print remote-side'sMichal Ludvig2-3/+11
IP address when remote debugging over the network.
2002-03-13Updated French translationsNick Clifton12-1842/+1776
2002-03-13 * ppc-opc.c: Add optional `L' field to tlbie.Alan Modra2-1/+9
(XRTLRA_MASK): Define.
2002-03-13 * archures.c (bfd_default_compatible): Test bits_per_word.Alan Modra6-73/+31
* cpu-i386.c (i386_compatible): Remove. Replace occurrences with bfd_default_compatible. * cpu-i370.c (i370_compatible): Likewise. * cpu-sparc.c (sparc_compatible): Likewise. * cpu-h8300.c (compatible): Test in->arch == out->arch.
2002-03-13Revert last change.Alan Modra2-57/+43
2002-03-13 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Use ELF sectionAlan Modra2-43/+57
types instead of section names to determine whether init/fini array dynamic tags are needed.
2002-03-13 * elflink.h: Formatting fixes.Alan Modra2-14/+13
(elf_link_output_extsym): Merge undefined and undef weak cases.
2002-03-13What was I thinking....David O'Brien3-38/+43
2002-03-12 David O'Brien <obrien@FreeBSD.org> * config/sparc/fbsd.mh: Fix copyright. * config/sparc/fbsd.mt: Likewise.
2002-03-13 * ldlang.c (lang_check): Do relocatable link checks first, so thatAlan Modra2-14/+26
warn_mismatch can't override. Check compatible and word size too.
2002-03-13 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfdAlan Modra2-3/+9
when word size of input matches output word size.
2002-03-13 * Makefile.in (NOTPARALLEL): New. Use it instead of explicitRichard Henderson2-70/+81
.NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check.
2002-03-13*** empty log message ***gdbadmin1-1/+1
2002-03-12daily updateAlan Modra1-1/+1
2002-03-122002-03-12 Chris Demetriou <cgd@broadcom.com>Chris Demetriou4-19/+606
* configure.in (mipsisa32*-*-*, mipsisa64*-*-*): New targets. * mips.igen (mips32, mips64): New models, add to all instructions and functions as appropriate. (loadstore_ea, check_u64): New variant for model mips64. (check_fmt_p): New variant for models mipsV and mips64, remove mipsV model marking fro other variant. (SLL) Rename to... (SLLa) this. (CLO, CLZ, MADD, MADDU, MSUB, MSUBU, MUL, SLLb): New instructions for mips32 and mips64. (DCLO, DCLZ): New instructions for mips64.
2002-03-12merge from gccDJ Delorie2-1/+15
2002-03-12 * cpu-i386.c (i386_compatible): New. Use it instead ofAndreas Jaeger2-6/+27
bfd_default_compatible.
2002-03-12 * config/tc-ia64.c (fixup_unw_records): Clear region when seeing aAndreas Schwab2-1/+11
body record so that an error is given for misplaced .save pseudo-ops.
2002-03-12 * Makefile.in (.NOTPARALLEL): Add fake tag.Richard Henderson2-0/+9
2002-03-12*** empty log message ***gdbadmin1-1/+1
2002-03-11daily updateAlan Modra1-1/+1