aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-27daily updateAlan Modra1-1/+1
2008-06-26 * configure.ac (--enable-tui): AC_MSG_ERROR for explicit --enable-tui.Jan Kratochvil3-8/+23
* configure: Regenerated.
2008-06-26 * dwarf2read.c (read_attribute_value): Treat size attributeJoel Brobecker2-0/+17
values of 0xffffffff as if the attribute value was zero.
2008-06-26 * linux-nat.c: Add description of overall logic.Vladimir Prus2-45/+98
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz18-3500/+90
(gdb_stdint_h, gdb_stdint.h, stamp-int): Delete. Remove all dependencies on $(gdb_stdint_h). (distclean): Do not delete gdb_stdint.h. * acinclude.m4: Do not use stdint.m4. * configure.ac: Set GNULIB_STDINT_H. Remove tests for stdint.h, uintptr_t, and gdb_stdint.h. * defs.h: Include <stdint.h>. * gdb_thread_db.h: Assume stdint.h is already included. * breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c, rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not include gdb_stdint.h. * configure, config.in: Regenerate.
2008-06-26 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passingJoseph Myers2-19/+38
decimal floating-point values in GPRs for soft-float. (do_ppc_sysv_return_value): Handle returning decimal floating-point values in GPRs for soft-float.
2008-06-26 * target.c (target_read_until_error): New.Vladimir Prus5-3/+81
* target.h (target_read_until_error): Declare. * mi/mi-main.c (mi_cmd_data_read_memory): Use target_read_until_error.
2008-06-26daily updateAlan Modra1-1/+1
2008-06-26*** empty log message ***gdbadmin1-1/+1
2008-06-252008-06-25 Cary Coutant <ccoutant@google.com>Cary Coutant3-0/+14
* fileread.cc (File_read::make_view): Assert on zero-length view. * object.cc (Sized_relobj::do_read_symbols): Don't try to read symbol table when there are no symbols to read.
2008-06-25gas/Peter Bergner5-2/+23
* config/tc-ppc.c (parse_cpu): Handle -m464. (md_show_usage): Likewise. opcodes/ * ppc-dis.c (powerpc_init_dialect): Handle -M464. (print_ppc_disassembler_options): Likewise. * ppc-opc.c (PPC464): Define. (powerpc_opcodes): Add mfdcrux and mtdcrux.
2008-06-25/gas:Eric B. Weddington3-1/+8
2008-06-24 Eric B. Weddington <eric.weddington@atmel.com> Add support for ATtiny13A. * config/tc-avr.c (mcu_types): Add attiny13a. * doc/c-avr.texi: Likewise.
2008-06-25 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.Jan Kratochvil2-1/+5
2008-06-25 Fix a memory leak found by Hui Zhu <teawater@gmail.com>.Jan Kratochvil2-14/+24
* c-exp.y (parse_number): Move the S and SAVED_CHAR initialization after the DECFLOAT detection to fix a memory leak. Remove the redundant NUM initialization. Protect the DECFLOAT detection memory access before the P block. Restore the P memory content for the DECFLOAT detection.
2008-06-25Revert accidental commit.Daniel Jacobowitz1-2/+0
2008-06-25 Kill the return value for all MI command functions.Vladimir Prus12-201/+111
* mi/mi-cmds.h (enum mi_cmd_result): Remove. (mi_cmd_argv_ftype): Change return type to void. * mi/mi-main.c: Adjust all function that implement MI commands to return nothing. (struct captured_mi_execute_command_actions): Remove the rc field. (mi_cmd_execute): Return nothing. (mi_execute_async_cli_command): Return nothing. (mi_cmd_exec_interrupt): Don't print ^done here. (mi_cmd_target_select): Don't print ^connected here. (captured_mi_execute_command): Don't check for MI_CMD_DONE. Special-case -target-select and output ^connected, not ^done. * mi/mi-cmd-break.c: Adjust. * mi/mi-cmd-disas.c: Adjust. * mi/mi-cmd-env.c: Adjust. * mi/mi-cmd-file.c: Adjust. * mi/mi-cmd-stack.c: Adjust. * mi/mi-cmd-target.c: Adjust. * mi/mi-cmd-var.c: Adjust. * mi/mi-interp.c: Adjust. * mi/mi-symbol-cmds.c: Adjust.
2008-06-25 Emit ^running via observer.Vladimir Prus7-139/+109
* mi/mi-interp.c (mi_cmd_interpreter_exec): Do no print ^running here. (mi_on_resume): Print ^running if not previously output. * mi/mi-main.c (running_result_record_printed): New. (captured_mi_execute_command): Reset running_result_record_printed. Use running_result_record_printed to decide if we should skip ^done. (mi_execute_async_cli_command): Don't print ^running here. * mi/mi-main.h (current_token, running_result_record_printed): Declare.
2008-06-25 * elf32-arm.c (STUB_ENTRY_NAME): Define.Daniel Jacobowitz23-144/+265
(arm_thumb_thumb_long_branch_stub): Use bx instead of b.n. (arm_pic_long_branch_stub): Mention R_ARM_REL32 instead of R_ARM_ABS32. (struct elf32_arm_stub_hash_entry): Add output_name. (arm_build_one_stub): Move offsets into the offset argument of _bfd_final_link_relocate. Correct offset for arm_thumb_arm_v4t_stub_long_branch. (elf32_arm_size_stubs): Set stub_entry->output_name. (elf32_arm_ouput_plt_map_sym): Rename to elf32_arm_output_map_sym. Update all callers. (elf32_arm_output_stub_sym): New. (arm_map_one_stub): Correct formatting. Use elf32_arm_output_stub_sym. * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d, ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d, ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d, ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d, ld-arm/farcall-thumb-arm-blx-pic-veneer.d, ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm.d, ld-arm/farcall-thumb-thumb-blx-pic-veneer.d, ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d, ld-arm/thumb2-bl-as-thumb1-bad.d, ld-arm/thumb2-bl-bad.d: Update for stub symbols and stub corrections.
2008-06-25daily updateAlan Modra1-1/+1
2008-06-25*** empty log message ***gdbadmin1-1/+1
2008-06-242008-06-24 Michael Snyder <msnyder@specifix.com>Michael Snyder2-6/+9
* infrun.c (_initialize_infrun): White space and typo fix.
2008-06-24 * version.cc (version_string): Bump to 1.7Craig Silverstein2-1/+5
2008-06-24merge from gccDJ Delorie2-0/+13
2008-06-24* win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.Christopher Faylor3-4/+12
(do_initial_win32_stuff): Fix problem with inability to set breakpoints when first loading DLL with "dll" command.
2008-06-24 * write.c (relax_segment <rs_org>): Include current stretchAlan Modra2-7/+9
value when calculating whether .org is backwards.
2008-06-24*** empty log message ***gdbadmin1-1/+1
2008-06-24daily updateAlan Modra1-1/+1
2008-06-23 * fix wrong entry datesPierre Muller1-3/+3
2008-06-23*** empty log message ***gdbadmin1-1/+1
2008-06-22*** empty log message ***gdbadmin1-1/+1
2008-06-21*** empty log message ***gdbadmin1-1/+1
2008-06-20* gas/mips/e32-rel2.d: Add -march=mips1 for as.Chao-ying Fu2-1/+5
2008-06-20gdb/gdbserver/Carlos O'Donell2-0/+5
2008-06-20 Carlos O'Donell <carlos@codesourcery.com> * server.c (gdbserver_usage): Mention --version.
2008-06-20 * gnu-nat.c (proc_string): Use capital T for "Thread".Pierre Muller2-1/+5
2008-06-20*** empty log message ***gdbadmin1-1/+1
2008-06-19* basic_blocks.c: Always include "gprof.h" first.Andreas Schwab11-10/+23
* cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * search_list.c: Likewise. * sym_ids.c: Likewise. * utils.c: Likewise.
2008-06-19 * elf32-spu.c (needs_ovl_stub): Correctly return nonovl_stub forAlan Modra2-1/+6
non-branch insns.
2008-06-19updateAlan Modra3-4/+9
2008-06-19 * emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Make "can notAlan Modra2-1/+6
build overlay stubs" a fatal error.
2008-06-19 * elf32-spu.c (build_stub): Allow wraparound on stub branches.Alan Modra2-13/+18
(allocate_spuear_stubs, build_spuear_stubs): Return value from count_stub/build_stub. (spu_elf_build_stubs): Correct location of stub reloc error message.
2008-06-192008-06-19 Eric Blake <ebb9@byu.net>Eric Blake2-19/+26
Adjust strsignal to POSIX 200x prototype. * strsignal.c (strsignal): Remove const.
2008-06-19 * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".Pierre Muller3-2/+6
2008-06-19*** empty log message ***gdbadmin1-1/+1
2008-06-19daily updateAlan Modra1-1/+1
2008-06-18 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.Ian Lance Taylor2-1/+3
2008-06-182008-06-18 Craig Silverstein <csilvers@google.com>Craig Silverstein2-6/+12
* powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast constant 0xFFFF to type Valtype. (Powerpc_relocate_functions::rel16_ha): Likewise.
2008-06-18 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing ifJoel Brobecker2-2/+14
the target cannot run.
2008-06-18 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing ifJoel Brobecker2-0/+10
we're attaching to a running process.
2008-06-182008-06-18 Ian Lance Taylor <iant@google.com>Ian Lance Taylor2-1/+5
* src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2008-06-18 elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD.M R Swami Reddy1-0/+4