aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor31-907/+1258
on error.
2007-10-14Fix typo in comment.Ian Lance Taylor1-1/+1
2007-10-14From Craig Silverstein: add some internationalization calls.Ian Lance Taylor3-3/+3
2007-10-14Only run static TLS tests on glibc 2.4 or later.Ian Lance Taylor5-28/+153
2007-10-14From Craig Silverstein: TLS test cleanups.Ian Lance Taylor4-60/+83
2007-10-14From Craig Silverstein: always use 32-bit format for gold note.Ian Lance Taylor1-0/+15
2007-10-14From Craig Silverstein: error if we see a dynamic object when theIan Lance Taylor1-1/+9
-static option was given.
2007-10-14*** empty log message ***gdbadmin1-1/+1
2007-10-14daily updateAlan Modra1-1/+1
2007-10-13 * ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter,Ulrich Weigand3-29/+41
replacing use of global current_gdbarch. (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise. (ia64_linux_fetch_register, ia64_linux_store_register): Update callers. * ia64-tdep.c (SIGCONTEXT_REGISTER_ADDRESS): Remove macro. (ia64_sigtramp_frame_init_saved_regs): Add next_frame parameter, replace uses of SIGCONTEXT_REGISTER_ADDRESS. (ia64_sigtramp_frame_cache): Update caller.
2007-10-13From Craig Silverstein: use tls.h in x86_64.cc.Ian Lance Taylor2-69/+130
2007-10-13 * gdbarch.sh (deprecated_use_struct_convention): Remove.Ulrich Weigand11-242/+25
(extract_return_value, store_return_value): Remove. (return_value): Remove default implementation. * gdbarch.c, gdbarch.h: Regenerate. * stack.c (return_command): Remove compatibility hack. * arch-utils.c (legacy_return_value): Remove. * arch-utils.h (legacy_return_value): Likewise. * arch-utils.c (always_use_struct_convention): Remove. * arch-utils.h (always_use_struct_convention): Likewise. * value.c (generic_use_struct_convention): Remove. * defs.h (generic_use_struct_convention): Likewise. doc/ChangeLog: * gdbint.texi (Target Conditionals): Remove documentation of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, gdbarch_extract_return_value, and gdbarch_store_return_value.
2007-10-13 * avr-tdep.c (avr_return_value): New function.Ulrich Weigand4-30/+172
(avr_gdbarch_init): Call set_gdbarch_return_value instead of set_gdbarch_extract_return_value. * fvr-tdep.c (frv_return_value): New function. (frv_gdbarch_init): Call set_gdbarch_return_value instead of set_gdbarch_extract_return_value, set_gdbarch_store_return_value, and set_gdbarch_deprecated_use_struct_convention. * ia64-tdep.c (ia64_use_struct_convention): Make static. Add check for structure, union, or array types. (ia64_extract_return_value): Make static. (ia64_store_return_value): Make static. Support multi-word values. (ia64_return_value): New function. (ia64_gdbarch_init): Call set_gdbarch_return_value instead of set_gdbarch_extract_return_value, set_gdbarch_store_return_value, and set_gdbarch_deprecated_use_struct_convention.
2007-10-13daily updateAlan Modra1-1/+1
2007-10-13*** empty log message ***gdbadmin1-1/+1
2007-10-122007-10-12 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-9/+18
* config/tc-i386.c (process_operands): Simplify implicit xmm0 handling.
2007-10-12 * solib-target.c (solib_target_parse_libraries)Joel Brobecker2-1/+6
[HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
2007-10-12gas/H.J. Lu7-1490/+1508
2007-10-12 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (process_operands): Check the firstxmm0 field in opcode_modifier for instruction with a implicit xmm0 as the first operand. opcodes/ 2007-10-12 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (opcode_modifiers): Add FirstXmm0. * i386-opc.h (FirstXmm0): New. (IsPrefix): Updated. (i386_opcode_modifier): Add firstxmm0. * i386-opc.tbl (blendvpd): Replace RegKludge with FirstXmm0. (blendvps): Likewise. (pblendvb): Likewise. * i386-tbl.h: Regenerated.
2007-10-122007-10-12 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+6
* i386-dis.c (prefix_table): Reformat pblendvb and blendvps.
2007-10-12* serial.h (struct serial_ops): Document read_prim to return zeroJim Blandy3-4/+9
at EOF. * ser-base.c (do_ser_base_readchar): Return SERIAL_EOF when read_prim returns zero, not SERIAL_TIMEOUT.
2007-10-12From Craig Silverstein: expand the TLS test to a second file, to testIan Lance Taylor6-29/+130
IE to LE conversion.
2007-10-12 * ld-mips-elf/multi-got-hidden-1.d,Daniel Jacobowitz6-0/+16419
ld-mips-elf/multi-got-hidden-1.s, ld-mips-elf/multi-got-hidden-2.d, ld-mips-elf/multi-got-hidden-2.s: New. * ld-mips-elf/mips-elf.exp: Run multi-got-hidden tests.
2007-10-12PR gprof/5147Nick Clifton3-3152/+3860
* configure.in: Add check for fabs() being in libm. * configure: Regenerate.
2007-10-12* config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B, AT90PWM3B.Nick Clifton4-2/+11
* doc/c-avr.texi: Document new devices.
2007-10-12PR 5160Nick Clifton2-6/+11
* elflink.c (eval_symbol): Remove bufsz variable and use sizeof(symbuf) where necessary.
2007-10-12 * alpha-mdebug-tdep.c: Include "gdb_string.h".Ulrich Weigand9-48/+28
(find_proc_desc): Add fix-up code for setjmp procedure descriptor. * mdebugread.c (parse_procedure): Remove setjmp fix-up code. * Makefile.in (alpha-mdebug-tdep.o): Update dependencies. * config/alpha/alpha.mt (DEPRECATED_TM_FILE): Remove. * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Remove. * config/alpha/alpha-osf1.mt (DEPRECATED_TM_FILE): Remove. * config/alpha/fbsd.mt (DEPRECATED_TM_FILE): Remove. * config/alpha/tm-alpha.h: Remove file.
2007-10-12 * breakpoint.c (breakpoint_sals_to_pc): Do not check forUlrich Weigand8-90/+13
DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE. * config/pa/tm-hppa.h: Delete file. * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE. * config/pa/hppahpux.mt: Likewise. * config/pa/hppa.mt: Likewise. * config/pa/linux.mt: Likewise. * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
2007-10-12* elf32-cr16.c (elf32_cr16_relax_section): Fix condition check typo.Nick Clifton4-2/+11
* config/tc-cr16.c: Update the md_relax_table for 1 word b<cc> instruction range information.
2007-10-12 * elfxx-mips.c (mips_elf_sort_hash_table_f): Handle forcedDaniel Jacobowitz2-2/+10
local symbols specially. (mips_elf_set_global_got_offset): Skip forced local symbols.
2007-10-12 * config/arm/nm-nbsdaout.h: Remove file.Ulrich Weigand4-119/+6
* config/nm-nbsdaout.h: Likewise. * config/nm-nbsd.h: Likewise.
2007-10-12 * block.h (struct block): Remove "gcc_compile_flag" member.Ulrich Weigand16-52/+45
(BLOCK_GCC_COMPILED): Remove. * block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED. * buildsym.c (finish_block): Do not set it. * symmisc.c (dump_symtab_1): Do not dump it. * value.h (using_struct_return): Remove "gcc_p" argument. * value.c (using_struct_return): Likewise. * eval.c (evaluate_subexp_standard): Adapt callers. * infcall.c (call_function_by_hand): Likewise. * stack.c (return_command): Likewise. * sparc-tdep.c (sparc32_push_dummy_code): Likewise. * gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter. * gdbarch.c, gdbarch.h: Regenerate. * cris-tdep.c (cris_push_dummy_code): Adapt prototype. * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise. * sparc-tdep.c (sparc32_push_dummy_code): Likewise. * infcall.c (generic_push_dummy_code, push_dummy_code): Likewise. (push_dummy_code, call_function_by_hand): Adapt callers.
2007-10-12 * infcmd.c (print_return_value): Remove STRUCT_RETURN argument.Ulrich Weigand2-26/+11
(finish_command_continuation, finish_command): Adapt callers.
2007-10-12 * infcall.c (call_function_by_hand): Remove special handlingUlrich Weigand2-38/+5
for HP aCC compiled code.
2007-10-12 * cris-tdep.c (cris_push_dummy_call): Support arguments passed byUlrich Weigand8-133/+36
reference. Fix endianness bugs. (cris_reg_struct_has_address): Remove. (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr and set_gdbarch_deprecated_use_struct_convention calls. * gdbarch.sh (deprecated_reg_struct_has_addr): Remove. * gdbarch.c, gdbarch.h: Regenerate. * infcall.c (call_function_by_hand): Remove handling of deprecated_reg_struct_has_addr. doc/ChangeLog: * gdbint.texi (Target Conditionals): Remove documentation of and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2007-10-12 * doc/as.texinfo (Object Attributes): New chapter.Daniel Jacobowitz2-3/+151
(Pseudo Ops): Document .gnu_attribute. (LNS directives): Correct .loc_mark_labels documentation.
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor9-47/+57
2007-10-12From Craig Silverstein: improve x86_64 TLS support.Ian Lance Taylor1-135/+172
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor10-3/+205
2007-10-12 * ld-srec/srec.exp: Define __stack_chk_fail sym.Alan Modra2-2/+7
2007-10-12 * elf.c (elfcore_grok_prxfpreg): Fix comment typo.Alan Modra2-1/+5
2007-10-12daily updateAlan Modra1-1/+1
2007-10-12*** empty log message ***gdbadmin1-1/+1
2007-10-11 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.Daniel Jacobowitz3-0/+7
* Makefile.in: Regenerate.
2007-10-11* config/obj-elf.c (obj_elf_section): When pushing a section, if there is aNick Clifton6-3/+48
comma then the following argument must be a subsection number. * testsuite/gas/elf/elf.exp (run_elf_list_test): Run section6 test. * testsuite/gas/elf/section6.s: New file: Check behaviour of .pushsection with a subsection argument. * testsuite/gas/elf/section6.d: New file: Expected disassembly.
2007-10-11 * breakpoint.c (do_enable_breakpoint): Delay enabling until afterKazu Hirata2-9/+14
checking watchpoint resources.
2007-10-11gdb/Kazu Hirata4-2/+12
* memattr.c (inaccessible_by_default): Change the initial value to 1. gdb/doc/ * gdb.texinfo: Mention that inaccessible-by-default is on by default.
2007-10-11 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout insteadKazu Hirata2-1/+6
of $timeout.
2007-10-11 PR gdb/2280Daniel Jacobowitz2-3/+17
* coffread.c (read_one_sym): Check for read errors.
2007-10-11 * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"Ulrich Weigand3-5/+14
instead of "Linux 2.6.19" in comment. (linux_xfer_partial): Use "GNU/Linux target" instead of "Linux target" in comment. * m68klinux-tdep.c (m68k_linux_inferior_created): Likewise. (m68k_linux_get_sigtramp_info): Likewise.
2007-10-11From Andrew Chatham: exit on relocation error.Ian Lance Taylor3-10/+10