summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* daily updatebinutils-2_17-branchpointAlan Modra2006-04-161-1/+1
|
* *** empty log message ***gdbadmin2006-04-161-1/+1
|
* daily updateAlan Modra2006-04-151-1/+1
|
* *** empty log message ***gdbadmin2006-04-151-1/+1
|
* * elf32-xtensa.c (build_reloc_opcodes): New.Bob Wilson2006-04-142-5/+45
| | | | | | | (compute_text_actions): Use it to decode opcodes outside inner loop. (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if it is set, use it to get the opcodes for relocations. (move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.
* 2006-04-14 Frederic Riss <frederic.riss@st.com>Frederic Riss2006-04-142-4/+9
| | | | | | * gdb.texinfo (Specifying source directories): Update the description of the source file search to reflect the fact that the source path always contains at least $cdir and $cwd.
* *** empty log message ***gdbadmin2006-04-141-1/+1
|
* daily updateAlan Modra2006-04-141-1/+1
|
* daily updateAlan Modra2006-04-131-1/+1
|
* *** empty log message ***gdbadmin2006-04-131-1/+1
|
* merge from gccDJ Delorie2006-04-1211-52/+388
|
* file symbian.mt was initially added on branch gdb-csl-symbian-20060226-branch.Daniel Jacobowitz2006-04-120-0/+0
|
* file symbian-tdep.c was initially added on branch ↵Daniel Jacobowitz2006-04-120-0/+0
| | | | gdb-csl-symbian-20060226-branch.
* * remote.c (extended_remote_restart): Pass the correct lengthDaniel Jacobowitz2006-04-122-1/+6
| | | | to getpkt.
* PR binutils/2454Nick Clifton2006-04-122-1/+13
| | | | | * avr-dis.c (avr_operand): Arrange for a comment to appear before the symolic form of an address, so that the output of objdump -d can be reassembled.
* daily updateAlan Modra2006-04-121-1/+1
|
* *** empty log message ***gdbadmin2006-04-121-1/+1
|
* src/gdb/ChangeLog:Jim Blandy2006-04-112-2/+11
| | | | | | | | 2006-04-11 Jim Blandy <jimb@codesourcery.com> * serial.c (serial_open): Check for special cases at the front of the "device" name before scanning for the ':' that would indicate an IP-based connection.
* daily updateAlan Modra2006-04-111-1/+1
|
* *** empty log message ***gdbadmin2006-04-111-1/+1
|
* * win32-nat.c (open_symbol_file_object): New function.Christopher Faylor2006-04-102-2/+20
| | | | | (in_dynsym_resolve_code): Ditto. (init_win32_ops): Fill in fields which ought not to be NULL.
* * m32c.opc (parse_unsigned_bitbase): Take a new parameter whichDJ Delorie2006-04-102-10/+45
| | | | | | | | | | | | | | decides if this function accepts symbolic constants or not. (parse_signed_bitbase): Likewise. (parse_unsigned_bitbase8): Pass the new parameter. (parse_unsigned_bitbase11): Likewise. (parse_unsigned_bitbase16): Likewise. (parse_unsigned_bitbase19): Likewise. (parse_unsigned_bitbase27): Likewise. (parse_signed_bitbase8): Likewise. (parse_signed_bitbase11): Likewise. (parse_signed_bitbase19): Likewise. * m32c-asm.c: Regenerate.
* * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything with savedChristopher Faylor2006-04-102-0/+10
| | | | | context if __COPY_CONTEXT_SIZE is not defined. (handle_output_debug_string): Ditto.
* * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.Daniel Jacobowitz2006-04-102-2/+6
|
* * contrib: Remove directory.Ben Elliston2006-04-101-0/+4
|
* *** empty log message ***gdbadmin2006-04-101-1/+1
|
* daily updateAlan Modra2006-04-101-1/+1
|
* * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2David S. Miller2006-04-094-6/+19
| | | | | | | | frame sniffer. * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so that the latter can override. * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
* * s390-tdep.c (struct s390_prologue_data): New field 'stack'.Ulrich Weigand2006-04-092-50/+64
| | | | | | | (s390_store): Call pv_area_store to track stack slots. (s390_load): Call pv_area_fetch to track stack slots. (s390_check_for_saved): New function. (s390_analyze_prologue): Call pv_area_scan. Allocate and free stack.
* * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).Ulrich Weigand2006-04-093-712/+203
| | | | | | | | | | | | | | | * s390-tdep.c: Include "prologue-value.h". (struct prologue_value): Remove. (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register, pv_constant_last, pv_add, pv_add_constant, pv_subtract, pv_logical_and, pv_is_identical, pv_is_register): Remove. (compute_x_addr): Remove, replace by ... (s390_addr): ... this new function. (struct s390_prologue_data): Use pv_t instead of prologue_value. (s390_store, s390_load): Likewise. (s390_prologue_frame_unwind_cache): Likewise. (s390_analyze_prologue): Likewise. Also, simplify and combine several conditional statements.
* daily updateAlan Modra2006-04-091-1/+1
|
* *** empty log message ***gdbadmin2006-04-091-1/+1
|
* 2006-04-08 Jim Blandy <jimb@codesourcery.com>Jim Blandy2006-04-082-1/+7
| | | | | * Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from last patch.)
* 2006-04-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2006-04-082-3/+50
| | | | | | | | | | | | | | PR ld/2513 * elf32-i386.c (GOT_TLS_MASK): New macro for tls_type. (GOT_TLS_IE_IE): Likewise. (GOT_TLS_IE_GD): Likewise. (GOT_TLS_IE_MASK): Likewise. (elf_i386_check_relocs): For global symbols, set GOT_TLS_IE_GD and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE respectively. (allocate_dynrelocs): If both GOT_TLS_IE_IE and GOT_TLS_IE_GD are set, treat tls_type as GOT_TLS_IE_BOTH. (elf_i386_relocate_section): Likewise.
* * sparc64-linux-tdep.c (sparc64_linux_core_gregset,David S. Miller2006-04-084-5/+133
| | | | | | | | | | | | | | | | | sparc64_linux_supply_core_gregset, sparc64_linux_collect_core_gregset, sparc64_linux_supply_core_fpregset, sparc64_linux_collect_core_fpregset): New. (sparc64_linux_init_abi): Register them with generic sparc core regset infrastructure. * sparc32-linux-tdep.c (sparc32_linux_core_gregset, sparc32_linux_supply_core_gregset, sparc32_linux_collect_core_gregset, sparc32_linux_supply_core_fpregset, sparc32_linux_collect_core_fpregset): New. (sparc32_linux_init_abi): Register them with generic sparc core regset infrastructure. * Makefile.in: Update dependencies.
* * sparc-linux-tdep.c (sparc32_linux_step_trap): New.David S. Miller2006-04-084-2/+92
| | | | | | | (sparc32_linux_init_abi): Hook it into tdep->step_trap. * sparc64-linux-tdep.c (sparc64_linux_step_trap): New. (sparc64_linux_init_abi): Hook it into tdep->step_trap. * Makefile.in: Update dependencies.
* * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.Hans-Peter Nilsson2006-04-082-0/+6
|
* * sim/cris/hw/rv-n-cris/irq6.ms: New test.Hans-Peter Nilsson2006-04-082-0/+103
|
* daily updateAlan Modra2006-04-081-1/+1
|
* *** empty log message ***gdbadmin2006-04-081-1/+1
|
* Fix typo in previous commit.David S. Miller2006-04-071-1/+1
|
* * linux-nat.c (linux_nat_thread_alive): Handle targets thatDavid S. Miller2006-04-072-1/+12
| | | | do not implement PTRACE_PEEKUSER.
* * remote.c (remote_wait): Convert warning to error beforeDaniel Jacobowitz2006-04-072-2/+7
| | | | parsing corrupt packets.
* Add support for attiny261, attiny461, attiny861, attiny25, attiny45,Nick Clifton2006-04-072-13/+18
| | | | | | | | attiny85, attiny24, attiny44, attiny84, at90pwm2, at90pwm3, atmega164, atmega324, atmega644, atmega329, atmega3290, atmega649, atmega6490, atmega406, atmega640, atmega1280, atmega1281, at90can32, at90can64, at90usb646, at90usb647, at90usb1286 and at90usb1287. Move atmega48 and atmega88 from AVR_ISA_M8 to AVR_ISA_PWMx.
* * elf64-hppa.c (elf64_hppa_grok_prstatus): New function.Nick Clifton2006-04-072-1/+71
| | | | | (elf64_hppa_grok_psinfo): Likewise. (elf_backend_grok_pstatus, elf_backend_grok_psinfo): Define.
* 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2006-04-074-1/+51
| | | | | | | | | | gdb/ * cli/cli-script.c (struct user_args): Add command field. (arg_cleanup): Free command string. (setup_user_args): Copy the command line before relying on it. gdb/testsuite/ * gdb.base/commands.exp (recursive_source_test): New test.
* * elf32-m32c.c (m32c_elf_relocate_section): Generate a symbol forDJ Delorie2006-04-072-0/+21
| | | | each plt entry we create.
* merge from gccDJ Delorie2006-04-075-5/+81
|
* daily updateAlan Modra2006-04-071-1/+1
|
* *** empty log message ***gdbadmin2006-04-071-1/+1
|