Alan Modra
220453ec97
* readelf.c (get_group_flags): Return empty string when flags zero.
...
Add space in other returned values.
(process_section_groups): Adjust format string.
2010-02-19 01:36:39 +00:00
Joel Brobecker
bfbf3774fe
* NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
...
7.0 section" into "Changes in 7.1".
2010-02-19 00:35:53 +00:00
gdbadmin
6756b09b9d
Record GDB 7.1 branch creation. Bump version number to 7.1.50.20100219-cvs.
2010-02-19 00:21:15 +00:00
gdbadmin
016555d1a6
*** empty log message ***
2010-02-19 00:00:02 +00:00
Alan Modra
21e9514afe
daily update
2010-02-18 23:00:04 +00:00
Pedro Alves
202b96c1a6
2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
...
* mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
* symfile.c (symfile_map_offsets_to_segments): Fix assertion.
2010-02-18 19:17:00 +00:00
Matthew Gretton-Dann
f421f24f33
* ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
2010-02-18 17:25:10 +00:00
Tom Tromey
de2e518245
* NEWS: Add Python API Improvements section.
2010-02-18 16:36:47 +00:00
Daniel Jacobowitz
7280022eea
* NEWS: Correct typo.
2010-02-18 16:04:32 +00:00
Daniel Jacobowitz
7d1bf85cc5
* gdb.python/py-type.exp: Check for Python support.
2010-02-18 15:27:35 +00:00
Matthew Gretton-Dann
cd21e5460f
* bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
...
merging Tag_DIV_use, Tag_MPextension_use, and
Tag_MPextension_use_legacy tags.
* binutils/readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add
description of newly permitted attribute values.
(arm_attr_tag_Virtualization_use): Likewise.
(arm_attr_tag_DIV_use): Add description of new attribute.
(arm_attr_tag_MPextension_use_legacy): Likewise.
* gas/config/tc-arm.c (arm_convert_symbolic_attribute):
Add Tag_DIV_use.
* gas/doc/c-arm.texi: Likewise.
* gas/testsuite/gas/arm/attr-order.d: Fix test for new names for
attribute values.
* include/elf/arm.h (Tag_MPextension_use): Renumber.
(Tag_DIV_use): Add.
(Tag_MPextension_use_legacy): Likewise.
* ld/testsuite/ld-arm/attr-merge-3.attr: Fix test for new attribute
values.
* ld/testsuite/ld-arm/attr-merge-3b.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-unknown-1.d: Fix test now that 42
is a recognised attribute ID.
* ld/testsuite/ld-arm/attr-merge-unknown-1.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-6.attr: New test.
* ld/testsuite/ld-arm/attr-merge-6a.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-6b.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-7.attr: Likewise.
* ld/testsuite/ld-arm/attr-merge-7a.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-7b.s: Likewise.
* ld/testsuite/ld-arm/arm-elf.exp: Run the new tests.
2010-02-18 10:56:28 +00:00
Alan Modra
b2fc24d469
* binutils-all/group-5.s, * binutils-all/group-5.d: New test.
...
* binutils-all/objcopy.exp: Run it.
2010-02-18 00:13:30 +00:00
Alan Modra
415f38a6d0
* elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15
...
commit. Don't write zeros for removed group members.
(_bfd_elf_copy_private_header_data): Adjust size of group section
when group members are removed by objcopy.
2010-02-18 00:09:06 +00:00
gdbadmin
9badf1bc6b
*** empty log message ***
2010-02-18 00:00:03 +00:00
Pedro Alves
061b528517
* lib/gdb.exp (build_id_debug_filename_get): Don't assume new
...
`regsub' syntax available.
2010-02-17 23:07:24 +00:00
Alan Modra
51e139990e
daily update
2010-02-17 23:00:04 +00:00
Pedro Alves
f8a8bc2ce4
* gdb.base/shmain.c (main): Remove printf call.
...
* gdb.base/sizeof.c (main): Cast return of sizeof to int.
* gdb.base/unload.c (main): Make format of fprintf a string
literal. Add missing endlines to prints to stderr.
* gdb.base/watchpoint-solib.c (open_shlib): Ditto.
2010-02-17 22:55:40 +00:00
Tom Tromey
6f451e5ec4
gdb
...
* objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
gdb/testsuite
* gdb.java/jprint.java (jprint.props): New field.
* gdb.java/jprint.exp (set_lang_java): Add regression test.
2010-02-17 22:25:05 +00:00
Pedro Alves
ef801a0e1d
Use tab, not spaces.
2010-02-17 22:09:05 +00:00
Pedro Alves
12d79008ef
* gdb.base/charset.exp: Don't assume new `regsub' syntax
...
available.
2010-02-17 22:05:58 +00:00
Jan Kratochvil
012836ea49
gdb/
...
* symfile.c (build_section_addr_info_from_objfile): Include sections
only if they are SEC_ALLOC or SEC_LOAD.
2010-02-17 20:54:52 +00:00
H.J. Lu
d182d0578f
Use CORE_ADDR instead of ULONGEST on address.
...
2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
PR shlibs/11293
* solib-svr4.c (enable_break): Check size of CORE_ADDR instead
of ULONGEST for address size.
2010-02-17 20:47:08 +00:00
Tom Tromey
4eef138c30
* NEWS: Add C++ improvements section.
2010-02-17 20:08:24 +00:00
Ulrich Weigand
548a926afa
* python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
...
PyThreadState_Swap): Avoid "statement with no effect" warning.
2010-02-17 14:58:54 +00:00
Jan Kratochvil
ad3a0e5b17
gdb/
...
* solib-svr4.c (enable_break <target_auxv_search>): New variable
addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
2010-02-17 11:37:23 +00:00
Nick Clifton
792cdb5065
* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
...
the config.cache files found by the find command.
2010-02-17 11:02:54 +00:00
Tristan Gingold
243e2c5d0a
2010-02-17 Tristan Gingold <gingold@adacore.com>
...
Petr Hluzí<petr.hluzin@gmail.com>
* avr-tdep.c (avr_scan_prologue): Convert an if statement to a
gdb_assert. Fix info->size for SIG prologue.
2010-02-17 10:39:10 +00:00
Tristan Gingold
444a144ff4
2010-02-17 Tristan Gingold <gingold@adacore.com>
...
* dmt.h, dst.h, eeom.h, egps.h, egsd.h, egst.h, egsy.h: New Files.
* eiaf.h, eicp.h, eiha.h, eihd.h, eihi.h, eihs.h, eihvn.h: Ditto.
* eisd.h, emh.h, eobjrec.h, esdf.h, esrf.h, etir.h, shl.h: Ditto.
2010-02-17 10:12:48 +00:00
Nick Clifton
3994761f62
PR 11238
...
* Makefile.tpl (local-distclean): Also remove config.cache files in
sub-directories as there may not be Makefiles present in the
sub-directories.
* Makefile.in: Regenerate.
* configure.ac: Revert previous delta.
* configure: Regenerate.
2010-02-17 10:05:51 +00:00
gdbadmin
d83a18b6bd
*** empty log message ***
2010-02-17 00:00:03 +00:00
Alan Modra
f7a1abe637
daily update
2010-02-16 23:00:04 +00:00
Daniel Jacobowitz
d252f7e5ab
gdb/testsuite/
...
* gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
creation to support remote host testing.
2010-02-16 21:26:48 +00:00
Daniel Jacobowitz
67bdab6cc5
gdb/testsuite/
...
* gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
Recognize "command not found".
2010-02-16 21:22:46 +00:00
Daniel Jacobowitz
bb3912236d
gdb/testsuite/
...
* gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
single-stepping.
2010-02-16 21:20:14 +00:00
Daniel Jacobowitz
275f2e57c2
gdb/
...
* infcmd.c (show_inferior_tty_command): Check for NULL.
Correct output message.
2010-02-16 21:18:46 +00:00
Daniel Jacobowitz
70362913a3
* gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
...
if arguments are not supported.
2010-02-16 21:13:10 +00:00
Daniel Jacobowitz
493f3c00fe
gdb/testsuite/
...
* gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
be const or non-const.
2010-02-16 21:09:32 +00:00
Daniel Jacobowitz
8034c7498c
gdb/testsuite/
...
* gdb.mi/mi-break.exp (test_breakpoint_commands): Use
mi_send_resuming_command to send -exec-continue.
2010-02-16 21:08:10 +00:00
Daniel Jacobowitz
791dfb6488
gdb/
...
* linespec.c (decode_line_1): Handle FILE:FUNCTION even if
FUNCTION contains parentheses. Improve removal of a trailing
single quote.
gdb/testsuite/
* gdb.base/list.exp (test_list_filename_and_function): Add test
with single quotes.
* gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
matching.
* gdb.cp/overload.exp: Add tests with filename, function, and quotes.
Add KFAIL'd tests for PR gdb/11289.
2010-02-16 20:51:51 +00:00
Daniel Jacobowitz
14d1346bd3
gdb/
...
* gcore.c (do_bfd_delete_cleanup): New function.
(gcore_command): Use it. Discard the cleanup after success.
(gcore_copy_callback): Delete dead code.
2010-02-16 20:48:52 +00:00
Daniel Jacobowitz
e76ab67fec
gdb/
...
* symfile.c (addr_info_make_relative): Always use
find_lowest_section.
2010-02-16 20:28:06 +00:00
Daniel Jacobowitz
7c5fe86876
gdb/testsuite/
...
* gdb.cp/cpcompletion.exp: Specify source file name explicitly.
2010-02-16 20:23:43 +00:00
Daniel Jacobowitz
fdc498b81c
gdb/testsuite/
...
* gdb.base/comp-dir/subdir/dummy.txt: New file.
* gdb.base/completion.exp: Use comp-dir/subdir instead of creating
a temporary directory.
2010-02-16 20:18:53 +00:00
Daniel Jacobowitz
b519e2a636
gdb/testsuite/
...
* gdb.base/charset.exp: Use a single regular expression to match
show host-charset and show target-charset output.
2010-02-16 20:13:14 +00:00
Ramana Radhakrishnan
d66a7a7bd2
2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
...
* ld-arm/jump-reloc-veneers-long.d: Correct testcase for
arm-none-eabi target.
* ld-arm/jump-reloc-veneers-short1.d: Likewise
* ld-arm/jump-reloc-veneers-short2.d: Likewise
2010-02-16 19:02:59 +00:00
Sami Wagiaalla
71dee6639e
2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
...
* NEWS: Added entry for namespace fixes.
2010-02-16 15:52:47 +00:00
gdbadmin
258714574f
*** empty log message ***
2010-02-16 00:00:03 +00:00
Alan Modra
ee401f41ee
daily update
2010-02-15 23:00:04 +00:00
Tom Tromey
a9854bd511
* dwarf2read.c (guess_structure_name): Allocate name on the
...
objfile obstack.
2010-02-15 20:48:57 +00:00
Tom Tromey
fd9e29b562
* c-typeprint.c (c_type_print_base): Reverse order of test.
2010-02-15 20:42:28 +00:00