aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-16Update POTFILES.in.Daniel Jacobowitz8-0/+28
2006-04-16 * config.in: Regenerated.Daniel Jacobowitz2-0/+7
2006-04-16 * doc/as.texinfo: Mention that some .type syntaxes are notMark Mitchell2-4/+18
supported on all architectures.
2006-04-16 * configure.in: Update version to 2.17.50.Daniel Jacobowitz3-2/+7
* configure: Regenerated.
2006-04-16Skip ELF specific tests on non-ELF ARM targetsNick Clifton6-0/+13
2006-04-16daily updateAlan Modra1-1/+1
2006-04-16*** empty log message ***gdbadmin1-1/+1
2006-04-15 * config/tc-xtensa.c (emit_single_op): Do not relax MOVIBob Wilson2-1/+7
instructions when such transformations have been disabled.
2006-04-15*** empty log message ***gdbadmin1-1/+1
2006-04-15daily updateAlan Modra1-1/+1
2006-04-14 * elf32-xtensa.c (build_reloc_opcodes): New.Bob Wilson2-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 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call newBob Wilson2-1/+153
function to strip inconsistent linkonce sections. (input_section_linked_worker, input_section_linked): New. (is_inconsistent_linkonce_section): New. (xtensa_strip_inconsistent_linkonce_sections): New.
2006-04-142006-04-14 Frederic Riss <frederic.riss@st.com>Frederic Riss2-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.
2006-04-14*** empty log message ***gdbadmin1-1/+1
2006-04-14daily updateAlan Modra1-1/+1
2006-04-13daily updateAlan Modra1-1/+1
2006-04-13*** empty log message ***gdbadmin1-1/+1
2006-04-12merge from gccDJ Delorie11-52/+388
2006-04-12 * remote.c (extended_remote_restart): Pass the correct lengthDaniel Jacobowitz2-1/+6
to getpkt.
2006-04-12PR binutils/2454Nick Clifton2-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.
2006-04-12oops - omitted from commit of typo fixNick Clifton1-0/+4
2006-04-12Fix typoNick Clifton1-1/+1
2006-04-12daily updateAlan Modra1-1/+1
2006-04-12*** empty log message ***gdbadmin1-1/+1
2006-04-11src/gdb/ChangeLog:Jim Blandy2-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.
2006-04-11* emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly ↵Nick Clifton7-5/+130
targets. * configure.in (AC_CHECK_HEADERS): Add elf-hints.h. * Makefile.am (HFILES): Add elf-hints-local.h. * elf-hints-local.h: New file. * Makefile.in: Regenerate. * configure: Regenerate.
2006-04-11daily updateAlan Modra1-1/+1
2006-04-11*** empty log message ***gdbadmin1-1/+1
2006-04-10* win32-nat.c (open_symbol_file_object): New function.Christopher Faylor3-4/+34
(in_dynsym_resolve_code): Ditto. (init_win32_ops): Fill in fields which ought not to be NULL.
2006-04-10* m32c.opc (parse_unsigned_bitbase): Take a new parameter whichDJ Delorie4-20/+100
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.
2006-04-102006-04-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+10
* lib/utils-lib.exp (default_binutils_run): Check exit status.
2006-04-10 * config/tc-xtensa.c (xg_assemble_vliw_tokens): Record loop targetBob Wilson2-53/+34
symbols in RELAX[_CHECK]_ALIGN_NEXT_OPCODE frags. (xtensa_fix_close_loop_end_frags): Use the recorded values instead of decoding the loop instructions. Remove current_offset variable. (xtensa_fix_short_loop_frags): Likewise. (min_bytes_to_other_loop_end): Remove current_offset argument.
2006-04-10* win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything with savedChristopher Faylor3-0/+14
context if __COPY_CONTEXT_SIZE is not defined. (handle_output_debug_string): Ditto.
2006-04-10 * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.Daniel Jacobowitz2-2/+6
2006-04-10 * MAINTAINERS (CGEN Maintainers): Remove myself.Ben Elliston2-1/+5
2006-04-10 * contrib: Remove directory.Ben Elliston3-438/+4
2006-04-10*** empty log message ***gdbadmin1-1/+1
2006-04-10daily updateAlan Modra1-1/+1
2006-04-09removed z80_optimize_expr; redundant since 2006-04-04Arnold Metselaar3-66/+5
2006-04-09 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2David S. Miller4-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.
2006-04-09 * s390-tdep.c (struct s390_prologue_data): New field 'stack'.Ulrich Weigand2-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.
2006-04-09 * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).Ulrich Weigand3-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.
2006-04-09daily updateAlan Modra1-1/+1
2006-04-09*** empty log message ***gdbadmin1-1/+1
2006-04-082006-04-08 Jim Blandy <jimb@codesourcery.com>Jim Blandy2-1/+7
* Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from last patch.)
2006-04-082006-04-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-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.
2006-04-08 * sparc64-linux-tdep.c (sparc64_linux_core_gregset,David S. Miller4-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.
2006-04-08 * sparc-linux-tdep.c (sparc32_linux_step_trap): New.David S. Miller4-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.
2006-04-08 * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.Hans-Peter Nilsson2-0/+6
2006-04-08 * sim/cris/hw/rv-n-cris/irq6.ms: New test.Hans-Peter Nilsson2-0/+103