aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-19s/@example/@smallexample/Andrew Cagney3-347/+352
2002-03-19* command.h (struct cmd_list_element): Add field context.Andrew Cagney4-0/+38
(set_cmd_context, get_cmd_context): Declare. * cli/cli-decode.h: Ditto. * cli/cli-decode.c (get_cmd_context): New function. (set_cmd_context): New function. (add_cmd): Initialize context. Part of fixing PR gdb/145 and PR gdb/146.
2002-03-19*** empty log message ***gdbadmin1-1/+1
2002-03-18daily updateAlan Modra1-1/+1
2002-03-18Increase default memory size to 8MB.Anthony Green2-1/+5
2002-03-18 * i386-dis.c (prefix_name): Fix handling of 32bit address prefixJan Hubicka2-13/+41
in 64bit mode. (print_insn) Likewise. (putop): Fix handling of 'E' (OP_E, OP_OFF): handle 32bit addressing mode in 64bit. (ptr_reg): Likewise.
2002-03-18merge from gccDJ Delorie2-2/+7
2002-03-18* config/tc-mips.c (md_estimate_size_before_relax): Do not modifyAlexandre Oliva2-12/+9
the EXTENDED bit here; report the estimate according to the current size.
2002-03-18 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"Jan Hubicka5-6/+51
* configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native. * elf_x86_64.sh (ARCH): Set to i386:x86-64 set libraries to default to lib64 paths.
2002-03-18* gdbint.texinfo (Releasing GDB): Add section ``Versions andAndrew Cagney2-0/+105
Branches''.
2002-03-18* gdbint.texinfo (Releasing GDB): Add the section``Branch CommitAndrew Cagney2-0/+36
Policy''.
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton49-1012/+2387
2002-03-18Updated French translationsNick Clifton12-548/+572
2002-03-18 * ldmain.c (main): Move .text readonly flag fudges from here..Alan Modra3-14/+21
* ldlang.c (lang_process): ..to here.
2002-03-18* cli/cli-decode.c (cmd_type): New function.Andrew Cagney6-11/+74
* command.h (cmd_type): Declare. * infrun.c (set_schedlock_func): Call function cmd_type. * kod.c (kod_set_os): Call cmd_type. * cris-tdep.c (cris_version_update): Use function cmd_type. (cris_mode_update, cris_abi_update): Ditto.
2002-03-18 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.Alan Modra4-7/+15
* libbfd.h: Regenerate. * archive.c (coff_write_armap): Pass on failures from bfd_write_bigendian_4byte_int.
2002-03-18*** empty log message ***gdbadmin1-1/+1
2002-03-17daily updateAlan Modra1-1/+1
2002-03-17* command.h: (execute_cmd_post_hook): Declare.Andrew Cagney5-20/+61
(execute_cmd_pre_hook): Declare. * cli/cli-script.c (clear_hook_in_cleanup): New function. (execute_cmd_post_hook, execute_cmd_pre_hook): New functions. Execute pre/post hook while ensuring that afterwords hook_in is cleared. * top.c (execute_command): Use execute_cmd_post_hook, and execute_cmd_pre_hook to execute pre/post commands. * infrun.c (normal_stop): Pass stop_command and not pre_hook to hook_stop_stub. (hook_stop_stub): Call execute_cmd_pre_hook.
2002-03-17* kod.c (kod_set_os): Revert previous change. Is called by ``infoAndrew Cagney2-1/+17
set'' and this leads to a core dump. Move xstrdup of operating_system to after check that it is not NULL.
2002-03-17* kod.c (kod_set_os): Remove unnecessary check thatAndrew Cagney2-3/+3
``command->type'' is set_cmd.
2002-03-17* valprint.c (set_input_radix): Use input_radix.Andrew Cagney2-2/+13
(set_output_radix): Use output_radix. (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix isn't reverted.
2002-03-172002-03-16 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-8/+19
* mips-opc.c (M3D): Tweak comment. (mips_builtin_op): Add comment indicating that opcodes of the same name must be placed together in the table, and sort the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt", "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
2002-03-17fix tipoAndrew Cagney2-2/+4
2002-03-17* value.h (struct value): Delete field ``substring_addr''. ChangeAndrew Cagney2-11/+10
aligner fields to force_doublest_align, force_longest_align, force_core_addr_align and force_pointer_align.
2002-03-17*** empty log message ***gdbadmin1-1/+1
2002-03-16 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,Peter Schauer2-0/+6
to fix internal_error from ``maintenance print architecture''.
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