deliverable/binutils-gdb.git
14 years agoImplement generic SHF_EXCLUDE.
H.J. Lu [Tue, 18 May 2010 03:31:07 +0000 (03:31 +0000)] 
Implement generic SHF_EXCLUDE.

bfd/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* elf.c (_bfd_elf_make_section_from_shdr): Handle SHF_EXCLUDE
(elf_fake_sections): Likewise.

* elf32-i370.c (i370_elf_section_from_shdr): Don't handle
SHF_EXCLUDE here.
* elf32-ppc.c (ppc_elf_fake_sections): Likewise.

binutils/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
generic flag.

binutils/testsuite/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
ELF targets.

* binutils-all/exclude-1.s: New.
* binutils-all/exclude-1a.d: Likewise.
* binutils-all/exclude-1b.d: Likewise.

gas/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
(obj_elf_parse_section_letters): Likewise.
(obj_elf_section_word): Likewise.

* config/tc-ppc.c (ppc_section_letter): Removed.
(ppc_section_word): Likewise.
* config/tc-ppc.h (ppc_section_letter): Likewise.
(ppc_section_word): Likewise.
(md_elf_section_letter): Likewise.
(md_elf_section_word): Likewise.

* doc/as.texinfo: Document `e' and `#exclude'.

gas/testsuite/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* gas/elf/elf.exp: Run section8.

* gas/elf/section8.d: New.
* gas/elf/section8.s: Likewise.

include/elf/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* common.h (SHF_EXCLUDE): New.

* i370.h (SHF_EXCLUDE): Removed.
* or32.h (SHF_EXCLUDE): Likewise.
* ppc.h (SHF_EXCLUDE): Likewise.
* sparc.h (SHF_EXCLUDE): Likewise.

ld/testsuite/

2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/11600
* ld-elf/exclude3.s: New.
* ld-elf/exclude3a.d: Likewise.
* ld-elf/exclude3b.d: Likewise.
* ld-elf/exclude3c.d: Likewise.

14 years ago2010-05-18 Hui Zhu <teawater@gmail.com>
Hui Zhu [Tue, 18 May 2010 02:47:45 +0000 (02:47 +0000)] 
2010-05-18  Hui Zhu  <teawater@gmail.com>

* linux-fork.c (inferior_call_waitpid_cleanup): Add check
for oldfp.
(inferior_call_waitpid): Move make_cleanup out of check.
Check the return of waitpid.
(delete_checkpoint_command): Add pptid to save fi->parent_ptid.

14 years agodaily update
Alan Modra [Tue, 18 May 2010 00:00:07 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Tue, 18 May 2010 00:00:06 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 22:21:43 +0000 (22:21 +0000)] 
2010-05-17  Michael Snyder  <msnyder@vmware.com>

* tui/tui.c: White space.
* tui/tui-data.c: White space.
* tui/tui-disasm.c: White space.
* tui/tui-file.c: White space.
* tui/tui-interp.c: White space.
* tui/tui-main.c: White space.
* tui/tui-out.c: White space.
* tui/tui-regs.c: White space.
* tui/tui-source.c: White space.
* tui/tui-stack.c: White space.
* tui/tui-win.c: White space.
* tui/tui-winsource.c: White space.

14 years ago2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 21:47:01 +0000 (21:47 +0000)] 
2010-05-17  Michael Snyder  <msnyder@vmware.com>

* procfs.c: White space.

14 years agomake parameter being watched is a non-constant.
Joel Brobecker [Mon, 17 May 2010 21:32:57 +0000 (21:32 +0000)] 
make parameter being watched is a non-constant.

The gdb.ada/watch_arg testcase is testing a situation where we are
leaving the scope where a parameter being watched is defined. The
testcase is a little non-sensical that we're watching a parameter
declared as an "access integer", which in non-Ada terms means
a constant pointer.  Doesn't make much sense to watch a constant...

So this patch changes the code a little to use an "in out Integer",
which makes the parameter a non-constant integer, rather than a
constant access Integer.  I verified that I could still reproduce
the problem with the original debugger and the modified testcase.

This was motivated by a patch that Sergio is about to submit which
will forbid the user from watching a constant (discussed on IRC)

2010-05-17  Joel Brobecker  <brobecker@adacore.com>

        * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
        parameter that we want to watch being a constant.

Tested on both sparc-solaris (where the ancient debugger could still
run ;-), and on x86_64-linux.

14 years ago2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 21:23:25 +0000 (21:23 +0000)] 
2010-05-17  Michael Snyder  <msnyder@vmware.com>

* python/py-auto-load.c: White space.
* python/py-block.c: White space.
* python/py-breakpoint.c: White space.
* python/py-cmd.c: White space.
* python/py-function.c: White space.
* python/py-lazy-string.c: White space.
* python/py-objfile.c: White space.
* python/py-param.c: White space.
* python/py-prettyprint.c: White space.
* python/py-progspace.c: White space.
* python/py-symtab.c: White space.
* python/python.c: White space.
* python/py-type.c: White space.
* python/py-utils.c: White space.
* python/py-value.c: White space.

14 years ago2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 20:49:39 +0000 (20:49 +0000)] 
2010-05-17  Michael Snyder  <msnyder@vmware.com>

* mi/mi-cmd-break.c: White space.
* mi/mi-cmd-env.c: White space.
* mi/mi-cmds.c: White space.
* mi/mi-cmd-stack.c: White space.
* mi/mi-cmd-var.c: White space.
* mi/mi-console.c: White space.
* mi/mi-getopt.c: White space.
* mi/mi-interp.c: White space.
* mi/mi-main.c: White space.
* mi/mi-out.c: White space.
* mi/mi-parse.c: White space.

14 years ago2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 19:28:12 +0000 (19:28 +0000)] 
2010-05-17  Michael Snyder  <msnyder@vmware.com>

* cli/cli-cmds.c: White space.
* cli/cli-decode.c: White space.
* cli/cli-dump.c: White space.
* cli/cli-interp.c: White space.
* cli/cli-logging.c: White space.
* cli/cli-script.c: White space.
* cli/cli-setshow.c: White space.

14 years ago2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 18:48:52 +0000 (18:48 +0000)] 
2010-05-17  Michael Snyder  <msnyder@vmware.com>

* valarith.c: White space.
* valops.c: White space.
* valprint.c: White space.
* value.c: White space.
* varobj.c: White space.
* xcoffread.c: White space.
* xml-support.c: White space.
* xml-tdesc.c: White space.

14 years agoUse breakpoint location to parse condition over current language.
Joel Brobecker [Mon, 17 May 2010 17:23:33 +0000 (17:23 +0000)] 
Use breakpoint location to parse condition over current language.

gdb/ChangeLog:

        * parse.c (parse_exp_in_context): When block is not NULL, use
        its associated language to parse the expression instead of
        the current_language.

gdb/testsuite/ChangeLog:

        * gdb.ada/cond_lang: New testcase.

14 years agoRemove commented-out code in jv-lang.c
Joel Brobecker [Mon, 17 May 2010 17:18:39 +0000 (17:18 +0000)] 
Remove commented-out code in jv-lang.c

2010-05-17  Joel Brobecker  <brobecker@adacore.com>

        * jv-lang.c (java_lookup_class): Remove commented out code.
        (type_from_class): Likewise.
        (java_op_print_tab): Remove commented-out elements.

14 years agotestsuite: Prevent writes to prms_id and bug_id.
Joel Brobecker [Mon, 17 May 2010 17:11:28 +0000 (17:11 +0000)] 
testsuite: Prevent writes to prms_id and bug_id.

gdb/testsuite/ChangeLog:

        * lib/gdb.exp (banned_variables): New variable/constant.
        (gdb_init): Add write trace on variables listed in banned_variables.
        (gdb_finish): Remove write traces on variables listed in
        banned_variables.

14 years agoSome uses of bug_id and prms_id just reappeared - remove them.
Joel Brobecker [Mon, 17 May 2010 17:06:01 +0000 (17:06 +0000)] 
Some uses of bug_id and prms_id just reappeared - remove them.

2010-05-17  Joel Brobecker  <brobecker@adacore.com>

        * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
        * gdb.cp/koenig.exp: Likewise.

Tested on x86_64-linux.

14 years agoAvoid global lookup when decoding XA type.
Joel Brobecker [Mon, 17 May 2010 16:55:31 +0000 (16:55 +0000)] 
Avoid global lookup when decoding XA type.

This patch enhances GDB to take advantage of a recent change in the GNAT
encoding regarding XA types.  A detailed description of the logic has
been added at the start of ada_fixup_array_indexes_type to give the
context behind this enhancement.

2010-05-17  Joel Brobecker  <brobecker@adacore.com>

        * ada-lang.c (to_fixed_range_type): The the raw index type as
        argument instead of the raw type name.  Remove orig_type parameter.
        Update calls throughout.
        (ada_fixup_array_indexes_type): New function.
        (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
        * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
        * ada-typeprint.c (print_range_type): Renames print_range_type_named.
        Remove name parameter.
        (print_array_type): Add call to ada_fixup_array_indexes_type.
        Update calls to print_range_type.
        (ada_print_type): Update calls to print_range_type.

14 years agoPR gdb/11092
Andreas Schwab [Mon, 17 May 2010 16:53:21 +0000 (16:53 +0000)] 
PR gdb/11092
* c-lang.c (c_printstr): Compute real length of NUL terminated
string at first.

14 years ago * dwarf2read.c (read_set_type): Set type length if
Pierre Muller [Mon, 17 May 2010 15:55:01 +0000 (15:55 +0000)] 
* dwarf2read.c (read_set_type): Set type length if
DW_AT_byte_size attribute is present.

14 years ago * p-valprint.c (pascal_val_print): Handle set type if range limits
Pierre Muller [Mon, 17 May 2010 15:29:02 +0000 (15:29 +0000)] 
* p-valprint.c (pascal_val_print): Handle set type if range limits
are undefined but size is known.

14 years ago * procfs.c: Reformat.
Pedro Alves [Mon, 17 May 2010 10:42:27 +0000 (10:42 +0000)] 
* procfs.c: Reformat.

14 years agoRevert previous change that inadvertently added reset_schedlock, and
Pedro Alves [Mon, 17 May 2010 10:40:06 +0000 (10:40 +0000)] 
Revert previous change that inadvertently added reset_schedlock, and
revert changes done on top on that.

14 years agoReformat last entry to avoid too long line.
Tristan Gingold [Mon, 17 May 2010 08:32:43 +0000 (08:32 +0000)] 
Reformat last entry to avoid too long line.

14 years agobfd/
Tristan Gingold [Mon, 17 May 2010 08:07:46 +0000 (08:07 +0000)] 
bfd/
2010-05-17  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c: Include esgps.h and eidc.h.
(_bfd_vms_slurp_egsd): Ignore SPSC and IDC sub-records.
(evax_bfd_print_egsd_flags): New function, extracted from ...
(evax_bfd_print_egsd): ..., calls evax_bfd_print_egsd_flags.  Handles
EGSD__C_SPSC and EGSD__C_IDC.

include/vms:
2010-05-17  Tristan Gingold  <gingold@adacore.com>

* eidc.h: New file.
* esgps.h: New file.

14 years agoAdd reset_schedlock declaration in target.h.
Joel Brobecker [Mon, 17 May 2010 05:31:00 +0000 (05:31 +0000)] 
Add reset_schedlock declaration in target.h.

This patches improves a couple of previous patches:
  - one that introduces reset_schedlock, but failed to add a declarationl;
  - one that was checked in to avoid a compilation failure due to that
    missing declaration.
It also improves the declaration itself to better conform to our coding
practices.  Same for the comments.

2010-05-17  Joel Brobecker  <brobecker@adacore.com>

        * target.h (reset_schedlock): Add declaration.
        * infrun.c (reset_schedlock): Add missing void in function profile.
        * target.c (target_mourn_inferior): Delete local declaration of
        reset_schedlock.  Style-fix in comment.

14 years ago2010-05-17 Hui Zhu <teawater@gmail.com>
Hui Zhu [Mon, 17 May 2010 03:20:57 +0000 (03:20 +0000)] 
2010-05-17  Hui Zhu  <teawater@gmail.com>

* target.c (target_mourn_inferior): Extern reset_schedlock.

14 years ago2010-05-16 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 17 May 2010 01:15:20 +0000 (01:15 +0000)] 
2010-05-16  Michael Snyder  <msnyder@vmware.com>

* target.c: White space.
* target-descriptions.c: White space.
* target-memory.c: White space.
* thread.c: White space.
* top.c: White space.
* tracepoint.c: White space.
* trad-frame.c: White space.
* tramp-frame.c: White space.
* ui-file.c: White space.
* ui-out.c: White space.
* user-regs.c: White space.
* utils.c: White space.

14 years ago*** empty log message ***
gdbadmin [Mon, 17 May 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-05-16 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 23:49:58 +0000 (23:49 +0000)] 
2010-05-16  Michael Snyder  <msnyder@vmware.com>

* scm-exp.c: White space.
* scm-lang.c: White space.
* scm-valprint.c: White space.
* sentinel-frame.c: White space.
* ser-base.c: White space.
* ser-go32.c: White space.
* serial.c: White space.
* ser-mingw.c: White space.
* ser-pipe.c: White space.
* ser-tcp.c: White space.
* ser-unix.c: White space.
* solib.c: White space.
* solib-darwin.c: White space.
* solib-frv.c: White space.
* solib-irix.c: White space.
* solib-osf.c: White space.
* solib-pa64.c: White space.
* solib-som.c: White space.
* solib-spu.c: White space.
* solib-svr4.c: White space.
* solib-target.c: White space.
* source.c: White space.
* stabsread.c: White space.
* stack.c: White space.
* std-regs.c: White space.
* symfile.c: White space.
* symmisc.c: White space.
* symtab.c: White space.

14 years ago2010-05-16 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 21:26:53 +0000 (21:26 +0000)] 
2010-05-16  Michael Snyder  <msnyder@vmware.com>

* source.c (_initialize_source): Add "rev" as an abbreviation
for the "reverse-search" command.

14 years ago2010-05-16 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 21:11:14 +0000 (21:11 +0000)] 
2010-05-16  Michael Snyder  <msnyder@vmware.com>

* record.c: White space.
* regcache.c: White space.
* reggroups.c: White space.
* remote-fileio.c: White space.
* remote-m32r-sdi.c: White space.
* remote-mips.c: White space.
* remote-sim.c: White space.

14 years ago2010-05-16 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 21:07:22 +0000 (21:07 +0000)] 
2010-05-16  Michael Snyder  <msnyder@vmware.com>

* remote.c: White space.
(process_g_packet): Remove orphan braces.

14 years ago2010-05-15 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 01:27:02 +0000 (01:27 +0000)] 
2010-05-15  Michael Snyder  <msnyder@vmware.com>

* parse.c: White space.
* p-lang.c: White space.
* posix-hdep.c: White space.
* printcmd.c: White space.
* progspace.c: White space.
* prologue-value.c: White space.
* psymtab.c: White space.
* p-typeprint.c: White space.
* p-valprint.c: White space.

14 years ago2010-05-15 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 00:46:46 +0000 (00:46 +0000)] 
2010-05-15  Michael Snyder  <msnyder@vmware.com>

* objc-lang.c: White space.
* objfiles.c: White space.
* observer.c: White space.
* osabi.c: White space.
* osdata.c: White space.

14 years ago2010-05-15 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 16 May 2010 00:18:02 +0000 (00:18 +0000)] 
2010-05-15  Michael Snyder  <msnyder@vmware.com>

* m2-lang.c: White space.
* m2-valprint.c: White space.
* macrocmd.c: White space.
* macroexp.c: White space.
* macroscope.c: White space.
* macrotab.c: White space.
* main.c: White space.
* maint.c: White space.
* mdebugread.c: White space.
* memattr.c: White space.
* minsyms.c: White space.
* monitor.c: White space.

14 years ago*** empty log message ***
gdbadmin [Sun, 16 May 2010 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Sun, 16 May 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago2010-05-15 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Sat, 15 May 2010 19:50:44 +0000 (19:50 +0000)] 
2010-05-15  Kai Tietz  <kai.tietz@onevision.com>

* emultempl/pe.em (is_underscoring): New helper function.
(gld_${EMULATION_NAME}_before_parse): Replace code
for pe(p)_leading_underscore detection by is_underscoring.
(U): Likewise.
(GET_INIT_SYMBOL_NAME): Likewise.
(U_SIZE): Likewise.
(set_pe_name):
(set_entry_point):
(gld_${EMULATION_NAME}_set_symbols):
* emultempl/pep.em: Likewise.
* pe-dll.c (pe_detail_list): Set default
underscoring for x64 target.
(pe_dll_id_target): Add initialization of
pe(p)_leading_underscore.

14 years ago * pe-dll.c: Removed trailing whitespaces.
Dave Korn [Sat, 15 May 2010 14:20:06 +0000 (14:20 +0000)] 
* pe-dll.c: Removed trailing whitespaces.

14 years agodaily update
Alan Modra [Sat, 15 May 2010 00:00:06 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Sat, 15 May 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 23:41:05 +0000 (23:41 +0000)] 
2010-05-14  Michael Snyder  <msnyder@vmware.com>

* jv-lang.c: White space.
* jv-typeprint.c: White space.
* jv-valprint.c: White space.
* language.c: White space.
* libunwind-frame.c: White space.
* linespec.c: White space.
* linux-nat.c: White space.
* linux-record.c: White space.
* linux-thread-db.c: White space.

14 years ago2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 21:25:51 +0000 (21:25 +0000)] 
2010-05-14  Michael Snyder  <msnyder@vmware.com>

* infcall.c: White space.
* inf-child.c: White space.
* infcmd.c: White space.
* inferior.c: White space.
* inf-loop.c: White space.
* inflow.c: White space.
* inline-frame.c: White space.
* interps.c: White space.

14 years ago2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 20:17:37 +0000 (20:17 +0000)] 
2010-05-14  Michael Snyder  <msnyder@vmware.com>

* gcore.c: White space.
* gdb.c: White space.
* gdbtypes.c: White space.
* gnu-nat.c: White space.
* gnu-v2-abi.c: White space.
* gnu-v3-abi.c: White space.

14 years ago2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 19:27:05 +0000 (19:27 +0000)] 
2010-05-14  Michael Snyder  <msnyder@vmware.com>

* findcmd.c: White space.
* findvar.c: White space.
* fork-child.c: White space.
* frame-base.c: White space.
* frame.c: White space.
* frame-unwind.c: White space.
* f-valprint.c: White space.

14 years ago2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 18:35:11 +0000 (18:35 +0000)] 
2010-05-14  Michael Snyder  <msnyder@vmware.com>

* elfread.c: White space.
* environ.c: White space.
* eval.c: White space.
* event-loop.c: White space.
* event-top.c: White space.
* exceptions.c: White space.
* exec.c: White space.
* expprint.c: White space.

14 years ago2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 17:53:16 +0000 (17:53 +0000)] 
2010-05-14  Michael Snyder  <msnyder@vmware.com>

* dbxread.c: White space.
* dcache.c: White space.
* disasm.c: White space.
* doublest.c: White space.
* dsrec.c: White space.
* dummy-frame.c: White space.
* dwarf2expr.c: White space.
* dwarf2-frame.c: White space.
* dwarf2loc.c: White space.
* dwarf2read.c: White space.

14 years ago2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Fri, 14 May 2010 11:11:28 +0000 (11:11 +0000)] 
2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>

  PR python/11482

* python/py-value.c (valpy_hash): New function.
(value_object_type): Register valpy_hash.

2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>

  PR python/11482

* gdb.python/py-value.exp (test_value_hash): New function

14 years ago2010-05-14 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 14 May 2010 07:45:02 +0000 (07:45 +0000)] 
2010-05-14  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (alpha_vms_object_p): Accept header size of 0.
(_bfd_vms_get_object_record): Handle align byte only in the
foreign case.

14 years ago2010-05-14 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 14 May 2010 07:18:39 +0000 (07:18 +0000)] 
2010-05-14  Tristan Gingold  <gingold@adacore.com>

* vms-lib.c (_bfd_vms_lib_ia64_archive_p): New function.
* libbfd-in.h (_bfd_vms_lib_ia64_archive_p): Add prototype.
* libbfd.h: Regenerate.
* configure.in (havevecs): Define HAVE_all_vecs when
--enable-targets=all is set.  Use AC_SUBST on it.
(tdefaults): Do not add havevecs.
(bfd_elf64_ia64_vms_vec): Add vms-lib.lo and vms-misc.lo
* configure: Regenerate.
* Makefile.am (HAVEVECS): New variable.
(INCLUDES): Add HAVEVECS.
* Makefile.in: Regenerate.
* elfxx-ia64.c (INCLUDE_IA64_VMS): New macro, defined if vms
target is selected.  Add #ifdef/#endif around vms specific code.
(bfd_elfNN_archive_p, bfd_elfNN_archive_slurp_armap,
bfd_elfNN_archive_slurp_extended_name_table,
bfd_elfNN_archive_construct_extended_name_table,
bfd_elfNN_archive_truncate_arname,
bfd_elfNN_archive_write_armap,
bfd_elfNN_archive_read_ar_hdr,
bfd_elfNN_archive_write_ar_hdr,
bfd_elfNN_archive_openr_next_archived_file,
bfd_elfNN_archive_get_elt_at_index,
bfd_elfNN_archive_generic_stat_arch_elt,
bfd_elfNN_archive_update_armap_timestamp): Define to use vms archives.

14 years ago2010-05-14 Hui Zhu <teawater@gmail.com>
Hui Zhu [Fri, 14 May 2010 06:38:44 +0000 (06:38 +0000)] 
2010-05-14  Hui Zhu  <teawater@gmail.com>
            Michael Snyder  <msnyder@vmware.com>

* linux-fork.c (gdbthread.h): New include.
(fork_info): Add parent_ptid.
(inferior_call_waitpid_cleanup, inferior_call_waitpid): New
functions.
(delete_checkpoint_command): Call inferior_call_waitpid.
(checkpoint_command): Set parent_ptid.

14 years ago PR ld/11583
Alan Modra [Fri, 14 May 2010 03:15:20 +0000 (03:15 +0000)] 
PR ld/11583
* ldexp.c (exp_fold_tree_1): If assignment source expression is
invalid, make the destination symbol undefined.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 14 May 2010 00:23:26 +0000 (00:23 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* dictionary.c: Re-indent to GNU coding standard.

14 years agodaily update
Alan Modra [Fri, 14 May 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Fri, 14 May 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 23:53:32 +0000 (23:53 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* charset.c: White space.
* c-lang.c: White space.
* cli-out.c: White space.
* coffread.c: White space.
* complaints.c: White space.
* completer.c: White space.
* corefile.c: White space.
* corelow.c: White space.
* cp-abi.c: White space.
* cp-namespace.c: White space.
* cp-support.c: White space.
* cp-valprint.c: White space.
* c-typeprint.c: White space.
* c-valprint.c: White space.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 22:44:02 +0000 (22:44 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* blockframe.c: White space.
* breakpoint.c: White space.
* buildsym.c: White space.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 22:04:58 +0000 (22:04 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* bcache.c: White space.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 21:56:58 +0000 (21:56 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* gdbarch.sh: White space, add blank lines.
* arch-utils.c: Ditto.
* gdbarch.c: Regenerate.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 21:36:08 +0000 (21:36 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* frame.c: White space, add blank lines.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 21:24:21 +0000 (21:24 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* stack.c: White space, add blank lines.

14 years ago2010-05-13 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 13 May 2010 21:11:43 +0000 (21:11 +0000)] 
2010-05-13  Michael Snyder  <msnyder@vmware.com>

* stack.c (initialize_stack): Remove long-dead code.

14 years agogdb/
Jan Kratochvil [Thu, 13 May 2010 15:44:35 +0000 (15:44 +0000)] 
gdb/
Code cleanup.
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
(locexpr_read_variable, loclist_read_variable): Update the callers.

14 years agogdb/
Jan Kratochvil [Thu, 13 May 2010 09:09:20 +0000 (09:09 +0000)] 
gdb/
Code cleanup.
* dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
Remove check of NULL returned by tag_type_to_type.
(die_containing_type): Remove variable type.  Remove type_die variable
initialization.  Remove check of NULL returned by tag_type_to_type.

14 years ago * config/tc-arm.c (md_assemble): Clarify current mode in error
Nathan Sidwell [Thu, 13 May 2010 08:15:04 +0000 (08:15 +0000)] 
* config/tc-arm.c (md_assemble): Clarify current mode in error
messages about unsupported instructions.
(UT): Delete #define.
(insns): Adjust cbnz, cbz appropriately.
testsuite:
* gas/arm/armv1-bad.l: Adjust expected error text.
* gas/arm/arch7em-bad.l: Likewise.
* gas/arm/arch7m-bad.l: Likewise.
* gas/arm/thumb-w-bad.l: Likewise.
* gas/arm/arm7-bad.d: New.
* gas/arm/arm7-bad.l: New.
* gas/arm/arm7-bad.s: New.

14 years ago * gas/all/gas.exp: Don't run byte test on powerpc.
Alan Modra [Thu, 13 May 2010 06:46:13 +0000 (06:46 +0000)] 
* gas/all/gas.exp: Don't run byte test on powerpc.

14 years agoCorrect wclr encoding.
Alan Modra [Thu, 13 May 2010 06:30:09 +0000 (06:30 +0000)] 
Correct wclr encoding.

14 years ago2010-05-12 Doug Kwan <dougkwan@google.com>
Doug Kwan [Thu, 13 May 2010 02:41:15 +0000 (02:41 +0000)] 
2010-05-12  Doug Kwan  <dougkwan@google.com>

elfcpp/ChangeLog

* arm.h (Tag_FP_arch, Tag_ABI_align_needed, Tag_ABI_align_preserved,
Tag_FP_HP_extension, Tag_MPextension_use_legacy): Rename from
existing tags.
(Tag_undefined40, Tag_undefined41, Tag_MPextension_use,
Tag_undefined43): New tags.
(Targ_VFP_arch, Tag_ABI_align8_needed, TAG_ABI_align8_preserved,
Tag_VFP_HP_extension): Define aliases for backward compatiblity.

gold/ChangeLog

* arm.cc (Target_arm::do_finalize_sections): Create an empty
attributes section only if there no attributes section after merging.
(Target_arm::merge_object_attributes): Move value of
Tag_MPextension_use_legacy to that of Tag_MPextension_use.
Handle Tag_DIV_use and Tag_MPextension_use_legacy.
* testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
(check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
and arm_attr_merge_7.stdout.
(arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
arm_attr_merge_7b.o): New rules.
(MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
arm_attr_merge_7
* testsuite/Makefile.in: Regenerate.
* testsuite/arm_attr_merge.sh: New file.
* testsuite/arm_attr_merge_[67][ab].s: Same.

14 years agodaily update
Alan Modra [Thu, 13 May 2010 00:00:07 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Thu, 13 May 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Wed, 12 May 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Wed, 12 May 2010 00:00:06 +0000 (00:00 +0000)] 
daily update

14 years ago2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller [Tue, 11 May 2010 22:03:04 +0000 (22:03 +0000)] 
2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>

PR exp/11530.
* gdbtypes.c (lookup_struct_elt_type): Also lookup
names of unnamed structures or unions.

testsuite ChangeLog entry:

2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>

PR exp/11530.
* testsuite/gdb.base/gdb11530.c: New file.
* testsuite/gdb.base/gdb11530.exp: New file.

14 years ago * procfs.c (proc_watchpoint_address): New function.
Pierre Muller [Tue, 11 May 2010 21:55:47 +0000 (21:55 +0000)] 
* procfs.c (proc_watchpoint_address): New function.
(procfs_stopped_by_watchpoint): Remove useless check after
find_procinfo_or_die call.
(procfs_stopped_data_address): New function.
(procfs_use_watchpoints): Register new watchpoint related function.

14 years ago2010-05-11 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Tue, 11 May 2010 17:46:22 +0000 (17:46 +0000)] 
2010-05-11  Kai Tietz  <kai.tietz@onevision.com>

        * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
        Initialize pe(p)_leading_underscore variable.
        (set_pe_name): Likewise.
        * emultempl/pep.em: Likewise.
        Additional change default to non-underscore for
        pep_leading_underscore equal to -1.

14 years ago2010-05-10 Andrew Stubbs <ams@codesourcery.com>
Nick Clifton [Tue, 11 May 2010 17:36:33 +0000 (17:36 +0000)] 
2010-05-10  Andrew Stubbs  <ams@codesourcery.com>

        gas/
        * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.

        gas/testsuite/
        * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
        * gas/arm/attr-default.d: Likewise.
        * gas/arm/attr-march-armv1.d: Likewise.
        * gas/arm/attr-march-armv2.d: Likewise.
        * gas/arm/attr-march-armv2a.d: Likewise.
        * gas/arm/attr-march-armv2s.d: Likewise.
        * gas/arm/attr-march-armv3.d: Likewise.
        * gas/arm/attr-march-armv3m.d: Likewise.
        * gas/arm/attr-march-armv4.d: Likewise.
        * gas/arm/attr-march-armv4t.d: Likewise.
        * gas/arm/attr-march-armv4txm.d: Likewise.
        * gas/arm/attr-march-armv4xm.d: Likewise.
        * gas/arm/attr-march-armv5.d: Likewise.
        * gas/arm/attr-march-armv5t.d: Likewise.
        * gas/arm/attr-march-armv5te.d: Likewise.
        * gas/arm/attr-march-armv5tej.d: Likewise.
        * gas/arm/attr-march-armv5texp.d: Likewise.
        * gas/arm/attr-march-armv5txm.d: Likewise.
        * gas/arm/attr-march-armv6-m.d: Likewise.
        * gas/arm/attr-march-armv6.d: Likewise.
        * gas/arm/attr-march-armv6j.d: Likewise.
        * gas/arm/attr-march-armv6k.d: Likewise.
        * gas/arm/attr-march-armv6kt2.d: Likewise.
        * gas/arm/attr-march-armv6t2.d: Likewise.
        * gas/arm/attr-march-armv6z.d: Likewise.
        * gas/arm/attr-march-armv6zk.d: Likewise.
        * gas/arm/attr-march-armv6zkt2.d: Likewise.
        * gas/arm/attr-march-armv6zt2.d: Likewise.
        * gas/arm/attr-march-armv7-a.d: Likewise.
        * gas/arm/attr-march-armv7.d: Likewise.
        * gas/arm/attr-march-armv7a.d: Likewise.
        * gas/arm/attr-march-iwmmxt.d: Likewise.
        * gas/arm/attr-march-iwmmxt2.d: Likewise.
        * gas/arm/attr-march-marvell-f.d: Likewise.
        * gas/arm/attr-march-xscale.d: Likewise.
        * gas/arm/attr-mcpu.d: Likewise.
        * gas/arm/attr-mfpu-arm1020e.d: Likewise.
        * gas/arm/attr-mfpu-arm1020t.d: Likewise.
        * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
        * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
        * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
        * gas/arm/attr-mfpu-fpa.d: Likewise.
        * gas/arm/attr-mfpu-fpa10.d: Likewise.
        * gas/arm/attr-mfpu-fpa11.d: Likewise.
        * gas/arm/attr-mfpu-fpe.d: Likewise.
        * gas/arm/attr-mfpu-fpe2.d: Likewise.
        * gas/arm/attr-mfpu-fpe3.d: Likewise.
        * gas/arm/attr-mfpu-maverick.d: Likewise.
        * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
        * gas/arm/attr-mfpu-neon.d: Likewise.
        * gas/arm/attr-mfpu-softfpa.d: Likewise.
        * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
        * gas/arm/attr-mfpu-softvfp.d: Likewise.
        * gas/arm/attr-mfpu-vfp.d: Likewise.
        * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
        * gas/arm/attr-mfpu-vfp10.d: Likewise.
        * gas/arm/attr-mfpu-vfp3.d: Likewise.
        * gas/arm/attr-mfpu-vfp9.d: Likewise.
        * gas/arm/attr-mfpu-vfpv2.d: Likewise.
        * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
        * gas/arm/attr-mfpu-vfpv3.d: Likewise.
        * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
        * gas/arm/attr-mfpu-vfpv4.d: Likewise.
        * gas/arm/attr-mfpu-vfpxd.d: Likewise.
        * gas/arm/attr-order.d: Likewise.
        * gas/arm/attr-override-cpu-directive.d: Likewise.
        * gas/arm/attr-override-mcpu.d: Likewise.
        * gas/arm/eabi_attr_1.d: Likewise.

        ld/testsuite/
        * ld-arm/attr-merge-2.attr: Add Tag_DIV_use.
        * ld-arm/attr-merge-2a.s: Likewise.
        * ld-arm/attr-merge-2b.s: Likewise.
        * ld-arm/attr-merge-3a.s: Likewise.
        * ld-arm/attr-merge-3b.s: Likewise.
        * ld-arm/attr-merge-4.attr: Likewise.
        * ld-arm/attr-merge-5.attr: Likewise.
        * ld-arm/attr-merge-6.attr: Likewise.
        * ld-arm/attr-merge-7.attr: Likewise.
        * ld-arm/attr-merge-arch-1.attr: Likewise.
        * ld-arm/attr-merge-arch-2.attr: Likewise.
        * ld-arm/attr-merge-unknown-2.d: Likewise.
        * ld-arm/attr-merge-unknown-2r.d: Likewise.
        * ld-arm/attr-merge-unknown-3.d: Likewise.
        * ld-arm/attr-merge-vfp-1.d: Likewise.
        * ld-arm/attr-merge-vfp-1r.d: Likewise.
        * ld-arm/attr-merge-vfp-2.d: Likewise.
        * ld-arm/attr-merge-vfp-2r.d: Likewise.
        * ld-arm/attr-merge-vfp-3.d: Likewise.
        * ld-arm/attr-merge-vfp-3r.d: Likewise.
        * ld-arm/attr-merge-vfp-4.d: Likewise.
        * ld-arm/attr-merge-vfp-4r.d: Likewise.
        * ld-arm/attr-merge-vfp-5.d: Likewise.
        * ld-arm/attr-merge-vfp-5r.d: Likewise.
        * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-00.d: Likewise.
        * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-02.d: Likewise.
        * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-04.d: Likewise.
        * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-20.d: Likewise.
        * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-22.d: Likewise.
        * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-40.d: Likewise.
        * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
        * ld-arm/attr-merge-wchar-44.d: Likewise.
        * ld-arm/attr-merge.attr: Likewise.

2010-04-07  Jie Zhang  <jie@codesourcery.com>

        gas/
        * config/tc-arm.c (aeabi_set_public_attributes): Set
        Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.

        gas/testsuite/
        * gas/arm/attr-mfpu-vfpxd.d: New test.

        bfd/
        * elf32-arm.c (elf32_arm_merge_eabi_attributes): Merge
        Tag_ABI_HardFP_use correctly.

        ld/testsuite/
        * ld-arm/attr-merge-vfp-6.d: New test.
        * ld-arm/attr-merge-vfp-6r.d: New test.
        * ld-arm/attr-merge-vfpv3xd.s: New test.
        * ld-arm/arm-elf.exp: Add attr-merge-vfp-6 and attr-merge-vfp-6r.

2010-05-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>

        * arm-dis.c (thumb_opcodes): Update ldmia entry to use new %W
        format.
        (print_insn_thumb16): Add support for new %W format.

        * gas/arm/thumb32.d: Fix expected disassembly of ldmia
          instruction.

14 years ago * eval.c (evaluate_subexp_standard): Revert inadvertent change.
Tom Tromey [Tue, 11 May 2010 16:54:28 +0000 (16:54 +0000)] 
* eval.c (evaluate_subexp_standard): Revert inadvertent change.

14 years ago2010-04-20 Tiemen Schut <T.Schut@sron.nl>
Joel Sherrill [Tue, 11 May 2010 14:18:20 +0000 (14:18 +0000)] 
2010-04-20  Tiemen Schut    <T.Schut@sron.nl>

* erc32.c (sis_memory_write): Change prototype to const unsigned char *.
* func.c (exec_cmd, event, advance_time, wait_for_irq): Use uint64
for counts.
* interf.c (run_sim): Change icount to uint64_t. Use strtol directly.
(sim_resume): Specify maximum run time as uint64.
* sis.c (run_sim): Change icount to uint64_t.
* sis.h: Define uint64 as uint64_t. Change various fields and
prototypes to uint64 to support longer simulations.

14 years ago * coffcode.h (coff_write_object_contents): Enclose all occurrences
Alan Modra [Tue, 11 May 2010 04:42:10 +0000 (04:42 +0000)] 
* coffcode.h (coff_write_object_contents): Enclose all occurrences
of hasdebug and is_reloc_section in #ifdef COFF_IMAGE_WITH_PE.

14 years ago*** empty log message ***
gdbadmin [Tue, 11 May 2010 00:00:09 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Tue, 11 May 2010 00:00:08 +0000 (00:00 +0000)] 
daily update

14 years ago2010-05-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 10 May 2010 20:58:00 +0000 (20:58 +0000)] 
2010-05-10  Michael Snyder  <msnyder@vmware.com>

* utils.c: White space cleanup.

14 years ago * eval.c (ptrmath_type_p): Add 'lang' argument.
Tom Tromey [Mon, 10 May 2010 20:20:21 +0000 (20:20 +0000)] 
* eval.c (ptrmath_type_p): Add 'lang' argument.
(evaluate_subexp_standard): Update.
(evaluate_subexp_with_coercion): Update.
* language.h (CAST_IS_CONVERSION): Add 'LANG' argument.

14 years ago2010-05-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 10 May 2010 17:26:36 +0000 (17:26 +0000)] 
2010-05-10  Michael Snyder  <msnyder@vmware.com>

* utils.c (do_fclose_cleanup) Restore local variable.

14 years agodaily update
Alan Modra [Mon, 10 May 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Mon, 10 May 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * record.c (init_record_core_ops): Rename record_core to record-core.
Doug Evans [Sun, 9 May 2010 20:04:52 +0000 (20:04 +0000)] 
* record.c (init_record_core_ops): Rename record_core to record-core.

14 years agodaily update
Alan Modra [Sun, 9 May 2010 00:00:06 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Sun, 9 May 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agoImplement task switching on pa-hpux.
Joel Brobecker [Sat, 8 May 2010 18:23:42 +0000 (18:23 +0000)] 
Implement task switching on pa-hpux.

gdb/ChangeLog:

        * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
        (inf_ttrace_target): Set t->to_get_ada_task_ptid.

14 years ago * valops.c (find_overload_match): Add missing i18n markup.
Pierre Muller [Sat, 8 May 2010 09:26:47 +0000 (09:26 +0000)] 
* valops.c (find_overload_match): Add missing i18n markup.

14 years ago * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
Pierre Muller [Sat, 8 May 2010 09:18:02 +0000 (09:18 +0000)] 
* p-exp.y (exp : SIZEOF '(' exp ')'): New rule.

14 years agogdb/
Jan Kratochvil [Sat, 8 May 2010 04:58:45 +0000 (04:58 +0000)] 
gdb/
* dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
list for the obconcat call.
* mdebugread.c (parse_symbol): Likewise.
* stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
Likewise.
* symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
New variable ap.  Remove variables len and val.
* symfile.h (obconcat): Likewise for the prototype.

14 years agogdb/testsuite/
Jan Kratochvil [Sat, 8 May 2010 04:55:32 +0000 (04:55 +0000)] 
gdb/testsuite/
* gdb.dwarf2/dw2-modula2-self-type.exp: New.
* gdb.dwarf2/dw2-modula2-self-type.S: New.

14 years agodaily update
Alan Modra [Sat, 8 May 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Sat, 8 May 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-05-07 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 7 May 2010 19:26:30 +0000 (19:26 +0000)] 
2010-05-07  Michael Snyder  <msnyder@vmware.com>

* python/python.c (execute_gdb_command): Remove unused variables.
* python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
* python/py-breakpoint.c (gdbpy_breakpoint_created):
Remove unused variable.
* python/py-cmd.c (cmdpy_function): Remove unused variable.
(cmdpy_completer): Remove unused variable.
* python/py-frame.c (frapy_find_sal): Remove unused variable.
* python/py-function.c (fnpy_call): Remove unused variable.
* python/py-objfile.c (objfile_to_objfile_object):
Remove unused variable.
* python/py-param.c (parmpy_init): Remove unused variable.
* python/py-prettyprint.c (apply_varobj_pretty_printer):
Remove unused variable.
(gdbpy_default_visualizer): Remove unused variable.
* python/py-progspace.c (pspace_to_pspace_object):
Remove unused variable.
* python/py-symtab.c (symtab_and_line_to_sal_object):
Remove unused variable.
* python/py-type.c (typy_template_argument):
Remove unused variable.
* python/py-value.c (valpy_string): Remove unused variable.
(convert_value_from_python): Remove unused variables.

14 years ago2010-05-07 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 7 May 2010 18:49:27 +0000 (18:49 +0000)] 
2010-05-07  Michael Snyder  <msnyder@vmware.com>

* valops.c (value_cast_pointers): Restore unused variable 'type1',
and use it to compute variable 't1'.

14 years ago bfd/
Daniel Jacobowitz [Fri, 7 May 2010 18:24:48 +0000 (18:24 +0000)] 
bfd/
* elf32-arm.c (struct a8_erratum_reloc): Add hash member.  Move
sym_name to improve packing.
(cortex_a8_erratum_scan): Check for PLT entries.
(elf32_arm_size_stubs): Save the target symbol for a8 relocs.

ld/testsuite/
* ld-arm/cortex-a8-fix-bl-rel-plt.d: New file.
* ld-arm/arm-elf.exp (armelftests): Run cortex-a8-fix-bl-rel-plt.d.

14 years agoFix formatting.
Joel Brobecker [Fri, 7 May 2010 16:07:32 +0000 (16:07 +0000)] 
Fix formatting.

14 years ago * ada-lang.c (assign_aggregate): Remove unused variable.
Joel Brobecker [Fri, 7 May 2010 16:00:48 +0000 (16:00 +0000)] 
    * ada-lang.c (assign_aggregate): Remove unused variable.

This page took 0.05009 seconds and 4 git commands to generate.