deliverable/binutils-gdb.git
11 years ago PR bootstrap/54820
Eric Botcazou [Mon, 22 Oct 2012 07:32:04 +0000 (07:32 +0000)] 
PR bootstrap/54820
* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
* Makefile.in: Regenerate.
* configure.ac (have_static_libs): New variable and associated check.
(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
-static-libgcc if stage1_libs is empty and have_static_libs is yes.
* configure: Regenerate.

11 years ago * plugin.c (plugin_load_plugins): Warning fix.
Alan Modra [Mon, 22 Oct 2012 04:54:25 +0000 (04:54 +0000)] 
* plugin.c (plugin_load_plugins): Warning fix.

11 years ago * cache.c (cache_bmmap): Don't use void* arithmetic.
Alan Modra [Mon, 22 Oct 2012 04:51:52 +0000 (04:51 +0000)] 
* cache.c (cache_bmmap): Don't use void* arithmetic.

11 years ago*** empty log message ***
gdbadmin [Mon, 22 Oct 2012 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Sun, 21 Oct 2012 23:00:04 +0000 (23:00 +0000)] 
daily update

11 years agoUpdate binutils-all/dw2-1.W
H.J. Lu [Sun, 21 Oct 2012 11:10:54 +0000 (11:10 +0000)] 
Update binutils-all/dw2-1.W

* binutils-all/dw2-1.W: Updated.

11 years agoHandle x32 in dump_dwarf
H.J. Lu [Sun, 21 Oct 2012 10:56:00 +0000 (10:56 +0000)] 
Handle x32 in dump_dwarf

* objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
bfd_mach_x64_32_intel_syntax.

11 years agobfd/
Alan Modra [Sun, 21 Oct 2012 09:06:07 +0000 (09:06 +0000)] 
bfd/
* compress.c (bfd_cache_section_contents): New function.
* bfd-in2.h: Regenerate.
binutils/
* objdump.c (load_specific_debug_section): Use
bfd_cache_section_contents.

11 years agoCorrect last entry
Hans-Peter Nilsson [Sun, 21 Oct 2012 03:25:02 +0000 (03:25 +0000)] 
Correct last entry

11 years ago * linker.c (_bfd_generic_link_output_symbols): Handle a
Hans-Peter Nilsson [Sun, 21 Oct 2012 03:23:37 +0000 (03:23 +0000)] 
* linker.c (_bfd_generic_link_output_symbols): Handle a
no-longer-global symbol entered as a BFD_PLUGIN.

11 years ago*** empty log message ***
gdbadmin [Sun, 21 Oct 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Sat, 20 Oct 2012 23:00:05 +0000 (23:00 +0000)] 
daily update

11 years agoAdd an objdump test on compress debug sections
H.J. Lu [Sat, 20 Oct 2012 22:14:08 +0000 (22:14 +0000)] 
Add an objdump test on compress debug sections

* binutils-all/compress.exp: Add an objdump test.
* binutils-all/dw2-1.W: New file.

11 years ago * compress.c: Reinstate 2012-10-19 change.
Alan Modra [Sat, 20 Oct 2012 08:27:13 +0000 (08:27 +0000)] 
* compress.c: Reinstate 2012-10-19 change.
(bfd_get_full_section_contents): Don't free unless we alloc.
Use proper decompress size.  Delete some vars, rename others.

11 years ago*** empty log message ***
gdbadmin [Sat, 20 Oct 2012 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Fri, 19 Oct 2012 23:00:05 +0000 (23:00 +0000)] 
daily update

11 years agoppc-aix osabi sniffer: Turn test of bfd flavour into assertion
Joel Brobecker [Fri, 19 Oct 2012 19:58:18 +0000 (19:58 +0000)] 
ppc-aix osabi sniffer: Turn test of bfd flavour into assertion

Due to the way this function is registers, we know that given bfd's
flavour should always be bfd_target_xcoff_flavour, thus making
the former test always true, which means that this function should
always return GDB_OSABI_AIX, and never return GDB_OSABI_UNKNOWN.

This patch also fixes a typo detected by Tom Tromey that caused
the test itself to be completely ineffective.

gdb/ChangeLog (by Tom Tromey and Joel Brobecker):

        * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
        inneffective if condition by gdb assertion.  Add function
        description comment.

11 years agoDocument exp_descriptor.op_name should never return NULL.
Joel Brobecker [Fri, 19 Oct 2012 19:55:56 +0000 (19:55 +0000)] 
Document exp_descriptor.op_name should never return NULL.

This documents a constaint that struct exp_descriptor's "op_name"
method implementation should obey.  This might not have been part
of the initial design, but is currently true of all instantiations,
and already assumed by the current users.

gdb/ChangeLog:

        * parser-defs.h (struct exp_descriptor): Document constraint
        on return value for "op_name" callbacks.

11 years ago * compress.c: Revert previous patch.
Tom Tromey [Fri, 19 Oct 2012 16:59:57 +0000 (16:59 +0000)] 
* compress.c: Revert previous patch.

11 years ago * compress.c (bfd_get_full_section_contents): Don't cache
Tom Tromey [Fri, 19 Oct 2012 15:51:53 +0000 (15:51 +0000)] 
* compress.c (bfd_get_full_section_contents): Don't cache
decompressed contents.

11 years agoCorrect my ChangeLog entry
xuepeng guo [Fri, 19 Oct 2012 07:50:20 +0000 (07:50 +0000)] 
Correct my ChangeLog entry

11 years ago * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
xuepeng guo [Fri, 19 Oct 2012 07:36:19 +0000 (07:36 +0000)] 
    * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
        * gdb.base/print-file-var.exp: Likewise.
        * gdb.base/type-opaque.exp: Likewise.

11 years ago*** empty log message ***
gdbadmin [Fri, 19 Oct 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Thu, 18 Oct 2012 23:00:04 +0000 (23:00 +0000)] 
daily update

11 years agoAdd missed file on my last commit
Kai Tietz [Thu, 18 Oct 2012 20:40:39 +0000 (20:40 +0000)] 
Add missed file on my last commit

11 years ago * tracepoint.c (print_one_static_tracepoint_marker): Constify.
Tom Tromey [Thu, 18 Oct 2012 20:14:45 +0000 (20:14 +0000)] 
* tracepoint.c (print_one_static_tracepoint_marker): Constify.
* symtab.c (iterate_over_some_symtabs): Constify.
* source.h (symtab_to_fullname): Return 'const char *'.
* source.c (symtab_to_fullname): Return 'const char *'.
* python/py-symtab.c (stpy_fullname): Constify.
* cli/cli-cmds.c (edit_command): Constify.
* breakpoint.c (print_breakpoint_location)
(update_static_tracepoint): Constify.

11 years ago * breakpoint.c (compare_breakpoints): Fix comparison.
Tom Tromey [Thu, 18 Oct 2012 20:12:21 +0000 (20:12 +0000)] 
* breakpoint.c (compare_breakpoints): Fix comparison.

11 years agoRemove some extraneous changes in readline/terminal.c
Joel Brobecker [Thu, 18 Oct 2012 18:55:41 +0000 (18:55 +0000)] 
Remove some extraneous changes in readline/terminal.c

This patch removes some unnecessary differences between the official
version of readline, and GDB's copy of it.

readline/ChangeLog.gdb:

        * terminal.c: Remove duplicate includes of windows.h and
        wincon.h.
        (_rl_get_screen_size): Remove redundant code for MinGW getting
        the console size from the Windows API.

11 years agoChangeLog bfd
Kai Tietz [Thu, 18 Oct 2012 17:42:29 +0000 (17:42 +0000)] 
ChangeLog bfd

2012-10-18  Kai Tietz  <ktietz@redhat.com>

PR binutils/14067
* coff-i386.c (bfd_target): Add section flag SEC_EXCLUDE.
Allow BFD_COMPRESS and BFD_DECOMPRESS flags.
* coff-x86_64.c: Likewise.
* coffcode.h (DOT_ZDEBUG): New define.
(sec_to_styp_flags): Check for .zdebug.
(styp_to_sec_flags): Likewise.
* coffgen.c (make_a_section): Handle .debug_* section
compression/decompression flags.
* cofflink.c (mark_relocs): Ignore relocations
for a section, which isn't marked as used.
(_bfd_coff_link_input_bfd): Add support of compressed
debug sections.
* compress.c (decompress_contents): Loop as long
as there is input available and there is room for
output.
* bfd/pe-arm.c: Add .zdebug_ partial match entry.
* pe-i386.c: Likewise.
* pe-x86_64.c: Likewise.
* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't clear all
data-directories as this might destroy content.

        * coff-i386.c (_bfd_generic_find_nearest_line_discriminator):
        define as coff_find_nearest_line_discriminator.
        * libcoff-in.h (coff_find_nearest_line_discriminator): New
        * libcoff.h: Regenerated.
        * coff-x86_64.c: Likewise.
        * coffgen.c (coff_find_nearest_line_discriminator): New function.
        prototype.

ChangeLog binutils

2012-10-18  Kai Tietz  <ktietz@redhat.com>

* objdump.c (dump_bfd): Call dump headers after
call of slurp_symtab.

ChangeLog ld

2012-10-18  Kai Tietz  <ktietz@redhat.com>

PR binutils/14067
* NEWS: Menition new feature.
* scripttempl/pep.sc: Add zdebug sections.
* scripttempl/pe.sc: L

11 years ago * objcopy.c (is_strip_section_1): Don't strip
Kai Tietz [Thu, 18 Oct 2012 17:29:54 +0000 (17:29 +0000)] 
    * objcopy.c (is_strip_section_1): Don't strip
        .reloc section by default.

11 years ago * config/obj-coff.c: Add include of struc-symbol.h header.
Kai Tietz [Thu, 18 Oct 2012 17:00:56 +0000 (17:00 +0000)] 
    * config/obj-coff.c: Add include of struc-symbol.h header.
        (coff_frob_symbol): Check that function-aux entries are generated for
        defined symbols only.

11 years ago * tic54x-dis.c (print_instruction): Don't use K&R style.
Tom Tromey [Thu, 18 Oct 2012 15:28:06 +0000 (15:28 +0000)] 
* tic54x-dis.c (print_instruction): Don't use K&R style.
(print_parallel_instruction, sprint_dual_address)
(sprint_indirect_address, sprint_direct_address, sprint_mmr)
(sprint_cc2, sprint_condition): Likewise.

11 years ago * valprint.c (generic_emit_char, generic_printstr): Pass size of
Tom Tromey [Thu, 18 Oct 2012 15:26:01 +0000 (15:26 +0000)] 
* valprint.c (generic_emit_char, generic_printstr): Pass size of
gdb_wchar_t to convert_between_encodings.

11 years ago * aarch64-asm.c (aarch64_ins_ldst_reglist): Initialize
Kai Tietz [Thu, 18 Oct 2012 06:53:16 +0000 (06:53 +0000)] 
    * aarch64-asm.c (aarch64_ins_ldst_reglist): Initialize
        value with a default.
        (do_special_encoding): Likewise.
        (aarch64_ins_ldst_elemlist): Pre-initialize QSsize, and opcodeh2
        variables with default.
        * arc-dis.c (write_comments_): Don't use strncat due
        size of state->commentBuffer pointer isn't predictable.

11 years ago * doc/as.texinfo: Add missing documentation about section flag
Kai Tietz [Thu, 18 Oct 2012 06:46:51 +0000 (06:46 +0000)] 
    * doc/as.texinfo: Add missing documentation about section flag
        exclude.

11 years ago PR gold/14727
Alan Modra [Thu, 18 Oct 2012 05:36:02 +0000 (05:36 +0000)] 
PR gold/14727
* object.cc (Relobj::is_section_name_included): Also match
.sdata personality section.

11 years ago * target-reloc.h (class Default_comdat_behavior): New, package up..
Alan Modra [Thu, 18 Oct 2012 04:18:18 +0000 (04:18 +0000)] 
* target-reloc.h (class Default_comdat_behavior): New, package up..
(get_comdat_behaviour): ..this.
(relocate_section): Add Relocate_comdat_behavior template arg,
adjust code to suit.
* arm.cc (Target_arm::relocate_section): Adjust to suit.
(Target_arm::scan_reloc_section): Likewise.
* i386.cc (Target_i386::relocate_section): Likewise.
* sparc.cc (Target_sparc::relocate_section): Likewise.
* tilegx.cc (Target_tilegx::relocate_section): Likewise.
* x86_64.cc (Target_x86_64::relocate_section): Likewise.
* powerpc.cc (class Relocate_comdat_behavior): New.
(Target_powerpc::relocate_section): Don't zap opd relocs.  Supply
gold::relocate_section with new template arg.

11 years ago*** empty log message ***
gdbadmin [Thu, 18 Oct 2012 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Wed, 17 Oct 2012 23:00:03 +0000 (23:00 +0000)] 
daily update

11 years ago * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
Alan Modra [Wed, 17 Oct 2012 14:33:41 +0000 (14:33 +0000)] 
* powerpc.cc (Target_powerpc::Scan::local, global): Always emit
dynamic relocs for GOT_TPREL got entries, without symbol if
resolving locally.
(Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
(Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
(Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.

11 years ago PR gold/14726
Alan Modra [Wed, 17 Oct 2012 11:58:39 +0000 (11:58 +0000)] 
PR gold/14726
* gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.

11 years agogdb:
Yao Qi [Wed, 17 Oct 2012 00:53:24 +0000 (00:53 +0000)] 
gdb:
* breakpoint.c (invalidate_bp_value_on_memory_change): Add one
more parameter 'inferior'.
* corefile.c (write_memory_with_notification): Caller update.

* mi/mi-cmd-var.c: Include "mi-main.h".
(mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
to 1 and restore it later.
* mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
and "data-write-memory-bytes.
* mi/mi-interp.c: Include objfiles.h.
(mi_interpreter_init): Call observer_attach_memory_changed.
(mi_memory_changed): New.
* mi/mi-main.h (struct mi_suppress_notification) <memory>:
New field.

* NEWS: Mention new MI notification "memory-changed".

gdb/doc:

* observer.texi (GDB Observers): Update observer
'memory_changed'.
* gdb.texinfo (GDB/MI Async Records): Document for
"memory-changed" notification.

gdb/testsuite:

* gdb.mi/mi-memory-changed.exp: New.

11 years ago*** empty log message ***
gdbadmin [Wed, 17 Oct 2012 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Tue, 16 Oct 2012 23:00:04 +0000 (23:00 +0000)] 
daily update

11 years agoAdd missing ChangeLog entry for previous commit:
Joel Brobecker [Tue, 16 Oct 2012 22:57:50 +0000 (22:57 +0000)] 
Add missing ChangeLog entry for previous commit:

2012-10-16  Joel Brobecker  <brobecker@adacore.com>

       * coff64-rs6000.c (rs6000coff64_vec): Set _close_and_cleanup
       field to _bfd_archive_close_and_cleanup.
       (aix5coff64_vec): Likewise.

11 years agodangling pointer in coff64-rs6000 archive cache.
Joel Brobecker [Tue, 16 Oct 2012 22:56:55 +0000 (22:56 +0000)] 
dangling pointer in coff64-rs6000 archive cache.

bfd/ChangeLog:

        * coff64-rs6000.c (rs6000coff64_vec): Set _close_and_cleanup
        field to _bfd_archive_close_and_cleanup.
        (aix5coff64_vec): Likewise.

11 years agoDangling bfd pointer in archive cache.
Joel Brobecker [Tue, 16 Oct 2012 22:47:03 +0000 (22:47 +0000)] 
Dangling bfd pointer in archive cache.

This dandling pointer eventually leads to a crash when trying to run
on ppc-aix a program using threading...

bfd/ChangeLog:

        * coff-rs6000.c (rs6000coff_vec): Set _close_and_cleanup
        field to _bfd_archive_close_and_cleanup.
        (pmac_xcoff_vec): Likewise.

11 years ago2012-10-16 Sriraman Tallam <tmsriram@google.com>
Sriraman Tallam [Tue, 16 Oct 2012 16:50:32 +0000 (16:50 +0000)] 
2012-10-16  Sriraman Tallam  <tmsriram@google.com>

* layout.cc (Layout::include_section): Keep sections marked
SHF_EXCLUDE when doing relocatable links.

11 years ago Fixed AArch64 TLS relocation resolution.
Yufeng Zhang [Tue, 16 Oct 2012 16:36:50 +0000 (16:36 +0000)] 
Fixed AArch64 TLS relocation resolution.

bfd/

* elf64-aarch64.c (elf64_aarch64_tls_howto_table): Fix shift value for
R_AARCH64_TLSIE_LD_GOTTPREL_PREL19, R_AARCH64_TLSLE_MOVW_TPREL_G2,
R_AARCH64_TLSLE_MOVW_TPREL_G1, R_AARCH64_TLSLE_MOVW_TPREL_G1_NC,
R_AARCH64_TLSLE_ADD_TPREL_HI12.
(elf64_aarch64_tlsdesc_howto_table): Fix shift value for
R_AARCH64_TLSDESC_LD64_PREL19 and R_AARCH64_TLSDESC_OFF_G1.
(elf64_aarch64_final_link_relocate): Add signed_addend when resolving
AARCH64_TLSLE_*_TPREL_* relocations.

ld/testsuite/

* ld-aarch64/tlsle-symbol-offset.s: New file.
* ld-aarch64/tlsle-symbol-offset.d: New file.
* ld-aarch64/aarch64-elf.exp: Add tlsle-symbol-offset test.

11 years agogdb/testsuite/
Yao Qi [Tue, 16 Oct 2012 13:14:36 +0000 (13:14 +0000)] 
gdb/testsuite/
* gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
returns true.
Call gdb_load_shlibs.
* gdb.reverse/solib-reverse.exp: Likewise.

11 years agogdb/
Jan Kratochvil [Tue, 16 Oct 2012 08:46:58 +0000 (08:46 +0000)] 
gdb/
* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.

11 years ago * elf32-xtensa.c (free_section_cache): Renamed from
Alan Modra [Tue, 16 Oct 2012 01:42:42 +0000 (01:42 +0000)] 
* elf32-xtensa.c (free_section_cache): Renamed from
clear_section_cache.  Don't zero cache.
(section_cache_section): Remove ineffectual zero of cache.
Call init_section_cache instead.

11 years ago * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
Alan Modra [Tue, 16 Oct 2012 00:23:00 +0000 (00:23 +0000)] 
* powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
(Target_powerpc::do_finalize_sections): Call it.
(Output_data_save_res): New class and supporting functions.
(Target_powerpc::symval_for_branch): Only look up .opd entry for
normal symbols defined in object files.

11 years ago*** empty log message ***
gdbadmin [Tue, 16 Oct 2012 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Mon, 15 Oct 2012 23:00:04 +0000 (23:00 +0000)] 
daily update

11 years ago * lib/cp-support.exp (cp_test_ptype_class): Add support
Keith Seitz [Mon, 15 Oct 2012 22:32:50 +0000 (22:32 +0000)] 
* lib/cp-support.exp (cp_test_ptype_class): Add support
for class typedefs.

* gdb.cp/derivation.exp: Add tests for g_instance.

11 years ago New option -nh: inhibit loading of ~/.gdbinit.
Doug Evans [Mon, 15 Oct 2012 21:45:04 +0000 (21:45 +0000)] 
New option -nh: inhibit loading of ~/.gdbinit.
* NEWS: Mention -nh.
* main.c (captured_main): Recognize and process -nh.
(print_gdb_help): Mention -nh.
* gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.

doc/
* gdb.texinfo (Mode Options): Document -nh.
Elaborate on docs for -nx.

11 years agoRemove sp_regnum_from_eax and pc_regnum_from_eax
H.J. Lu [Mon, 15 Oct 2012 20:37:39 +0000 (20:37 +0000)] 
Remove sp_regnum_from_eax and pc_regnum_from_eax

PR backtrace/14646
PR gdb/14647
* i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
pc_regnum_from_eax.
* i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
nor pc_regnum_from_eax.
* amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
nor pc_regnum_from_eax.

11 years ago * elf.c (special_sections_d): Add comment.
Doug Evans [Mon, 15 Oct 2012 20:36:12 +0000 (20:36 +0000)] 
* elf.c (special_sections_d): Add comment.

11 years agogdb/
Jan Kratochvil [Mon, 15 Oct 2012 19:15:57 +0000 (19:15 +0000)] 
gdb/
Fix entry values resolving in inlined frames.
* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
entries of FRAME.

gdb/testsuite/
Fix entry values resolving in inlined frames.
* gdb.arch/amd64-entry-value-inline.S: New file.
* gdb.arch/amd64-entry-value-inline.c: New file.
* gdb.arch/amd64-entry-value-inline.exp: New file.

11 years agogdb/testsuite/
Jan Kratochvil [Mon, 15 Oct 2012 19:11:56 +0000 (19:11 +0000)] 
gdb/testsuite/
Fix recent gdb_breakpoint regression.
* gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
braces from the parameter.
* gdb.java/jprint.exp: Likewise.

11 years ago * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
Doug Evans [Mon, 15 Oct 2012 17:35:54 +0000 (17:35 +0000)] 
* lib/gdb.exp (runto): Fix call to gdb_breakpoint.

11 years agoRemove trailing '#' in gdb.dwarf2/dw2-icc-opaque.S
Joel Brobecker [Mon, 15 Oct 2012 17:26:14 +0000 (17:26 +0000)] 
Remove trailing '#' in gdb.dwarf2/dw2-icc-opaque.S

gdb/testsuite/ChangeLog:

        * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.

11 years agoBuild with -DMS_WIN64 on amd64-windows if Python enabled...
Joel Brobecker [Mon, 15 Oct 2012 17:17:54 +0000 (17:17 +0000)] 
Build with -DMS_WIN64 on amd64-windows if Python enabled...

... and building with GCC.

gdb/ChangeLog:

        * configure.ac: Build with -DMS_WIN64 if building with Python
        enabled using GCC on amd64-windows.
        * configure: Regenerate.

11 years ago PR python/14635:
Tom Tromey [Mon, 15 Oct 2012 15:23:47 +0000 (15:23 +0000)] 
PR python/14635:
* python/py-symtab.c (del_objfile_sal): Set 'symtab' field
to Py_None.
testsuite
* gdb.python/py-symtab.exp: Test sal and symtab destructors.

11 years ago PR python/14634:
Tom Tromey [Mon, 15 Oct 2012 15:20:27 +0000 (15:20 +0000)] 
PR python/14634:
* python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
testsuite
* gdb.python/py-symbol.exp: Test symbol destructor.

11 years agoUpdated the system register table.
Yufeng Zhang [Mon, 15 Oct 2012 15:07:49 +0000 (15:07 +0000)] 
Updated the system register table.

opcodes/

* aarch64-opc.c (aarch64_sys_regs): Add rmr_el1, rmr_el2 and
rmr_el3; remove daifset and daifclr.

gas/testsuite/

* gas/aarch64/sysreg-1.s: Add tests of rmr_el1, rmr_el2 and rmr_el3.
* gas/aarch64/sysreg-1.d: Update.
* gas/aarch64/illegal.s: Add tests of daifset and daifclr.
* gas/aarch64/illegal.d: Update.

11 years agoAdded the changelog for the previous commit.
Yufeng Zhang [Mon, 15 Oct 2012 14:57:31 +0000 (14:57 +0000)] 
Added the changelog for the previous commit.

11 years agoAdded missing alignment check to load/store uimm12 immediate offset.
Yufeng Zhang [Mon, 15 Oct 2012 14:52:06 +0000 (14:52 +0000)] 
Added missing alignment check to load/store uimm12 immediate offset.

opcodes/

* aarch64-opc.c (operand_general_constraint_met_p): Change to check
the alignment of addr.offset.imm instead of that of shifter.amount for
operand type AARCH64_OPND_ADDR_UIMM12.

gas/testsuite/

* gas/aarch64/illegal-2.s: Add test case.
* gas/aarch64/illegal-2.l: Likewise.

11 years ago * hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
Dave Anglin [Mon, 15 Oct 2012 00:22:35 +0000 (00:22 +0000)] 
* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
opcodes.  Likewise, use "cM" instead of "cm" in fstqs opcodes.

11 years ago*** empty log message ***
gdbadmin [Mon, 15 Oct 2012 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

11 years ago * config/tc-hppa.c (pa_get_number): New.
Dave Anglin [Sun, 14 Oct 2012 23:59:39 +0000 (23:59 +0000)] 
* config/tc-hppa.c (pa_get_number): New.
(pa_get_absolute_expression): Simplify.
(pa_ip): Use pa_get_number instead of pa_get_absolute_expression
to get SOP, SFU and COPR identifiers.

11 years ago * config/tc-hppa.c (pa_ip): Reject double floating point stores and
Dave Anglin [Sun, 14 Oct 2012 23:27:38 +0000 (23:27 +0000)] 
* config/tc-hppa.c (pa_ip): Reject double floating point stores and
loads that reference the right half of a floating point register.

11 years ago * gas/hppa/basic/fmemLRbug.s: Remove double load and store instructions
Dave Anglin [Sun, 14 Oct 2012 23:25:17 +0000 (23:25 +0000)] 
* gas/hppa/basic/fmemLRbug.s: Remove double load and store instructions
which reference the right half of a floating point register.
* gas/hppa/basic/basic.exp: Adjust expected results.

11 years agodaily update
Alan Modra [Sun, 14 Oct 2012 23:00:04 +0000 (23:00 +0000)] 
daily update

11 years agogdb/testsuite/
Yao Qi [Sun, 14 Oct 2012 12:24:08 +0000 (12:24 +0000)] 
gdb/testsuite/
* gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
* gdb.mi/mi-cli.exp: New.

* gdb.mi/mi2-basics.exp: Remove.
* gdb.mi/mi2-break.exp: Remove.
* gdb.mi/mi2-console.exp: Remove.
* gdb.mi/mi2-disassemble.exp: Remove.
* gdb.mi/mi2-eval.exp: Remove.
* gdb.mi/mi2-file.exp: Remove.
* gdb.mi/mi2-hack-cli.exp: Remove.
* gdb.mi/mi2-pthreads.exp: Remove.
* gdb.mi/mi2-read-memory.exp: Remove.
* gdb.mi/mi2-regs.exp: Remove.
* gdb.mi/mi2-return.exp: Remove.
* gdb.mi/mi2-simplerun.exp: Remove.
* gdb.mi/mi2-stack.exp: Remove.
* gdb.mi/mi2-stepi.exp: Remove.
* gdb.mi/mi2-syn-frame.exp: Remove.
* gdb.mi/mi2-until.exp: Remove.
* gdb.mi/mi2-watch.exp: Remove.
* gdb.mi/mi2-var-block.exp: Remove.
* gdb.mi/mi2-var-cmd.exp: Remove.
* gdb.mi/mi2-var-display.exp: Remove.

11 years ago*** empty log message ***
gdbadmin [Sun, 14 Oct 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Sat, 13 Oct 2012 23:00:04 +0000 (23:00 +0000)] 
daily update

11 years ago * config/tc-hppa.c (pa_ip): Limit unit conditions for uxor to those
Dave Anglin [Sat, 13 Oct 2012 22:15:19 +0000 (22:15 +0000)] 
* config/tc-hppa.c (pa_ip): Limit unit conditions for uxor to those
not involving a carry.

11 years ago * gas/hppa/basic/unit.s: Remove uxor instructions with unit condition
Dave Anglin [Sat, 13 Oct 2012 22:12:18 +0000 (22:12 +0000)] 
* gas/hppa/basic/unit.s: Remove uxor instructions with unit condition
involving a carry.
* gas/hppa/basic/unit2.s: Likewise.
* gas/hppa/basic/basic.exp: Adjusted expected.

11 years agoReplace -ldl with @lt_cv_dlopen_libs@
H.J. Lu [Sat, 13 Oct 2012 14:17:14 +0000 (14:17 +0000)] 
Replace -ldl with @lt_cv_dlopen_libs@

* Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@.
* configure.in (lt_cv_dlopen_libs): AC_SUBST.
* Makefile.in: Regenerated.
* configure: Likewise.

11 years ago*** empty log message ***
gdbadmin [Sat, 13 Oct 2012 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Fri, 12 Oct 2012 23:00:05 +0000 (23:00 +0000)] 
daily update

11 years agogas/
Peter Bergner [Fri, 12 Oct 2012 18:03:09 +0000 (18:03 +0000)] 
gas/
* doc/as.texinfo (-mpwr4, -mpwr7): Fix option name typos.

11 years ago * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
Alan Modra [Fri, 12 Oct 2012 09:44:11 +0000 (09:44 +0000)] 
* powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
(struct Opd_ent): Make "discard" a bit field.  Add "gc_mark".
(Target_powerpc::do_gc_mark_symbol): Delay marking function code
section if scan_opd_relocs not yet called.
(Target_powerpc::gc_process_relocs): Call process_gc_mark.

11 years ago * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
Alan Modra [Fri, 12 Oct 2012 09:39:19 +0000 (09:39 +0000)] 
* powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
add_local_ifunc_entry): Revert last change.
(Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.

11 years agogdb/testsuite/
Yao Qi [Fri, 12 Oct 2012 00:02:23 +0000 (00:02 +0000)] 
gdb/testsuite/
* gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
trail '.*' on matching patterns.

11 years ago*** empty log message ***
gdbadmin [Fri, 12 Oct 2012 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

11 years agodaily update
Alan Modra [Thu, 11 Oct 2012 23:00:05 +0000 (23:00 +0000)] 
daily update

11 years agohttp://sourceware.org/ml/gdb-patches/2012-10/msg00032.html
Andrew Burgess [Thu, 11 Oct 2012 21:25:18 +0000 (21:25 +0000)] 
sourceware.org/ml/gdb-patches/2012-10/msg00032.html

gdb/ChangeLog

        * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
        reset thread numbering back to 1.

11 years agoUse is_x86_like_target to check x86 targets
H.J. Lu [Thu, 11 Oct 2012 17:42:58 +0000 (17:42 +0000)] 
Use is_x86_like_target to check x86 targets

* gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
* gdb.arch/i386-cfi-notcurrent.exp: Likewise.
* gdb.arch/i386-disp-step.exp: Likewise.
* gdb.arch/i386-gnu-cfi.exp: Likewise.
* gdb.arch/i386-prologue.exp: Likewise.
* gdb.arch/i386-size-overlap.exp: Likewise.
* gdb.arch/i386-size.exp: Likewise.
* gdb.arch/i386-unwind.exp: Likewise.

11 years agoCheck byte/word registers on x86_64
H.J. Lu [Thu, 11 Oct 2012 17:41:33 +0000 (17:41 +0000)] 
Check byte/word registers on x86_64

* gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
* gdb.arch/i386-word.exp: Likewise.

11 years agoCheck is_amd64_regs_target to to set nr_regs
H.J. Lu [Thu, 11 Oct 2012 17:40:30 +0000 (17:40 +0000)] 
Check is_amd64_regs_target to to set nr_regs

* gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
is_ilp32_target to set nr_regs.
* gdb.arch/i386-sse.exp: Likewise.

11 years ago PR breakpoints/14643.
Doug Evans [Thu, 11 Oct 2012 16:12:05 +0000 (16:12 +0000)] 
PR breakpoints/14643.
* linespec.c (struct ls_parser): New member keyword_ok.
(linespec_lexer_lex_string): Add comment.
(linespec_lexer_lex_one): Ignore keywords if it's the wrong place
for one.
(parse_linespec): Set keyword_ok.

testsuite/
* gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
* gdb.linespec/thread.c: New file.
* gdb.linespec/thread.exp: New file.

11 years agoconfig.{guess,sub}: update from upstream config-patches repo
Mike Frysinger [Thu, 11 Oct 2012 16:04:17 +0000 (16:04 +0000)] 
config.{guess,sub}: update from upstream config-patches repo

From: David Holsgrove <david.holsgrove@xilinx.com>

Adds microblaze little endian support.

Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years ago * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
Doug Evans [Thu, 11 Oct 2012 15:59:57 +0000 (15:59 +0000)] 
* lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
Recognize "message" -> print pass and fail.  Add eof case.
(runto): Recognize message, no-message.  Print pass/fail if requested,
with same treatment as gdb_breakpoint.
(runto_main): Pass no-message to runto.
(gdb_internal_error_resync): Add log message.
(gdb_file_cmd): Tweak internal error fail text for consistency.

11 years ago2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Richard Earnshaw [Thu, 11 Oct 2012 15:33:08 +0000 (15:33 +0000)] 
2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* arm-dis.c: Use preferred form of vrint instruction variants
for disassembly.

2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* gas/arm/armv8-a+fp.d: Use preferred form of vrint instruction
variants for disassembly.
* gas/arm/armv8-a+fp.s: Likewise.
* gas/arm/armv8-a+simd.d: Likewise.
* gas/arm/armv8-a+simd.s: Likewise.

11 years ago2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Richard Earnshaw [Thu, 11 Oct 2012 15:26:18 +0000 (15:26 +0000)] 
2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/tc-arm.c: Change condition code insertion for
lds[hb] instructions from after the 2nd character to after the 3rd.
(tCM): Remove macro.
(TxCM): Likewise.
(TxCM_): Likewise.
(TCM): Likewise.

2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* gas/arm/ldgesb-bad.d: New file.
* gas/arm/ldgesb-bad.l: Likewise.
* gas/arm/ldgesb-bad.s: Likewise.
* gas/arm/ldgesh-bad.d: Likewise.
* gas/arm/ldgesh-bad.l: Likewise.
* gas/arm/ldgesh-bad.s: Likewise.
* gas/arm/ldsgeb.d: Likewise.
* gas/arm/ldsgeb.s: Likewise.
* gas/arm/ldsgeb.l: Likewise.
* gas/arm/ldsgeh.d: Likewise.
* gas/arm/ldsgeh.s: Likewise.
* gas/arm/ldsgeh.l: Likewise.

11 years ago * dwarf.c (display_gdb_index): Include static/global information
Doug Evans [Thu, 11 Oct 2012 14:24:55 +0000 (14:24 +0000)] 
* dwarf.c (display_gdb_index): Include static/global information
of each symbol.

11 years ago * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
Doug Evans [Thu, 11 Oct 2012 02:21:50 +0000 (02:21 +0000)] 
* dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
"0x" prefix on address in log message.

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