OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
15 years ago bfd/
Nathan Sidwell [Wed, 27 May 2009 13:31:24 +0000 (13:31 +0000)]
bfd/
* elf32-ppc.c (ppc_elf_relax_section): Work with a partial
link.
* bout.c (b_out_bfd_relax_section): Reject relocatable links.
* elf32-m10300.c (mn10300_elf_relax_section): Likewise.
* elf32-avr.c (elf32_avr_relax_section): Likewise.
* elf32-frv.c (elf32_avr_relax_section): Likewise.
* elf32-xtensa.c (elf_xtensa_relax_section): Likewise.
* elf64-mmix.c (mmix_elf_relax_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_relax_section): Likewise.
* reloc.c (bfd_generic_relax_section): Likewise.
* reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
* vms.c (vms_bfd_relax_section): Likewise.

ld/
* ldmain.c (main): Don't reject --relax -r.
* ld.texinfo (PowerPC ELF32): Document behaviour of relaxing
partial links.

ld/testsuite/
* ld-powerpc/vxworks-relax-2.s: New.
* ld-powerpc/vxworks-relax-2.rd: New.
* ld-powerpc/powerpc.exp: Add it.

15 years ago* Makefile.tpl (all): Avoid harmless warning in make all when
Alexandre Oliva [Wed, 27 May 2009 07:30:42 +0000 (07:30 +0000)]
* Makefile.tpl (all): Avoid harmless warning in make all when
gcc-bootstrap is enabled but stage_last does not exist.
* Makefile.in: Rebuilt.

15 years ago[cgen/cpu]
DJ Delorie [Wed, 27 May 2009 01:49:46 +0000 (01:49 +0000)]
[cgen/cpu]

* cpu/mep-ivc2.cpu (h-ccr-ivc2): Enable for C3 slots, fix
accumulator names.
(f-ivc2-ccrn-c3hi): New.
(f-ivc2-ccrn-c3lo): New.
(f-ivc2-ccrn-c3): New.
(ivc2c3ccrn): Use it.

[sid/component/cgen-cpu/mep]

* mep-cop1-32-decode.cxx: Regenerate.
* mep-cop1-32-decode.h: Regenerate.
* mep-cop1-32-sem.cxx: Regenerate.
* mep-cop1-48-sem.cxx: Regenerate.

[opcodes]

* mep-asm.c: Regenerate.
* mep-desc.c: Regenerate.
* mep-desc.h: Regenerate.
* mep-dis.c: Regenerate.
* mep-ibld.c: Regenerate.
* mep-opc.c: Regenerate.
* mep-opc.h: Regenerate.

15 years agodaily update
Alan Modra [Wed, 27 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agoAdd missing ChangeLog entry in previous check-in
Doug Kwan [Tue, 26 May 2009 23:05:00 +0000 (23:05 +0000)]
Add missing ChangeLog entry in previous check-in

15 years ago2009-05-26 Doug Kwan <dougkwan@google.com>
Doug Kwan [Tue, 26 May 2009 22:52:56 +0000 (22:52 +0000)]
2009-05-26  Doug Kwan  <dougkwan@google.com>

        * options.cc (General_options::parse_exclude_libs).  Fix a comment.
        (General_options::check_excluded_libs): Strip off directories in
        archive name before matching like GNU ld does.
        * testsuite/Makefile.am (MOSTLYCLEANFILES,
        exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
        (exclude_libs_test_LDFLAGS): Add linker option
        -Wl,--exclude-libs,libexclude_libs_test_3
        (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
        an explicit archive without using -l.
        (alt/libexclude_libs_test_3.a): New make rule.
        * testsuite/Makefile.in: Regenerate.
        * testsuite/exclude_libs_test.c : Declare lib3_default().
        (main): Call it.
        * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
        * exclude_libs_test_3.c: New file.

15 years ago2009-05-26 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Tue, 26 May 2009 22:18:22 +0000 (22:18 +0000)]
2009-05-26  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (_bfd_elf_is_ifunc_symbol): New.

* elf32-i386.c (is_indirect_symbol): Renamed to ...
* elflink.c (_bfd_elf_is_ifunc_symbol): This.

* elf32-i386.c (allocate_dynrelocs): Updated.
(elf_i386_relocate_section): Likewise.
* elf64-x86-64.c (allocate_dynrelocs): Likewise.
(elf64_x86_64_relocate_section): Likewise.

* elf64-x86-64.c (is_indirect_symbol): Removed.

15 years agoUpdate Indonesian translations.
Nick Clifton [Tue, 26 May 2009 16:49:41 +0000 (16:49 +0000)]
Update Indonesian translations.
Update translation templates.

15 years ago PR 10143
Nick Clifton [Tue, 26 May 2009 15:35:37 +0000 (15:35 +0000)]
    PR 10143
        * config/bfin-parse.y (error): Use "%s" as format string for error
        message.

15 years ago * Makefile.am: Run "make dep-am".
Nick Clifton [Tue, 26 May 2009 14:12:03 +0000 (14:12 +0000)]
    * Makefile.am: Run "make dep-am".
        (AM_CPPFLAGS): New.
        (LIBDL): New.
        (ALL_MACHINES): Add cpu-plugin.lo.
        (ALL_MACHINES_CFILES): Add cpu-plugin.c.
        (BFD32_BACKENDS): Add plugin.lo.
        (BFD32_BACKENDS_CFILES): Add plugin.c.
        (libbfd_la_LIBADD): Add LIBDL
        * archures.c (bfd_architecture): Add bfd_arch_plugin.
        (bfd_plugin_arch): Declare.
        * bfd-in.h (BFD_SUPPORTS_PLUGINS): New.
        * bfd.c (bfd): Add plugin_data.
        * config.bfd: Handle the plugin target.
        * configure.in: Check for --enable-plugins.
        (LT_INIT): Use the dlopen option.
        * cpu-plugin.c: New.
        * plugin.c: New.
        * plugin.h: New.
        * targets.c (plugin_vec): Declare.
        (_bfd_target_vector): Add plugin_vec.
        * Makefile.in: Regenerate.
        * bfd-in2.h: Regenerate.
        * configure: Regenerate.
        * ar.c: Include plugin.h.
        (main): Handle the --plugin option.
        * nm.c: Include plugin.h.
        (OPTION_PLUGIN): New.
        (long_options): Add plugin.
        (main): Handle OPTION_PLUGIN.
        * NEWS: Mention  the new feature.
        * doc/binutils: Documement the new command line options.
        * configure.in: Check for --enable-plugins.
        * configure: Regenerate.

15 years ago * dep-in.sed: Output one filename per line with all lines having
Alan Modra [Tue, 26 May 2009 03:20:10 +0000 (03:20 +0000)]
* dep-in.sed: Output one filename per line with all lines having
continuation backslash.  Prefix first line with "A", following
lines with "B".
* Makefile.am (DEP): Don't use dep.sed here.
(DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
sort and uniq.
* Makefile.in: Regenerate.

15 years ago * dep-in.sed: Output one filename per line with all lines having
Alan Modra [Tue, 26 May 2009 03:19:50 +0000 (03:19 +0000)]
* dep-in.sed: Output one filename per line with all lines having
continuation backslash.  Prefix first line with "A", following
lines with "B".
* Makefile.am (DEP): Don't use dep.sed here.
(DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
sort and uniq.
(DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
Emit multi dependencies on one line.
* Makefile.in: Regenerate.

15 years ago * dep-in.sed: Don't modify .o to .lo here. Output one filename
Alan Modra [Tue, 26 May 2009 03:19:28 +0000 (03:19 +0000)]
* dep-in.sed: Don't modify .o to .lo here.  Output one filename
per line with all lines having continuation backslash.  Prefix
first line with "A", following lines with "B".
* Makefile.am (DEP): Don't use dep.sed here.
(DEP1): Run $MKDEP on single files, modify .o to .lo here.  Use
dep.sed here on dependencies, sort and uniq.
* Makefile.in: Regenerate.

15 years ago * ldlang.c (lang_check_section_addresses): Ignore non-alloc sections.
Alan Modra [Tue, 26 May 2009 01:20:39 +0000 (01:20 +0000)]
* ldlang.c (lang_check_section_addresses): Ignore non-alloc sections.

15 years agodaily update
Alan Modra [Tue, 26 May 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 13:31:05 +0000 (13:31 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* setup.com: Complete the file with configuration and build.

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 13:27:56 +0000 (13:27 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* makefile.vms: New file to compile gas on VMS.

* configure.com: New file to do configuration on VMS with DCL.

15 years ago(Fix date for):
Tristan Gingold [Mon, 25 May 2009 13:24:13 +0000 (13:24 +0000)]
(Fix date for):
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* makefile.vms: New file to compile gas on VMS.

* configure.com: New file to do configuration on VMS with DCL.

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 13:11:33 +0000 (13:11 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* makefile.vms: New file to compile gas on VMS.

* configure.com: New file to do configuration on VMS with DCL.

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 13:04:40 +0000 (13:04 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
FOPEN_AUB): Use "rfm=udf,rat=none" attribute.

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 13:03:24 +0000 (13:03 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* makefile.vms-in: Fix CFLAGS, add addr2line.exe target.

* configure.com: Fix it: handle alloca and define TARGET in config.h.

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 12:43:48 +0000 (12:43 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* makefile.vms (OPT): New variable.
(CFLAGS): Update compilation flags.

15 years ago2009-05-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 25 May 2009 12:41:46 +0000 (12:41 +0000)]
2009-05-25  Tristan Gingold  <gingold@adacore.com>

* makefile.vms: Add verilog.obj to object list OBJS.

15 years agodaily update
Alan Modra [Mon, 25 May 2009 00:00:09 +0000 (00:00 +0000)]
daily update

15 years ago * bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory
Alan Modra [Sun, 24 May 2009 11:47:27 +0000 (11:47 +0000)]
   * bfdio.c (bfd_seek): Formatting.  Ensure newly allocated memory
       for BFD_IN_MEMORY is cleared.
       (bfd_bwrite): Zero excess memory allocated.

15 years agodaily update
Alan Modra [Sun, 24 May 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years agogas/
Richard Sandiford [Sat, 23 May 2009 08:28:22 +0000 (08:28 +0000)]
gas/
* config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
(nops_for_insn): Likewise.

gas/testsuite/
* gas/mips/vr4130.s, gas/mips/vr4130.d: Expect part A to have nops.

15 years agogas/testsuite/
Richard Sandiford [Sat, 23 May 2009 08:24:52 +0000 (08:24 +0000)]
gas/testsuite/
* gas/mips/align.d: Use an nm test rather than an objdump one.

15 years agodaily update
Alan Modra [Sat, 23 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago * testsuite/Makefile.am: Add -ffunction-sections to compile
Sriraman Tallam [Fri, 22 May 2009 20:27:52 +0000 (20:27 +0000)]
* testsuite/Makefile.am: Add -ffunction-sections to compile
gc_comdat_test files.  Add -Wl,--gc-sections to build
gc_comdat_test.
* testsuite/Makefile.in: Regenerate.
* testsuite/gc_comdat_test.sh: Fix the condition around grep.

15 years ago * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
Sriraman Tallam [Fri, 22 May 2009 18:31:22 +0000 (18:31 +0000)]
* object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
kept comdat section was garbage collected.
* testsuite/Makefile.am: Add test gc_comdat_test.sh.
* testsuite/Makefile.in: Regenerate.
* testsuite/gc_comdat_test.sh: New file.
* testsuite/gc_comdat_test_1.cc: New file.
* testsuite/gc_comdat_test_2.cc: New file.

15 years agogas/
H.J. Lu [Fri, 22 May 2009 18:11:59 +0000 (18:11 +0000)]
gas/

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

* symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.

gas/testsuite/gas/

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

* gas/elf/ifunc-1.d: New.
* gas/elf/ifunc-1.s: Likewise.

* gas/elf/elf.exp: Run ifunc-1.

15 years agoFix a typo.
H.J. Lu [Fri, 22 May 2009 17:55:55 +0000 (17:55 +0000)]
Fix a typo.

15 years agoAdd missing ChangeLog entries.
H.J. Lu [Fri, 22 May 2009 17:55:07 +0000 (17:55 +0000)]
Add missing ChangeLog entries.

15 years ago[cgen]
DJ Delorie [Fri, 22 May 2009 17:37:45 +0000 (17:37 +0000)]
[cgen]

* cpu/mep.opc (mep_examine_ivc2_insns): Fix bug in ivc2 decoder.
(mep_config_map): Regenerate.

* cpu/mep-ivc2.cpu (h-ccr-ivc2): Add generic names as well as
ivc2-specific names.
(simm8p20): New.
(cmovc): move to after field definitions, use ivc2-specific
register names.
(cpmovi_b_P0S_P1): New.

[utils/mep]

* mepcfgtool.c (do_cgen_config_opc): Propagate endianness and VLIW
size to default configuration.

[sid/component/cgen-cpu/mep]

* mep-cop1-16-decode.cxx: Regenerate.
* mep-cop1-16-decode.h: Regenerate.
* mep-cop1-16-model.cxx: Regenerate.
* mep-cop1-16-model.h: Regenerate.
* mep-cop1-16-sem.cxx: Regenerate.
* mep-cop1-64-decode.cxx: Regenerate.
* mep-cop1-64-decode.h: Regenerate.
* mep-cop1-64-model.cxx: Regenerate.
* mep-cop1-64-model.h: Regenerate.
* mep-cop1-64-sem.cxx: Regenerate.

[opcodes]

* mep-asm.c: Regenerate.
* mep-desc.c: Regenerate.
* mep-desc.h: Regenerate.
* mep-dis.c: Regenerate.
* mep-ibld.c: Regenerate.
* mep-opc.c: Regenerate.
* mep-opc.h: Regenerate.

15 years ago<gas changes>
Dwarakanath Rajagopal [Fri, 22 May 2009 15:57:25 +0000 (15:57 +0000)]
<gas changes>
2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>

* config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
(build_modrm_byte): Remove DREX handling support.
(DREX_*): Delete.
(drex_byte): Delete.
(md_assemble): Remove DREX handling support.
(process_operands): Remove DREX, SSE5 support.
(i386_insn): Remove DREX.

<gas/testsuite changes>
2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>

* gas/i386/i386.exp: Remove SSE5 tests.
* gas/i386/x86-64-sse5.s: Delete. Remove SSE5 tests.
* gas/i386/x86-64-sse5.d: Ditto.
* gas/i386/arch-10-1.l: Remove SSE5 tests.
* gas/i386/arch-10-2.l: Ditto.
* gas/i386/arch-10-3.l: Ditto.
* gas/i386/arch-10-4.l: Ditto.
* gas/i386/arch-10.d: Ditto.
* gas/i386/arch-10.s: Ditto.
* gas/i386/arch-4.s: Delete. Remove SSE5 tests.
* gas/i386/arch-4.d: Ditto.
* gas/i386/arch-8.s: Ditto.
* gas/i386/arch-8.d: Ditto.
* gas/i386/arch-2.s: Remove SSE5 tests.
* gas/i386/arch-2.d: Remove SSE5 tests.
* gas/i386/x86-64-arch-2.s: Ditto.

<opcodes changes>
2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>

* i386-opc.h (Cpusse5): Delete.
(i386_cpu_flags): Delete.
* i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
* i386-opc.tbl: Remove SSE5 instructions.
* i386-tbl.h: Regenerate.
* i386-init.h: Regenerate.
* i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
(print_drex_arg): Delete.
(OP_DREX4): Delete.
(OP_DREX3): Delete.
(OP_DREX_ICMP): Delete.
(OP_DREX_FCMP): Delete.
(DREX_*): Delete.
(THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.

15 years ago * ld-scripts/rgn-over7.d: Adjust expected message for recent change.
Hans-Peter Nilsson [Fri, 22 May 2009 15:54:36 +0000 (15:54 +0000)]
* ld-scripts/rgn-over7.d: Adjust expected message for recent change.

15 years ago ld/
Julian Brown [Fri, 22 May 2009 11:58:45 +0000 (11:58 +0000)]
ld/
    * emultempl/armelf.em (fix_cortex_a8): New.
    (arm_elf_before_allocation): Call bfd_elf32_arm_set_cortex_a8_fix.
    (arm_elf_create_output_section_statements): Add fix_cortex_a8 to
    bfd_elf32_arm_set_target_relocs.
    (OPTION_FIX_CORTEX_A8, OPTION_NO_FIX_CORTEX_A8): New.
    (PARSE_AND_LIST_LONGOPTS): Add [no-]fix-cortex-a8 options.
    (PARSE_AND_LIST_OPTIONS): Add [no-]fix-cortex-a8 options.
    (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_[NO_]FIX_CORTEX_A8.
    * ld.texinfo (--[no-]fix-cortex-a8): Briefly document new options.

    bfd/
    * elf32-arm.c (THUMB16_BCOND_INSN, THUMB32_INSN, THUMB32_B_INSN):
    New macros.
    (elf32_arm_stub_a8_veneer_b_cond, elf32_arm_stub_a8_veneer_b)
    (elf32_arm_stub_a8_veneer_blx): New stub sequences.
    (elf32_arm_stub_type): Add arm_stub_a8_veneer_b_cond,
    arm_stub_a8_veneer_b and arm_stub_a8_veneer_blx.
    (elf32_arm_stub_hash_entry): Add target_addend, orig_insn fields.
    (a8_erratum_fix, a8_erratum_reloc): New structs.
    (elf32_arm_link_hash_table): Add a8_erratum_fixes,
    num_a8_erratum_fixes, fix_cortex_a8 fields.
    (elf32_arm_link_hash_table_create): Zero fix_cortex_a8.
    (elf32_arm_add_stub): Split into two parts, creating...
    (elf32_arm_create_or_find_stub_sec): New function.
    (elf32_arm_final_link_relocate): Add forward declaration.
    (arm_build_one_stub): Add support for THUMB32_TYPE, Thumb-2
    relocations, multiple relocations per stub.
    (find_stub_size_and_template): New (using parts of
    arm_size_one_stub).
    (arm_size_one_stub): Use find_stub_size_and_template.
    (a8_reloc_compare): New.
    (find_thumb_glue): Add forward declaration.
    (cortex_a8_erratum_scan): New.
    (elf32_arm_size_stubs): Add Cortex-A8 erratum workaround support.
    (bfd_elf32_arm_set_cortex_a8_fix): New.
    (bfd_elf32_arm_set_target_relocs): Add fix_cortex_a8 argument.
    (arm_map_one_stub): Add THUMB32_TYPE support.
    (a8_branch_to_stub_data): New.
    (make_branch_to_a8_stub): New.
    (elf32_arm_write_section): Add Cortex-A8 erratum workaround support.
    * bfd-in.h (bfd_elf32_arm_set_cortex_a8_fix): New.
    (bfd_elf32_arm_set_target_relocs): Add argument for controlling
    Cortex-A8 erratum workaround.
    * bfd-in2.h: Regenerate.

    ld/testsuite/
    * ld-arm/cortex-a8-arm-target.s: New.
    * ld-arm/cortex-a8-thumb-target.s: New.
    * ld-arm/cortex-a8-fix-b-rel.s: New.
    * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
    * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-b.s: New.
    * ld-arm/cortex-a8-fix-b.d: New.
    * ld-arm/cortex-a8-fix-bl-rel.s: New.
    * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
    * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-bl.s: New.
    * ld-arm/cortex-a8-fix-bl.d: New.
    * ld-arm/cortex-a8-fix-bcc-rel.s: New.
    * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-bcc.s: New.
    * ld-arm/cortex-a8-fix-bcc.d: New.
    * ld-arm/cortex-a8-fix-blx-rel.s: New.
    * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
    * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-blx.s: New.
    * ld-arm/cortex-a8-fix-blx.d: New.
    * ld-arm/arm-elf.exp: Add new tests.

15 years ago * ldlang.c (lang_check_section_addresses): Ignore non-loadable
Nathan Sidwell [Fri, 22 May 2009 11:27:44 +0000 (11:27 +0000)]
* ldlang.c (lang_check_section_addresses): Ignore non-loadable
sections when checking for overlap.  Clarify error message
concerns load address.

testsuite/
* ld-scripts/rgn-at4.t: New.
* ld-scripts/rgn-at4.d: New.

15 years agoRun "make dep-am" and regenerate
Alan Modra [Fri, 22 May 2009 09:33:16 +0000 (09:33 +0000)]
Run "make dep-am" and regenerate

15 years agodaily update
Alan Modra [Fri, 22 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago * ld-pe/aligncomm-1.c (_alloca): Add dummy definition to
Dave Korn [Thu, 21 May 2009 16:28:45 +0000 (16:28 +0000)]
* ld-pe/aligncomm-1.c (_alloca):  Add dummy definition to
satisfy final link on Windows targets when using gcc-3.
* ld-pe/aligncomm-2.c (_alloca):  Likewise.
* ld-pe/aligncomm-3.c (_alloca):  Likewise.
* ld-pe/aligncomm-4.c (_alloca):  Likewise.

15 years ago * elflink.c (elf_link_input_bfd): Correct *pindex change in last
Alan Modra [Thu, 21 May 2009 14:32:29 +0000 (14:32 +0000)]
* elflink.c (elf_link_input_bfd): Correct *pindex change in last
commit.

15 years ago * elf-bfd.h (struct elf_backend_data
Alan Modra [Thu, 21 May 2009 14:15:50 +0000 (14:15 +0000)]
* elf-bfd.h (struct elf_backend_data
<elf_backend_link_output_symbol_hook>): Return an int.
* elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
symbols on deleted .opd entries.
* elflink.c (elf_link_output_sym): Return without outputting sym
if output_symbol_hook returns 2.
(elf_link_output_extsym): Don't assign h->indx when symbol discarded.
Abort if we must not discard sym.
(elf_link_input_bfd): Similarly, don't set finfo->indices for
local syms.
(bfd_elf_final_link): Adjust elf_link_output_sym calls.
* elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Adjust for
elf_backend_link_output_symbol_hook return type change.
* elf32-arm.c (output_arch_syminfo): Likewise.
(elf32_arm_output_map_sym, elf32_arm_output_stub_sym): Likewise.
(elf32_arm_output_arch_local_syms): Likewise.
* elf32-cr16c.c (elf32_cr16c_link_output_symbol_hook): Likewise.
* elf32-score.c (s3_bfd_score_elf_link_output_symbol_hook): Likewise.
(bfd_score_elf_link_output_symbol_hook): Likewise.
* elf32-score.h (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
* elf32-score7.c (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
* elf32-sh64.c (sh64_elf_link_output_symbol_hook): Likewise.
* elf32-spu.c (spu_elf_output_symbol_hook): Likewise.
* elf32-v850.c (v850_elf_link_output_symbol_hook): Likewise.
* elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Likewise.
* elf64-mmix.c (mmix_elf_link_output_symbol_hook): Likewise.
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Likewise.
* elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
* elfxx-mips.c (_bfd_mips_elf_link_output_symbol_hook): Likewise.
* elfxx-mips.h (_bfd_mips_elf_link_output_symbol_hook): Likewise.

15 years ago * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
Alan Modra [Thu, 21 May 2009 13:49:11 +0000 (13:49 +0000)]
* elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
out of range .opd symbols.

15 years ago * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not
Dave Korn [Thu, 21 May 2009 12:52:37 +0000 (12:52 +0000)]
* coffgen.c (coff_print_symbol):  Use bfd_fprintf_vma, not
fprintf_vma directly.
* peXXigen.c (pe_print_edata):  Likewise.
(pe_print_pdata):  Likewise.
(_bfd_XX_print_ce_compressed_pdata):  Likewise.
(_bfd_XX_print_private_bfd_data_common):  Likewise.

15 years agoMissed from my 2009-04-16 commit
Alan Modra [Thu, 21 May 2009 06:13:28 +0000 (06:13 +0000)]
Missed from my 2009-04-16 commit

15 years agodaily update
Alan Modra [Thu, 21 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agoReformat.
H.J. Lu [Wed, 20 May 2009 16:03:42 +0000 (16:03 +0000)]
Reformat.

15 years agoCorrect ChangeLog entry.
H.J. Lu [Wed, 20 May 2009 16:02:54 +0000 (16:02 +0000)]
Correct ChangeLog entry.

15 years ago2009-05-20 Kai Tietz <kai.tietz@onevision.com>
H.J. Lu [Wed, 20 May 2009 13:48:16 +0000 (13:48 +0000)]
2009-05-20  Kai Tietz  <kai.tietz@onevision.com>
    H.J. Lu  <hongjiu.lu@intel.com>

* config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
(TARGET_FORMAT): Removed for x86 pe-coff.
(COFF_TARGET_FORMAT): Likewise.

* config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
(md_parse_option): Likewise.
(md_show_usage): Show option --32/--64 for x86 pe-coff.
(i386_target_format): Use also for x86 pe-coff.

* config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
for x86 pe-coff.

15 years ago * lib/ld-lib.exp (run_ld_link_tests): Filter test names against
Dave Korn [Wed, 20 May 2009 13:40:38 +0000 (13:40 +0000)]
* lib/ld-lib.exp (run_ld_link_tests):  Filter test names against
runtests list.

15 years agodaily update
Alan Modra [Wed, 20 May 2009 00:00:09 +0000 (00:00 +0000)]
daily update

15 years ago* mep-asm.c: Regenerate.
DJ Delorie [Tue, 19 May 2009 23:35:47 +0000 (23:35 +0000)]
* mep-asm.c: Regenerate.
* mep-opc.c: Regenerate.

15 years ago* config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
DJ Delorie [Tue, 19 May 2009 23:31:33 +0000 (23:31 +0000)]
* config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
(mep_process_saved_insns): Remove debugging printfs.

15 years ago2009-05-19 Doug Kwan <dougkwan@google.com>
Cary Coutant [Tue, 19 May 2009 22:14:17 +0000 (22:14 +0000)]
2009-05-19  Doug Kwan  <dougkwan@google.com>

* archive.cc (Archive::Archive): Move constructor from archive.h
to here.  Initialize no_export_.
(Archive::get_elf_object_for_member): Set no_export flag of object.
* archive.h (Archive::Archive): Move constructor body to
archive.cc.
(Archive::no_export): New method.
(Archive::no_export_): New field.
* object.h (Object::Object): Initialize no_export_ to false.
(Object::no_export, Object::set_no_export): New methods.
(Object::no_export_): New field.
* options.cc (General_options::parse_exclude_libs): New method.
(General_options::check_excluded_libs) Same.
* options.h (exclude_libs): New option.
(General_options::check_excluded_libs): New method declaration.
(General_options::excluded_libs_): New field.
* symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
default or protected visibility if an object has no-export flag set.
testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
(check_SCRIPTS): Add exclude_libs_test.sh.
(check_DATA): Add exclude_libs_test.syms.
(MOSTLYCLEANFILES): Add exclude_libs_test.syms,
libexclude_libs_test_1.a and libexclude_libs_test_2.a.
(exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
(exclude_libs_test.syms, libexclude_libs_test_1.a,
libexclude_libs_test_2.a): New rules.
* testsuite/Makefile.in: Regenerate.
* testsuite/exclude_libs_test.c: New file.
* testsuite/exclude_libs_test.sh: Ditto.
* testsuite/exclude_libs_test_1.c: Ditto.
* testsuite/exclude_libs_test_2.c: Ditto.

15 years ago==> bfd/ChangeLog <==
Dave Korn [Tue, 19 May 2009 16:08:08 +0000 (16:08 +0000)]
==> bfd/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

* cofflink.c (process_embedded_commands):  Ignore "-aligncomm".

==> gas/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

* NEWS:  Mention new feature.
* config/obj-coff.c (obj_coff_common_parse):  New function.
(obj_coff_comm):  Likewise.
(coff_pseudo_table):  Override default ".comm" definition on PE.
* doc/as.texinfo:  Document new feature.

==> gas/testsuite/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

* gas/pe/:  New directory for PE format-specific tests.
* gas/pe/aligncomm-a.d:  New test pattern file.
* gas/pe/aligncomm-a.s:  New test source file.
* gas/pe/aligncomm-b.d:  New test pattern file.
* gas/pe/aligncomm-b.s:  New test source file.
* gas/pe/aligncomm-c.d:  New test pattern file.
* gas/pe/aligncomm-c.s:  New test source file.
* gas/pe/aligncomm-d.d:  New test pattern file.
* gas/pe/aligncomm-d.s:  New test source file.
* gas/pe/pe.exp:  New test control script.
* lib/gas-defs.exp (is_pecoff_format):  New function.

==> ld/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

* NEWS:  Mention new feature.
* deffile.h (def_file_aligncomm):  Add new struct definition.
(def_file):  Add new def_file_aligncomm member.
* deffilep.y (%token):  Add new ALIGNCOMM token.
(command):  Add production rule for ALIGNCOMM.
(def_file_free):  Free any chained def_file_aligncomm structs.
(diropts[]):  Add entry for '-aligncomm' .drectve command.
(def_aligncomm):  New grammar function.
* ld.texinfo:  Document new feature.
* pe-dll.c (process_def_file):  Rename from this ...
(process_def_file_and_drectve):  ... to this, updating all callers,
and process any aligncomms chained to the def file after scanning
all .drectve sections.
(generate_edata):  Updated to match.
(pe_dll_build_sections):  Likewise.

==> ld/testsuite/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

* ld-pe/aligncomm-1.c:  New test source file.
* ld-pe/aligncomm-2.c:  Likewise.
* ld-pe/aligncomm-3.c:  Likewise.
* ld-pe/aligncomm-4.c:  Likewise.
* ld-pe/aligncomm.d:  New test pattern file.

* ld-pe/direct.exp:  Deleted, and content moved into ...
* ld-pe/pe-run.exp:  ... New common file for all PE run tests.

* ld-pe/vers-script.exp:  Deleted, and content merged into ...
* ld-pe/pe-compile.exp:  ... New common file for PE tests needing
a compiler, adding aligned common tests.

* ld-pe/pe.exp:  Update header comment.

15 years agomerge from gcc
DJ Delorie [Tue, 19 May 2009 03:02:30 +0000 (03:02 +0000)]
merge from gcc

15 years agoPR other/40159
Alexandre Oliva [Tue, 19 May 2009 01:11:12 +0000 (01:11 +0000)]
PR other/40159
* Makefile.tpl (all): Don't assume gcc-bootstrap and
gcc-no-bootstrap are mutually exclusive.
* Makefile.in: Rebuilt.

15 years agoPR other/40159
Alexandre Oliva [Tue, 19 May 2009 00:01:50 +0000 (00:01 +0000)]
PR other/40159
* Makefile.tpl (all): Don't end with unconditional success.
* Makefile.in: Rebuilt.

15 years agodaily update
Alan Modra [Tue, 19 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agoCorrect the last ChangeLog entry.
H.J. Lu [Mon, 18 May 2009 18:01:02 +0000 (18:01 +0000)]
Correct the last ChangeLog entry.

15 years agogdb/
Jon Beniston [Mon, 18 May 2009 13:25:34 +0000 (13:25 +0000)]
gdb/
2009-05-18  Jon Beniston <jon@beniston.com>

        * MAINTAINERS: Add lm32 target.
        * Makefile.in: Add lm32 dependencies.
        * NEWS: Indicate lm32 is a new target.
        * configure.tgt: Add lm32 targets.
        * lm32-tdep.c: New file.

gdb/testsuite
2009-05-18  Jon Beniston <jon@beniston.com>

        * gdb.asm/asm-source.exp: Add lm32 target.

include/gdb/
2009-05-18  Jon Beniston <jon@beniston.com>

        * sim-lm32.h: New file.

sim/
2009-05-18  Jon Beniston <jon@beniston.com>

        * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
        * configure.ac: Add lm32 target.
        * lm32: New directory.

sim/common
2009-05-18  Jon Beniston <jon@beniston.com>

        * gennltvals.sh: Add lm32 target.
        * nltvals.def: Add lm32 syscall definitions.

sim/lm32/
2009-05-18  Jon Beniston <jon@beniston.com>

        * Makefile.in: New file.
        * arch.c: New file.
        * arch.h: New file.
        * config.in: New file.
        * configure: New file.
        * configure.ac: New file.
        * cpu.c: New file.
        * cpu.h: New file.
        * cpuall.h: New file.
        * decode.c: New file.
        * decode.h: New file.
        * dv-lm32cpu.c: New file.
        * dv-lm32timer.c: New file.
        * dv-lm32uart.c: New file.
        * lm32.c: New file.
        * lm32-sim.h: New file.
        * mloop.in: New file.
        * model.c: New file.
        * sem.c: New file.
        * sem-switch.c: New file.
        * sim-if.c: New file.
        * sim-main.c: New file.
        * tconfig.in: New file.
        * traps.c: New file.
        * user.c: New file.

15 years agodaily update
Alan Modra [Mon, 18 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago2009-05-17 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Sun, 17 May 2009 20:09:02 +0000 (20:09 +0000)]
2009-05-17  Kai Tietz  <kai.tietz@onevision.com>

        * config/obj-coff.c (obj_coff_section): Add 'y' as
        specifier for SEC_COFF_NOREAD section flag.
        * doc/as.texinfo: Add documentation about .section flag 'y'.

15 years ago libiberty/
Julian Brown [Sun, 17 May 2009 13:12:28 +0000 (13:12 +0000)]
libiberty/
* pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
standard handles (stdin, stdout, stderr) in parent.

15 years agoCommitted on behalf of
Dave Korn [Sun, 17 May 2009 05:10:21 +0000 (05:10 +0000)]
Committed on behalf of

  2008-08-07  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>

ld/ChangeLog:

* pe-dll.c (process_def_file): Do not create empty export table.

ld/testsuite/ChangeLog:

* ld-pe/exports.d: New file.
* ld-pe/exports.s: New file.
* ld-pe/pe.exp: New test for empty export table.

15 years agodaily update
Alan Modra [Sun, 17 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agotypo fix
Alan Modra [Sat, 16 May 2009 03:22:28 +0000 (03:22 +0000)]
typo fix

15 years ago * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
Alan Modra [Sat, 16 May 2009 01:56:44 +0000 (01:56 +0000)]
* ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
* ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
* ld-elf/orphan3f.s: Increase section size to 16.
* ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
* ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.

15 years agodaily update
Alan Modra [Sat, 16 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago * configure.ac: Check for declarations for cases where libiberty.h
Ian Lance Taylor [Fri, 15 May 2009 18:32:13 +0000 (18:32 +0000)]
* configure.ac: Check for declarations for cases where libiberty.h
checks HAVE_DECL_xxx.
* configure, config.in: Rebuild.

15 years ago * gold.h (Incremental_argument_list): Remove (invalid) forward
Ian Lance Taylor [Fri, 15 May 2009 17:01:04 +0000 (17:01 +0000)]
* gold.h (Incremental_argument_list): Remove (invalid) forward
declaration.
* incremental.cc (Incremental_inputs::report_achive): New method.
(Incremental_inputs::report_object): New method.
(Incremental_inputs::report_script): New method.
(Incremental_inputs::finalize_inputs): New method.
(Incremental_inputs::finalize): Call finalize_inputs().
(Incremental_inputs::sized_create_incremental_inputs_section_data):
Create inputs entries.
* incremental.h (Incremental_input_type): New enum.
(Incremental_inputs::Incremental_input): Initialize new fields.
(Incremental_inputs::report_inputs): New method.
(Incremental_inputs::report_achive): New method.
(Incremental_inputs::report_object): New method.
(Incremental_inputs::report_script): New method.
(Incremental_inputs::finalize_inputs): New method.
(Incremental_inputs::Input_info): New struct.
(Incremental_inputs::Input_info_map): New typedef.
(Incremental_inputs::lock_): New field.
(Incremental_inputs::Inputs_): New field.
(Incremental_inputs::Inputs_map): New field.
* main.cc (main): Call Incremental_input::report_inputs.
* options.h (Input_argument_list): Typedef moved from
Input_arguments.
(Input_file_group::Files): Remove, use ::Input_argument_list.
(Input_file_group::Input_argument_list): Remove, use
::Input_argument_list.
* plugin.cc (Plugin_manager::add_input_file): Add error in
incremental build.
* read_syms.cc (do_read_syms): Call Incremental_input::report_*
functions.
* script.cc (read_input_script): Call
Incremental_input::report_script.
* script.h (Script_info): New class.

15 years agold/
Alan Modra [Fri, 15 May 2009 14:22:36 +0000 (14:22 +0000)]
ld/
* ldlang.c (lang_output_section_statement_lookup): Add function
comment.  Make "name" non-const.  Ensure duplicate entries use
the same string, allowing simple comparison in hash bucket loop.
Tweak constraint check.
(next_matching_output_section_statement): New function.
* ldlang.h (lang_output_section_statement_lookup): Update.
(next_matching_output_section_statement): Declare.
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
combine orphan sections when input sections flags differ in
alloc or load.
* emultempl/pe.em: Formatting throughout.
(gld${EMULATION_NAME}_place_orphan): As for elf32.em.
* emultempl/pep.em: Formatting throughout.
(gld${EMULATION_NAME}_place_orphan): As for elf32.em.
ld/testsuite/
* ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
* ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
* ld-elf/orphan3f.s: New test.
* ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
* ld-pe/orphand.s, * ld-pe/orphane.s: New test.
* ld-pe/direct.exp: Use is_pecoff_format.
* ld-pe/longsecn.exp: Delete.
* ld-pe/pe.exp: Run new test and longsecn tests.

15 years ago2009-05-15 Andrew Stubbs <ams@codesourcery.com>
Paul Brook [Fri, 15 May 2009 00:08:12 +0000 (00:08 +0000)]
2009-05-15  Andrew Stubbs  <ams@codesourcery.com>
Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (elf32_arm_fix_exidx_coverage): Don't attempt to
fix discarded sections.

ld/testsuite/
* ld-arm/arm-elf.exp: Add unwind-5.
* ld-arm/discard-unwind.ld: New file.
* ld-arm/unwind-5.d: New test.
* ld-arm/unwind-5.s: New test.

15 years agodaily update
Alan Modra [Fri, 15 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago * elf32-spu.c (mark_overlay_section): Move .init and .fini
Ulrich Weigand [Thu, 14 May 2009 17:56:56 +0000 (17:56 +0000)]
* elf32-spu.c (mark_overlay_section): Move .init and .fini
sections into the software icache.

15 years agobfd/
Ulrich Weigand [Thu, 14 May 2009 16:56:09 +0000 (16:56 +0000)]
bfd/
* elf32-spu.c (build_stub): Always build "compact" sofware
i-cache stubs.

ld/
* emultempl/spuelf.em (PARSE_AND_LIST_ARGS_CASES): Always use
compact stubs with software i-cache.

ld/testsuite/
* ld-spu/icache1.d: Update for compact stubs.

15 years agobfd/
Ulrich Weigand [Thu, 14 May 2009 16:04:02 +0000 (16:04 +0000)]
bfd/
* elf32-spu.c (struct spu_link_hash_table): Add fromelem_size_log2.
(spu_elf_setup): Initialize it.
(spu_elf_size_stubs): Move .ovtab into .bss for software i-cache.
Update to new-sytle cache manager data structures.
(spu_elf_build_stubs): Generate new-style cache manager data
structures and symbols.
(spu_elf_auto_overlay): Update size computation.

ld/testsuite/
* ld-spu/icache1.d: Update all addresses to accomodate icache
buffer shifted down 0x800 bytes.

15 years agobfd/
Ulrich Weigand [Thu, 14 May 2009 15:26:36 +0000 (15:26 +0000)]
bfd/
* elf32-spu.c (spu_elf_modify_segment_map): Move all PF_OVERLAY
segments first amongst the program headers.

ld/testsuite/
* ld-spu/icache.d: Update file offsets.
* ld-spu/ovl.d: Likewise.
* ld-spu/ovl1.d: Likewise.

15 years ago * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
Ulrich Weigand [Thu, 14 May 2009 14:42:36 +0000 (14:42 +0000)]
* elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
into addresses for relocation types that look at high bits.  Remove
special handling of relocation overflow warnings.

15 years ago * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
Ulrich Weigand [Thu, 14 May 2009 14:40:57 +0000 (14:40 +0000)]
* elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
control flow graph between fragments of a function.

15 years ago * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
Ulrich Weigand [Thu, 14 May 2009 14:39:04 +0000 (14:39 +0000)]
* elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
generate only a 16-byte .toe section.
(spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.

15 years agobfd/
Alan Modra [Thu, 14 May 2009 04:30:03 +0000 (04:30 +0000)]
bfd/
* elf32-spu.c (spu_elf_size_stubs): Split out section placement to..
(spu_elf_place_overlay_data): ..here.  New function.
* elf32-spu.h (spu_elf_place_overlay_data): Declare.
ld/
* emultempl/spuelf.em (spu_before_allocation): Call
spu_elf_place_overlay_data.
ld/testsuite/
* ld-spu/icache1.d: Update for changed overlay manager placement.
* ld-spu/ovl.d: Likewise.
* ld-spu/ovl2.d: Likewise.

15 years ago * ldlang.c (lang_insert_orphan): Add __start_<section> symbol
Alan Modra [Thu, 14 May 2009 02:21:45 +0000 (02:21 +0000)]
* ldlang.c (lang_insert_orphan): Add __start_<section> symbol
assignment inside output section statement.  Ensure only one
set of symbols per output section.
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add non-
dollar sections before dollar sections.  Correct add_child
list insertion.
* emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.

15 years agodaily update
Alan Modra [Thu, 14 May 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago* cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
DJ Delorie [Wed, 13 May 2009 21:41:38 +0000 (21:41 +0000)]
* cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.

15 years ago * elf32-arm.c: Move sysdep.h to start of file.
Andrew Jenner [Wed, 13 May 2009 16:46:42 +0000 (16:46 +0000)]
 * elf32-arm.c: Move sysdep.h to start of file.

15 years ago * config/tc-arm.c: Move as.h to start of file.
Andrew Jenner [Wed, 13 May 2009 16:44:56 +0000 (16:44 +0000)]
* config/tc-arm.c: Move as.h to start of file.

15 years agodaily update
Alan Modra [Wed, 13 May 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years agoChangeLog:
Alexandre Oliva [Tue, 12 May 2009 18:16:01 +0000 (18:16 +0000)]
ChangeLog:
PR target/37137
* Makefile.def (flags_to_pass): Remove redundant and incomplete
STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
Add FLAGS_FOR_TARGET and BUILD_CONFIG.
(bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
stage_configureflags, stage_cflags and stage_libcflags into
explicit Makefile macros.
* Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
GFORTRAN.
(POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
CC.  Set CC_FOR_BUILD from CC.
(BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
and GFORTRAN.
(TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
(_LIBCFLAGS): Renamed to _TFLAGS.
(do-compare-debug, do-compare3-debug): Drop.
(CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
(FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
(XGCC_FLAGS_FOR_TARGET): New.
(BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
(EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
(POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
TFLAGS.
(BUILD_CONFIG): Include if requested.
(all): Set TFLAGS on bootstrap.
(configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
(all-stageid-prefixmodule): Likewise.
(do-clean, distclean-stageid): Set TFLAGS.
(restrap): Fix whitespace.
* Makefile.in: Rebuilt.
config/ChangeLog:
* multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
* mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
* bootstrap-O1.mk: New.
* bootstrap-O3.mk: New.
* bootstrap-debug.mk: New.

15 years ago * objcopy.c (set_long_section_mode): Check input_bfd is coff
Alan Modra [Tue, 12 May 2009 09:07:37 +0000 (09:07 +0000)]
* objcopy.c (set_long_section_mode): Check input_bfd is coff
before accessing coff specific fields of bfd.

15 years agodaily update
Alan Modra [Tue, 12 May 2009 00:00:39 +0000 (00:00 +0000)]
daily update

15 years ago * elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
Alan Modra [Mon, 11 May 2009 09:40:52 +0000 (09:40 +0000)]
* elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
start of overlays.
(spu_elf_build_stubs): Don't define __icache_tagbase.  Define
__icache_tag_array and __icache_tag_array_size.

15 years agodaily update
Alan Modra [Mon, 11 May 2009 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agoRemove unnecessary ATTRIBUTE_UNUSED
Alan Modra [Sun, 10 May 2009 23:33:50 +0000 (23:33 +0000)]
Remove unnecessary ATTRIBUTE_UNUSED

15 years agodaily update
Alan Modra [Sun, 10 May 2009 00:00:09 +0000 (00:00 +0000)]
daily update

15 years ago * MAINTAINERS: Add myself as PE/COFF co-maintainer.
Dave Korn [Sat, 9 May 2009 15:55:07 +0000 (15:55 +0000)]
* MAINTAINERS:  Add myself as PE/COFF co-maintainer.

15 years ago2009-05-08 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Fri, 8 May 2009 08:48:45 +0000 (08:48 +0000)]
2009-05-08  Kai Tietz  <kai.tietz@onevision.com>

        * winduni.c (iconv_onechar): Only define when HAVE_ICONV
        is defined, but not when __CYGWIN__ or _WIN32 are defined.
        See wind_iconv_cp for call logic of this local funtion.

15 years agodaily update
Alan Modra [Fri, 8 May 2009 00:00:08 +0000 (00:00 +0000)]
daily update