OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
14 years ago * gen-all: Print options.
devans [Wed, 10 Feb 2010 19:28:35 +0000 (19:28 +0000)]
* gen-all: Print options.

14 years agogdb
tromey [Wed, 10 Feb 2010 18:57:21 +0000 (18:57 +0000)]
gdb
* parser-defs.h (parser_debug): Declare.
* parse.c (_initialize_parse): Install "debug parser" set/show
command.
(parser_debug): New global.
(show_parserdebug): New function.
* c-exp.y (c_parse): Set yydebug.
gdb/testsuite
* gdb.texinfo (Debugging Output): Document set debug parser and
show debug parser.

14 years agoAdd i387_ext, i386_eflags and i386_mxcsr.
hjl [Wed, 10 Feb 2010 18:45:02 +0000 (18:45 +0000)]
Add i387_ext, i386_eflags and i386_mxcsr.

2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>

* target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
(tdesc_predefined_types): Add i387_ext, i386_eflags and
i386_mxcsr.
(tdesc_find_type): New.
(tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.

* target-descriptions.h (tdesc_find_type): New.

14 years ago2010-02-10 Michael Snyder <msnyder@vmware.com>
msnyder [Wed, 10 Feb 2010 18:39:44 +0000 (18:39 +0000)]
2010-02-10  Michael Snyder  <msnyder@vmware.com>

* gdb-gdb.py: Comment fix.

14 years ago * getlocale.c (usage): Change text slightly.
corinna [Wed, 10 Feb 2010 15:58:59 +0000 (15:58 +0000)]
* getlocale.c (usage): Change text slightly.

14 years ago * getlocale.c (main): Restrict -a loop to avoid psudo language entries
corinna [Wed, 10 Feb 2010 12:39:40 +0000 (12:39 +0000)]
* getlocale.c (main): Restrict -a loop to avoid psudo language entries
on Vista and later.

14 years ago * getlocale.c (main): Revamp -a loop to avoid duplicates and to print
corinna [Wed, 10 Feb 2010 12:36:29 +0000 (12:36 +0000)]
* getlocale.c (main): Revamp -a loop to avoid duplicates and to print
locales with the correct, supported modifiers.

14 years ago * new-features.sgml (ov-new1.7.2): Add LC_MESSAGES support.
corinna [Wed, 10 Feb 2010 12:34:54 +0000 (12:34 +0000)]
* new-features.sgml (ov-new1.7.2): Add LC_MESSAGES support.
* setup2.sgml (setup-locale-ov): Change "@euro" modifier description.
(setup-locale-missing): Remove.

14 years ago * nlsfuncs.cc (__set_charset_from_locale): Allow "@euro" modifier only
corinna [Wed, 10 Feb 2010 12:29:25 +0000 (12:29 +0000)]
* nlsfuncs.cc (__set_charset_from_locale): Allow "@euro" modifier only
for locales which use EUR as currency.

14 years ago * nlsfuncs.cc (__get_lcid_from_locale): Convert iu_CA to iu-Latn-CA
corinna [Wed, 10 Feb 2010 10:44:21 +0000 (10:44 +0000)]
* nlsfuncs.cc (__get_lcid_from_locale): Convert iu_CA to iu-Latn-CA
rather than iu-Cans-CA on Vista and later.
(__set_charset_from_locale): Set default charset for iu_CA to UTF-8.

14 years ago* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
cgf [Wed, 10 Feb 2010 07:25:25 +0000 (07:25 +0000)]
* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
* thread.cc (pthread_mutex::can_be_unlocked): Remove check for
MUTEX_OWNER_ANONYMOUS since it is racy and unsafe.
(pthread::init_mainthread): Initialize thread directly from _my_tls.
(pthread::self): Ditto.
(pthread::get_tls_self_pointer): Delete.
(pthread_mutex::pthread_mutex): Use an event rather than a semaphore.
(pthread_mutex::lock): Rename from _<func>.  Derive self directly.
(pthread_mutex::tryunlock): Ditto.
(pthread_mutex::destroy): Ditto.
(pthread_mutex::unlock): Ditto.  Accommodate change from semaphore to event.
(pthread_mutex::_fixup_after_fork): Accommodate change from semaphore to event.
(pthread_mutex::init): Don't attempt to initialize a semaphore unless it is in
an initialized state.  Do this check under mutex_initialization_lock.lock
* thread.h (fast_mutex::init): Use event rather than semaphore.
(fast_mutex::lock): Ditto.
(pthread_mutex::_lock): Delete.
(pthread_mutex::_unlock): Ditto.
(pthread_mutex::_trylock): Ditto.
(pthread_mutex::_destroy): Ditto.
(pthread_mutex::get_pthread_self): Ditto.
(pthread_mutex::get_tls_self_pointer): Ditto.
(pthread_mutex::lock): Un-inline.
(pthread_mutex::unlock): Ditto.
(pthread_mutex::trylock): Ditto.
(pthread_mutex::destroy): Ditto.

14 years agotweak comment
devans [Wed, 10 Feb 2010 04:22:57 +0000 (04:22 +0000)]
tweak comment

14 years ago* cygtls.h (struct _cygtls): Remove unneeded elements.
cgf [Wed, 10 Feb 2010 03:17:31 +0000 (03:17 +0000)]
* cygtls.h (struct _cygtls): Remove unneeded elements.
* thread.cc (pthread::exit): Avoid potential double call to _my_tls.remove.
* tlsoffsets.h: Regenerate.

14 years ago*** empty log message ***
gdbadmin [Wed, 10 Feb 2010 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Tue, 9 Feb 2010 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago2010-02-09 Daniel Gutson <dgutson@codesourcery.com>
jjohnstn [Tue, 9 Feb 2010 22:52:20 +0000 (22:52 +0000)]
2010-02-09  Daniel Gutson  <dgutson@codesourcery.com>

        * libc/machine/arm/arm_asm.h (_ISA_THUMB_2): __ARM_ARCH_7EM__
        added to the preprocessor condition.

14 years ago * output.h (Output_data_dynamic::add_section_size): New method
davem [Tue, 9 Feb 2010 20:29:44 +0000 (20:29 +0000)]
* output.h (Output_data_dynamic::add_section_size): New method
that takes two Output_data objects.
(Output_data_dynamic::Dynamic_entry): Create storage for secondary
entry param.  Handle it in initializers.
* output.cc (Output_data_dynamic::Dynamic_entry::write): For
DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
* layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
arg.
* layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
* arm.cc (Target_arm::do_finalize_sections): Update to pass false
for dynrel_includes_plt.
* i386.cc (Target_i386::do_finalize_sections): Likewise.
* x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
* sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
before .rela.plt
(Target_sparc::do_finalize_sections): Update to pass true for
dynrel_includes_plt.
* powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
output before .rela.plt
(Target_powerpc::do_finalize_sections): Update to pass true for
dynrel_includes_plt when 32-bit.

14 years ago * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
davem [Tue, 9 Feb 2010 20:05:19 +0000 (20:05 +0000)]
* sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
R_SPARC_RELATIVE using ->add_local_relative().
(Target_sparc::Scan::global): Likewise for ->add_global_relative().

14 years ago2010-02-09 Sterling Augustine <sterling@tensilica.com>
sterling [Tue, 9 Feb 2010 19:36:49 +0000 (19:36 +0000)]
2010-02-09  Sterling Augustine  <sterling@tensilica.com>

* config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
(next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
(xtensa_mark_zcl_first_insns): Rewrite to handle corner case.

14 years agoDocument i387_ext, i386_eflags and i386_mxcsr.
hjl [Tue, 9 Feb 2010 18:58:57 +0000 (18:58 +0000)]
Document i387_ext, i386_eflags and i386_mxcsr.

2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>

* gdb.texinfo (Predefined Target Types): Add i387_ext,
i386_eflags and i386_mxcsr.

14 years ago2010-02-09 Tristan Gingold <gingold@adacore.com>
gingold [Tue, 9 Feb 2010 15:52:57 +0000 (15:52 +0000)]
2010-02-09  Tristan Gingold  <gingold@adacore.com>

* machoread.c (macho_symfile_relocate): New function.
(macho_sym_fns): Use macho_symfile_relocate instead of
default_symfile_relocate.
(macho_oso_data): New type.
(current_oso): New variable.
(macho_add_oso_symfile): Do not compute section_addr_info, but
instead set vma of sections.
Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
Set and clear current_oso.

14 years ago2010-02-08 Christophe Lyon <christophe.lyon@st.com>
clyon [Tue, 9 Feb 2010 14:44:48 +0000 (14:44 +0000)]
2010-02-08  Christophe Lyon  <christophe.lyon@st.com>

gas/
* config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
BFD_RELOC_ARM_PCREL_CALL)

gas/testsuite/
* gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
gas/arm/branch-reloc.l: New tests and expected results with all
variants of call: ARM/Thumb, local/global, inter/intra-section,
using BL/BLX.

14 years ago2010-02-09 Tristan Gingold <gingold@adacore.com>
gingold [Tue, 9 Feb 2010 13:39:21 +0000 (13:39 +0000)]
2010-02-09  Tristan Gingold  <gingold@adacore.com>

* mach-o.c (bfd_mach_o_canonicalize_one_reloc): Adjust addend for
non-external relocation.

14 years ago * gdb.ada/ptype_tagged_param: New testcase.
brobecke [Tue, 9 Feb 2010 13:16:33 +0000 (13:16 +0000)]
    * gdb.ada/ptype_tagged_param: New testcase.

14 years agoWrong type description for tagged type parameter.
brobecke [Tue, 9 Feb 2010 13:15:09 +0000 (13:15 +0000)]
Wrong type description for tagged type parameter.

        * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
        EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
        reference to a tagged type.

14 years ago * elf64-ppc.c (merge_got_entries): Move earlier in file.
amodra [Tue, 9 Feb 2010 12:31:01 +0000 (12:31 +0000)]
* elf64-ppc.c (merge_got_entries): Move earlier in file.
(allocate_dynrelocs): Merge got entries here if not doing multi-toc.
(ppc64_elf_size_dynamic_sections): Similarly merge tlsld_got.
(ppc64_elf_layout_multitoc): Don't resize if we have already
merged got entries.

14 years ago * nlsfuncs.cc (lc_wcstombs): Add `return_invalid' flag to specify
corinna [Tue, 9 Feb 2010 12:22:26 +0000 (12:22 +0000)]
* nlsfuncs.cc (lc_wcstombs): Add `return_invalid' flag to specify
whether invalid chars should be ignored or not.  Change comment.
(__set_lc_monetary_from_win): Call lc_wcstombs with return_invalid
flag set.
(__set_lc_messages_from_win): Simplify to accommodate the fact that
lc_wcstombs just ignores invalid chars.  Explain why.

14 years agobfd/
sky [Tue, 9 Feb 2010 12:14:42 +0000 (12:14 +0000)]
bfd/

2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>

* elf-bfd.h (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
elfcore_write_s390_prefix): New.
* elf.c (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
elfcore_write_s390_prefix): New.
(elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP,
NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
(elfcore_write_register_note): Handle .reg-s390-timer,
.reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
.reg-s390-prefix section.

binutils/

2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>

* readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.

include/elf/

2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>

* common.h (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG,
NT_S390_CTRS and NT_S390_PREFIX): Define.

14 years ago * elf64-ppc.c (has_small_toc_reloc): Don't define.
amodra [Tue, 9 Feb 2010 12:08:19 +0000 (12:08 +0000)]
* elf64-ppc.c (has_small_toc_reloc): Don't define.
(makes_toc_func_call, call_check_in_progress): Shuffle flags.
(struct ppc64_elf_obj_tdata): Add has_small_toc_reloc.  Update
code setting the flag.
(ppc64_elf_next_toc_section): Group big-toc sections in
0x80008000 chunks.

14 years ago * elf64-ppc.c (ppc64_elf_layout_multitoc): Don't merge local got ents.
amodra [Tue, 9 Feb 2010 11:54:52 +0000 (11:54 +0000)]
* elf64-ppc.c (ppc64_elf_layout_multitoc): Don't merge local got ents.

14 years ago * nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.
corinna [Tue, 9 Feb 2010 11:44:03 +0000 (11:44 +0000)]
* nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.

14 years ago * lc_msg.h: New file, fix a problem in locales with modifiers.
corinna [Tue, 9 Feb 2010 11:38:44 +0000 (11:38 +0000)]
* lc_msg.h: New file, fix a problem in locales with modifiers.

14 years ago * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect
amodra [Tue, 9 Feb 2010 11:35:37 +0000 (11:35 +0000)]
* elf64-ppc.c (struct got_entry): Make tls_type and is_indirect
unsigned char.  Update variables and code using them throughout file.
(struct ppc_link_hash_entry): Likewise for tls_mask.

14 years ago * lc_msg.h: New file, generated from running Linux system.
corinna [Tue, 9 Feb 2010 11:16:37 +0000 (11:16 +0000)]
* lc_msg.h: New file, generated from running Linux system.

14 years ago2010-02-08 Tristan Gingold <gingold@adacore.com>
gingold [Tue, 9 Feb 2010 10:59:50 +0000 (10:59 +0000)]
2010-02-08  Tristan Gingold  <gingold@adacore.com>

* objfiles.c (objfile_separate_debug_iterate): Do not iterate on
brothers of the parent.

14 years ago * ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
nickc [Tue, 9 Feb 2010 10:46:26 +0000 (10:46 +0000)]
    * ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
        * ld-shared/shared.exp: Likewise.

14 years ago * lc_msg.h: New file, autogenerated from CLDR data.
corinna [Tue, 9 Feb 2010 08:59:48 +0000 (08:59 +0000)]
* lc_msg.h: New file, autogenerated from CLDR data.
* nlsfuncs.cc: Include lc_msg.h.
(lc_time_buf): Remove.
(lc_numeric_buf): Remove.
(lc_monetary_buf): Remove.
(lc_mbstowcs): Fix previous fix.
(__set_lc_time_from_win): Take additional pointer to buffer pointer,
defined in newlib.
(__set_lc_numeric_from_win): Ditto.
(__set_lc_monetary_from_win): Ditto.
(locale_cmp): New static function.
(__set_lc_messages_from_win): New function to be called from newlib.

14 years ago * libc/locale/lmessages.c (__messages_load_locale): Take additional
corinna [Tue, 9 Feb 2010 08:58:38 +0000 (08:58 +0000)]
* libc/locale/lmessages.c (__messages_load_locale): Take additional
parameters for wide char to multibyte conversion.  Call
__set_lc_messages_from_win on Cygwin.
* libc/locale/lmessages.h: Make C++-safe.
(__messages_load_locale): Change declaration.
* libc/locale/lmonetary.c (__monetary_load_locale): Use
_monetary_locale_buf as buffer pointer.
* libc/locale/lnumeric.c (__numeric_load_locale): Use
_numeric_locale_buf as buffer pointer.
* libc/locale/timelocal.c (__time_load_locale): Use time_locale_buf
as buffer pointer.
* libc/locale/locale.c (loadlocale): Enable loading LC_MESSAGES data
on Cygwin.

14 years ago2010-02-08 Doug Kwan <dougkwan@google.com>
dougkwan [Tue, 9 Feb 2010 06:46:00 +0000 (06:46 +0000)]
2010-02-08  Doug Kwan  <dougkwan@google.com>

        * arm.cc (Arm_relobj::simple_input_section_output_address): New
        method.
        (Arm_relobj::section_needs_cortex_a8_stub_scanning,
        Arm_relobj::scan_section_for_cortex_a8_stubs,
        Arm_relobj::do_relocation_section): Instead of calling
        Output_section::output_address, use faster
        Arm_relobj::simple_input_section_output_address.

14 years ago * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
davem [Tue, 9 Feb 2010 06:34:44 +0000 (06:34 +0000)]
* sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
just like R_SPARC_GOT{10,13,22}.
(Target_sparc::Scan::local): Likewise.
(Target_sparc::Relocate:relocate): Likewise.

14 years agogold/
davem [Tue, 9 Feb 2010 04:48:16 +0000 (04:48 +0000)]
gold/

2010-02-08  David S. Miller  <davem@davemloft.net>

* sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
relocation helper function.

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

14 years agodaily update
amodra [Mon, 8 Feb 2010 23:00:04 +0000 (23:00 +0000)]
daily update

14 years ago Now *really* check in what should have been checked in 12 hours ago.
corinna [Mon, 8 Feb 2010 21:33:59 +0000 (21:33 +0000)]
Now *really* check in what should have been checked in 12 hours ago.

14 years agogdb
tromey [Mon, 8 Feb 2010 20:55:42 +0000 (20:55 +0000)]
gdb
PR c++/8017:
* value.h: Update.
* valops.c (search_struct_field): Make 'name' const.
(search_struct_method): Likewise.
(find_method_list): Make 'method' const.
(value_struct_elt): Make 'name' and 'err' const.
(value_find_oload_method_list): Make 'method' const.
(find_overload_match): Make 'name' const.
* eval.c (evaluate_subexp_standard): New locals function,
function_name.
<OP_FUNCALL>: Handle OP_SCOPE specially.
gdb/testsuite
PR c++/8017:
* gdb.cp/overload.exp: Add tests.
* gdb.cp/overload.cc (struct K): New.
(namespace N): New.
(main): Call new functions.
(K::staticoverload): Define.

14 years agoinclude/
davem [Mon, 8 Feb 2010 20:28:43 +0000 (20:28 +0000)]
include/

* elf/sparc.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.

bfd/

* reloc.c (BFD_RELOC_SPARC_JMP_IREL): New.
(BFD_RELOC_SPARC_IRELATIVE): Likewise.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.

* elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
and loc_hash_memory.
(_bfd_sparc_elf_link_hash_table_free): Declare.
* elf32-sparc.c (elf32_sparc_add_symbol_hook): New.
(elf_backend_add_symbol_hook, elf_backend_post_process_headers,
bfd_elf32_bfd_link_hash_table_free): Define.
* elf64-sparc.c (elf64_sparc_add_symbol_hook): Set
has_ifunc_symbols if STT_GNU_IFUNC.
(bfd_elf64_bfd_link_hash_table_free): Define.
(elf_backend_post_process_headers): Define always.
* elfxx-sparc.c (sparc_jmp_irel_howto, sparc_irelative_howto): New.
(sparc_reloc_map): Add entries for new IFUNC relocs.
(_bfd_sparc_elf_reloc_type_lookup): Handle new IFUNC relocs.
(_bfd_sparc_elf_info_to_howto_ptr): Likewise.
(elf_sparc_local_htab_hash, elf_sparc_local_htab_eq,
elf_sparc_get_local_sym_hash): New.
(_bfd_sparc_elf_create_dynamic_sections): Move PLT ops initialization
from here...
(_bfd_sparc_elf_link_hash_table_create): ... to here.  Allocate
local hash table.
(_bfd_sparc_elf_link_hash_table_free): New.
(create_ifunc_sections): New.
(_bfd_sparc_elf_check_relocs): Unconditionally assign htab->elf.dynobj
and call create_ifunc_sections().  For local STT_GNU_IFUNC symbols
cons up a fake local hash table entry for it.  Unconditionally add
a PLT refcount for STT_GNU_IFUNC symbols when h->def_regular.  Count
dyn relocs for ifunc.
(_bfd_sparc_elf_adjust_dynamic_symbol): Handle ifunc.
(allocate_dynrelocs):  Unconditionally emit a PLT entry when STT_GNU_IFUNC
and h->def_regular.  Count GOT dyn relocs for ifunc.
(allocate_local_dynrelocs): New function.
(_bfd_sparc_elf_size_dynamic_sections): Invoke it over the local hash table.
Emit dynamic relocs to irelplt when not shared.  Treat iplt like splt.
(_bfd_sparc_elf_relocate_section): Handle ifunc relocations by hand.
(_bfd_sparc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc plt
in iplt/irelplt.

ld/testsuite/

* ld-ifunc/ifunc.exp: Run for sparc.

14 years agobfd/
davem [Mon, 8 Feb 2010 20:18:02 +0000 (20:18 +0000)]
bfd/

* elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove sgot,
srelgot, splt, srelplt, and sgotplt members in favor of generic copies.

* elfxx-sparc.c (create_got_section): Delete.
(_bfd_sparc_elf_create_dynamic_sections): Don't call, the dynamic
section creator does that work for us.  Use ->elf.foo instead of
->foo where applicable.
(_bfd_sparc_elf_check_relocs): Use ->elf.foo instead of ->foo
where applicable.
(allocate_dynrelocs): Likewise.
(_bfd_sparc_elf_size_dynamic_sections): Likewise.
(_bfd_sparc_elf_relocate_section): Likewise.
(sparc_vxworks_build_plt_entry): Likewise.
(_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
(sparc_finish_dyn): Likewise.
(sparc_vxworks_finish_exec_plt): Likewise.
(sparc_vxworks_finish_shared_plt): Likewise.
(_bfd_sparc_elf_finish_dynamic_sections): Likewise.

* elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use the SYMBOL_*
macros for visibilty and locality checks.
(_bfd_sparc_elf_adjust_dynamic_symbol): Likewise.
(allocate_dynrelocs): Likewise.
(_bfd_sparc_elf_relocate_section): Likewise.
(_bfd_sparc_elf_finish_dynamic_symbol):Likewise.

* elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Remove set
but never used local var 'dynobj'.

* elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Handle
nocopyreloc.

14 years ago2010-02-08 Conny Marco Menebrocker <c-m-m@gmx.de>
jjohnstn [Mon, 8 Feb 2010 20:12:00 +0000 (20:12 +0000)]
2010-02-08  Conny Marco Menebrocker <c-m-m@gmx.de>

        * xc16x/xc16x.mt: New file.
        * xc16x/configure.in: Add target_makefile_frag reference.
        * xc16x/configure: Regenerated.

14 years agobfd/
rsandifo [Mon, 8 Feb 2010 20:00:54 +0000 (20:00 +0000)]
bfd/
* xcofflink.c (_bfd_xcoff_bfd_final_link): When calculating
max_contents_size, only consider sections whose contents must
be swapped in.

14 years ago * infrun.c (handle_inferior_event): Do not look up regcache
uweigand [Mon, 8 Feb 2010 19:50:03 +0000 (19:50 +0000)]
* infrun.c (handle_inferior_event): Do not look up regcache
for exited processes.

14 years agoDocument i386 XML target features.
hjl [Mon, 8 Feb 2010 19:43:19 +0000 (19:43 +0000)]
Document i386 XML target features.

2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>

* gdb.texinfo: Document i386 target features.

14 years ago* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
jimb [Mon, 8 Feb 2010 19:27:34 +0000 (19:27 +0000)]
* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
'z' augmentation strings.

14 years ago2010-02-08 Sterling Augustine <sterling@tensilica.com>
sterling [Mon, 8 Feb 2010 18:45:04 +0000 (18:45 +0000)]
2010-02-08  Sterling Augustine  <sterling@tensilica.com>

* config/tc-xtensa.c (frag_format_size): Generalize logic to
handle more instruction sizes and fetch widths.
(branch_align_power): Likewise.
(text_align_power): Likewise.
(bytes_to_stretch): Likewise.

14 years agoPR gdb/10728
cmoller [Mon, 8 Feb 2010 18:27:53 +0000 (18:27 +0000)]
PR gdb/10728
* valarith.c (value_ptrdiff): Added a test for a zero type length,
warn if found, and assume length = 1.
* gdb.cp/pr10728-x.h: New file.
* gdb.cp/pr10728-x.cc: New file.
* gdb.cp/pr10728-y.cc: New file.
* gdb.cp/pr10728.exp: New file.
* gdb.cp/Makefile.in (EXECUTABLES): Add pr10728

14 years agoPR gdb/9067
cmoller [Mon, 8 Feb 2010 18:04:15 +0000 (18:04 +0000)]
PR gdb/9067
* cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
cp_print_static_field)  Fix use of obstacks.
* gdb.cp/pr9067.exp:  New
* gdb.cp/pr9067.cc:   New
* gdb.cp/Makefile.in (EXECUTABLES): Add pr9067

14 years ago2010-02-08 Josef Wolf <jw@raven.inka.de>
jjohnstn [Mon, 8 Feb 2010 17:24:22 +0000 (17:24 +0000)]
2010-02-08  Josef Wolf  <jw@raven.inka.de>

        * libc/machine/m68k/memcpy.S: MISALIGEND_OK should not be set for
        __mcpu32__.

14 years ago * linux-nat.c (linux_nat_resume): In non-stop, also only tag
palves [Mon, 8 Feb 2010 15:44:09 +0000 (15:44 +0000)]
* linux-nat.c (linux_nat_resume): In non-stop, also only tag
resumed LWPs as resumed.
(linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
of throwing an internal error.  If an LWP of a process we're not
waiting for reports a signal, don't force collecting a SIGSTOP,
and if it was breakpoint hit in non-stop mode, cancel it.  Don't
go through all LWPs cancelling breakpoints in non-stop mode.
(resume_stopped_resumed_lwps): New.
(linux_nat_wait): Use it.

14 years ago * objdump.c (disassemble_bytes): Clear aux->reloc before printing
nickc [Mon, 8 Feb 2010 14:33:21 +0000 (14:33 +0000)]
    * objdump.c (disassemble_bytes): Clear aux->reloc before printing
        a new address, so as not to reuse a previous, non-related reloc.

        * gas/arm/arm-it-auto.d, gas/arm/bl-local-v4t.d,
        gas/arm/blx-local.d, gas/arm/thumb-w-good.d: Update expected
        results.

14 years ago * elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
amodra [Mon, 8 Feb 2010 14:09:25 +0000 (14:09 +0000)]
* elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
(ppc64_elf_size_dynamic_sections): ..and here..
(merge_got_entries): ..rather than here.

14 years agobfd/
amodra [Mon, 8 Feb 2010 13:50:15 +0000 (13:50 +0000)]
bfd/
* elf64-ppc.c (struct ppc_link_hash_table): Add do_multi_toc.
(has_small_toc_reloc): Define.
(ppc64_elf_check_relocs): Set the above flags.
(ppc64_elf_edit_opd): Delete obfd param.
(ppc64_elf_tls_optimize): Likewise.
(ppc64_elf_edit_toc): Likewise.
(ppc64_elf_tls_setup): Likewise.  Add no_multi_toc param.
* elf64-ppc.h: Update prototypes.
ld/
* emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
function parameters.

14 years agoupdate copyright date
amodra [Mon, 8 Feb 2010 13:47:22 +0000 (13:47 +0000)]
update copyright date

14 years ago * section.c (struct bfd_section): Delete has_tls_reloc,
amodra [Mon, 8 Feb 2010 13:16:23 +0000 (13:16 +0000)]
* section.c (struct bfd_section): Delete has_tls_reloc,
has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done.
Add sec_flg0 thru sec_flg5.
(BFD_FAKE_SECTION): Update for changed flags.
* ecoff.c (bfd_debug_section): Likewise.
* elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
* elf64-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
(has_toc_reloc, makes_toc_func_call, call_check_in_progress): Update.
* elf32-xtensa.c (reloc_done): Define.
* elfxx-ia64.c (skip_relax_pass_0, skip_relax_pass_1): Update.
* bfd-in2.h: Regenerate.

14 years ago * lib/gdb.exp (gdb_test_timeout): New global variable.
brobecke [Mon, 8 Feb 2010 11:33:53 +0000 (11:33 +0000)]
    * lib/gdb.exp (gdb_test_timeout): New global variable.
        Set it to timeout if not already set.
        (gdb_init): Reset the value of timeout to gdb_test_timeout.

14 years ago This patch got lost in the previous checkin, accidentally:
corinna [Mon, 8 Feb 2010 09:55:35 +0000 (09:55 +0000)]
This patch got lost in the previous checkin, accidentally:
* nlsfuncs.cc (lc_mbstowcs): Fix call to f_mbtowc.

14 years ago * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case to
corinna [Mon, 8 Feb 2010 09:52:38 +0000 (09:52 +0000)]
* external.cc (cygwin_internal): Add CW_INT_SETLOCALE case to
allow to call internal_setlocale().
* nlsfuncs.cc (internal_setlocale): Make externally available.
* include/cygwin/version.h: Bump API minor number.
* include/sys/cygwin.h (cygwin_getinfo_types): Add CW_INT_SETLOCALE.

* nlsfuncs.cc (lc_mbstowcs): Fix call to f_mbtowc.
(__set_locale_from_locale_alias): Ignore "@cjknarrow" modifier.

14 years ago2010-02-08 Tristan Gingold <gingold@adacore.com>
gingold [Mon, 8 Feb 2010 09:13:47 +0000 (09:13 +0000)]
2010-02-08  Tristan Gingold  <gingold@adacore.com>

* mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern
for non-scattered relocations.

14 years agobfd/
nathan [Mon, 8 Feb 2010 07:09:36 +0000 (07:09 +0000)]
bfd/
* elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty
apuinfo sections, only scan input sections once and reuse the
buffer.
ld/testsuite/
* ld-powerpc/apuinfo-nul.s: New.
* ld-powerpc/apuinfo.rd: Add it.
* ld-powerpc/powerpc.exp: Likewise.

14 years agoAdd x86 XML target description files.
hjl [Mon, 8 Feb 2010 05:08:42 +0000 (05:08 +0000)]
Add x86 XML target description files.
2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>

* features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
i386/amd64 and i386/amd64-linux.
(i386/i386-expedite): New.
(i386/i386-linux-expedite): Likewise.
(i386/amd64-expedite):Likewise.
(i386/amd64-linux-expedite): Likewise.
($(outdir)/i386/i386-linux.dat): Likewise.
($(outdir)/i386/amd64.dat): Likewise.
($(outdir)/i386/amd64-linux.dat): Likewise.

* features/i386/32bit-core.xml: New.
* features/i386/32bit-linux.xml: Likewise.
* features/i386/32bit-sse.xml: Likewise.
* features/i386/64bit-core.xml: Likewise.
* features/i386/64bit-linux.xml: Likewise.
* features/i386/64bit-sse.xml: Likewise.
* features/i386/i386-linux.xml: Likewise.
* features/i386/i386.xml: Likewise.
* features/i386/amd64-linux.xml: Likewise.
* features/i386/amd64.xml: Likewise.
* features/i386/i386-linux.c: Likewise.
* features/i386/i386.c: Likewise.
* features/i386/amd64-linux.c: Likewise.
* features/i386/amd64.c: Likewise.

14 years agomissed from last commit
amodra [Mon, 8 Feb 2010 02:04:05 +0000 (02:04 +0000)]
missed from last commit

14 years agoinclude/
amodra [Mon, 8 Feb 2010 01:59:33 +0000 (01:59 +0000)]
include/
* opcode/ppc.h (PPC_OPCODE_TITAN): Define.
bfd/
* archures.c (bfd_mach_ppc_titan): Define.
* bfd-in2.h: Regenerate.
* cpu-powerpc.c (bfd_powerpc_archs): Add titan entry.
opcodes/
* ppc-dis.c (ppc_opts): Add titan entry.
* ppc-opc.c (TITAN, MULHW): Define.
(powerpc_opcodes): Support AppliedMicro Titan core (APM83xxx).
gas/
* config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
(ppc_mach): Handle titan.
* doc/c-ppc.texi: Mention -mtitan.
gas/testsuite/
* gas/ppc/titan.d, * gas/ppc/titan.s: New test.
* gas/ppc/ppc.exp: Run it.

14 years ago * elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code.
amodra [Mon, 8 Feb 2010 00:48:27 +0000 (00:48 +0000)]
* elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code.

14 years ago*** empty log message ***
gdbadmin [Mon, 8 Feb 2010 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Sun, 7 Feb 2010 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago * new-features.sgml (ov-new1.7-misc): Fix typo.
yselkowitz [Sun, 7 Feb 2010 22:06:16 +0000 (22:06 +0000)]
* new-features.sgml (ov-new1.7-misc): Fix typo.

14 years ago * nlsfuncs.cc (__get_lcid_from_locale): Handle "@cyrillic" modifier
corinna [Sun, 7 Feb 2010 17:35:59 +0000 (17:35 +0000)]
* nlsfuncs.cc (__get_lcid_from_locale): Handle "@cyrillic" modifier
for uz_UZ locale here.
(__set_charset_from_locale): Accommodate above change.

14 years agoMove entry for elf/s390.h to elf/ChangeLog.
hjl [Sun, 7 Feb 2010 14:42:39 +0000 (14:42 +0000)]
Move entry for elf/s390.h to elf/ChangeLog.

14 years ago * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.alias
corinna [Sun, 7 Feb 2010 13:52:34 +0000 (13:52 +0000)]
* libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.alias
support to documentation.
(__set_locale_from_locale_alias): Declare when build for Cygwin.
(loadlocale): On Cygwin, if locale can't be recognized, call
__set_locale_from_locale_alias to check for locale alias.
Define FAIL macro to replace `return NULL' statements.  Replace
throughout.

14 years ago * new-features.sgml (ov-new1.7.2): Add support for locales from
corinna [Sun, 7 Feb 2010 13:42:49 +0000 (13:42 +0000)]
* new-features.sgml (ov-new1.7.2): Add support for locales from
/usr/share/locale/locale.alias.
* setup2.sgml (setup-locale-ov): Ditto.

14 years ago * nlsfuncs.cc (__set_locale_from_locale_alias): New function to read
corinna [Sun, 7 Feb 2010 13:31:08 +0000 (13:31 +0000)]
* nlsfuncs.cc (__set_locale_from_locale_alias): New function to read
locale aliases from /usr/share/locale/locale.alias.

14 years ago * libc/locale/locale.c: Fix typo in documentation. Remove useless
corinna [Sun, 7 Feb 2010 12:57:48 +0000 (12:57 +0000)]
* libc/locale/locale.c: Fix typo in documentation.  Remove useless
_MB_CAPABLE guards within other _MB_CAPABLE guards.  Add comment
to remaining #endif's.

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

14 years agodaily update
amodra [Sat, 6 Feb 2010 23:00:04 +0000 (23:00 +0000)]
daily update

14 years ago * nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, rather
corinna [Sat, 6 Feb 2010 21:57:33 +0000 (21:57 +0000)]
* nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, rather
than nn_NO.

14 years ago * setup2.sgml (setup-locale-ov): Align description of working modifiers
corinna [Sat, 6 Feb 2010 21:41:05 +0000 (21:41 +0000)]
* setup2.sgml (setup-locale-ov): Align description of working modifiers
to latest changes.

14 years ago * nlsfuncs.cc (has_modifier): MOve up in file to use in
corinna [Sat, 6 Feb 2010 21:40:53 +0000 (21:40 +0000)]
* nlsfuncs.cc (has_modifier): MOve up in file to use in
__get_lcid_from_locale as well.
(__get_lcid_from_locale): Handle no_NO locale as alias for nn_NO.
Default all sr_XY locales to Cyrillic script.  Change lcid to Latin
script if "@latin" modifier has been specified.
(__set_charset_from_locale): Handle Serbian in codepage 1251 case as
well.  Also check for sr_BA lcid.  Restrict "@euro" modifier to
locales otherwise defaulting to ISO-8859-1.

14 years ago * configure.ac: Rewrite targetobjs duplicate removal code to use
ian [Sat, 6 Feb 2010 20:14:01 +0000 (20:14 +0000)]
* configure.ac: Rewrite targetobjs duplicate removal code to use
only shell constructs.
* configure: Rebuild.

14 years ago * new-features.sgml (ov-new1.7.2): Add support for new charsets.
corinna [Sat, 6 Feb 2010 18:33:40 +0000 (18:33 +0000)]
* new-features.sgml (ov-new1.7.2): Add support for new charsets.
Change text for modifier support.
(setup-locale-charsetlist): Add new GEORGIAN-PS and PT154 charsets
to list of supported charsets.  Reorder list for non-ISO, non-CP
charsets alphabetically.

14 years ago * nlsfuncs.cc (__set_charset_from_locale): Set default charset for
corinna [Sat, 6 Feb 2010 18:30:17 +0000 (18:30 +0000)]
* nlsfuncs.cc (__set_charset_from_locale): Set default charset for
"ka_GE" locale to GEORGIAN-PS, for "kk_KZ" to PT154.

14 years ago * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.
corinna [Sat, 6 Feb 2010 18:28:32 +0000 (18:28 +0000)]
* libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.
(_CTYPE_GEORGIAN_PS_255): Define.
(_CTYPE_PT154_128_254): Define.
(_CTYPE_PT154_255): Define.
(__ctype_cp): Add array members for above ctype definitions.
* libc/locale/locale.c (loadlocale): Make TIS-620 charset name
available for all targets.  Add guards for setting the conversion
function pointers.  Add support for GEORGIAN-PS and PT154 charsets.
Change documentation to reflect current behaviour more closely.
* libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translate
"CP101" to "GEORGIAN-PS" and "CP102" to "PT154".
* libc/stdlib/sb_charsets.c (__cp_conv): Add conversion arrays
for GEORGIAN-PS and PT154.
(__cp_index): Map invalid Windows codepage number 101 to
GEORGIAN-PS conversion array, 102 to PT154 conversion array.

14 years ago * path.cc (symlink_info::check_nfs_symlink): Reopen file with
corinna [Sat, 6 Feb 2010 15:57:20 +0000 (15:57 +0000)]
* path.cc (symlink_info::check_nfs_symlink): Reopen file with
FILE_READ_EA access since, surprisingly, you need it to read EAs even
on NFS.

14 years ago * sec_auth.cc (get_full_privileged_inheritable_token): New function
corinna [Sat, 6 Feb 2010 13:13:14 +0000 (13:13 +0000)]
* sec_auth.cc (get_full_privileged_inheritable_token): New function
to fetch token with full privileges from logon token in Vista and
later, and to make token inheritable.  Add lengthy comments to explain
the function's job.
(cygwin_logon_user): Drop calling SetHandleInformation.  Enable TCB
privilege and call get_full_privileged_inheritable_token.
(lsaauth): Don't fetch linked token and don't make handle inheritable
here, just call get_full_privileged_inheritable_token instead.
(lsaprivkeyauth): Ditto.

14 years ago * libc/posix/telldir.c: Remove bogus nested prototype of lseek().
corinna [Sat, 6 Feb 2010 10:32:19 +0000 (10:32 +0000)]
* libc/posix/telldir.c: Remove bogus nested prototype of lseek().

14 years ago2010-02-05 Doug Kwan <dougkwan@google.com>
dougkwan [Sat, 6 Feb 2010 04:30:00 +0000 (04:30 +0000)]
2010-02-05  Doug Kwan  <dougkwan@google.com>

PR 11247
* arm.cc (Arm_relobj::section_is_scannable): New method.
(Arm_relobj::section_needs_reloc_stub_scanning): Use it.
(Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.

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

14 years agodaily update
amodra [Fri, 5 Feb 2010 23:00:04 +0000 (23:00 +0000)]
daily update

14 years ago testsuite/
devans [Fri, 5 Feb 2010 21:51:38 +0000 (21:51 +0000)]
testsuite/
* lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
user.
doc/
* gdbint.texinfo (Testsuite): Document INTERNAL_GDBFLAGS.

14 years ago * setup2.sgml (setup-locale-ov): Add description for "uz_UZ@cyrillic"
corinna [Fri, 5 Feb 2010 21:38:31 +0000 (21:38 +0000)]
* setup2.sgml (setup-locale-ov): Add description for "uz_UZ@cyrillic"
and "tt_RU@iqtelif" modifiers.  Slightly rephrase locale specifier
description in terms of the modifier string.

14 years ago * nlsfuncs.cc (__set_charset_from_locale): Set default locale for
corinna [Fri, 5 Feb 2010 21:35:34 +0000 (21:35 +0000)]
* nlsfuncs.cc (__set_charset_from_locale): Set default locale for
"uz_UZ" locale to ISO-8859-1, with the "@cyrillic" modifier to UTF-8.

14 years ago * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsets
corinna [Fri, 5 Feb 2010 21:24:42 +0000 (21:24 +0000)]
* libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsets
so that the dashes are optional.  Align documentation.

14 years ago2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
swagiaal [Fri, 5 Feb 2010 19:03:38 +0000 (19:03 +0000)]
2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>

PR c++/7935:
* gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.

2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>

PR c++/7935:
* cp-support.h: Added char* alias element to using_direct data
struct.
(cp_add_using): Added char* alias argument.
(cp_add_using_directive): Ditto.
* cp-namespace.c: Updated with the above changes.
(cp_lookup_symbol_imports): Check for aliases.
* dwarf2read.c (read_import_statement): Figure out local alias
for the import and pass it on to cp_add_using.
(read_namespace): Pass alias argument to cp_add_using.