deliverable/binutils-gdb.git
13 years agoPR other/46202: implement install-strip.
Ralf Wildenhues [Sat, 20 Nov 2010 19:37:58 +0000 (19:37 +0000)] 
PR other/46202: implement install-strip.

/:
PR other/46202
* configure.ac: Fix just-built in-tree STRIP name to be
binutils/strip-new.
* configure: Regenerate.
* Makefile.def (install-strip-gcc, install-strip-binutils)
(install-strip-opcodes, install-strip-ld, install-strip-itcl)
(install-strip-sid): Mirror dependencies on non-strip variants
of these targets on the respective -strip prerequisites.
* Makefile.tpl (install-strip, install-strip-host)
(install-strip-target): New targets.
(install-strip-[+module+], install-strip-target-[+module+]):
New targets.
* Makefile.in: Regenerate.

etc/:
* Makefile.in (install-strip): New target.

libiberty/:
PR other/46202
* Makefile.in (install-strip): New phony target.
(install): Also mark as phony.

13 years agoSet alignment of common plugin symbol to 1 for For ELF targets.
H.J. Lu [Sat, 20 Nov 2010 17:34:16 +0000 (17:34 +0000)] 
Set alignment of common plugin symbol to 1 for For ELF targets.

2010-11-20  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/12246
* plugin.c (asymbol_from_plugin_symbol): Set alignment of
common symbol to 1 for For ELF targets.

13 years agoProperly report loading plugin error.
H.J. Lu [Sat, 20 Nov 2010 17:32:07 +0000 (17:32 +0000)] 
Properly report loading plugin error.

2010-11-20  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/12247
* lexsup.c (parse_args): Properly report loading plugin error.

13 years agobinutils/testsuite/
Richard Sandiford [Sat, 20 Nov 2010 15:36:34 +0000 (15:36 +0000)] 
binutils/testsuite/
* lib/binutils-common.exp (regexp_diff): New procedure.
* lib/utils-lib.exp (regexp_diff): Delete.

gas/testsuite/
* lib/gas-defs.exp (regexp_diff): Delete.
(run_dump_test): Remove final "" argument in call to regexp_diff.
(run_list_test): Likewise.
(run_list_test_stdin): Likewise.
* gas/all/gas.exp (test_cond): Likewise.
* gas/elf/elf.exp (run_elf_list_test): Likewise.
* gas/m68k/all.exp: Likewise.
* gas/mep/complex-relocs.exp (regexp_test): Likewise.
* gas/mt/relocs.exp (regexp_test): Likewise.
* gas/symver/symver.exp (run_error_test): Likewise.

ld/testsuite/
* lib/ld-lib.exp (regexp_diff, simple_diff): Delete.

13 years agobinutils/testsuite/
Richard Sandiford [Sat, 20 Nov 2010 15:36:10 +0000 (15:36 +0000)] 
binutils/testsuite/
* lib/binutils-common.exp: New file.
* lib/utils-lib.exp (load_common_lib): New function.  Load
binutils-common.exp.
(is_elf_format): Delete.

gas/testsuite/
* lib/gas-defs.exp (load_common_lib): New function.  Load
binutils-common.exp.
(is_elf_format, is_aout_format, is_pecoff_format): Delete.

ld/testsuite/
* lib/ld-lib.exp (load_common_lib): New function.  Load
binutils-common.exp.
(is_elf_format, is_elf64, is_aout_format, is_pecoff_format): Delete.

13 years agogdb/testsuite/
Jan Kratochvil [Sat, 20 Nov 2010 01:53:04 +0000 (01:53 +0000)] 
gdb/testsuite/
* gdb.dwarf2/dw2-stack-boundary.exp: New file.
* gdb.dwarf2/dw2-stack-boundary.S: New file.

13 years agogdb/testsuite/
Jan Kratochvil [Sat, 20 Nov 2010 01:49:17 +0000 (01:49 +0000)] 
gdb/testsuite/
* gdb.dwarf2/dw2-ada-ffffffff.S: New file.
* gdb.dwarf2/dw2-ada-ffffffff.exp: New file.

13 years ago*** empty log message ***
gdbadmin [Sat, 20 Nov 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
Keith Seitz [Fri, 19 Nov 2010 23:36:32 +0000 (23:36 +0000)] 
* data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
Remove extraneous '/' after $(DESTDIR).
(PYTHON_INSTALL_DIR): Likewise.

13 years agodaily update
Alan Modra [Fri, 19 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years agogdb/
Jan Kratochvil [Fri, 19 Nov 2010 22:30:47 +0000 (22:30 +0000)] 
gdb/
Fix stale memory references.
* elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
xfree, new comment.

13 years agoMerge from gcc top-level.
Ian Lance Taylor [Fri, 19 Nov 2010 22:06:27 +0000 (22:06 +0000)] 
Merge from gcc top-level.

./:
* configure.ac: Add target-libgo to target_libraries.  Set
and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
* Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
(HOST_EXPORTS): Add GOC.
(BASE_TARGET_EXPORTS): Add GOC.
(GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
(GOCFLAGS_FOR_TARGET): New variable.
(EXTRA_HOST_FLAGS): Add GOC.
(EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
* Makefile.def (target_modules): Add libgo.
(flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
(dependencies): Add dependency from configure-target-libgo to
configure-target-libffi and all-target-libstdc++-v3.  Add
dependencies from all-target-libgo to all-target-libffi.
(languages): Add go.
* configure: Rebuild.
* Makefile.in: Rebuild.

* config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
compiler/flag environment variables.

* configure.ac: Check for lang_requires_boot_languages in
config-lang.in files.
* configure: Rebuild.

PR fortran/32049
* Makefile.def: Add libquadmath; build it with language=fortran.
* configure.ac: Add libquadmath.
* Makefile.tpl: Handle multiple libs in check-[+language+].
* Makefile.in: Regenerate.
* configure: Regenerate.

* configure.ac: Fix spelling in option names.
* configure: Regenerated.

PR bootstrap/39622
* configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
* configure: Regenerated.

* config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
define the cloog backend to use. Furthermore, only pass the ppllibs to
the configure checks, if necessary.
* configure: Regenerate.

* config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
* configure: regenerate

* config/cloog.m4: Fix typo.  verison -> version.
* configure: Regenerate.

* config/cloog.m4: Pass ppl libraries to the CLooG version check.
* configure: Regenerate.

* configure.ac: Support official CLooG.org versions.
* configure: Regenerate.
* config/cloog.m4: New.

* configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
* configure: Regenerate.

config/:
* cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.

* bootstrap-lto: Use -flto.

* mh-darwin: Renamed from mh-ppc-darwin.

13 years ago2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey [Fri, 19 Nov 2010 18:10:51 +0000 (18:10 +0000)] 
2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
    Tom Tromey  <tromey@redhat.com>

* Makefile.in (.y.c): Directly create $@ from YLWRAP.
(.PHONY): Remove for .y outputs.

13 years ago2010-11-19 Will Drewry <wad@google.com>
Tom Tromey [Fri, 19 Nov 2010 16:35:13 +0000 (16:35 +0000)] 
2010-11-19  Will Drewry  <wad@google.com>
    Tavis Ormandy  <taviso@google.com>
    Jan Kratochvil  <jan.kratochvil@redhat.com>

* dwarf2read.c (decode_locdesc): Enforce location description stack
boundaries.

13 years ago * plugin.c (is_visible_from_outside): New function.
Dave Korn [Fri, 19 Nov 2010 03:31:06 +0000 (03:31 +0000)] 
* plugin.c (is_visible_from_outside): New function.
(get_symbols): Use it.

13 years ago PR 2606
Alan Modra [Fri, 19 Nov 2010 02:32:00 +0000 (02:32 +0000)] 
PR 2606
* configure.in: Disable emulations for PE targets.
* configure: Regenerate.

13 years ago*** empty log message ***
gdbadmin [Fri, 19 Nov 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago2010-11-18 Doug Kwan <dougkwan@google.com>
Doug Kwan [Thu, 18 Nov 2010 23:25:08 +0000 (23:25 +0000)] 
2010-11-18  Doug Kwan  <dougkwan@google.com>

* expression.cc (BINARY_EXPRESSION): Initialize left_alignment
and right_alignment to be zero.  Store result alignment only if it is
greater than existing alignment.

13 years agodaily update
Alan Modra [Thu, 18 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * gdb.server/ext-run.exp: Fix intermittent failures.
Doug Evans [Thu, 18 Nov 2010 20:25:12 +0000 (20:25 +0000)] 
* gdb.server/ext-run.exp: Fix intermittent failures.

13 years ago * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
Pierre Muller [Thu, 18 Nov 2010 16:38:20 +0000 (16:38 +0000)] 
* arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
instruction is found.

13 years ago PR gas/12181
Rainer Orth [Thu, 18 Nov 2010 16:00:25 +0000 (16:00 +0000)] 
PR gas/12181
* config/obj-elf.c (elf_adjust_symtab) [TE_SOLARIS]: Make sy
weak hidden.

13 years ago PR binutils/11742
Alan Modra [Thu, 18 Nov 2010 07:54:07 +0000 (07:54 +0000)] 
PR binutils/11742
* readelf.c (get_archive_member_name): Formatting.  Properly
handle full size ar_name.

13 years ago * ld-elf/binutils.exp: Correct x86 gnu target match.
Alan Modra [Thu, 18 Nov 2010 06:57:57 +0000 (06:57 +0000)] 
* ld-elf/binutils.exp: Correct x86 gnu target match.
* ld-i386/i386.exp: Likewise.
* ld-ifunc/binutils.exp: Likewise.
* ld-ifunc/ifunc.exp: Likewise.
* ld-discard/discard.exp: Remove unnecessary line continuations.
* ld-elfvers/vers.exp: Likewise.  Simplify linuxaout and linuxoldld
test.
* ld-elfweak/elfweak.exp: Likewise.

13 years ago*** empty log message ***
gdbadmin [Thu, 18 Nov 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Wed, 17 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * value.c (value_entirely_optimized_out): Check the
Tom Tromey [Wed, 17 Nov 2010 19:53:37 +0000 (19:53 +0000)] 
* value.c (value_entirely_optimized_out): Check the
'check_any_valid' field.

13 years agostart a gitignore
Mike Frysinger [Wed, 17 Nov 2010 19:34:59 +0000 (19:34 +0000)] 
start a gitignore

13 years ago2010-11-17 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 17 Nov 2010 11:32:53 +0000 (11:32 +0000)] 
2010-11-17  Tristan Gingold  <gingold@adacore.com>

* vms-lib.c (vms_write_index): Add comments.
Partially revert previous patch.  Free blocks later.

13 years ago * input-file.c (input_file_open): Check for empty input files.
Nick Clifton [Wed, 17 Nov 2010 11:15:21 +0000 (11:15 +0000)] 
* input-file.c (input_file_open): Check for empty input files.
(input_file_get): Check for end of file before reading any more
data.
(input_file_give_next_buffer): Likewise.

13 years ago PR ld/12161
Nick Clifton [Wed, 17 Nov 2010 10:56:42 +0000 (10:56 +0000)] 
PR ld/12161
* elf32-avr.c (elf32_avr_check_relocs): Delete.
(elf_backend_check_relocs): Delete.

13 years agooops - acccidentally omitted from loongson 3a check-in.
Nick Clifton [Wed, 17 Nov 2010 09:32:42 +0000 (09:32 +0000)] 
oops - acccidentally omitted from loongson 3a check-in.

13 years ago * ar.c (print_contents): Don't internationalize strings without words.
Alan Modra [Wed, 17 Nov 2010 03:35:50 +0000 (03:35 +0000)] 
* ar.c (print_contents): Don't internationalize strings without words.
* dwarf.c (process_extended_line_op): Likewise.
(process_debug_info): Likwise.
(display_debug_lines_raw): Likewise.
(display_debug_lines_decoded): Likewise.
(display_debug_abbrev): Likewise.
* readelf.c (process_file_header): Likewise.
(GET_OP): Likewise.
(decode_arm_unwind): Likewise.
(process_mips_specific): Likewise.
* resrc.c (run_cmd): Likewise.
(rcparse_warning): Likewise.
* objdump.c (dump_headers): Don't print "Pg".

13 years agomerge from gcc
DJ Delorie [Wed, 17 Nov 2010 02:03:43 +0000 (02:03 +0000)] 
merge from gcc

13 years ago * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
Cary Coutant [Wed, 17 Nov 2010 01:53:22 +0000 (01:53 +0000)] 
* dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
Check for ".zdebug_line".

13 years ago*** empty log message ***
gdbadmin [Wed, 17 Nov 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago* ld/testsuite/ld-gc/pr11218-2.c: Declare
Andreas Schwab [Tue, 16 Nov 2010 23:41:38 +0000 (23:41 +0000)] 
* ld/testsuite/ld-gc/pr11218-2.c: Declare
unresolved_detected_at_runtime_not_at_linktime.

13 years ago * ld-plugin/plugin.exp: Define printf and puts as main.
Alan Modra [Tue, 16 Nov 2010 23:00:48 +0000 (23:00 +0000)] 
* ld-plugin/plugin.exp: Define printf and puts as main.

13 years agodaily update
Alan Modra [Tue, 16 Nov 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

13 years agogdb/
Jan Kratochvil [Tue, 16 Nov 2010 22:13:02 +0000 (22:13 +0000)] 
gdb/
* ada-lang.c (modify_general_field): Remove.
(make_array_descriptor): Replace all modify_general_field calls by
modify_field.
* value.c (modify_field): Update comment.  New variable bytesize.
Normalize BITPOS.  Initialize BYTESIZE, use it.

13 years agogdb/
Jan Kratochvil [Tue, 16 Nov 2010 22:04:52 +0000 (22:04 +0000)] 
gdb/
* dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
elements after xfree.

13 years ago * output.h (Output_segment::set_section_addresses): Pass increase_relro
Cary Coutant [Tue, 16 Nov 2010 19:18:31 +0000 (19:18 +0000)] 
* output.h (Output_segment::set_section_addresses): Pass increase_relro
by reference; adjust all callers.
* output.cc (Output_segment::set_section_addresses): Adjust references
to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
list is empty.
(Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
end at page boundary.

13 years agosim: dv-sockser: add a write buffer variant
Mike Frysinger [Tue, 16 Nov 2010 19:10:29 +0000 (19:10 +0000)] 
sim: dv-sockser: add a write buffer variant

Rather than having to bang out chunks of data one byte at a time over
the socket interface, add a write variant that accepts an arbitrarily
long buffer.  This speeds things up considerably when we have many
chars to send out at once.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years ago PR gold/12220
Cary Coutant [Tue, 16 Nov 2010 18:40:28 +0000 (18:40 +0000)] 
PR gold/12220
* layout.cc (Layout::choose_output_section): Transform names of
compressed sections even when using a script with a SECTIONS clause.
(Layout::output_section_name): Remove code to transform
compressed debug section names.
* output.cc (Output_section::add_input_section): Use uncompressed
section size when tracking input sections.

13 years agoProperly demangle a global constructor symbol.
H.J. Lu [Tue, 16 Nov 2010 17:58:26 +0000 (17:58 +0000)] 
Properly demangle a global constructor symbol.

2010-11-16  H.J. Lu  <hongjiu.lu@intel.com>

PR other/42670
PR binutils/11137
* cp-demangle.c (d_make_demangle_mangled_name): New.
(d_demangle_callback): Use it on DCT_GLOBAL_XTORS.

* testsuite/demangle-expected: Updated.

13 years ago * gdb-add-index.sh: Really remove.
Tom Tromey [Tue, 16 Nov 2010 17:38:40 +0000 (17:38 +0000)] 
* gdb-add-index.sh: Really remove.

13 years agogdb/
Jan Kratochvil [Tue, 16 Nov 2010 04:36:26 +0000 (04:36 +0000)] 
gdb/
Code cleanup.
* dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
(init_one_comp_unit): ... this one.
(prepare_one_comp_unit): New prototype.
(dw2_require_line_header, process_psymtab_comp_unit): Use
init_one_comp_unit.
(process_psymtab_comp_unit): Use prepare_one_comp_unit.
(load_partial_comp_unit): Remove variable attr.  Use
init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
(load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
prepare_one_comp_unit.
(read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
Use prepare_one_comp_unit.
(alloc_one_comp_unit): Rename to ...
(init_one_comp_unit): ... here and remove there calloc, new parameter
cu.
(prepare_one_comp_unit): New function.

13 years agoblackfin: add support for L1 code/data flags
Mike Frysinger [Tue, 16 Nov 2010 03:33:07 +0000 (03:33 +0000)] 
blackfin: add support for L1 code/data flags

forgot to `cvs add` this file

13 years agogdbserver: fix warning in nommu clone
Mike Frysinger [Tue, 16 Nov 2010 03:27:05 +0000 (03:27 +0000)] 
gdbserver: fix warning in nommu clone

Building gdbserver for nommu targets atm fails with:
linux-low.c: In function 'linux_tracefork_child':
linux-low.c:4151: error: pointer of type 'void *' used in arithmetic

So cast the void* to a char*.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years ago*** empty log message ***
gdbadmin [Tue, 16 Nov 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago * windmc.c: ,%s' -> `%s' in a number of strings.
Alan Modra [Mon, 15 Nov 2010 23:54:23 +0000 (23:54 +0000)] 
* windmc.c: ,%s' -> `%s' in a number of strings.

13 years agodaily update
Alan Modra [Mon, 15 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years agoblackfin: add support for L1 code/data flags
Mike Frysinger [Mon, 15 Nov 2010 22:30:47 +0000 (22:30 +0000)] 
blackfin: add support for L1 code/data flags

Add new linker options for marking programs to load into L1 memory
at runtime.  This needs new EF flag bits, so declare them.

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years ago * emultempl/pe.em (_list_options): Correct typo.
Alan Modra [Mon, 15 Nov 2010 22:01:17 +0000 (22:01 +0000)] 
* emultempl/pe.em (_list_options): Correct typo.
* emultempl/pep.em (_list_options): Likewise.

13 years agoUse binutils_assemble_flags for --nocompress-debug-sections.
H.J. Lu [Mon, 15 Nov 2010 21:05:26 +0000 (21:05 +0000)] 
Use binutils_assemble_flags for --nocompress-debug-sections.

2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/compress.exp: Replace binutils_assemble with
binutils_assemble_flags for --nocompress-debug-sections.

13 years agoAlso expect .zdebug in DWARF debug section name.
H.J. Lu [Mon, 15 Nov 2010 18:14:11 +0000 (18:14 +0000)] 
Also expect .zdebug in DWARF debug section name.

binutils/testsuite/

2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/compress.exp: Pass --nocompress-debug-sections to
assembler for uncompressed debug sections.

* binutils-all/testranges.d: Also expect .zdebug in section name.

gas/testsuite/

2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>

* gas/elf/dwarf2-3.d: Also expect .zdebug in section name.
* gas/i386/debug1.d: Likewise.
* gas/lns/lns-common-1.d: Likewise.
* gas/lns/lns-duplicate.d: Likewise.

13 years agoMark parameters of elf_process_stab as ATTRIBUTE_UNUSED.
H.J. Lu [Mon, 15 Nov 2010 18:12:42 +0000 (18:12 +0000)] 
Mark parameters of elf_process_stab as ATTRIBUTE_UNUSED.

2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>

* config/obj-elf.c (elf_process_stab): Mark parameters as
ATTRIBUTE_UNUSED.

13 years agorevert previous patch
Doug Evans [Mon, 15 Nov 2010 17:25:09 +0000 (17:25 +0000)] 
revert previous patch

13 years ago * gdb.base/maint.exp (maint print statistics): Increase timeout for
Doug Evans [Mon, 15 Nov 2010 17:17:57 +0000 (17:17 +0000)] 
* gdb.base/maint.exp (maint print statistics): Increase timeout for
all targets.  Restore old timeout afterwards.

13 years ago * config/obj-elf.c (elf_generate_asm_lineno): New function.
Rainer Orth [Mon, 15 Nov 2010 12:31:05 +0000 (12:31 +0000)] 
* config/obj-elf.c (elf_generate_asm_lineno): New function.
(elf_process_stab): New function.
(elf_format_ops): Always use them as generate_asm_lineno,
process_stab members.

13 years ago PR gas/12198
Matthew Gretton-Dann [Mon, 15 Nov 2010 10:03:05 +0000 (10:03 +0000)] 
PR gas/12198
* gas/config/tc-arm.c (arm_arch_v6m_only): New variable.
(aeabi_set_public_attributes): Ensure we only set the Operating System
Extension when we are on an M-profile core.
* gas/testsuite/gas/arm/pr12198-1.d: New test.
* gas/testsuite/gas/arm/pr12918-1.s: Likewise.
* gas/testsuite/gas/arm/pr12198-2.d: Likewise.
* gas/testsuite/gas/arm/pr12918-2.s: Likewise.
* include/opcode/arm.h (ARM_AEXT_V6M_ONLY): New define.
(ARM_AEXT_V6M): Rewrite in terms of ARM_AEXT_V6M_ONLY.
(ARM_ARCH_V6M_ONLY): New define.

13 years agobfd: bfin: drop needless symbol flag handling imported from FRV
Mike Frysinger [Mon, 15 Nov 2010 08:34:00 +0000 (08:34 +0000)] 
bfd: bfin: drop needless symbol flag handling imported from FRV

The Blackfin bfd merged some FRV code recently, and then removed pieces
that didn't make sense.  In the FRV code, it outputs a "_gp" symbol in
its BFD whereas in the Blackfin code, we don't.  So while on the FRV
side it fiddles with the "flags" variable (sometimes using it for section
flags and sometimes using it for symbol flags), we don't need any of
that.  This lead to BZ 12177 where the Blackfin code is a bit confusing.
So to fix things up, remove more stuff we don't need.  Shouldn't change
the behavior at all.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years ago*** empty log message ***
gdbadmin [Mon, 15 Nov 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sun, 14 Nov 2010 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years agomerge from gcc
DJ Delorie [Sun, 14 Nov 2010 21:42:55 +0000 (21:42 +0000)] 
merge from gcc

13 years ago * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
Pierre Muller [Sun, 14 Nov 2010 12:10:59 +0000 (12:10 +0000)] 
* arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
possible used of uninitialized variable.

13 years ago*** empty log message ***
gdbadmin [Sun, 14 Nov 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sat, 13 Nov 2010 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years agogas/
Richard Sandiford [Sat, 13 Nov 2010 11:59:21 +0000 (11:59 +0000)] 
gas/
* config/tc-mips.c (macro_build): Remove gas_assert from 'o' case.
Use a restricted gas_assert for 'i' and 'j'.

gas/testsuite/
* gas/mips/elf-rel28.s, gas/mips/elf-rel28-n32.d,
gas/mips/elf-rel28-n64.d: New test.
* gas/mips/mips.exp: Run it.

13 years agomerge from gcc
DJ Delorie [Sat, 13 Nov 2010 02:20:31 +0000 (02:20 +0000)] 
merge from gcc

13 years ago*** empty log message ***
gdbadmin [Sat, 13 Nov 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Fri, 12 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years agoProperly copy BFD_COMPRESS and BFD_DECOMPRESS to archive element.
H.J. Lu [Fri, 12 Nov 2010 22:10:18 +0000 (22:10 +0000)] 
Properly copy BFD_COMPRESS and BFD_DECOMPRESS to archive element.

2010-11-12  H.J. Lu  <hongjiu.lu@intel.com>

* archive.c (_bfd_get_elt_at_filepos): Copy BFD_COMPRESS and
BFD_DECOMPRESS.
(bfd_openr_next_archived_file): Revert the last change.

13 years agogdb/
Nathan Froyd [Fri, 12 Nov 2010 21:54:31 +0000 (21:54 +0000)] 
gdb/
* rs6000-tdep.c (bfd_uses_spe_extensions): New function.
(rs6000_gdbarch_init): Call it.

13 years agogdb/
Nathan Froyd [Fri, 12 Nov 2010 21:53:10 +0000 (21:53 +0000)] 
gdb/
* rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
instructions if debugging an E500 binary.

13 years agogdb/testsuite/
Nathan Froyd [Fri, 12 Nov 2010 21:49:55 +0000 (21:49 +0000)] 
gdb/testsuite/
* gdb.stabs/gdb11479.exp: Use runto_main.

13 years agogdb/testsuite/
Nathan Froyd [Fri, 12 Nov 2010 21:47:47 +0000 (21:47 +0000)] 
gdb/testsuite/
* gdb.base/break-entry.exp: Skip if using a stub.

13 years agogdb/testsuite/
Nathan Froyd [Fri, 12 Nov 2010 21:44:49 +0000 (21:44 +0000)] 
gdb/testsuite/
* gdb.python/py-inferior.exp: Pack values in target endianness.

13 years agogdb
Tom Tromey [Fri, 12 Nov 2010 20:49:43 +0000 (20:49 +0000)] 
gdb
* varobj.c (value_get_print_value): Rearrange.  Pass stream to
apply_varobj_pretty_printer.
* c-lang.c: Include exceptions.h.
(c_get_string): Throw MEMORY_ERROR when appropriate.
* python/py-prettyprint.c (enum string_repr_result): New.
(print_stack_unless_memory_error): New function.
(print_string_repr): Change return type.  Use
print_stack_unless_memory_error.
(print_children): Use print_stack_unless_memory_error.
(apply_val_pretty_printer): Update.  Don't print children if
string representation threw an exception.
(apply_varobj_pretty_printer): Add 'stream' argument.  Use
print_stack_unless_memory_error.
* python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
globals.
(_initialize_python): Initialize them.
* python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
gdbpy_convert_exception.
(GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
(gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
(gdbpy_convert_exception): Declare.
(apply_varobj_pretty_printer): Update.
* python/py-utils.c (gdbpy_convert_exception): New function.
gdb/doc
* gdb.texinfo (Basic Python): Update.  Add xref.
(Exception Handling): Document new exception classes.
(Types In Python): Update.
(Frames In Python): Update.
gdb/testsuite
* gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
* gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
MemoryError.
* gdb.python/python.exp (gdb_py_test_multiple): Update exception
type.
* gdb.python/py-value.exp (test_value_in_inferior): Add test for
MemoryError.
(test_subscript_regression): Update exception type.

13 years ago2010-11-12 Marc Khouzam <marc.khouzam@ericsson.com>
Marc Khouzam [Fri, 12 Nov 2010 18:46:42 +0000 (18:46 +0000)] 
2010-11-12  Marc Khouzam  <marc.khouzam@ericsson.com>

        * mi/mi-main.c (mi_cmd_target_detach): Accept new
        thread-group id format.

13 years agogdb/
Jan Kratochvil [Fri, 12 Nov 2010 12:38:39 +0000 (12:38 +0000)] 
gdb/
* spu-tdep.c (spu_catch_start): Fix compilation error typo.

13 years ago* rx.c (lsb_count): New.
DJ Delorie [Fri, 12 Nov 2010 01:01:12 +0000 (01:01 +0000)] 
* rx.c (lsb_count): New.
(divu_cycles): New.
(div_cycles): New.
(decode_opcode): Fix cycle count math for div, divu, suntil, and
swhile.

13 years ago*** empty log message ***
gdbadmin [Fri, 12 Nov 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Thu, 11 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Thu, 11 Nov 2010 14:11:56 +0000 (14:11 +0000)] 
2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>

* python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
NULL.
(BPPY_SET_REQUIRE_VALID): Ditto.
(bpnum_is_valid): Delete function.
(bppy_get_visibility): New function.
(bppy_new): Parse for, and validate internal keyword.  Pass
internal keyword to breakpoint or watchpoint functions.
(build_bp_list): New function.
(gdbpy_breakpoints): Rewrite.  Use build_bp_list and
iterate_over_breakpoints.
(gdbpy_breakpoint_created): Rewrite.  Do not store breakpoints in a
look-aside vector.
(gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
to internal breakpoint chain.

* breakpoint.c (set_breakpoint_number): New function.
(breakpoint_1): Check if breakpoint number is more than zero.
(set_raw_breakpoint_without_location): Set py_bp_object to NULL.
(create_breakpoint_sal): Take a new parameter called internal.
Call set_breakpoint_number with internal parameter.  Do not
mention internal breakpoints.  All callers updated.
(create_breakpoint): Ditto.
(create_breakpoints_sal): Ditto.
(watch_command_1): Ditto.
(watch_command_wrapper): Take a new parameter called internal.
All callers updated.
(rwatch_command_wrapper): Ditto.
(awatch_command_wrapper): Ditto.
(save_breakpoints): Update breakpoint save condition check.
(iterate_over_breakpoints): New function.
* breakpoint.h: Add conditional python includes.  Add py_bp_object
and comment to struct breakpoint.  Update all callers.
* defs.h: Add PyObject definition for GDB builds without Python.

2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.texinfo (Breakpoints In Python): Document "internal"
parameter, and visible attribute.

2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.python/py-breakpoint.exp: Add internal watchpoint and
breakpoint tests.

13 years agogold/
Richard Sandiford [Thu, 11 Nov 2010 10:43:30 +0000 (10:43 +0000)] 
gold/
* symtab.h (Symbol::NON_PIC_REF): Remove.
(Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
(Symbol::FUNCTION_CALL): Renumber.  Reword comment.
(Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
(Symbol::use_plt_offset): Take a flags argument and pass it
directly to needs_dynamic_reloc.  Restrict check for undefined
weak symbols to function calls.
* arm.cc (Target_arm::Scan::get_reference_flags): New function.
(Target_arm::Scan::global): Use it.
(Target_arm::Scan::scan_reloc_for_stub): Likewise.
(Target_arm::Relocate::relocate): Likewise.
(Target_arm::Relocate::should_apply_static_reloc): Replace flags
parameter with an r_type parameter.  Use get_reference_flags
to get the flags.
(Target_arm::Relocate::relocate): Update accordingly.
* i386.cc (Target_i386::Scan::get_reference_flags): New function.
(Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
(Target_i386::Scan::global): Likewise.
(Target_i386::Relocate::relocate): Likewise.
(Target_i386::Relocate::should_apply_static_reloc): Replace flags
parameter with an r_type parameter.  Use get_reference_flags
to get the flags.
(Target_i386::Relocate::relocate): Update accordingly.
* powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
(Target_powerpc::Scan::global): Use it.
(Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
(Target_powerpc::Relocate::relocate): Likewise.
* sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
(Target_sparc::Scan::global): Use it.
(Target_sparc::Scan::scan_reloc_for_stub): Likewise.
(Target_sparc::Relocate::relocate): Likewise.
* x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
(Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
(Target_x86_64::Scan::global): Likewise.
(Target_x86_64::Relocate::relocate): Likewise.

13 years ago bfd/
Nick Clifton [Thu, 11 Nov 2010 10:23:39 +0000 (10:23 +0000)] 
bfd/
* archures.c (bfd_mach_mips_loongson_3a): Defined.
* bfd-in2.h (bfd_mach_mips_loongson_3a): Defined.
* cpu-mips.c (I_loongson_3a): New add.
(arch_info_struct): Add loongson_3a.
* elfxx-mips.c (_bfd_elf_mips_mach): Add loongson_3a.
(mips_set_isa_flags): Add loongson_3a.
(mips_mach_extensions): Add loongson_3a in MIPS64 extensions.

binutils/
* readelf.c (get_machine_flags): Add loongson-3a.

gas/
* config/tc-mips.c (mips_cpu_info_table): Add loongson3a in MIPS 64.
* doc/c-mips.texi (MIPS cpu): Add loongson3a.

include/
* elf/mips.h (E_MIPS_MACH_LS3A): Defined.
* opcode/mips.h (INSN_LOONGSON_3A): Defined.
(CPU_LOONGSON_3A): Defined.
(OPCODE_IS_MEMBER): Add LOONGSON_3A.

opcodes/
* mips-dis.c (mips_arch_choices): Add loongson3a.
* mips-opc.c (IL3A): Defined as INSN_LOONGSON_3A.
(mips_builtin_opcodes): Modify some instructions' membership from
IL2F to IL2F|IL3A, since these instructions are supported by Loongson_3A.

13 years ago*** empty log message ***
gdbadmin [Thu, 11 Nov 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago * python/lib/gdb/command/pretty_printers.py
Doug Evans [Wed, 10 Nov 2010 23:44:14 +0000 (23:44 +0000)] 
* python/lib/gdb/command/pretty_printers.py
(do_enable_pretty_printer_1): Handle printer.subprinters is None.

13 years agodaily update
Alan Modra [Wed, 10 Nov 2010 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years ago * value.c (set_value_enclosing_type): Renamed from
Doug Evans [Wed, 10 Nov 2010 17:47:23 +0000 (17:47 +0000)] 
* value.c (set_value_enclosing_type): Renamed from
value_change_enclosing_type.  All callers updated.
* value.h (set_value_enclosing_type): Update.
* valops.c (value_full_object): Always return a copy if we need to
make changes to the input value.

13 years agobfd/
Richard Sandiford [Wed, 10 Nov 2010 14:54:30 +0000 (14:54 +0000)] 
bfd/
* elf32-arm.c (elf32_arm_merge_eabi_attributes): Remove unused
variables.

13 years agoUpdated translations.
Nick Clifton [Wed, 10 Nov 2010 14:39:10 +0000 (14:39 +0000)] 
Updated translations.

13 years agogas/
Richard Sandiford [Wed, 10 Nov 2010 13:36:31 +0000 (13:36 +0000)] 
gas/
* config/tc-arm.c (do_t_branch): Treat (PLT) branches as wide.

gas/testsuite/
* gas/arm/plt-1.s, gas/arm/plt-1.d: New test.

13 years ago*** empty log message ***
gdbadmin [Wed, 10 Nov 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Tue, 9 Nov 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

13 years ago gdb/
Pedro Alves [Tue, 9 Nov 2010 18:23:52 +0000 (18:23 +0000)] 
gdb/
* breakpoint.c (watch_command_1): Get a pointer of the lazy
version of the expression's value, even if reading the value from
memory fails.  When creating a -location watchpoint, get the
value's address from the lazy value pointer.

gdb/testsuite/
* gdb.base/watchpoint.exp: Test "watch -location" with an
innacessible location.

13 years ago2010-11-08 Doug Kwan <dougkwan@google.com>
Doug Kwan [Tue, 9 Nov 2010 07:56:10 +0000 (07:56 +0000)] 
2010-11-08  Doug Kwan  <dougkwan@google.com>
    Cary Coutant  <ccoutant@google.com>

* arm.cc (Arm_exidx_merge_section::build_contents): New method.
(Arm_exidx_merge_section::section_contents_): New data member.
(Arm_input_section::Arm_input_section): Initialize original_contents_.
(Arm_input_section::~Arm_input_section): De-allocate memory.
(Arm_input_section::original_contents_): New data member.
(Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
in parameters instead of calling Object::section_contents without
locking.
(Arm_output_section::group_section): New parameter TASK.  Pass it
to callees that need locking objects.
(Arm_output_section::fix_exidx_coverage): New parameter TASK.  Use it
to lock EXIDX input sections.  Fix a formatting issue.  Call
Arm_exidx_merged_section::build_contents to create merged section
contents.
(Arm_output_section::create_stub_group): New parameter TASK.  Use it
to lock object of stub table owner.
(Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
TEXT_SIZE to initialize data member TEXT_SIZE_.
(Arm_exidx_input_section::addralign): Fix typo in comment.
(Arm_exidx_input_section::text_size): New method.
(Target_arm::do_relax): New parameter TASK.  Pass it to callees
that require locking objects.  Lock objects before scanning for stubs
and updating local symbols.
(Arm_input_section<big_endian>::init): Copy contents of original
input section.
  (Arm_input_section<big_endian>::do_write): Use saved contents of
original input section instead of calling Object::section_contents
without locking.
(Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
size without calling Object::section_size().
(Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
for size.  Allocate a buffer for merged EXIDX entries.
(Arm_exidx_merged_section::build_contents): New method.
  (Arm_exidx_merged_section::do_write): Move merge section contents
building code to Arm_exidx_merged_section::build_contetns.  Write
out contetns in buffer instead of building it on the fly.
(Arm_relobj::make_exidx_input_section): Also pass text section size
to Arm_exidx_input_section constructor.
(Arm_relobj::do_read_symbols): Fix memory leak.  Fix a formatting issue.
(Arm_dynobj::do_read_symbols): Fix memory leak.
* layout.cc (Layout::finalize): Pass TASK to Target::relax().
* target.h: (class Task): Add forward declaration.
(Target::relax): Add new parameter TASK and pass it to
Target::do_relax().
(Target::do_relax):: New parameter TASK.  Fix a formatting issue.

13 years agogdb/testsuite/
Jan Kratochvil [Tue, 9 Nov 2010 04:44:17 +0000 (04:44 +0000)] 
gdb/testsuite/
* gdb.base/maint.exp: Expect "." prefix.
* gdb.base/nodebug.exp: Expect "." Likewise.
* gdb.base/sepsymtab.exp: Expect "." Likewise.
* gdb.base/watchpoint-cond-gone.exp: Likewise.
* gdb.base/watchpoint.exp: Expect a software watch to be created for
POWER server processors.

13 years ago*** empty log message ***
gdbadmin [Tue, 9 Nov 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

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