aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-10 * hw-tree.c (parse_integer_property): Typo fix in comments.Ben Elliston3-3/+8
* sim-options.c (sim_args_command): Likewise.
2004-07-10daily updateAlan Modra1-1/+1
2004-07-10*** empty log message ***gdbadmin1-1/+1
2004-07-09Make -meb/-mel options work.Jim Wilson2-3/+14
* config/tc-ia64.c (default_big_endian): New. (dot_byteorder, md_begin): Use it. (md_parse_option): Set it.
2004-07-09Removed ada-tasks.c, as ACT plans to rewrite it extensively beforePaul N. Hilfinger1-1447/+0
submission.
2004-07-09Remove ARI problems:Paul N. Hilfinger4-61/+143
* ada-exp.y (write_var_from_sym): Reformat to put operator at beginning of line. * ada-lang.c (MAX_OF_SIZE): Rename max_of_size. Add comment. Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE. (MIN_OF_SIZE): Rename min_of_size. Add comment. (UMAX_OF_SIZE): Renmae umax_of_size. Add comment. (UMIN_OF_SIZE): Remove. (max_of_type): New function to replace orphan macro in gdbtypes.h (min_of_type): Ditto. (discrete_type_high_bound): Use max_of_type. (discrete_type_low_bound): Use min_of_type. (possible_user_operator_p): Move operator to beginning of line. (ada_is_variant_part): Ditto. (ensure_lval): Rewrite to avoid deprecated operations. (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr rather than adding DEPRECATED_FUNCTION_START_OFFSET. (ada_enum_name): Remove assignments in 'if' statements. (build_ada_types): Add gdbarch parameter. (_initialize_ada_language): Replace deprecated_register_gdbarch_swap with gdbarch_data_register_post_init. Use add_setshow_uinteger_cmd rather than add_set_cmd and add_show_from_set. * ada-valprint.c (inspect_it): Remove declaration. (repeat_count_threshold): Remove declaration. (ada_print_floating): Remove assignments in 'if' statements. (print_str): Move operator to beginning of line.
2004-07-092004-07-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-13/+19
PR 240 * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in .init/.fini sections when trying to relax it.
2004-07-09Fix @kindex entries so that multiple commands thatEli Zaretskii2-123/+68
have the same prefix have only their prefix in the index.
2004-07-09binutils/testsuite/:Andreas Schwab7-9/+160
* binutils-all/m68k/movem.s: New file. * binutils-all/m68k/objdump.exp: New file. include/opcode/: * m68k.h: Fix comment. opcodes/: * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
2004-07-09* gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.Nick Clifton4-0/+120
* gas/m32r/pic2.d: New file: Expected results.
2004-07-09 (asm_prefix): Add parameter: name. No underscore for symbols beginning with ?.Nick Clifton2-31/+45
(ASM_PREFIX): Add parameter: NAME. (gen_exp_file): Use new parameter. (make_label): Likewise. (make_imp_label): Likewise. (make_one_lib_file): Likewise.
2004-07-09* elf.c (assign_file_positions_for_segments): Make sure the .dynamic sectionNick Clifton2-0/+17
is the first section in the PT_DYNAMIC segment
2004-07-09Rename sh-symbian-elf toolchain to sh-*-symbianelfNick Clifton12-10/+34
2004-07-09daily updateAlan Modra1-1/+1
2004-07-09*** empty log message ***gdbadmin1-1/+1
2004-07-08* rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.Jim Blandy2-8/+4
2004-07-082004-07-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+8
* gdb.java/jmain.exp: Fix expected line number for main to break at. Set XFAIL for break at main test since gcj does not provide line number info for first statement in main.
2004-07-082004-07-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-385/+488
* gdb.base/attach.exp: Cleanup copyright. Re-indent.
2004-07-08* Makefile.def (host_modules): Set bootstrap=true for flex.Alexandre Oliva4-4/+10
* Makefile.tpl (all-gcc): Depend on texinfo and flex. * Makefile.in: Rebuilt.
2004-07-08 * ld-mips-elf/reloc-merge-lo16.{s,d,ld}: New test.Richard Sandiford5-0/+59
* ld-mips-elf/mips-elf.exp: Run it.
2004-07-08Remove superfluous stuff from 2004-07-03 entry.Richard Sandiford1-7/+0
2004-07-08 * config/tc-mips.c (mips_fix_adjustable): If the full addend isRichard Sandiford5-11/+42
going to be split into more than one in-place addend, return 0 for relocations against mergeable sections. Associate comments with code.
2004-07-082004-07-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-13/+18
* gdb.base/sigbpt.exp: Make the common part of each test name a prefix instead of suffix.
2004-07-08Fix crash in symtab.c.Bob Rossi2-11/+19
2004-07-08I added the testcase for -file-list-exec-source-files to mi2-file.exp.Bob Rossi3-14/+23
It should have been added to mi-file.exp. So, here it is.
2004-07-08daily updateAlan Modra1-1/+1
2004-07-08*** empty log message ***gdbadmin1-1/+1
2004-07-072004-07-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-4/+10
* gdb.java/jmisc.exp: Fix expected output of ptype to look for the jmisc() constructor instead of <init>. * gdb.java/jmisc1.exp: Ditto.
2004-07-07Undo accidental commit whilst adding crx-elf portNick Clifton3-70/+60
2004-07-072004-07-07 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+8
* gdb.base/sigbpt.exp (stepi_out): Check for a single step corrupting the PC.
2004-07-07Add new port: crx-elfNick Clifton51-307/+6372
2004-07-07*** empty log message ***gdbadmin1-1/+1
2004-07-07daily updateAlan Modra1-1/+1
2004-07-062004-07-06 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-4/+9
* gdb.cp/templates.exp: Accept whitespace change in demangler output.
2004-07-062004-07-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston14-4/+128
* language.h (struct_language_defn): Add new function pointer: la_class_name_from_physname. Also add new prototype for language_class_name_from_physname. * language.c (language_class_name_from_physname): New function. (unk_lang_class_name): Ditto. (unknown_language_defn, auto_language_defn): Change to add unk_lang_class_name function pointer for la_class_name_from_physname. (local_language_defn): Ditto. * dwarf2read.c (guess_structure_name): Change to call language_class_name_from_physname. (determine_class_name): Ditto. * cp-support.c (class_name_from_physname): Renamed. (cp_class_name_from_physname): New name of function. * cp-support.h: Ditto. * c-lang.c (c_language_defn): Change to add NULL for class_name_from_physname function pointer. (cplus_language_defn): Change to add cp_class_name_from_physname. * jv-lang.c (java_class_name_physname): New function. (java_find_last_component): New static routine. (java_language_defn): Add java_class_name_from_physname pointer. * ada-lang.c (ada_language_defn): Change to add NULL for class_name_from_physname function pointer. * f-lang.c (f_language_defn): Ditto. * m2-lang.c (m2_language_defn): Ditto. * objc-lang.c (objc_language_defn): Ditto. * p-lang.c (pascal_language_defn): Ditto. * scm-lang.c (scm_language_defn): Ditto.
2004-07-06* Makefile.in: Update all dependency information.Jim Blandy2-92/+343
(BASICS_H, CPU_H, IDECODE_H, PSIM_H, REGISTERS_H, DEVICE_TABLE_H) (EMUL_GENERIC_H): Values updated. (ACCONFIG_H, ALTIVEC_EXPRESSION_H, ALTIVEC_REGISTERS_H) (ANSIDECL_H, BFD_H, BITS_H, CAP_H, COMMON_SIM_BASE_H) (COMMON_SIM_BASICS_H, COMMON_SIM_FPU_H, COMMON_SIM_INLINE_H) (COMMON_SIM_SIGNAL_H, CONFIG_H, COREFILE_H, COREFILE_N_H, DEBUG_H) (DEFINES_H, DEFS_H, DEVICE_H, E500_EXPRESSION_H, E500_REGISTERS_H) (EMUL_BUGAPI_H, EMUL_CHIRP_H, EMUL_NETBSD_H, EMUL_UNIX_H, EVENTS_H) (FILTER_FILENAME_H, FILTER_H, GDB_CALLBACK_H, GDB_REMOTE_SIM_H) (GEN_ICACHE_H, GEN_IDECODE_H, GEN_ITABLE_H, GEN_MODEL_H) (GEN_SEMANTICS_H, GEN_SUPPORT_H, HW_CPU_H, HW_H, HW_PHB_H) (ICACHE_H, IDECODE_BRANCH_H, IDECODE_EXPRESSION_H) (IDECODE_FIELDS_H, IGEN_H, INLINE_H, INTERRUPTS_H, ITABLE_H) (LD_CACHE_H, LD_DECODE_H, LD_INSN_H, LF_H, MISC_H, MODEL_H, MON_H) (OPTIONS_H, OS_EMUL_H, PK_H, PPC_CONFIG_H, SEMANTICS_H) (SIM_CALLBACKS_H, SIM_ENDIAN_H, SIM_ENDIAN_N_H, SIM_MAIN_H) (SPREG_H, STD_CONFIG_H, SUPPORT_H, TABLE_H, TARG_VALS_H, TCONFIG_H) (TREE_H, VM_H, VM_N_H, WORDS_H): New variables. (callback.o, cap.o, corefile.o, debug.o, device.o, device_table.o) (dgen.o, emul_bugapi.o, emul_chirp.o, emul_netbsd.o, emul_unix.o) (events.o, filter.o, filter_filename.o, filter_host.o) (gen-icache.o, gen-idecode.o, gen-itable.o, gen-model.o) (gen-semantics.o, gen-support.o, hw_core.o, hw_cpu.o, hw_disk.o) (hw_htab.o, hw_init.o, hw_phb.o, hw_register.o, icache.o) (idecode.o, igen.o, interrupts.o, itable.o, ld-cache.o) (ld-decode.o, ld-insn.o, lf.o, main.o, misc.o, model.o, mon.o) (options.o, os_emul.o, pk_disklabel.o, psim.o, registers.o) (semantics.o, sim-endian.o, sim-fpu.o, sim_calls.o, spreg.o) (support.o, table.o, targ-map.o, tree.o, vm.o): Update dependencies.
2004-07-06Add support for sh-symbian-elf targetNick Clifton25-249/+1399
2004-07-06(output_file_create): Report the target format chosen when bfd_openw reportsNick Clifton2-1/+7
that it is invalid.
2004-07-06(coff_pseudo_table): Only define the weak pseudo for BFD based assemblers.Nick Clifton2-2/+8
2004-07-062004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-0/+320
* gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
2004-07-062004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+17
Patch from Bart Robinson. * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE. (O_LARGEFILE): Define to 0, if not defined.
2004-07-06*** empty log message ***gdbadmin1-1/+1
2004-07-06daily updateAlan Modra1-1/+1
2004-07-05 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.Dave Anglin4-1/+12
* emulparams/hppalinux.sh: Likewise. * scripttempl/elf.sc: Place .plt just before .got when .plt is in data segment and PLT_BEFORE_GOT is defined.
2004-07-05* gdb.texinfo (BSD libkvm Interface): New node (section)Mark Kettenis2-0/+46
(Native): Add it to the menu.
2004-07-052004-06-30 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke6-24/+32
bfd: * elf32-sh.c: Include ../opcodes/sh-opc.h . * Makefile.am: Ran make dep-am . * Makefile.in: Ran make dep-in . gas: * config/tc-sh.c (md_assemble): Change isspace to ISSPACE. (md_parse_option): Remove redundant -isa testing. Make bfd_arch variable const. (md_show_usage): Make bfd_arch variable const.
2004-07-05*** empty log message ***gdbadmin1-1/+1
2004-07-05daily updateAlan Modra1-1/+1
2004-07-04Emit error for unaligned instructions.Jim Wilson3-0/+22
* config/tc-ia64.c (emit_one_bundle): Check and set insn_addr. * config/tc-ia64.h (md_frag_check): Define.
2004-07-04*** empty log message ***gdbadmin1-1/+1