aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Undo the following change. Not correct, after all:Joel Brobecker2-2/+7
* procfs.c (solib_mappings_callback, find_memory_regions_callback): Fix a compilation warning on mips-irix due to casting from a pointer of different size.
2009-04-16 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)Joel Brobecker2-12/+7
(ada_get_current_task, ada_print_exception_breakpoint_nontask) (ada_print_exception_breakpoint_task, ada_reset_thread_registers): Remove declaration. These are non-existent functions.
2009-04-16 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.Joel Brobecker2-6/+5
This macro is no longer used.
2009-04-16 * procfs.c (solib_mappings_callback, find_memory_regions_callback):Joel Brobecker2-2/+8
Fix a compilation warning on mips-irix due to casting from a pointer of different size.
2009-04-16 * ada-lang.c (symtab_for_sym): Delete.Joel Brobecker2-60/+6
(user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
2009-04-16 * ada-lang.c (extract_string): Delete.Joel Brobecker2-3/+16
(ada_main_name): Reimplement using target_read_string instead of extract_string.
2009-04-16Fix typo in previous commit.Nick Clifton1-1/+1
2009-04-16Add new binutils target: moxieNick Clifton40-3/+1811
2009-04-16* m68klinux-nat.c: Remove obsolete comment.Andreas Schwab2-50/+21
(fetch_register, store_register): Don't call gdbarch_cannot_fetch_register or gdbarch_cannot_store_register, which are always nops here.
2009-04-16gas/Jan Beulich2-0/+22
2009-04-16 Jan Beulich <jbeulich@novell.com> * expr.c: Include limits.h if available, and #define CHAR_BITS otherwise. (expr): Check range of shift count when evaluating a constant expression.
2009-04-16binutils/testsuite/Alan Modra13-24/+46
* binutils-all/localize-hidden-1.s: Use "==" instead of ".set". * binutils-all/localize-hidden-2.s: Likewise. gas/testsuite/ * gas/all/gas.exp: Disable assign and assign-ok tests on blackfin. * gas/all/p2425.s: Use "==" instead of "=". * gas/all/weakref1.s: Likewise. * gas/macros/and.s: Likewise. * gas/macros/test1.s: Likewise. * gas/hppa/parse/parse.exp: Remove xfail on block1. ld/testsuite/ * ld-libs/lib-1.s: Use "==" instead of ".set". * ld-libs/lib-2.s: Likewise. * ld-scripts/defined.s: Likewise.
2009-04-16*** empty log message ***gdbadmin1-1/+1
2009-04-16daily updateAlan Modra1-1/+1
2009-04-15gdbTom Tromey9-41/+152
* c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING. (c_printstr): Likewise. * charset.c: Include gdb_wait.h. (make_wchar_iterator): Use INTERMEDIATE_ENCODING. (find_charset_names): Use pexecute. Handle libiconv's output. Detect errors. (_initialize_charset): Use xstrdup. * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar cases. (INTERMEDIATE_ENCODING): New define. * configure, config.in: Rebuild. * configure.ac: Check for btowc. gdb/doc * gdb.texinfo (Character Sets): Document default character set.
2009-04-15gdbTom Tromey4-1/+22
* c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP. gdb/testsuite * gdb.base/charset.exp: Add regression test.
2009-04-15 * utils.c (parse_escape): Initialize target_char to pacify GCC.Eli Zaretskii2-1/+5
2009-04-152009-04-15 Christophe Lyon <christophe.lyon@st.com>Christophe Lyon6-2/+35
bfd/ * elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM branch to an undef weak symbol into a jump to next instruction if a PLT entry will be created. testsuite/ * ld-arm/arm-elf.exp: Add 1 more test to check undef weak reference with PLT in ARM mode. * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s: New files.
2009-04-15gas/Jan Beulich4-6/+15
2009-04-15 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (process_operands): Print operands in correct order depending on intel_syntax. gas/testsuite/ 2009-04-15 Jan Beulich <jbeulich@novell.com> * gas/i386/intel.e: Adjust expectations.
2009-04-15gas/testsuite/Jan Beulich6-20/+34
2009-04-15 Jan Beulich <jbeulich@novell.com> * gas/i386/x86-64-sse5.s: Add test of protd. * gas/i386/x86-64-sse5.d: Adjust expectations to match input. opcodes/ 2009-04-15 Jan Beulich <jbeulich@novell.com> * i386-opc.tbl (protb, protw, protd, protq): Set opcode extension to None. (pshab, pshaw, pshad, pshaq): Likewise. * i386-tbl.h: Re-generate.
2009-04-15gprof/Kazu Hirata4-2/+12
* gprof.h: Include gconfig.h. #undef PACKAGE. ld/ * ldlang.c: Do not include limits.h.
2009-04-15daily updateAlan Modra1-1/+1
2009-04-15*** empty log message ***gdbadmin1-1/+1
2009-04-14gdb/Jan Kratochvil2-1/+5
* c-lang.c (c_get_string): Fix xfree crash on a failed string read.
2009-04-14 ARI fix: sprintf rule.Pierre Muller3-11/+20
* ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf. * ada-lang.c (add_angle_brackets): Use xstrprintf. (ada_decode): Replace sprintf by xsnprintf. (find_old_style_renaming_symbol): Ditto. (ada_to_fixed_type_1, ada_enum_name): Ditto.
2009-04-14 * gdbint.texinfo: Change server name from sources.redhat.com toPierre Muller2-21/+26
sourceware.org throughout.
2009-04-14merge from gccDJ Delorie3-37/+83
2009-04-14 * gdb.base/exe-lock.exp: New testcase.Joel Brobecker2-0/+67
2009-04-14 * target.c (target_mourn_inferior): Call bfd_cache_close_allJoel Brobecker2-0/+11
after having executed the target mourn_inferior routine.
2009-04-14config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.Eli Zaretskii2-0/+9
2009-04-14bfd/ChangeLogDave Korn6-0/+89
* coffgen.c (make_a_section_from_file): Set the backend long section names enable if long section names found on input. * coffcode.h: Extend long section names documentation to match. binutils/ChangeLog * objcopy.c (enum long_section_name_handling): New enum type. (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES. (copy_options[]): Add entry for --long-section-names option. (copy_usage): Document it. (set_long_section_mode): New subroutine. (copy_file): Call it. (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg. * doc/binutils.texi: Update objcopy documentation with details of new option.
2009-04-14 PR ld/10047Alan Modra2-36/+16
* ldfile.c (find_scripts_dir): Use make_relative_prefix to find ldscripts in build tree. Don't repeat search for ../lib/ldscripts.
2009-04-142009-04-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-8/+15
* ldfile.c (ldfile_find_command_file): Revert the last change.
2009-04-14daily updateAlan Modra1-1/+1
2009-04-142009-04-13 David Daney <ddaney@caviumnetworks.com>David Daney2-16/+37
* infrun.c (maybe_software_singlestep): New function. (resume): Call maybe_software_singlestep. (handle_inferior_event): Same.
2009-04-14*** empty log message ***gdbadmin1-1/+1
2009-04-13gdbTom Tromey4-9/+23
* python/python-frame.c (frapy_richcompare): Return Py_NotImplemented, not an error. Handle Py_NE as well. gdb/testsuite * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test != operator on Frame.
2009-04-13merge from gccDJ Delorie41-571/+438
2009-04-13Fix typo in the last change.Eli Zaretskii1-1/+1
2009-04-13 * charset.c (EILSEQ): Define if not defined by system headers.Eli Zaretskii2-0/+13
2009-04-13Merged from gcc head revision 146001.Kai Tietz6-12/+23
2009-04-13 Ozkan Sezer <sezeroz@gmail.com> PR target/39397 * pex-common.h (struct pex_obj): Store pid values as pid_t, not as long (members *children and (*wait)) * pex-common.c (pex_run_in_environment): Likewise. * pex-win32.c (pex_win32_wait): Return pid_t and properly check returned pid value. * pex-djgpp.c (pex_djgpp_wait): Return pid_t. * pex-msdos.c (pex_msdos_wait): Likewise.
2009-04-13daily updateAlan Modra1-1/+1
2009-04-13*** empty log message ***gdbadmin1-1/+1
2009-04-12daily updateAlan Modra1-1/+1
2009-04-12*** empty log message ***gdbadmin1-1/+1
2009-04-11*** empty log message ***Eli Zaretskii1-2/+2
2009-04-11*** empty log message ***Eli Zaretskii1-1/+1
2009-04-11 * config/djgpp/config.sed: Tweak ac_config_files in intl/configureEli Zaretskii2-0/+4
to be consistent with renaming config.intl.h into config_intl.h.
2009-04-11 * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to beEli Zaretskii2-2/+7
consistent with the change from 2009-03-17.
2009-04-11Move testsuite ChangeLog entries to testsuite/ChangeLog*.H.J. Lu9-58/+59
2009-04-112009-04-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-11/+13
PR ld/10047 * ldfile.c (ldfile_find_command_file): First try raw name.