aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-122004-07-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-18/+23
* gdb.base/annota1.exp: Cleanup corefile test name. * gdb.base/annota3.exp: Ditto.
2004-07-12 * hppa-hpux-tdep.c: Fix a compilation failure due to a commentJoel Brobecker2-2/+7
that was inserted inside a comment.
2004-07-12dlltool.c (ext_prefix_alias): New global variable.Nick Clifton6-9/+88
(make_one_lib_file): Add aliases with prefixes for external and import definitions. (usage): Document -p option. (long_options): Add --ext-prefix-alias option. (main): Handle -p. * doc/binutils.texi: Document new switch. * NEWS: Mention new switch.
2004-07-122004-07-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-208/+328
* gdb.base/signals.exp: Clean up copyright, re-indent.
2004-07-122004-07-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-263/+86
* gdb.base/attach.exp: Replace send_gdb and gdb_expect with gdb_test and gdb_test_multiple.
2004-07-122004-07-12 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini5-106/+164
* configure.in: Add noconfigdirs for crx-*-*. * configure: Regenerate. 2004-07-09 Loren J. Rittle <ljrittle@acm.org> * configure.in: Build libmudflap by default on FreeBSD. * configure: Regenerated. 2004-07-09 Mark Mitchell <mark@codesourcery.com> * configure.in: Do not build libmudflap by default on non-GNU/Linux systems. * configure: Regenerated. 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> PR target/16344 * Makefile.tpl (profiledbootstrap): Build runtime libraries with feedback based compiler. * Makefile.in: Rebuilt. 2004-07-05 Phil Edwards <phil@codesourcery.com> * configure.in: Do not prepend $srcdir to /dev/null in makefile fragments. * configure: Regenerate.
2004-07-12*** empty log message ***gdbadmin1-1/+1
2004-07-12daily updateAlan Modra1-1/+1
2004-07-11 * tree.c (parse_integer_property): Comment typo fix.Ben Elliston2-1/+5
2004-07-11 * config/tc-m68k.c: Convert to C90. Remove redundantAndreas Schwab2-383/+250
declarations. Indentation fixup. [M68KCOFF]: Include "obj-coff.h" instead of declaring obj_coff_section ourselves.
2004-07-11* m68k-dis.c (m68k_valid_ea): Fix typos in last change.Andreas Schwab2-3/+7
2004-07-112004-07-10 Randolph Chung <tausq@debian.org>Randolph Chung2-0/+201
* hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New function. (hppa_hpux_push_dummy_code): New function. (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location. Set find_global_pointer method.
2004-07-11Fix linker big-endian support.Jim Wilson2-50/+54
* elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter. (elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise. (elfNN_ia64_relax_section, elfNN_ia64_relocate_section, elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections): Fix callers. (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change bfd_put_64 to bfd_putl64. (elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
2004-07-11*** empty log message ***gdbadmin1-1/+1
2004-07-11daily updateAlan Modra1-1/+1
2004-07-10* NEWS: Mention BSD libkvm interface.Mark Kettenis2-0/+20
2004-07-102004-07-10 Michael Snyder <msnyder@redhat.com>Michael Snyder10-9/+21
* symfile.c (generic_load): Comment typo. * stack.c (get_selected_block): Ditto. * regcache.c (regcache_cooked_read): Ditto. * monitor.c (monitor_debug): Ditto. * mips-tdep.c (mips_read_pc): Ditto. * i386-linux-nat.c (ps_get_thread_area): Ditto. * gdb_mbuild.sh: Ditto. * gdbarch.sh: Ditto. * gdbarch.h: Ditto.
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