OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
14 years agoMerge branch 'binutils'
Masaki Muranaka [Thu, 12 Nov 2009 10:56:26 +0000 (19:56 +0900)]
Merge branch 'binutils'

14 years agoMerge remote branch '3x/master'
Masaki Muranaka [Thu, 12 Nov 2009 10:35:03 +0000 (19:35 +0900)]
Merge remote branch '3x/master'

14 years agoUpdated Russian bfd translation.
Nick Clifton [Thu, 12 Nov 2009 09:35:21 +0000 (09:35 +0000)]
Updated Russian bfd translation.
Updated Indonesian gas translation.

14 years agoCreate repository.
localmonaka [Thu, 12 Nov 2009 08:39:00 +0000 (17:39 +0900)]
Create repository.

14 years ago2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 12 Nov 2009 02:21:46 +0000 (02:21 +0000)]
2009-11-11  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): Don't set register
operand twice.

14 years agogas/testsuite/
H.J. Lu [Thu, 12 Nov 2009 02:13:06 +0000 (02:13 +0000)]
gas/testsuite/

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

* gas/i386/prefix.d: Swap order of ADDR and REP prefixes.
* gas/i386/rep.d: Likewise.
* gas/i386/x86-64-rep.d: Likewise.

opcodes/

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

* i386-dis.c (all_prefixes): New.
(ckprefix): Set all_prefixes.
(print_insn): Print all_prefixes instead of lock_prefix,
repz_prefix, repnz_prefix, addr_prefix and data_prefix.

14 years agodaily update
Alan Modra [Wed, 11 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago PR binutils/10924
Nick Clifton [Wed, 11 Nov 2009 09:44:44 +0000 (09:44 +0000)]
    PR binutils/10924
        * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
        (print_insn_arm): Extend %s format control code to check for
        unpredictable addressing modes.  Add support for %S format control
        code which suppresses this check.
        (W_BIT, I_BIT, U_BIT, P_BIT): New macros.
        (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
        PRE_BIT_SET): New macros.
        (print_insn_coprocessor): Use the new macros instead of magic
        constants.
        (print_arm_address): Likewise.
        (pirnt_insn_arm): Likewise.
        (print_insn_thumb32): Likewise.

14 years agoUpdated Indonesian translation.
Nick Clifton [Wed, 11 Nov 2009 09:36:04 +0000 (09:36 +0000)]
Updated Indonesian translation.

14 years agobinutils/
Jan Kratochvil [Wed, 11 Nov 2009 04:54:32 +0000 (04:54 +0000)]
binutils/
* configure.in: Stop checking for fopen64 and stat64.
* strings.c (file_off, file_open, statbuf, file_stat): Remove.
(strings_file): Change file_off to file_ptr, file_open to fopen,
statbuf to struct stat and file_stat to stat.
(get_char): Change parameter type file_off * to file_ptr *.
(print_strings): Change parameter and variable `start' type file_off to
file_ptr.
* configure: Regenerate.
* config.in: Regenerate.

14 years agobfd/
Jan Kratochvil [Wed, 11 Nov 2009 04:42:33 +0000 (04:42 +0000)]
bfd/
* configure.in: Call ACX_LARGEFILE.  Stop calling AC_PLUGINS,
AC_SYS_LARGEFILE and checking the Solaris largefile exception.
* aclocal.m4: Regenerate.
* configure: Regenerate.

binutils/
* configure.in: Call ACX_LARGEFILE.  Stop calling AC_PLUGINS,
AC_SYS_LARGEFILE and checking the Solaris largefile exception.
* aclocal.m4: Regenerate.
* configure: Regenerate.

gas/
* configure.in: Call ACX_LARGEFILE.  Stop calling AC_SYS_LARGEFILE.
* aclocal.m4: Regenerate.
* configure: Regenerate.

gdb/
* configure.ac: Call ACX_LARGEFILE.
* aclocal.m4: Call m4_include for ../config/largefile.m4 and
../config/plugins.m4.
* configure: Regenerate.
* config.in: Regenerate.

gprof/
* configure.in: Call ACX_LARGEFILE.  Stop calling AC_SYS_LARGEFILE.
* aclocal.m4: Regenerate.
* configure: Regenerate.

ld/
* configure.in: Call ACX_LARGEFILE.  Stop calling AC_SYS_LARGEFILE.
* aclocal.m4: Regenerate.
* configure: Regenerate.

14 years agodaily update
Alan Modra [Tue, 10 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.
Maxim Kuvyrkov [Tue, 10 Nov 2009 18:05:23 +0000 (18:05 +0000)]
* config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.
* config/tc-m68k.c (mcf5206_ctrl): Fix whitespace.
(mcf52223_ctrl): Remove non-existent registers.
(mcf54418): Define.
(mcf54455): Remove MBAR.
(m68k_cpus): Add lines for MCF5441x family.
(m68k_ip, init_table): Handle RGPIOBAR, ACR[4-7].

* m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01].

14 years ago PR ld/10864
Nick Clifton [Tue, 10 Nov 2009 16:34:52 +0000 (16:34 +0000)]
    PR ld/10864
        * ld.texinfo (Entry Point): Mention that the default entry symbol
        is not 'start' on some targets.

14 years ago * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
Joel Brobecker [Mon, 9 Nov 2009 23:19:11 +0000 (23:19 +0000)]
    * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.

14 years ago2009-11-10 Doug Kwan <dougkwan@google.com>
Doug Kwan [Mon, 9 Nov 2009 23:16:55 +0000 (23:16 +0000)]
2009-11-10  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
in method declaration.
(Target_arm::relocate_stub): New method declaration.
(Target_arm::default_target): Change to return a pointer instead of
a const reference.
(Reloc_stub::stub_type_for_reloc): Adjust for the change in
Target_arm::default_target.
(Arm_Relobj::do_relocate_sections): Remove options paramater in
method definition.
(Target_arm::relocate_section): Adjust view.
(Target_arm::relocate_stub): New method definition.

14 years ago2009-11-10 Doug Kwan <dougkwan@google.com>
Doug Kwan [Mon, 9 Nov 2009 23:07:30 +0000 (23:07 +0000)]
2009-11-10  Doug Kwan  <dougkwan@google.com>

* i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
a format warning.
* incremental.cc (open_incremental_binary): Initialized local
variables to avoid warnings.
* object.cc (make_elf_object): Ditto.
* x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
a format warning.

14 years agodaily update
Alan Modra [Mon, 9 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update

14 years agoInclude "config.h".
H.J. Lu [Mon, 9 Nov 2009 16:11:34 +0000 (16:11 +0000)]
Include "config.h".

009-11-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gold/10930
* testsuite/plugin_test.c: Include "config.h".

14 years ago2009-11-09 Doug Kwan <dougkwan@google.com>
Doug Kwan [Mon, 9 Nov 2009 16:03:45 +0000 (16:03 +0000)]
2009-11-09  Doug Kwan  <dougkwan@google.com>

* arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
(arm_symbol_value): Remove.
(Arm_relocate_functions::arm_branch_common,
Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
Arm_relocate_functions::call, Arm_relocate_functions::jump24,
Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
Arm_relocate_functions::thm_mobw_abs_nc,
Arm_relocate_functions::thm_mov_abs,
Arm_relocate_functions::movw_prel_nc,
Arm_relocate_functions::thm_movt_abs,
Arm_relocate_functions::movt_prel,
Arm_relocate_functions::thm_movw_prel_nc,
Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
(Target_arm::Relocate::relocate): Only decompose address into two
parts if relocation type uses the thumb-bit and pass the actual
bit instead of a flag indicating that the thumb-bit is used.  Adjust
calls to methods in Arm_relocate_functions for this change.

14 years agoDon't return on STT_GNU_IFUNC symbol when stripping.
H.J. Lu [Mon, 9 Nov 2009 14:37:10 +0000 (14:37 +0000)]
Don't return on STT_GNU_IFUNC symbol when stripping.

bfd/

2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10911
* elflink.c (elf_link_output_extsym): Don't return on
STT_GNU_IFUNC symbol when stripping.

ld/testsuite/

2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10911
* ld-ifunc/ifunc-4a-x86.d: New.

14 years ago PR 10925
Ian Lance Taylor [Mon, 9 Nov 2009 02:02:01 +0000 (02:02 +0000)]
PR 10925
* reloc.cc: Instantiate
Sized_relobj::initialize_input_to_output_maps and
Sized_relobj:free_input_to_output_maps.

14 years agobinutils/
Jan Kratochvil [Sun, 8 Nov 2009 23:01:57 +0000 (23:01 +0000)]
binutils/
* bucomm.c (get_file_size): Update comment for the error return value.

14 years agodaily update
Alan Modra [Sun, 8 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update

14 years ago * readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
Dave Anglin [Sun, 8 Nov 2009 21:36:46 +0000 (21:36 +0000)]
* readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.

14 years ago * elf32-hppa.c (elf32_hppa_final_link): Don't sort unwind information
Dave Anglin [Sun, 8 Nov 2009 20:47:24 +0000 (20:47 +0000)]
* elf32-hppa.c (elf32_hppa_final_link): Don't sort unwind information
in a relocatable link.
* elf64-hppa.c (elf_hppa_final_link): Likewise.

14 years agodaily update
Alan Modra [Sat, 7 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago PR 10876
Ian Lance Taylor [Sat, 7 Nov 2009 02:02:28 +0000 (02:02 +0000)]
PR 10876
* defstd.cc (in_segment): Set only_if_ref true for "end".

14 years ago * largefile.m4: New file.
Joel Brobecker [Sat, 7 Nov 2009 02:01:29 +0000 (02:01 +0000)]
    * largefile.m4: New file.

14 years ago2009-11-06 Doug Kwan <dougkwan@google.com>
Doug Kwan [Sat, 7 Nov 2009 01:58:05 +0000 (01:58 +0000)]
2009-11-06  Doug Kwan  <dougkwan@google.com>

* arm.cc (class Reloc_stub): Correct a comment.
(Target_arm::Target_arm): Initialize arm_input_section_map_.
(Target_arm::scan_section_for_stubs): New method declaration.
(Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
Change methods from private to protected.
(Target_arm::do_may_relax): New method definition.
(Target_arm::do_relax, Target_arm::group_sections,
Target_arm::scan_reloc_for_stub,
Target_arm::scan_reloc_section_for_stubs): New method declarations.
(Target_arm::arm_input_section_map_): New data member declaration.
(Target_arm::scan_reloc_for_stub,
Target_arm::scan_reloc_section_for_stubs,
Target_arm::scan_section_for_stubs, Target_arm::group_sections,
Target_arm::do_relax): New method definitions.

14 years ago2009-11-06 Sebastian Pop <sebastian.pop@amd.com>
spop [Fri, 6 Nov 2009 23:17:25 +0000 (23:17 +0000)]
2009-11-06  Sebastian Pop  <sebastian.pop@amd.com>

* opcodes/i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to
reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
B.mm in the RXB.mmmmm byte, and so when B is set, we still should use
the xop_table.
(get_valid_dis386): Removed unused condition (from cut/n/paste) for
XOP instructions.

* gas/testsuite/gas/i386/x86-64-lwp.s: Updated to also contain
patterns with r[8-15] registers.
* gas/testsuite/gas/i386/x86-64-lwp.d: Same.

14 years agodaily update
Alan Modra [Fri, 6 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update

14 years ago2009-11-06 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 6 Nov 2009 22:59:44 +0000 (22:59 +0000)]
2009-11-06  H.J. Lu  <hongjiu.lu@intel.com>

* doc/c-i386.texi: Move .lwp.

14 years ago2009-11-06 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 6 Nov 2009 16:50:59 +0000 (16:50 +0000)]
2009-11-06  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10912
* ldmain.c (add_DT_NEEDED_for_dynamic): Default to TRUE.

14 years ago2009-11-06 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Fri, 6 Nov 2009 15:50:55 +0000 (15:50 +0000)]
2009-11-06  Kai Tietz  <kai.tietz@onevision.com>

        * pe.em (DEFAULT_PSEUDO_RELOC_VERSION): New macro.
        (gld_XXX_before_parse): Set pseudo-relocation default
        version to DEFAULT_PSEUDO_RELOC_VERSION.
        (gldXXX_handle_option): Likewise.

14 years ago * configure.ac: Check for (struct stat)::st_mtim
Ian Lance Taylor [Fri, 6 Nov 2009 15:47:06 +0000 (15:47 +0000)]
* configure.ac: Check for (struct stat)::st_mtim
* fileread.cc (File_read::get_mtime): Use st_mtim if available.
* config.in: Regenerate.
* configure: Regenerate.

14 years agoChecking this in for: Jonas Maebe <jonas.maebe@elis.ugent.be>
Joel Brobecker [Fri, 6 Nov 2009 14:38:19 +0000 (14:38 +0000)]
Checking this in for:  Jonas Maebe  <jonas.maebe@elis.ugent.be>

        Add DWARF attribute value for the "Borland fastcall" calling
        convention.
        * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.

14 years ago * config/obj-elf.c (obj_elf_change_section): Remove FIXME from
Alan Modra [Fri, 6 Nov 2009 11:51:04 +0000 (11:51 +0000)]
* config/obj-elf.c (obj_elf_change_section): Remove FIXME from
comment.

14 years agoMerge branch 'binutils'
localmonaka [Fri, 6 Nov 2009 04:05:31 +0000 (13:05 +0900)]
Merge branch 'binutils'

14 years ago2009-11-05 Sebastian Pop <sebastian.pop@amd.com>
spop [Thu, 5 Nov 2009 23:40:03 +0000 (23:40 +0000)]
2009-11-05  Sebastian Pop  <sebastian.pop@amd.com>
    Quentin Neill  <quentin.neill@amd.com>

* gas/config/tc-i386.c (cpu_arch): Add CPU_LWP_FLAGS.
(build_vex_prefix): Handle xop09 and xop0a.
(build_modrm_byte): Handle vexlwp.
(md_show_usage): Add lwp.
* gas/doc/c-i386.texi (i386-LWP): New section.

* gas/testsuite/gas/i386/i386.exp: Run x86-64-lwp in 64-bit mode,
run lwp in 32-bit mode.
* gas/testsuite/gas/i386/x86-64-lwp.d: New.
* gas/testsuite/gas/i386/x86-64-lwp.s: New.
* gas/testsuite/gas/i386/lwp.d: New.
* gas/testsuite/gas/i386/lwp.s: New.

* opcodes/i386-dis.c (OP_LWPCB_E): New.
(OP_LWP_E): New.
(OP_LWP_I): New.
(USE_XOP_8F_TABLE): New.
(XOP_8F_TABLE): New.
(REG_XOP_LWPCB): New.
(REG_XOP_LWP): New.
(XOP_09): New.
(XOP_0A): New.
(reg_table): Redirect REG_8F to XOP_8F_TABLE.
Add entries for REG_XOP_LWPCB and REG_XOP_LWP.
(xop_table): New.
(get_valid_dis386): Handle USE_XOP_8F_TABLE.
Use the offsets VEX_0F, VEX_0F38, and VEX_0F3A instead of their values
to access to the vex_table.
(OP_LWPCB_E): New.
(OP_LWP_E): New.
(OP_LWP_I): New.
* opcodes/i386-gen.c (cpu_flag_init): Add CPU_LWP_FLAGS, CpuLWP.
(cpu_flags): Add CpuLWP.
(opcode_modifiers): Add VexLWP, XOP09, and XOP0A.
* opcodes/i386-opc.h (CpuLWP): New.
(i386_cpu_flags): Add bit cpulwp.
(VexLWP): New.
(XOP09): New.
(XOP0A): New.
(i386_opcode_modifier): Add vexlwp, xop09, and xop0a.
* opcodes/i386-opc.tbl (llwpcb): Added.
(lwpval): Added.
(lwpins): Added.

14 years agodaily update
Alan Modra [Thu, 5 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update

14 years agoRemove debugging code accidentally included in last commit.
Ian Lance Taylor [Thu, 5 Nov 2009 19:56:41 +0000 (19:56 +0000)]
Remove debugging code accidentally included in last commit.

14 years ago PR 10910
Ian Lance Taylor [Thu, 5 Nov 2009 19:54:30 +0000 (19:54 +0000)]
PR 10910
* output.cc (Output_segment::add_output_section): Add missing
return statement.

14 years ago * lexsup.c: Rename --add-needed to --copy-dt-needed-entries.
Nick Clifton [Thu, 5 Nov 2009 15:35:49 +0000 (15:35 +0000)]
    * lexsup.c: Rename --add-needed to --copy-dt-needed-entries.
        * ldlang.h (struct lang_input_statement_struct): Rename add_needed
        to add_DT_NEEDED_for_dynamic.  Rename as_needed to
        add_DT_NEEDED_for_regular.
        * ldlang.c: Likewise.
        * ldlang.h: Likewise.
        * ldlang.c: Use the new variable names.
        * ldgram.y: Likewise.
        * emultempl/elf32.em: Likewise.
        * ld.texinfo: Document the renamed option.  Also mention its
        affect on the resolution of dynamic symbols.
        * NEWS: Mention the changed option name.

14 years ago * elflink.c (elf_link_add_object_symbols): Improve error
Nick Clifton [Thu, 5 Nov 2009 15:34:17 +0000 (15:34 +0000)]
    * elflink.c (elf_link_add_object_symbols): Improve error
        message generated when a symbol is left unresolved because a
        --no-add-needed command line option has prevented the
        inclusion of the DSO defining it.

14 years ago * gas/i386/i386.exp (space1): Move test inside check for x86
Nick Clifton [Thu, 5 Nov 2009 11:02:15 +0000 (11:02 +0000)]
    * gas/i386/i386.exp (space1): Move test inside check for x86
        target.

14 years ago2009-11-05 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Thu, 5 Nov 2009 09:49:07 +0000 (09:49 +0000)]
2009-11-05  Kai Tietz  <kai.tietz@onevision.com>

        * dllwrap.c (is_leading_underscore): New variable.
        (cpu_type): New enum type.
        (which_cpu): New variable.
        (usage): Add new options --no-leading-underscore
        and --leading-underscore.
        (long_options): Likewise.
        (OPTION_NO_LEADING_UNDERSCORE): New define.
        (OPTION_LEADING_UNDERSCORE): Likewise.
        (main): Initialize which_host, pass new options
        to dlltool, do underscoring dependent on
        is_leading_underscore, and do '@12' decoration
        only for x86.

14 years ago PR 10880
Ian Lance Taylor [Thu, 5 Nov 2009 06:24:39 +0000 (06:24 +0000)]
PR 10880
* object.h (class Object): Add is_needed and set_is_needed
methods.  Add is_needed_ field.  Make bool fields into bitfields.
* symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
defined in a dynamic object and referenced by a regular object,
set is_needed for the dynamic object.
* layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
if the file is marked with as_needed and it is not needed.

14 years agoMerge branch 'binutils'
Masaki Muranaka [Thu, 5 Nov 2009 05:48:16 +0000 (14:48 +0900)]
Merge branch 'binutils'

14 years agoMerge branch 'gdb'
Masaki Muranaka [Thu, 5 Nov 2009 05:47:46 +0000 (14:47 +0900)]
Merge branch 'gdb'

14 years ago[opcodes]
DJ Delorie [Thu, 5 Nov 2009 02:31:40 +0000 (02:31 +0000)]
[opcodes]
* rx-decode.opc (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.
* rx-decode.c: Regenerate.
* rx-dis.c (cpen): Remove.

[gas]
* config/rx-parse.y (MVTIPL): Update bit pattern.
(cpen): Remove.

[include/opcode]
* rx.h (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.

14 years ago[opcodes]
DJ Delorie [Thu, 5 Nov 2009 02:31:40 +0000 (02:31 +0000)]
[opcodes]
* rx-decode.opc (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.
* rx-decode.c: Regenerate.
* rx-dis.c (cpen): Remove.

[gas]
* config/rx-parse.y (MVTIPL): Update bit pattern.
(cpen): Remove.

[include/opcode]
* rx.h (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.

14 years ago[opcodes]
DJ Delorie [Thu, 5 Nov 2009 00:38:44 +0000 (00:38 +0000)]
[opcodes]
* rx-decode.opc (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.
* rx-decode.c: Regenerate.
* rx-dis.c (cpen): Remove.

[gas]
* config/rx-parse.y (MVTIPL): Update bit pattern.
(cpen): Remove.

[include/opcode]
* rx.h (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.

14 years ago[opcodes]
DJ Delorie [Thu, 5 Nov 2009 00:38:44 +0000 (00:38 +0000)]
[opcodes]
* rx-decode.opc (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.
* rx-decode.c: Regenerate.
* rx-dis.c (cpen): Remove.

[gas]
* config/rx-parse.y (MVTIPL): Update bit pattern.
(cpen): Remove.

[include/opcode]
* rx.h (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.

14 years ago*** empty log message ***
gdbadmin [Thu, 5 Nov 2009 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

14 years ago * symfile.c (add_psymbol_to_bcache): Don't copy name. Make
Tom Tromey [Wed, 4 Nov 2009 23:06:49 +0000 (23:06 +0000)]
* symfile.c (add_psymbol_to_bcache): Don't copy name.  Make
'psymbol' non-static.

14 years agodaily update
Alan Modra [Wed, 4 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years agodaily update
Alan Modra [Wed, 4 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago2009-11-04 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 4 Nov 2009 18:52:03 +0000 (18:52 +0000)]
2009-11-04  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/876
* gas/i386/i386.exp: Run space1.

* gas/i386/space1.l: New.
* gas/i386/space1.s: Likewise.

14 years ago2009-11-04 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Wed, 4 Nov 2009 18:13:04 +0000 (18:13 +0000)]
2009-11-04  Kai Tietz  <kai.tietz@onevision.com>

        * emulparams/arm_epoc_pe.sh: Remove ENTRY.
        * emulparams/arm_wince_pe.sh: Likewise.
        * emulparams/i386pe.sh: Likewise.
        * emulparams/i386pe_posix.sh: Likewise.
        * emulparams/mcorepe.sh: Likewise.
        * emulparams/mipspe.sh: Likewise.
        * emulparams/ppcpe.sh: Likewise.
        * emulparams/armpe.sh: Likewise.
        * emulparams/i386pep.sh: Likewise.
        * emulparams/shpe.sh: Likewise.
        Additionally cleaned up double-defined
        variables SUBSYSTEM and INITIAL_SYMBOL_CHAR.
        * emultempl/pe.em: Remove use of ENTRY.
        (pe_subsystem): New local variable.
        (gld_XXX_before_parse): Don't set default
        entry point here.
        (set_entry_point): New function to set entry
        point.
        (set_pe_subsystem): Remove code for entry point.
        (gld_XXX_after_parse): Use set_entry_point here.
        * emultempl/pep.em: Likewise.

14 years ago PR 10887
Ian Lance Taylor [Wed, 4 Nov 2009 16:35:51 +0000 (16:35 +0000)]
PR 10887
* arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
tags if data is discarded by linker script.
* i386.cc (Target_i386::do_finalize_sections): Likewise.
* powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
* sparc.cc (Target_sparc::do_finalize_sections): Likewise.
* x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.

14 years ago * layout.cc (Layout::get_output_section): Add is_interp and
Ian Lance Taylor [Wed, 4 Nov 2009 15:56:03 +0000 (15:56 +0000)]
* layout.cc (Layout::get_output_section): Add is_interp and
is_dynamic_linker_section parameters.  Change all callers.
(Layout::choose_output_section): Likewise.
(Layout::make_output_section): Likewise.
(Layout::add_output_section_data): Add is_dynamic_linker_section
parameter.  Change all callers.
* layout.h (class Layout): Update declarations.
* output.h (class Output_section): Add is_interp, set_is_interp,
is_dynamic_linker_section, set_is_dynamic_linker_section methods.
Add is_interp_, is_dynamic_linker_section_ fields.  Change
generate_code_fills_at_write_ to a bitfield.
* output.cc (Output_section::Output_sections): Initialize new
fields.
(Output_segment::add_output_section): Add do_sort parameter.
Change all callers.

14 years agoMerge branch 'master' of git://sourceware.org/git/gdb
Masaki Muranaka [Wed, 4 Nov 2009 11:44:32 +0000 (20:44 +0900)]
Merge branch 'master' of git://sourceware.org/git/gdb

14 years agoMerge branch 'binutils'
Masaki Muranaka [Wed, 4 Nov 2009 11:40:26 +0000 (20:40 +0900)]
Merge branch 'binutils'

14 years agoMerge. the Binutils git repository.
Masaki Muranaka [Wed, 4 Nov 2009 11:26:26 +0000 (20:26 +0900)]
Merge. the Binutils git repository.

14 years agoMerge. the GDB git repository.
Masaki Muranaka [Wed, 4 Nov 2009 10:41:06 +0000 (19:41 +0900)]
Merge. the GDB git repository.

14 years agoFix ChangeLog typo.
Paul Brook [Wed, 4 Nov 2009 10:22:03 +0000 (10:22 +0000)]
Fix ChangeLog typo.

14 years ago2009-11-04 Daniel Jacobowitz <dan@codesourcery.com>
Maxim Kuvyrkov [Wed, 4 Nov 2009 09:51:59 +0000 (09:51 +0000)]
2009-11-04  Daniel Jacobowitz  <dan@codesourcery.com>
    Maxim Kuvyrkov  <maxim@codesourcery.com>

* config/tc-m68k.h (CF_DIFF_EXPR_OK): Define to 0 for uClinux.
(CFI_DIFF_LSDA_OK): Define.
* config/te-uclinux.h: New file.
* configure.tgt (m68k-uclinux): Define em.
* dw2gencfi.c (CFI_DIFF_LSDA_OK): New macro.
(dot_cfi_lsda, output_fde): Use instead of CFI_DIFF_EXPR_OK.

14 years ago * m32c-desc.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 06:18:26 +0000 (06:18 +0000)]
* m32c-desc.c: Regenerate.
* mep-desc.c: Regenerate.

14 years ago * m32c-desc.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 06:18:26 +0000 (06:18 +0000)]
* m32c-desc.c: Regenerate.
* mep-desc.c: Regenerate.

14 years ago * arch.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 05:42:21 +0000 (05:42 +0000)]
* arch.c: Regenerate.
* arch.h: Regenerate.
* cpu.c: Regenerate.
* cpu.h: Regenerate.
* cpuall.h: Regenerate.
* decode.c: Regenerate.
* decode.h: Regenerate.
* model.c: Regenerate.
* sem-switch.c: Regenerate.
* sem.c: Regenerate.

14 years ago * arch.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 05:16:32 +0000 (05:16 +0000)]
* arch.c: Regenerate.
* arch.h: Regenerate.
* cpu.c: Regenerate.
* cpu.h: Regenerate.
* cpuall.h: Regenerate.
* decode.c: Regenerate.
* decode.h: Regenerate.
* model.c: Regenerate.
* sem-switch.c: Regenerate.
* sem.c: Regenerate.

14 years ago * arch.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 05:06:59 +0000 (05:06 +0000)]
* arch.c: Regenerate.
* arch.h: Regenerate.
* cpu.c: Regenerate.
* cpu.h: Regenerate.
* cpu2.c: Regenerate.
* cpu2.h: Regenerate.
* cpuall.h: Regenerate.
* cpux.c: Regenerate.
* cpux.h: Regenerate.
* decode.c: Regenerate.
* decode.h: Regenerate.
* decode2.c: Regenerate.
* decode2.h: Regenerate.
* decodex.c: Regenerate.
* decodex.h: Regenerate.
* model.c: Regenerate.
* model2.c: Regenerate.
* modelx.c: Regenerate.
* sem-switch.c: Regenerate.
* sem.c: Regenerate.
* sem2-switch.c: Regenerate.
* semx-switch.c: Regenerate.

14 years ago * Makefile.in (mloop.c): Add @true to rule.
Doug Evans [Wed, 4 Nov 2009 05:02:18 +0000 (05:02 +0000)]
* Makefile.in (mloop.c): Add @true to rule.
(mloopx.c, mloop2.c): Ditto.
(stamp-*): Add Makefile dependency.
(arch.c, arch.h, cpuall.h): Specify full path.
(cpu.h, sem.c, sem-switch.c, model.c, decode.c, decode.h): Ditto.
(cpux.h, semx-switch.c, modelx.c, decodex.c, decodex.h): Ditto.
(cpu2.h, sem2-switch.c, model2.c, decode2.c, decode2.h): Ditto.

14 years ago * arch.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 04:40:47 +0000 (04:40 +0000)]
* arch.c: Regenerate.
* arch.h: Regenerate.
* cpu.c: Regenerate.
* cpu.h: Regenerate.
* cpuall.h: Regenerate.
* decode-compact.c: Regenerate.
* decode-compact.h: Regenerate.
* decode-media.c: Regenerate.
* decode-media.h: Regenerate.
* defs-compact.h: Regenerate.
* defs-media.h: Regenerate.
* sem-compact-switch.c: Regenerate.
* sem-compact.c: Regenerate.
* sem-media-switch.c: Regenerate.
* sem-media.c: Regenerate.
* sh-desc.c: Regenerate.
* sh-opc.h: Regenerate.

14 years ago * arch.c: Regenerate.
Doug Evans [Wed, 4 Nov 2009 04:33:06 +0000 (04:33 +0000)]
* arch.c: Regenerate.
* arch.h: Regenerate.
* cpu.c: Regenerate.
* cpu.h: Regenerate.
* cpuall.h: Regenerate.
* decode.c: Regenerate.
* decode.h: Regenerate.
* model.c: Regenerate.
* sem.c: Regenerate.

14 years ago PR 10860
Ian Lance Taylor [Wed, 4 Nov 2009 01:24:41 +0000 (01:24 +0000)]
PR 10860
* options.h (class General_options): Add --warn-common.
* resolve.cc (Symbol_table::resolve): Handle --warn-common when
merging two common symbols.
(Symbol_table::should_override): Handle --warn-common when merging
a common symbol with a defined symbol.  Use report_resolve_problem
for multiple definitions.
(Symbol_table::report_resolve_problem): New function.
* symtab.h (class Symbol_table): Declare report_resolve_problem.

14 years ago*** empty log message ***
gdbadmin [Wed, 4 Nov 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

14 years agodaily update
Alan Modra [Tue, 3 Nov 2009 23:00:03 +0000 (23:00 +0000)]
daily update

14 years agodaily update
Alan Modra [Tue, 3 Nov 2009 23:00:03 +0000 (23:00 +0000)]
daily update

14 years ago2009-11-03 Doug Kwan <dougkwan@google.com>
Doug Kwan [Tue, 3 Nov 2009 21:18:13 +0000 (21:18 +0000)]
2009-11-03  Doug Kwan  <dougkwan@google.com>

* arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
stub_factory_.
(Target_arm::stub_factory): New method definition.
(Target_arm::new_arm_input_section,
Target_arm::find_arm_input_section, Target_arm::new_stub_table,
Target_arm::reloc_uses_thumb_bit): New method declarations.
(Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
New type definitions.
(Target_arm::stub_tables_, Target_arm::stub_factory_): New data
member declarations.
(Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
Target_arm::find_arm_input_section, Target_arm::new_stub_table):
New method definitions.

14 years ago2009-11-03 Paul Pluzhnikov <ppluzhnikov@google.com>
Paul Pluzhnikov [Tue, 3 Nov 2009 17:14:53 +0000 (17:14 +0000)]
2009-11-03  Paul Pluzhnikov  <ppluzhnikov@google.com>

* linux-thread-db.c (disable_thread_event_reporting): Adjust.

14 years ago * Makefile.in (SIM_EXTRA_DEPS): Add sh-desc.h sh-opc.h.
Doug Evans [Tue, 3 Nov 2009 16:56:52 +0000 (16:56 +0000)]
* Makefile.in (SIM_EXTRA_DEPS): Add sh-desc.h sh-opc.h.
(sh-desc.o): New rule.
(sh-desc.h,sh-desc.c,sh-opc.h): Replaces rule for desc.h.
(all generated file rules): Specify generated file with full path.

14 years ago * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
Nathan Sidwell [Tue, 3 Nov 2009 16:44:15 +0000 (16:44 +0000)]
* gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
* gdb.arch/i386-prologue.exp: Likewise.
* gdb.arch/i386-unwind.exp: Likewise.

14 years ago * options.h (class General_options): Add --warn_constructors.
Ian Lance Taylor [Tue, 3 Nov 2009 15:57:02 +0000 (15:57 +0000)]
* options.h (class General_options): Add --warn_constructors.

14 years ago PR 10893
Ian Lance Taylor [Tue, 3 Nov 2009 15:41:50 +0000 (15:41 +0000)]
PR 10893
* defstd.cc (in_section): Add entries for __rel_iplt_start,
__rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.

14 years ago PR 10895
Ian Lance Taylor [Tue, 3 Nov 2009 15:20:29 +0000 (15:20 +0000)]
PR 10895
* po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
--msgid-bugs-address.
(install-pdf): New target.
(install-data_yes): Look up one directory to find mkinstalldirs.

14 years ago * elfcpp.h: Remove trailing commas from enum definitions.
Ian Lance Taylor [Tue, 3 Nov 2009 15:12:03 +0000 (15:12 +0000)]
* elfcpp.h: Remove trailing commas from enum definitions.

14 years ago2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 3 Nov 2009 14:43:10 +0000 (14:43 +0000)]
2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>

* po/Make-in (.po.gmo): Don't generate .gmo files in source
tree.

14 years ago * MAINTAINERS (Responsible Maintainers): Add Tristan Gingold as
Joel Brobecker [Tue, 3 Nov 2009 14:36:11 +0000 (14:36 +0000)]
    * MAINTAINERS (Responsible Maintainers): Add Tristan Gingold as
        maintainer of the avr target.

14 years ago2009-11-03 Alan Modra <amodra@bigpond.net.au>
Ulrich Weigand [Tue, 3 Nov 2009 13:58:47 +0000 (13:58 +0000)]
2009-11-03  Alan Modra  <amodra@bigpond.net.au>
    Ulrich Weigand  <uweigand@de.ibm.com>

* elf32-spu.c (mark_functions_via_relocs): Handle non-branch relocs
(jump tables or other references to code labels) as well.

14 years ago2009-11-03 Alan Modra <amodra@bigpond.net.au>
Ulrich Weigand [Tue, 3 Nov 2009 13:58:47 +0000 (13:58 +0000)]
2009-11-03  Alan Modra  <amodra@bigpond.net.au>
    Ulrich Weigand  <uweigand@de.ibm.com>

* elf32-spu.c (mark_functions_via_relocs): Handle non-branch relocs
(jump tables or other references to code labels) as well.

14 years ago2009-11-03 Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 3 Nov 2009 12:37:44 +0000 (12:37 +0000)]
2009-11-03  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (do_vfp_nsyn_mla_mls): Fix vmls excoding.

gas/testsuite/
* gas/arm/vfp-neon-syntax.d: Update expected results.
* gas/arm/vfp-neon-syntax_t2.d: Update expected results.

14 years ago * configure.ac (i[34567]86-*): Check if we're targetting x86-64
Nathan Sidwell [Tue, 3 Nov 2009 09:33:18 +0000 (09:33 +0000)]
* configure.ac (i[34567]86-*): Check if we're targetting x86-64
with an i686 compiler.
* configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
needed.
* configure: Rebuilt.

14 years ago*** empty log message ***
gdbadmin [Tue, 3 Nov 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

14 years agodaily update
Alan Modra [Mon, 2 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years agodaily update
Alan Modra [Mon, 2 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update

14 years ago * lib/gdb.exp (gdb_expect): Fix timeout typo.
Daniel Jacobowitz [Mon, 2 Nov 2009 17:28:15 +0000 (17:28 +0000)]
* lib/gdb.exp (gdb_expect): Fix timeout typo.

14 years ago * elfread.c (elf_symfile_segments): Do not warn about
Daniel Jacobowitz [Mon, 2 Nov 2009 17:16:14 +0000 (17:16 +0000)]
* elfread.c (elf_symfile_segments): Do not warn about
uninitialized sections outside of load segments.

14 years ago * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
Daniel Jacobowitz [Mon, 2 Nov 2009 15:59:01 +0000 (15:59 +0000)]
* gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.