aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-11 * MAINTAINERS (language support): List Joel and Paul asDaniel Jacobowitz2-0/+7
Ada maintainers.
2007-10-11 * dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCKDaniel Jacobowitz8-70/+20
checks. * config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do not set DEPRECATED_TM_FILE. * config/arm/tm-arm.h: Delete file. * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2007-10-11 * MAINTAINERS (Write After Approval): Add self.Luis Machado2-0/+5
2007-10-112007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz8-10/+64
* callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions. * syscall.c (cb_syscall): Test for stdin/out/err, not just fd 0/1/2. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * sim/cris/c/freopen2.c: Added testcase.
2007-10-112007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz5-1/+20
* callback.c (cb_is_stdin): Add. * syscall.c (cb_syscall): Test for stdin, not just fd 0. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * callback.h (cb_is_stdin): Add prototype.
2007-10-11 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.Daniel Jacobowitz62-1/+42043
* libdecnumber: New directory, imported from GCC.
2007-10-11 * buildsym.c (record_line): Remove empty lines followed byDaniel Jacobowitz2-1/+31
end-of-sequence markers.
2007-10-11PR gas/5161Nick Clifton3-183/+824
* config/tc-ia64.c: Allow for translations of error and warning messages. * po/gas.pot: Regenerate.
2007-10-11 * configure.tgt: Recognize fido-*-elf.Kazu Hirata2-0/+7
2007-10-11PR gas/5158Nick Clifton8-15646/+37059
* config/tc-h8300.c (tc_gen_reloc): Allow for translation of error message. * po/gas.pot: Regenerate.
2007-10-112007-10-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+8
* doc/c-i386.texi: Update which instruction's operands are swapped.
2007-10-11PR gas/5155Nick Clifton2-20/+22
* config/tc-msp430.c: Fix spelling typos.
2007-10-11* doc/as.texinfo (Type): Fix typo: STT_FUNC not STT_FUNCTION.Nick Clifton2-12/+30
2007-10-112007-10-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-19/+42
* elf.c (get_program_header_size): Always add a PT_GNU_RELRO segment for -z relro. (_bfd_elf_map_sections_to_segments): Make a PT_GNU_RELRO segment only when needed.
2007-10-11*** empty log message ***gdbadmin1-1/+1
2007-10-11daily updateAlan Modra1-1/+1
2007-10-10Remove extra white space.H.J. Lu1-1/+1
2007-10-10* dwarf.c (process_debug_info): Line up section offsets ofJim Blandy2-2/+6
attribute values with those of dies. (read_and_display_attr): Reduce spacing here.