]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
12 years agoAvoid compiler warnings in gdb_curses.h on MinGW.
Eli Zaretskii [Fri, 13 Jan 2012 10:44:35 +0000 (10:44 +0000)] 
Avoid compiler warnings in gdb_curses.h on MinGW.

See http://sourceware.org/ml/gdb-patches/2012-01/msg00298.html
for more details about the problem.

 gdb/gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
 including curses.h.

12 years ago*** empty log message ***
gdbadmin [Fri, 13 Jan 2012 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agogdb/
Jan Kratochvil [Thu, 12 Jan 2012 23:38:47 +0000 (23:38 +0000)] 
gdb/
* configure: Regenerate.
* config.in: Regenerate.

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

12 years ago PR mi/10586
Keith Seitz [Thu, 12 Jan 2012 22:51:10 +0000 (22:51 +0000)] 
PR mi/10586
* varobj.c (ANONYMOUS_STRUCT_NAME): Define.
(ANONYMOUS_UNION_NAME): Define.
(is_path_expr_parent): New function.
(get_path_expr_parent): New function.
(is_anonymous_child): New function.
(create_child_with_value): If the child is anonymous and without
a name, assign an object name to it.
(c_describe_child): Use get_path_expr_parent to determine
the parent expression.
If there field represents an anonymous struct or union and
has no name, set an appropriate display name and expression.
(cplus_describe_child): Likewise.

12 years ago PR mi/10586
Keith Seitz [Thu, 12 Jan 2012 22:50:49 +0000 (22:50 +0000)] 
PR mi/10586
* gdb.mi/var-cmd.c (struct anonymous): New structure.
(do_anonymous_type_tests): New function.
(main): Call do_anonymous_type_tests.
* gdb.mi/mi2-var-child.exp: Add anonymous type tests.
(verify_everything): New procedure.
* gdb.mi/mi-var-cp.cc (class A): New class.
(anonymous_structs_and_unions): New function.
(main): Call anonymous_structs_and_unions.
* gdb.mi/mi-var-cp.exp: Add anonymous type tests.
(verify_everything): New procedure.

12 years ago * lib/mi-support.exp: Expand comments about PATH_EXPR.
Keith Seitz [Thu, 12 Jan 2012 22:28:34 +0000 (22:28 +0000)] 
* lib/mi-support.exp: Expand comments about PATH_EXPR.
(varobj_tree::get_path_expr): Assume that all varobjs are
compound unless they are known simple types.
Adjust path expressions based on parent type, path parent type,
and tree language.
(varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
the root varobj.
(mi_walk_varobj_tree): Add LANGUAGE parameter.

12 years ago2012-01-12 Pedro Alves <palves@redhat.com>
Pedro Alves [Thu, 12 Jan 2012 15:39:36 +0000 (15:39 +0000)] 
2012-01-12  Pedro Alves  <palves@redhat.com>

* i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
available when %ebp is found to be zero (outermost).

12 years agoadd indirect_symbol to mach-o port.
Iain Sandoe [Thu, 12 Jan 2012 14:03:12 +0000 (14:03 +0000)] 
add indirect_symbol to mach-o port.

bfd:

* mach-o.c (bfd_mach_o_count_indirect_symbols): New.
(bfd_mach_o_build_dysymtab_command): Populate indirect symbol table.
* mach-o.h (bfd_mach_o_asymbol): Move declaration to start of the
file. (bfd_mach_o_section): Add indirect_syms field.

gas:

* config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
lazy when the symbol is private_extern.
(obj_mach_o_indirect_sym): New type.
(obj_mach_o_indirect_symbol): New.
(mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
(obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
(obj_macho_frob_label): Likewise.  Adjust external and comm
symbol tests.
(obj_mach_o_set_indirect_symbols): New.
(obj_mach_o_frob_file_after_relocs): New.
*config/obj-macho.h (obj_frob_file_after_relocs): Define.
(obj_mach_o_frob_file_after_relocs): Declare.

include/mach-o:

* loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New.
(BFD_MACH_O_INDIRECT_SYM_ABS): New

gas/testsuite:

* gas/mach-o/dysymtab-2.d: New.
* gas/mach-o/err-syms-4.s: New.
* gas/mach-o/err-syms-5.s: New.
* gas/mach-o/err-syms-6.s: New.
* gas/mach-o/symbols-6-64.d: New.
* gas/mach-o/symbols-6-64.s: New.
* gas/mach-o/symbols-6.d: New.
* gas/mach-o/symbols-6.s: New.

12 years ago2012-01-12 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Thu, 12 Jan 2012 08:53:34 +0000 (08:53 +0000)] 
2012-01-12  Tristan Gingold  <gingold@adacore.com>

PR gas/13591
* config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.

12 years ago*** empty log message ***
gdbadmin [Thu, 12 Jan 2012 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agoTrivial cleanup: kill trailing whitespace
Paul Pluzhnikov [Thu, 12 Jan 2012 00:00:01 +0000 (00:00 +0000)] 
Trivial cleanup: kill trailing whitespace

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

12 years ago2012-01-11 Andreas Tobler <andreast@fgznet.ch>
Andreas Tobler [Wed, 11 Jan 2012 21:51:31 +0000 (21:51 +0000)] 
2012-01-11  Andreas Tobler  <andreast@fgznet.ch>

* common/gdb_assert.h (gdb_static_assert): Rename static_assert to
an internal gdb_static_assert.
* mi/mi-common.c: Rename static_assert to gdb_static_assert.

12 years ago PR gdb/9598:
Tom Tromey [Wed, 11 Jan 2012 18:30:19 +0000 (18:30 +0000)] 
PR gdb/9598:
* breakpoint.c (_initialize_breakpoint): Fix help for "catch
catch" and "catch throw".

12 years agobfd:
Iain Sandoe [Wed, 11 Jan 2012 15:24:10 +0000 (15:24 +0000)] 
bfd:

* mach-o.c (bfd_mach_o_build_seg_command): Separate computation of
vmsize from filesize.  Don't compute offsets or file sizes for
zerofill sections.

12 years agobfd:
Iain Sandoe [Wed, 11 Jan 2012 15:06:36 +0000 (15:06 +0000)] 
bfd:

* mach-o.c (bfd_mach_o_build_commands): Make the building of each
command type independent.

12 years ago2012-01-11 Pedro Alves <palves@redhat.com>
Pedro Alves [Wed, 11 Jan 2012 10:59:51 +0000 (10:59 +0000)] 
2012-01-11  Pedro Alves  <palves@redhat.com>

* gdb.base/default.exp (core-file): Don't expect "GDB can't read
core files on this machine" anymore.

12 years agoAdd test for use of "<block>::<variable>" syntax for locals in watch.
Paul N. Hilfinger [Wed, 11 Jan 2012 10:36:18 +0000 (10:36 +0000)] 
Add test for use of "<block>::<variable>" syntax for locals in watch.

First, fix a technical problem with the function recurser.  The test sets a
watch on local_x at a point where its value is technically undefined.  The
test is written assuming that the value is not initially 2, but nothing in the
C standard guarantees that.

Second, augment the existing test for variables in recursive calls to check an
equivalent expression that explicitly sets the scope of the local variable
being tracked.

2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>

* gdb.base/watchpoint.c (recurser): Initialize local_x.
(main): Repeat recurser call.
* gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
equivalent to 'local_x'.

12 years agoAdd testcase for locals identified with FUNCTION::VAR syntax.
Paul N. Hilfinger [Wed, 11 Jan 2012 10:35:12 +0000 (10:35 +0000)] 
Add testcase for locals identified with FUNCTION::VAR syntax.

This test stops inside a recursive function after a few levels of recursion,
goes up some frames, and then accesses a local variable with 'print foo::val'
rather than the usual 'print val' to see if the former pays attention to the
selected frame.

2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
         Joel Brobecker <brobecker@adacore.com>

* gdb.base/recpar.c, gdb.base/recpar.exp: New files.

12 years agoHave block_innermost_frame start from selected frame and document.
Paul N. Hilfinger [Wed, 11 Jan 2012 10:34:21 +0000 (10:34 +0000)] 
Have block_innermost_frame start from selected frame and document.

GDB used to search for the frame containing variables in a particular
lexical block starting from the current (top) frame, ignoring any
currently selected frame.  It is not clear why this is desirable for
variables that require a frame; why would a user deliberately select
one frame and then expect to see the value of a variable in a more
recent frame?  This change causes block_innermost_frame to start
looking from the selected frame, if there is one.  It may be
unnecessarily conservative: we use get_selected_frame_if_set rather
than get_selected_frame in order to avoid the side effect of calling
select_frame, which would probably be harmless.

Expression-parsing routines previously made the unwarranted assumption
that all block-qualified variables (written with the GDB extension
<block>::<variable>) are static.  As a result, they failed to update
innermost_block, which confused the watch commands about when
variables in watched expressions went out of scope, and also caused
the wrong variables to be watched.  This patch also modifies these
routines to treat all local variables the same whether or not they are
block-qualified.

Finally, we add a paragraph to the "Program Variables" section of the texinfo
documentation concerning the use of "::" for accessing non-static variables.

2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>

* gdb/blockframe.c (block_innermost_frame): Start search from selected
frame, if present, or otherwise the current frame.

* gdb/c-exp.y (variable): Update innermost_block for
'block COLONCOLON NAME' clause.
* gdb/m2-exp.y (variable): Ditto.
* gdb/objc-exp.y (variable): Ditto.

* gdb/doc/gdb.texinfo (Variables): Document use of :: for non-static
variables.

12 years agobfd/
Alan Modra [Wed, 11 Jan 2012 09:28:45 +0000 (09:28 +0000)] 
bfd/
* elf64-ppc.c: Define more insns used in plt call stubs.
(ppc64_elf_brtaken_reloc): Assume isa version 2 or above.
(ppc64_elf_relocate_section): Likewise.
(enum ppc_stub_type): Add ppc_stub_plt_call_r2save.
(struct ppc_link_hash_table): Increase size of stub_count array.
Add plt_stub_align and plt_thread_safe.
(ALWAYS_USE_FAKE_DEP, ALWAYS_EMIT_R2SAVE): Define.
(plt_stub_size, plt_stub_pad): New functions.
(build_plt_stub): Emit barriers for power7 thread safety.  Don't
emit needless save of r2.
(build_tls_get_addr_stub): Adjust params.
(ppc_build_one_stub): Handle ppc_stub_plt_call_r2save and aligning
plt stubs.  Adjust build_*plt_stub calls.
(ppc_size_one_stub): Similarly.
(ppc64_elf_size_stubs): Accept plt_thread_safe and plt_stub_align
params.  Choose default for plt_thread_safe based on existence of
calls to thread creation functions.  Modify plt_call to
plt_call_r2save when no tocsave reloc found.  Align tail of stub
sections.
(ppc64_elf_build_stubs): Align tail of stub sections.  Adjust
output of stub statistics.
(ppc64_elf_relocate_section): Handle ppc_stub_plt_call_r2save.
* elf64-ppc.h (ppc64_elf_size_stubs): Update prototype.
ld/
* emultempl/ppc64elf.em (PARSE_AND_LIST_PROLOGUE,
PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
PARSE_AND_LIST_ARGS_CASES): Handle --{no-,}plt-thread-safe and
--{no-,}plt-align.
(plt_thread_safe, plt_stub_align): New vars.
(gld${EMULATION_NAME}_after_allocation): Pass them to
ppc64_elf_size_stubs.  Align stub sections according to plt_stub_align.
* ld.texinfo: Document new command line options, and an old
undocumented option.

12 years ago*** empty log message ***
gdbadmin [Wed, 11 Jan 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agodaily update
Alan Modra [Tue, 10 Jan 2012 23:00:05 +0000 (23:00 +0000)] 
daily update

12 years ago PR python/13199:
Tom Tromey [Tue, 10 Jan 2012 21:26:39 +0000 (21:26 +0000)] 
PR python/13199:
* python/python.c (finish_python_initialization): Set sys.argv.

12 years ago * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
Doug Evans [Tue, 10 Jan 2012 21:16:59 +0000 (21:16 +0000)] 
* dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
"want_line_info".  All callers updated.
(dwarf_decode_lines_1): New function.
(handle_DW_AT_stmt_list): Add function comment.
New arg "want_line_info".  All callers updated.
(read_file_scope,read_type_unit_scope): Move comment from
handle_DW_AT_stmt_list to here.

12 years agoProperly handle R_X86_64_32 for x32
H.J. Lu [Tue, 10 Jan 2012 20:58:36 +0000 (20:58 +0000)] 
Properly handle R_X86_64_32 for x32

2012-01-10  H.J. Lu  <hongjiu.lu@intel.com>

* x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
(Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
under x32.

12 years agoRemove ABI_64_P check on R_X86_64_PCXX
H.J. Lu [Tue, 10 Jan 2012 20:18:18 +0000 (20:18 +0000)] 
Remove ABI_64_P check on R_X86_64_PCXX

bfd/

2012-01-10  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13581
* elf64-x86-64.c (elf_x86_64_relocate_section): Remove ABI_64_P
check on R_X86_64_PCXX.

ld/testsuite/

2012-01-10  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13581
* ld-x86-64/ilp32-4.s: New.
* ld-x86-64/ilp32-10.d: Likewise.
* ld-x86-64/ilp32-10.s: Likewise.

* ld-x86-64/ilp32-4.d: Adjusted.
* ld-x86-64/ilp32-5.d: Likewise.
* ld-x86-64/ilp32-5.s: Likewise.

* ld-x86-64/x86-64.exp: Run ilp32-10.

12 years agogdb/
Jan Kratochvil [Tue, 10 Jan 2012 19:29:12 +0000 (19:29 +0000)] 
gdb/
Fix regression after libiberty/ update for GCC PR 6057 and others.
* c-exp.y (operator) <OPERATOR DELETE>
(operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
* cp-name-parser.y (fill_comp, make_operator, make_dtor)
(make_builtin_type, make_name): New variable i, add gdb_assert.
(operator) <OPERATOR NEW>: Update ARGS to 3.
(operator) <OPERATOR DELETE>: Add trailing space.
(operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
(operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
* cp-support.c (cp_canonicalize_string): Check NULL from
cp_comp_to_string, call warning and return.

12 years agomerge from gcc
DJ Delorie [Tue, 10 Jan 2012 18:15:34 +0000 (18:15 +0000)] 
merge from gcc

12 years agogdb/
Jan Kratochvil [Tue, 10 Jan 2012 16:30:49 +0000 (16:30 +0000)] 
gdb/
Fix duplicate .o files after omitting libbfd.a.
* Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
(SFILES): Add corelow.c.
(COMMON_OBS): Add corelow.o.
(ALLDEPFILES): Remove corelow.c.
* config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
* config/alpha/alpha-osf3.mh: Likewise.
* config/alpha/fbsd.mh: Likewise.
* config/arm/nbsdaout.mh: Likewise.
* config/arm/nbsdelf.mh: Likewise.
* config/i386/i386gnu.mh: Likewise.
* config/ia64/hpux.mh: Likewise.
* config/ia64/linux.mh: Likewise.
* config/m32r/linux.mh: Likewise.
* config/m68k/linux.mh: Likewise.
* config/mips/irix5.mh: Likewise.
* config/mips/irix6.mh: Likewise.
* config/pa/hpux.mh: Likewise.
* config/pa/linux.mh: Likewise.
* config/powerpc/aix.mh: Likewise.
* config/sparc/linux.mh: Likewise.
* config/sparc/linux64.mh: Likewise.
* config/sparc/sol2.mh: Likewise.
* config/vax/vax.mh: Likewise.
* configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
(alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
(am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
(arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
(hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
(i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
(i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
(i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
(i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
(i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
(m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
(microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
(mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
(powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
(powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
(sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
(sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
(sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
(sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
(vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
(x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
(x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
corelow.o from gdb_target_obs.
* corefile.c (core_target): Update the comment on NULL value.
(core_file_command): Replace error by gdb_assert on CORE_TARGET.
* corelow.c (sniff_core_bfd): Call error instead of warning on zero
MATCHES.  Drop YUMMY set on NULL.
(core_close): Do not call exit_inferior_silent on zero PID.  Do not
reclaim CORE_DATA if it is already NULL.

12 years ago2012-01-10 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 10 Jan 2012 11:59:28 +0000 (11:59 +0000)] 
2012-01-10  Tristan Gingold  <gingold@adacore.com>

* mach-o.c (bfd_mach_o_build_commands): Avoid uninitialized false
warning.

12 years ago2012-01-10 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 10 Jan 2012 11:52:27 +0000 (11:52 +0000)] 
2012-01-10  Tristan Gingold  <gingold@adacore.com>

* objdump.c (display_object_bfd): Renamed from ...
(display_bfd): ... this.
(display_any_bfd): New function.
(display_file): Split.  Handle nested archives.

12 years ago2012-01-10 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 10 Jan 2012 11:51:09 +0000 (11:51 +0000)] 
2012-01-10  Tristan Gingold  <gingold@adacore.com>

* bfdio.c (bfd_tell): Handle nested archives.
(bfd_seek): Ditto.
* cache.c (bfd_cache_lookup_worker): Ditto.
* archive.c (_bfd_get_elt_at_filepos): Remove code dealing with
nested archives.
(bfd_generic_openr_next_archived_file): Likewise.

12 years ago2012-01-10 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 10 Jan 2012 11:48:26 +0000 (11:48 +0000)] 
2012-01-10  Tristan Gingold  <gingold@adacore.com>

* struc-symbol.h (struct symbol_flags): New struct, created from...
(struct symbol): ... this one.  Add sy_flags field, remove flag fields.
(struct local_symbol): Replace lsy_marker field by lsy_flags.
Adjust comment.
(local_symbol_resolved_p): Adjust.
(local_symbol_mark_resolved): Likewise.
* symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
(local_symbol_make, local_symbol_convert, colon)
(symbol_clone_if_forward_ref, verify_symbol_chain)
(resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
(S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
(S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
(S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
(S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
(symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
(symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
(symbol_mark_mri_common, symbol_clear_mri_common)
(symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
(symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
(symbol_equated_reloc_p, dot_symbol_init)
(print_symbol_value_1): Adjust.

12 years agobinutils/
Roland McGrath [Tue, 10 Jan 2012 00:02:47 +0000 (00:02 +0000)] 
binutils/
* configure.in: Use AM_ZLIB.
* configure: Regenerated.

ld/
* configure.in: Use AM_ZLIB.
* configure: Regenerated.

12 years ago*** empty log message ***
gdbadmin [Tue, 10 Jan 2012 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agodaily update
Alan Modra [Mon, 9 Jan 2012 23:00:05 +0000 (23:00 +0000)] 
daily update

12 years ago * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
Doug Evans [Mon, 9 Jan 2012 22:31:39 +0000 (22:31 +0000)] 
* gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
* varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.

12 years ago * breakpoint.c (wrapper.h): Don't include.
Keith Seitz [Mon, 9 Jan 2012 20:47:47 +0000 (20:47 +0000)] 
* breakpoint.c (wrapper.h): Don't include.

12 years ago * Makefile.in (SFILES): Remove wrapper.c.
Keith Seitz [Mon, 9 Jan 2012 20:27:49 +0000 (20:27 +0000)] 
* Makefile.in (SFILES): Remove wrapper.c.
(HFILES_NO_SRCDIR): Remove wrapper.h.
(COMMON_OBS): Remove wrapper.o.
* cli/cli-interp.c: Don't inlude wrapper.h.
* corelow.c: Likewise.
(core_open): Replace gdb_target_find_new_threads with
TRY_CATCH around target_find_new_threads.
* eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
* gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
* varobj.c (varobj_create): Likewise for parse_exp_1 and
evaluate_expression.
(varobj_set_value): Likewise for evaluate_expression and
value_assign.
(install_new_variable): Likewise for value_fetch_lazy.
(adjust_value_for_child_access): Likewise for value_ind.
(c_describe_child): Likewise for value_subscript and
value_ind.
(c_value_of_root): Likewise for evaluate_expression.
* wrapper.c: Remove.
* wrapper.h: Remove.

12 years agoInitial x32 support in gold
H.J. Lu [Mon, 9 Jan 2012 17:42:34 +0000 (17:42 +0000)] 
Initial x32 support in gold

2012-01-09  H.J. Lu  <hongjiu.lu@intel.com>

* x86_64.cc: Initial support for x32.

12 years ago * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
Doug Evans [Mon, 9 Jan 2012 17:40:05 +0000 (17:40 +0000)] 
* dwarf2read.c (read_and_check_comp_unit_head): Renamed from
partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
"abfd" args with "section".  All callers updated.
Error checking code moved ...
(error_check_comp_unit_head): ... here.  New function.
(read_and_check_type_unit_head): Renamed from read_type_unit_head.
Delete arg "abfd".  New arg "type_offset".  All callers updated.
(create_debug_types_hash_table): Simplify by using
read_and_check_type_unit_head.

12 years ago * parser-defs.h (namecopy): Delete.
Doug Evans [Mon, 9 Jan 2012 17:27:20 +0000 (17:27 +0000)] 
* parser-defs.h (namecopy): Delete.
* parse.c (namecopy, namecopy_size): Move into copy_name.

12 years ago * server.c (start_inferior): Set last_ptid in --wrapper case.
Doug Evans [Mon, 9 Jan 2012 17:17:50 +0000 (17:17 +0000)] 
* server.c (start_inferior): Set last_ptid in --wrapper case.

12 years agogdb/
Jan Kratochvil [Mon, 9 Jan 2012 15:21:13 +0000 (15:21 +0000)] 
gdb/
Partially fix duplicate .o files after omitting libbfd.a.
* config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
* config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
* config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
* config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
* config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
* config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
* config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.

12 years agoadd symbol qualifiers for mach-o to bfd/gas
Iain Sandoe [Mon, 9 Jan 2012 10:47:50 +0000 (10:47 +0000)] 
add symbol qualifiers for mach-o to bfd/gas

bfd:

* mach-o.c (bfd_mach_o_bfd_copy_private_symbol_data): Implement.
(bfd_mach_o_write_symtab): Remove handling for indirect syms.
(bfd_mach_o_primary_symbol_sort_key): Likewise.
(bfd_mach_o_cf_symbols): Likewise.
(bfd_mach_o_sort_symbol_table): Remove.
(bfd_mach_o_mangle_symbols): Adjust arguments, remove handling
for indirect and dysymtab counts.  Do the symbol sorting here.
(bfd_mach_o_build_dysymtab_command): Count the symbol types here.
Make the indirect symbols a TODO.
(bfd_mach_o_build_commands): Adjust call to bfd_mach_o_mangle_symbols.
(bfd_mach_o_make_empty_symbol): Specifically flag unset symbols with
a non-zero value.
(bfd_mach_o_read_symtab_symbol): Record the symbol index.
(bfd_mach_o_read_symtab_symbol): Adjust recording of global status.
* mach-o.h (mach_o_data_struct): Remove indirect and dysymtab entries.
(IS_MACHO_INDIRECT): Remove.
(SYM_MACHO_FIELDS_UNSET, SYM_MACHO_FIELDS_NOT_VALIDATED): New.

gas:

* config/obj-macho.c (obj_mach_o_weak): Remove.
(obj_mach_o_common_parse): Set symbol qualifiers.
(LAZY, REFE): New macros.
(obj_mach_o_symbol_type): New enum.
(obj_mach_o_set_symbol_qualifier): New.
(obj_mach_o_sym_qual): New.
(mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
a dummy function.
(obj_mach_o_type_for_symbol): New.
(obj_macho_frob_label): New.
(obj_macho_frob_symbol): New.
* config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
(obj_frob_label, obj_macho_frob_label): Declare.
(obj_frob_symbol, obj_macho_frob_symbol): Declare.

gas/testsuite:

* gas/mach-o/err-syms-1.s: New.
* gas/mach-o/err-syms-2.s: New.
* gas/mach-o/err-syms-3.s: New.
* gas/mach-o/symbols-2.d: New.
* gas/mach-o/symbols-2.s: New.
* gas/mach-o/symbols-3.s: New.
* gas/mach-o/symbols-4.s: New.
* gas/mach-o/symbols-5.d: New.
* gas/mach-o/symbols-5.s: New.

12 years ago2012-01-09 Pedro Alves <palves@redhat.com>
Pedro Alves [Mon, 9 Jan 2012 10:07:30 +0000 (10:07 +0000)] 
2012-01-09  Pedro Alves  <palves@redhat.com>

* MAINTAINERS: Update my email address.

12 years ago*** empty log message ***
gdbadmin [Mon, 9 Jan 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agodaily update
Alan Modra [Sun, 8 Jan 2012 23:00:06 +0000 (23:00 +0000)] 
daily update

12 years ago * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
Doug Evans [Sun, 8 Jan 2012 22:20:17 +0000 (22:20 +0000)] 
* dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
n_type_units.  Rename type_comp_units to all_type_units.
All uses updated.
(add_signatured_type_cu_to_table): Renamed from
add_signatured_type_cu_to_list.  All callers updated.

12 years ago * gdbtypes.h (struct cplus_struct_type): Delete member
Doug Evans [Sun, 8 Jan 2012 21:02:45 +0000 (21:02 +0000)] 
* gdbtypes.h (struct cplus_struct_type): Delete member
nfn_fields_total.  All uses removed.

12 years agogas/
Richard Sandiford [Sun, 8 Jan 2012 12:33:54 +0000 (12:33 +0000)] 
gas/
* config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.

gas/testsuite/
* gas/mips/tls-relw.s, gas/mips/tls-relw.d: New test.
* gas/mips/mips.exp: Run it.

12 years agogas/
Richard Sandiford [Sun, 8 Jan 2012 12:11:42 +0000 (12:11 +0000)] 
gas/
2011-01-08  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
    Richard Sandiford  <rdsandiford@googlemail.com>

* config/tc-mips.c (mips_move_labels): Take the list of labels and
textness as parameters.
(mips_move_text_labels): New function.
(append_insn): Use it instead of mips_move_labels.
(mips_emit_delays, start_noreorder): Likewise.
(mips_align): Take the labels rather than just one label.
Move all labels to after the .align.
(s_align): Change the last argument to mips_align.
(s_cons): Likewise.
(s_float_cons): Likewise.
(s_gpword): Likewise.
(s_gpdword): Likewise.

gas/testsuite/
* gas/mips/align3.s, gas/mips/align3.d: New testcase.
* gas/mips/mips.exp: Run it.

12 years ago*** empty log message ***
gdbadmin [Sun, 8 Jan 2012 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agodaily update
Alan Modra [Sat, 7 Jan 2012 23:00:06 +0000 (23:00 +0000)] 
daily update

12 years agomerge from gcc
Jason Merrill [Sat, 7 Jan 2012 02:53:16 +0000 (02:53 +0000)] 
merge from gcc

12 years ago*** empty log message ***
gdbadmin [Sat, 7 Jan 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agodaily update
Alan Modra [Fri, 6 Jan 2012 23:00:06 +0000 (23:00 +0000)] 
daily update

12 years agomerge from gcc
DJ Delorie [Fri, 6 Jan 2012 22:04:43 +0000 (22:04 +0000)] 
merge from gcc

12 years ago * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
Doug Evans [Fri, 6 Jan 2012 18:13:22 +0000 (18:13 +0000)] 
* dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
to top of file.
(dwarf2_find_comp_unit): Delete.
(process_psymtab_comp_unit): Make result "void".
Delete args buffer, info_ptr, buffer_size, and replace with
"section".  All callers updated.
(dwarf2_build_psymtabs_hard): Simplify.

12 years ago2012-01-06 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 6 Jan 2012 16:23:39 +0000 (16:23 +0000)] 
2012-01-06  Tristan Gingold  <gingold@adacore.com>

* config/tc-i386.c: Update copyright year.
(lex_got): Also defined for Mach-O.
Add a guard for non-ELF configuration.
(md_longopts): Also handle -64 for Mach-O.
(md_parse_option): Likewise.
(i386_target_format): Adjust for x86_64-darwin.

12 years ago PR binutils/13121
Nick Clifton [Fri, 6 Jan 2012 15:44:30 +0000 (15:44 +0000)] 
PR binutils/13121
* reloc.c (bfd_generic_lookup_section_flags): Rename 'finfo' to
'flaginfo' to avoid conflicts with AIX system headers.

12 years ago2012-01-06 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 6 Jan 2012 11:43:51 +0000 (11:43 +0000)] 
2012-01-06  Tristan Gingold  <gingold@adacore.com>

* bfdio.c (bfd_bread): Use arelt_size macro.

12 years ago2012-01-06 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 6 Jan 2012 11:41:28 +0000 (11:41 +0000)] 
2012-01-06  Tristan Gingold  <gingold@adacore.com>

* config.bfd (i[3-7]86-*-darwin*): Define targ64_selvecs.

12 years ago * po/ru.po: Updated Russian translation.
Nick Clifton [Fri, 6 Jan 2012 10:29:57 +0000 (10:29 +0000)] 
* po/ru.po: Updated Russian translation.

12 years agosim: headers: use abs_srcdir to find helper scripts
Mike Frysinger [Fri, 6 Jan 2012 06:43:48 +0000 (06:43 +0000)] 
sim: headers: use abs_srcdir to find helper scripts

Trying to run `headers` in an out-of-tree build fails atm due to the
relative srcdir paths being used in a location other than where they
were setup to be used from.  Get abs_srcdir from configure and use
that instead where applicable.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12 years ago * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
Yao Qi [Fri, 6 Jan 2012 05:58:29 +0000 (05:58 +0000)] 
* tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
defined.
[IN_PROCESS_AGENT] (debug_agent): New global variable.

12 years ago2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior [Fri, 6 Jan 2012 03:34:46 +0000 (03:34 +0000)] 
2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
    Thiago Jung Bauermann  <bauerman@br.ibm.com>

* ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
before `struct gdb_exception'.
* breakpoint.c (update_global_location_list_nothrow)
(update_breakpoint_locations, enable_breakpoint_disp): Likewise.
* cp-abi.c (value_rtti_type): Likewise.
* cp-support.c (cp_validate_operator): Likewise.
* infrun.c (insert_exception_resume_breakpoint)
(check_exception_resume, keep_going): Likewise.
* mi-interp.c (mi_breakpoint_created)
(mi_breakpoint_modified): Likewise.
* rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
* solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
(ia64_hpux_handle_dld_breakpoint_1): Likewise.

12 years ago*** empty log message ***
gdbadmin [Fri, 6 Jan 2012 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

12 years agodaily update
Alan Modra [Thu, 5 Jan 2012 23:00:06 +0000 (23:00 +0000)] 
daily update

12 years ago * dwarf2read.c (statement_prologue): Delete, unused.
Doug Evans [Thu, 5 Jan 2012 21:56:37 +0000 (21:56 +0000)] 
* dwarf2read.c (statement_prologue): Delete, unused.

12 years ago * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
Doug Evans [Thu, 5 Jan 2012 21:53:14 +0000 (21:53 +0000)] 
* dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
* dwarf2loc.h (dwarf2_per_cu_addr_size): Update.

12 years ago * dwarf2read.c (comp_unit_header): Delete, unused.
Doug Evans [Thu, 5 Jan 2012 20:17:50 +0000 (20:17 +0000)] 
* dwarf2read.c (comp_unit_header): Delete, unused.

12 years ago * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
Ulrich Weigand [Thu, 5 Jan 2012 17:07:05 +0000 (17:07 +0000)] 
* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.

12 years ago * ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
Nick Clifton [Thu, 5 Jan 2012 15:17:18 +0000 (15:17 +0000)] 
* ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
64-bit objects when the 32-bit object (loaded first) contains 32+
local symbols, all referenced by relocs and the 64-bit object
contains a reloc that uses a symbol in the 32-bit object.
* 32bit.s: New source file.
* 64bit.s: New source file.
* incompatible.l: New expected linker output file.

12 years ago2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
Pedro Alves [Thu, 5 Jan 2012 13:11:31 +0000 (13:11 +0000)] 
2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>

* infrun.c (normal_stop): Don't skip calling the normal_stop
observers if the thread was doing a multi-step, but stopped for
some reason other than stepping.

gdb/testsuite/
2012-01-05  Pedro Alves  <alves.ped@gmail.com>

* gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
* gdb.python/py-events.c (first): Add bits for new "step N" test.
* gdb.python/py-events.exp: Test that "step N" tripping on a
breakpoint emits a breakpoint event.

12 years ago2012-01-05 Pedro Alves <alves.ped@gmail.com>
Pedro Alves [Thu, 5 Jan 2012 11:39:31 +0000 (11:39 +0000)] 
2012-01-05  Pedro Alves  <alves.ped@gmail.com>

* cli/cli-decode.h: Add comments.
(CMD_LIST_AMBIGUOUS): Moved to command.h
(add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
(set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
(set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
(deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
(add_com, add_com_alias, add_info, add_info_alias)
(complete_on_cmdlist, complete_on_enum, help_list): Remove
declarations.
* command.h: Add and adjust comments.
(CMD_LIST_AMBIGUOUS): Moved here.
(help_cmd, help_cmd_list): Delete declarations.

12 years agoRotate ChangeLogs
Nick Clifton [Thu, 5 Jan 2012 10:09:39 +0000 (10:09 +0000)] 
Rotate ChangeLogs

12 years ago PR ld/12161
Nick Clifton [Thu, 5 Jan 2012 09:57:18 +0000 (09:57 +0000)] 
PR ld/12161
* elf32-avr.c (elf32_avr_relax_delete_bytes): Read in relocs if
necessary.

12 years agoDocument new procedure for updating copyright years
Joel Brobecker [Thu, 5 Jan 2012 09:41:03 +0000 (09:41 +0000)] 
Document new procedure for updating copyright years

We now use a different script to perform the update.  This patch
updates the procedure in our documentation

gdb/doc/ChangeLog:

        * gdbint.texinfo (Start of New Year Procedure): Update
        to replace use of copyright.sh by use of copyright.py.

12 years agobfd/
Jan Kratochvil [Thu, 5 Jan 2012 07:50:44 +0000 (07:50 +0000)] 
bfd/
Fix zero registers core files when built by gcc-4.7.
* elf64-x86-64.c (elf_x86_64_write_core_note): Remove variables p and
size.  Call elfcore_write_note for the local variables.  Remove the
final elfcore_write_note call.  Add NOTREACHED comments.

12 years ago*** empty log message ***
gdbadmin [Thu, 5 Jan 2012 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

12 years ago * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
Doug Evans [Wed, 4 Jan 2012 19:49:41 +0000 (19:49 +0000)] 
* dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
All callers updated.
(load_full_type_unit): Renamed from read_signatured_type_at_offset.
Replace all arguments with "per_cu".  All callers updated.

12 years ago * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
Doug Evans [Wed, 4 Jan 2012 19:16:15 +0000 (19:16 +0000)] 
* dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.

12 years ago * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
Doug Evans [Wed, 4 Jan 2012 19:07:36 +0000 (19:07 +0000)] 
* dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
New arg "per_cu".  All callers updated.

12 years ago Delete #if 0'd out code.
Doug Evans [Wed, 4 Jan 2012 18:57:01 +0000 (18:57 +0000)] 
Delete #if 0'd out code.
* language.c (binop_result_type): Delete.
(simple_type, ordered_type, same_type, integral_type): Delete.
(numeric_type, character_type, string_type, boolean_type): Delete.
(float_type, structured_type): Delete.
* language.h: Update.

12 years ago * python/py-value.c (valpy_binop): Initialize 'res_val'.
Tom Tromey [Wed, 4 Jan 2012 16:15:14 +0000 (16:15 +0000)] 
* python/py-value.c (valpy_binop): Initialize 'res_val'.

12 years agoGet rid of corefile.c:close_exec_file
Joel Brobecker [Wed, 4 Jan 2012 15:13:26 +0000 (15:13 +0000)] 
Get rid of corefile.c:close_exec_file

The body of this function has been commented out since Jul 1999, and
thus seems unnecessary. While at it, remove some commented out code
that seems to be related to the function being deleted.

gdb/ChangeLog:

* corefile.c (close_exec_file): Delete.
(reopen_exec_file): Remove commented out code that seems related
to close_exec_file, which is being deleted here.
* inferior.h (close_exec_file): Delete.
* fork-child.c (fork_inferior): Remove call to fork_inferior.

12 years agoUse skip_spaces and skip_to_space in ada-lang.c
Joel Brobecker [Wed, 4 Jan 2012 14:55:09 +0000 (14:55 +0000)] 
Use skip_spaces and skip_to_space in ada-lang.c

This is just a minor cleanup that reduces a bit the code in ada-lang.c
by using skip_spaces or skip_to_space, instead of doing the skipping
ourselves.

gdb/ChangeLog:

        * ada-lang.c: #include "cli/cli-utils.h".
        (get_selections): Use skip_spaces.
        (ada_get_next_arg): Use skip_spaces and skip_to_space.
        (catch_ada_exception_command_split): Use skip_spaces.
        (ada_decode_assert_location): Likewise.

12 years agogdb/gdbserver/
Yao Qi [Wed, 4 Jan 2012 14:39:12 +0000 (14:39 +0000)] 
gdb/gdbserver/
* tracepoint.c (cmd_qtdp): Print debug message
for static tracepoint.

12 years agogdb/gdbserver/
Yao Qi [Wed, 4 Jan 2012 14:34:49 +0000 (14:34 +0000)] 
gdb/gdbserver/
* tracepoint.c (trace_vdebug): Differentiate debug message
between gdbserver and IPA.

12 years agodo not call decode_compound with Ada expressions.
Joel Brobecker [Wed, 4 Jan 2012 14:24:57 +0000 (14:24 +0000)] 
do not call decode_compound with Ada expressions.

Trying to insert a breakpoint on `ops."<"', we get the following error:

    (gdb) b ops."<"
    malformed template specification in command

This is because locate_first_half skips the linespec until the dot,
and the decode_line_internal thinks that the dot might mean that
we have C++ or Java compound.  It then tries calling decode_compound
which errors out because it sees the opening angle bracket but not
the closing one (I am guessing).

This patch short-circuits this part of the code when the current
language is Ada.

gdb/ChangeLog:

        * linespec.c (decode_line_internal): Check for C++ or Java
        compound constructs only if the current language is C, C++
        or Java.

12 years agogdb/
Jan Kratochvil [Wed, 4 Jan 2012 13:51:36 +0000 (13:51 +0000)] 
gdb/
Revert:
2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
    Joel Brobecker  <brobecker@adacore.com>
Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
* arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
3 times.
* infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
fall through into AT_ENTRY_POINT.
(call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
DUMMY_ADDR with it.
* ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
PPC_INSN_SIZE skip to 3 times.

12 years ago2012-01-04 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 4 Jan 2012 13:31:27 +0000 (13:31 +0000)] 
2012-01-04  Tristan Gingold  <gingold@adacore.com>

* mach-o.c (bfd_mach_o_fat_stat_arch_elt): New function.
(bfd_mach_o_generic_stat_arch_elt): Adjust.

12 years ago2012-01-04 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 4 Jan 2012 13:22:21 +0000 (13:22 +0000)] 
2012-01-04  Tristan Gingold  <gingold@adacore.com>

* mach-o.c (bfd_mach_o_fat_member_init): New function.
(bfd_mach_o_openr_next_archived_file): Reindent.
Adjust to call bfd_mach_o_fat_member_init.
(bfd_mach_o_fat_extract): Adjust to call bfd_mach_o_fat_member_init.

12 years agolinespec: keep function descriptors during minimal symbol search
Joel Brobecker [Wed, 4 Jan 2012 13:15:20 +0000 (13:15 +0000)] 
linespec: keep function descriptors during minimal symbol search

When discarding data (minimal) symbols, we need to be careful to
not throw away the function descriptors.  This makes a difference
on platforms where these descriptors are used and live in a data
section.

gdb/ChangeLog:

        * linespec.c (add_minsym): Preserve function descriptors.

12 years ago2012-01-04 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 4 Jan 2012 12:59:23 +0000 (12:59 +0000)] 
2012-01-04  Tristan Gingold  <gingold@adacore.com>

* mach-o-x86-64.c (bfd_mach_o_x86_64_swap_reloc_out): Handle
BFD_RELOC_32, BFD_RELOC_MACH_O_X86_64_PCREL32_1,
BFD_RELOC_MACH_O_X86_64_PCREL32_2,
BFD_RELOC_MACH_O_X86_64_PCREL32_4,
BFD_RELOC_MACH_O_X86_64_BRANCH32,
BFD_RELOC_MACH_O_X86_64_SUBTRACTOR32,
BFD_RELOC_MACH_O_X86_64_GOT.

12 years ago * breakpoint.c (all_locations_are_pending): Consider locations
Ulrich Weigand [Wed, 4 Jan 2012 12:31:49 +0000 (12:31 +0000)] 
* breakpoint.c (all_locations_are_pending): Consider locations
in program spaces executing during startup pending as well.

12 years agogas/testsuite:
Iain Sandoe [Wed, 4 Jan 2012 11:25:11 +0000 (11:25 +0000)] 
gas/testsuite:

* gas/mach-o/zerofill-2.d: New.