aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-14(Backtrace): Order correctly and add other cases.Nick Roberts1-1/+3
2006-10-14*** empty log message ***Nick Roberts1-0/+4
2006-10-14*** empty log message ***gdbadmin1-1/+1
2006-10-13daily updateAlan Modra1-1/+1
2006-10-13 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_sections): SetJakub Jelinek2-1/+9
.plt sh_entsize to 0 if plt header size isn't multiple of plt entry size or for 32-bit which adds a nop insn at the end of the .plt section.
2006-10-13* dwarf2dbg.c (out_debug_info): Use TC_DWARF2_EMIT_OFFSET to emit a disjoint ↵Nick Clifton2-7/+8
DW_AT range.
2006-10-13PR binutils/2876Nick Clifton8-5/+324
* configure.in: Check for the mkstemp and mkdtemp functions. * configure: Regenerate. * config.in (HAVE_MKDTEMP): New potential define. (MAKE_MKSTEMP): Likewise. * bucomm.c (make_tempname): Use mkstemp if it is available. * make_tempdir): New function: Create a temporary directory using mkdtemp, if it is available. * bucomm.h (make_tempdir): New prototype. * objcopy.c (copy_archive): Use make_tempdir if it is available. (strip_main): Produce an warning message if a temporary file could not be (copy_main): Likewise. * ar.c (write_archive): Likewise.
2006-10-13 * config/tc-score.c (md_show_usage): Print -KPIC option usage.Nick Clifton2-2/+8
2006-10-13Add in one of the previous entries the fact that the change was toJoel Brobecker1-0/+1
fix PR symtab/2018.
2006-10-13*** empty log message ***gdbadmin1-1/+1
2006-10-12daily updateAlan Modra1-1/+1
2006-10-12bfd/Bob Wilson4-7/+36
* elf32-xtensa.c (elf_xtensa_action_discarded): New. (elf_backend_action_discarded): Define. ld/ * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Check for linkonce XCC exception tables (".e" and ".h").
2006-10-12 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.Daniel Jacobowitz3-3/+8
2006-10-12*** empty log message ***gdbadmin1-1/+1
2006-10-11daily updateAlan Modra1-1/+1
2006-10-11 * emulparams/elf32xtensa.sh (TEXT_PLT): Enable.Bob Wilson3-28/+98
(OTHER_READONLY_SECTIONS): Add linkonce .xt_except_table sections. (OTHER_READWRITE_SECTIONS): Add linkonce .xt_except_desc sections. (OTHER_SDATA_SECTIONS): New. * scripttempl/elfxtensa.sc: Import changes from elf.sc.
2006-10-11 * elf32-xtensa.c (elf_xtensa_relocate_section): Return afterBob Wilson2-9/+24
unresolvable relocation error. (elf_xtensa_finish_dynamic_symbol): Set value of undefined, weak symbols to zero.
2006-10-112006-10-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-400/+123
* COPYING.NEWLIB: Updated. * COPYING.LIBGLOSS: Ditto.
2006-10-11 * dwarf2read.c (dwarf_decode_lines): Call record_line uponDaniel Jacobowitz2-3/+26
encountering a different subfile.
2006-10-11 * ldlang.c (lang_append_dynamic_list): When appending, add all elementsJakub Jelinek2-1/+9
of the dynamic list rather than just the first entry.
2006-10-112006-10-11 Denis Pilat <denis.pilat@st.com>Frederic Riss2-0/+13
* tui/tui-source.c (tui_set_source_content): handle source files that contain non unix end-of-line.
2006-10-11merge from gccDJ Delorie3-3/+12
2006-10-11*** empty log message ***gdbadmin1-1/+1
2006-10-10daily updateAlan Modra1-1/+1
2006-10-10bfd/Bob Wilson4-3/+12
* elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Add DT_DEBUG for PIE executables. ld/ * emulparams/elf32xtensa.sh (GENERATE_PIE_SCRIPT): Enable.
2006-10-10 * gdb.texinfo (Command Syntax, Connecting, Remote configuration,Bob Wilson2-13/+19
Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode, TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
2006-10-10Avoid multiple definition errors from linkonce sections.Ian Lance Taylor5-33/+64
2006-10-10 * ser-mingw.c (free_pipe_state, pipe_wait_handle): UpdateDaniel Jacobowitz2-13/+46
for changes to pipe_select_thread. (pipe_done_wait_handle): New. (_initialize_ser_windows): Reference it.
2006-10-10 * dwarf.c (display_debug_loc): Don't dereference loc_offsets whenAndreas Schwab2-2/+10
there are no location lists. (display_debug_ranges): Similar for range_lists.
2006-10-102006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>Daniel Jacobowitz13-82/+267
Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (expprint.o, parse.o, target.o): Update. * dwarf2loc.c (dwarf_expr_tls_address): Move body to target_translate_tls_address. Call it. * eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS. * expprint.c (print_subexp_standard): Likewise. (op_name_standard, dump_subexp_body_standard): Likewise. * expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS. (union exp_element): Add objfile. * parse.c (write_exp_elt_objfile): New function. (msym_tls_symbol_type): New. (write_exp_msymbol): Handle TLS. (operator_length_standard): Handle UNOP_MEMVAL_TLS. (build_parse): Initialize msym_tls_symbol_type. * parser-defs.h (write_exp_elt_objfile): New prototype. * target.c (target_translate_tls_address): New. * target.h (target_translate_tls_address): Add prototype. 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
2006-10-10*** empty log message ***gdbadmin1-1/+1
2006-10-09daily updateAlan Modra1-1/+1
2006-10-09 * solib.c (solib_open): Handle an empty solib_absolute_prefix like aDaniel Jacobowitz2-3/+12
missing one.
2006-10-09 * solib.c (solib_read_symbols): Stop if the file was not found.Daniel Jacobowitz2-0/+9
2006-10-092006-10-09 Paul Pluzhnikov <ppluzhnikov@charter.net>Daniel Jacobowitz6-3/+115
PR c++/2116 * valops.c (find_overload_match): Check for a NULL name. 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com> PR c++/2116 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
2006-10-09*** empty log message ***gdbadmin1-1/+1
2006-10-08daily updateAlan Modra1-1/+1
2006-10-082006-10-08 Paul Brook <paul@codesourcery.com>Paul Brook5-85/+334
gas/ * config/tc-arm.c (parse_big_immediate): 64-bit host fix. (parse_operands): Use parse_big_immediate for OP_NILO. (neon_cmode_for_logic_imm): Try smaller element sizes. (neon_cmode_for_move_imm): Ditto. (do_neon_logic): Handle .i64 pseudo-op. gas/testsuite/ * testsuite/gas/arm/neon-cov.s: Test pseudo-instruction forms of vmov, vmvn and logic immediate instructions. * testsuite/gas/arm/neon-cov.d: ditto.
2006-10-08*** empty log message ***gdbadmin1-1/+1
2006-10-07daily updateAlan Modra1-1/+1
2006-10-07*** empty log message ***gdbadmin1-1/+1
2006-10-06daily updateAlan Modra1-1/+1
2006-10-06 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now thatJoel Brobecker2-18/+5
the corresponding bug has been fixed in GDB (PR/2018).
2006-10-06 * dwarf2read.c (read_array_type): Set the type name if the nameJoel Brobecker2-0/+9
attribute is present.
2006-10-06Lay out object file sections when we add the symbols to the symbolIan Lance Taylor11-183/+213
table.
2006-10-06* genscripts.sh: Respect LIBPATH_SUFFIX when not using sysroot.Mike Frysinger2-0/+12
2006-10-06 * gdb.base/subst.exp: New testcase.Joel Brobecker2-0/+153
2006-10-06 * gdb.ada/array_return/pck.ads: Add copyright notice.Joel Brobecker6-0/+93
* gdb.ada/array_return/pck.adb: Likewise. * gdb.ada/array_return/p.adb: Likewise. * gdb.ada/exec_changed/first.adb: Likewise. * gdb.ada/exec_changed/second.adb: Likewise.
2006-10-06 * gdb.ada/watch_arg/watch.adb: New file.Joel Brobecker3-0/+97
* gdb.ada/watch_arg.exp: New testcase.
2006-10-06 * blockframe.c (block_innermost_frame): Rewrite frame search logic.Joel Brobecker2-5/+10