[Bug binutils/7011] strip crashes in _bfd_elf_compute_section_file_positions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2008-12-23 10:07 --- Subject: Bug 7011 CVSROOT:/cvs/src Module name:src Branch: binutils-2_19-branch Changes by: ni...@sourceware.org2008-12-23 10:06:46 Modified files: bfd: ChangeLog elf.c Log message: * Import this patch from the mainline: 2008-11-10 Andreas Schwab PR 7011 * elf.c (assign_file_positions_for_non_load_sections): Handle PT_GNU_RELRO specially. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.4318.2.19&r2=1.4318.2.20 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.462.2.2&r2=1.462.2.3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7011 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/7093] LD is unable to create reloacatable from binary
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2008-12-23 11:46 --- Subject: Bug 7093 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2008-12-23 11:46:17 Modified files: bfd: ChangeLog elf32-arm.c Log message: PR 7093 * elf32-arm.c (bfd_elf32_arm_init_maps): Only process ARM ELF object files. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4401&r2=1.4402 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.c.diff?cvsroot=src&r1=1.162&r2=1.163 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7093 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/7036] Branch relaxing fails
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2008-12-23 14:37 --- Subject: Bug 7036 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2008-12-23 14:36:40 Modified files: bfd: ChangeLog elfxx-ia64.c Log message: 2008-12-23 H.J. Lu PR ld/7036 * elfxx-ia64.c (elfNN_ia64_relax_section): Assume linker will always insert 32byte between the .plt and .text sections after the the first relaxation pass. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4402&r2=1.4403 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-ia64.c.diff?cvsroot=src&r1=1.207&r2=1.208 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7036 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9682] Compilation error (gcc 4.3.2)
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-02 16:11 --- Subject: Bug 9682 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-02 16:11:38 Modified files: bfd: ChangeLog coff-ppc.c Log message: PR 9682 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string literal. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4405&r2=1.4406 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-ppc.c.diff?cvsroot=src&r1=1.35&r2=1.36 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9682 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9676] link-failure: could not read symbols: Bad value
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-02 16:49 --- Subject: Bug 9676 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-01-02 16:48:11 Modified files: bfd: ChangeLog elflink.c ld/testsuite : ChangeLog ld/testsuite/ld-elf: shared.exp ld/testsuite/lib: ld-lib.exp Added files: bfd: ChangeLog-2008 ld/testsuite : ChangeLog-2008 ld/testsuite/ld-elf: pr9676-1.c pr9676-2.c pr9676-3.c pr9676-4.c pr9676.rd Log message: bfd/ 2009-01-02 H.J. Lu PR ld/9676 * elflink.c (elf_link_add_object_symbols): Update def_dynamic, ref_dynamic and dynamic_def fields when setting def_regular to 1. ld/testsuite/ 2009-01-02 H.J. Lu PR ld/9676 * ld-elf/pr9676-1.c: New. * ld-elf/pr9676-2.c: Likewiswe. * ld-elf/pr9676-3.c: Likewiswe. * ld-elf/pr9676-4.c: Likewiswe. * ld-elf/pr9676.rd: Likewiswe. * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a, libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and libpr9676-4a.so. * lib/ld-lib.exp (ar_simple_create): New. (run_ld_link_tests): Support archive. (run_cc_link_tests): Likewiswe. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog-2008.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4406&r2=1.4407 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.320&r2=1.321 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog-2008.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.999&r2=1.1000 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9676-1.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9676-2.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9676-3.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9676-4.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9676.rd.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/shared.exp.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/lib/ld-lib.exp.diff?cvsroot=src&r1=1.56&r2=1.57 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9676 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9679] Linker doesn't merge visibility of weak symbol
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-02 19:30 --- Subject: Bug 9679 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-01-02 19:29:38 Modified files: bfd: ChangeLog elflink.c ld/testsuite : ChangeLog ld/testsuite/ld-elf: shared.exp Added files: ld/testsuite/ld-elf: pr9679-1.c pr9679-2.c pr9679.rd Log message: bfd/ 2009-01-02 H.J. Lu PR ld/9679 * elflink.c (elf_merge_st_other): New. (_bfd_elf_merge_symbol): Use it on skipped weak definitions and hide them if needed. (elf_link_add_object_symbols): Updated. ld/testsuite/ 2009-01-02 H.J. Lu PR ld/9679 * ld-elf/pr9679-1.c: New. * ld-elf/pr9679-2.c: Likewise. * ld-elf/pr9679.rd: Likewise. * ld-elf/shared.exp (build_tests): Add test for libpr9679.so. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4407&r2=1.4408 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.321&r2=1.322 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1000&r2=1.1001 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9679-1.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9679-2.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/pr9679.rd.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/shared.exp.diff?cvsroot=src&r1=1.11&r2=1.12 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9679 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gprof/7099] gprof documentation for linking with -lc_p is now misleading
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-03 10:01 --- Subject: Bug 7099 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-03 10:00:58 Modified files: gprof : ChangeLog gprof.texi Log message: PR 7099 * gprof.texi (Compiling): Mention the need for using -static-libgcc on shared library systems. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/ChangeLog.diff?cvsroot=src&r1=1.239&r2=1.240 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/gprof.texi.diff?cvsroot=src&r1=1.28&r2=1.29 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7099 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/7034] objdump dumping dynamic relocs does not work with disassembly; option -d negates option -R
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-13 06:42 --- Subject: Bug 7034 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-13 06:41:53 Modified files: binutils : ChangeLog binutils/doc : binutils.texi Log message: PR 7034 * doc/binutils.texi (objdump -R): Note effect of -d or -D. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1409&r2=1.1410 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.136&r2=1.137 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7034 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9735] wrong source file shown by objdump -S
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-13 23:45 --- Subject: Bug 9735 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-13 23:44:45 Modified files: bfd: ChangeLog syms.c Log message: PR 9735 * syms.c (_bfd_stab_section_find_nearest_line): Don't free saved filename, use bfd_alloc rather than bfd_malloc for it. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4418&r2=1.4419 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/syms.c.diff?cvsroot=src&r1=1.49&r2=1.50 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9735 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9727] "ld -r --gc-sections --entry" doesn't work with COMDAT group
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-14 21:53 --- Subject: Bug 9727 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-01-14 21:52:49 Modified files: bfd: ChangeLog elflink.c ld/testsuite : ChangeLog Added files: ld/testsuite/ld-elf: group8.s group8a.d group8b.d group9.s group9a.d group9b.d Log message: bfd/ 2009-01-14 H.J. Lu PR ld/9727 * elflink.c (elf_gc_sweep): Exclude the group section if the first member of the section group is excluded. ld/testsuite/ 2009-01-14 H.J. Lu PR ld/9727 * ld-elf/group8.s: New. * ld-elf/group8a.d: Likewise. * ld-elf/group8b.d: Likewise. * ld-elf/group9.s: Likewise. * ld-elf/group9a.d: Likewise. * ld-elf/group9b.d: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4419&r2=1.4420 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.324&r2=1.325 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1007&r2=1.1008 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/group8.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/group8a.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/group8b.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/group9.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/group9a.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/group9b.d.diff?cvsroot=src&r1=NONE&r2=1.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9727 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9722] ARM:Wrong (thumb-2) opcode for "nop" in UAL mode
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-15 12:34 --- Subject: Bug 9722 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-15 12:33:46 Modified files: gas/testsuite/gas/arm: archv6m.d gas/testsuite : ChangeLog gas: ChangeLog gas/config : tc-arm.c Added files: gas/testsuite/gas/arm: pr9722.d pr9722.s Log message: PR 9722 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2 instructions before generating a Thumb2 nop. * gas/testsuite/gas/arm/archv6m.d: Update expected NOP opcode. * gas/testsuite/gas/arm/pr9722.s: New test. * gas/testsuite/gas/arm/pr9722.d: Expected disassembly. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/pr9722.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/pr9722.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/archv6m.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1423&r2=1.1424 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3707&r2=1.3708 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.363&r2=1.364 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9722 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9695] BFD internal error while using oprofile on Gentoo with binutils 2.19
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-19 06:11 --- Subject: Bug 9695 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-19 06:11:23 Modified files: bfd: ChangeLog pdp11.c Log message: PR 9695 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC. (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC. (adjust_z_magix): Delete dead code handling QMAGIC. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4425&r2=1.4426 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/pdp11.c.diff?cvsroot=src&r1=1.39&r2=1.40 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9695 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9769] [Build failure] tm struct tm_gmtoff field build error
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-21 11:58 --- Subject: Bug 9769 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-21 11:58:05 Modified files: bfd: ChangeLog vmsutil.c Log message: PR 9769 * vmsutil.c (vms_file_stats_name): Remove use of unsupported tm_gmtoff field in struct tm. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4431&r2=1.4432 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/vmsutil.c.diff?cvsroot=src&r1=1.1&r2=1.2 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9769 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/6832] Crash while handling DW_AT_abstract_origin for a last comp unit
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-22 08:54 --- Subject: Bug 6832 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-22 08:54:20 Modified files: bfd: ChangeLog dwarf2.c Log message: PR 6832 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until after comp_unit_find_line call. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4432&r2=1.4433 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/dwarf2.c.diff?cvsroot=src&r1=1.116&r2=1.117 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6832 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/6022] local wildcard breaks versioning scripts for -rdynamic executables
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-24 03:10 --- Subject: Bug 6022 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-24 03:10:43 Modified files: bfd: ChangeLog elflink.c Log message: PR 6022 * elflink.c (find_version_for_sym): New function split out from, but without export_dynamic test, .. (_bfd_elf_link_assign_sym_version): ..here. (_bfd_elf_export_symbol): Use it. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4434&r2=1.4435 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.326&r2=1.327 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6022 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9766] "--kill-at" results in wrong export names
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-26 15:53 --- Subject: Bug 9766 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-26 15:52:55 Modified files: binutils : ChangeLog dlltool.c Log message: PR 9766 * dlltool.c (xlate): When strip text after the @ sign, look for the last one not the first one. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1413&r2=1.1414 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/dlltool.c.diff?cvsroot=src&r1=1.90&r2=1.91 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9766 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9789] Typo in latest commit for gas/AVR
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-26 13:39 --- Subject: Bug 9789 CVSROOT:/cvs/src Module name:src Changes by: ewedding...@sourceware.org 2009-01-26 13:38:52 Modified files: gas: ChangeLog gas/config : tc-avr.c gas/doc: c-avr.texi Log message: /gas: 2009-01-26 Eric B. Weddington PR 9789 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name. * doc/c-avr.texi: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3719&r2=1.3720 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-avr.c.diff?cvsroot=src&r1=1.61&r2=1.62 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/c-avr.texi.diff?cvsroot=src&r1=1.22&r2=1.23 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9789 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9774] objdump -d loops infinitely
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-27 15:42 --- Subject: Bug 9774 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-27 15:41:56 Modified files: binutils : ChangeLog objdump.c Log message: PR 9774 * objdump.c (disassemble_section): When the target uses signed addresses make sure that we compute signed values. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1415&r2=1.1416 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.151&r2=1.152 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9774 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9798] objcopy: access to already freed memory
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-29 13:03 --- Subject: Bug 9798 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-01-29 13:03:21 Modified files: binutils : ChangeLog bucomm.c bucomm.h objcopy.c Log message: PR 9798 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename. (bfd_get_archive_filename): Constify param. * bucomm.h (bfd_get_archive_filename): Update prototype. * objcopy.c (RETURN_NONFATAL): Delete. (copy_unknown_object): Don't call bfd_get_archive_filename for bfd_nonfatal_message filename, instead just pass bfd. (copy_object): Likewise. (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On bfd_close errors, do not pass the bfd to bfd_nonfatal_message. (setup_bfd_headers): Fix error message. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1416&r2=1.1417 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/bucomm.c.diff?cvsroot=src&r1=1.33&r2=1.34 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/bucomm.h.diff?cvsroot=src&r1=1.28&r2=1.29 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.124&r2=1.125 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9798 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9779] indexed and indexed addressing modes are broken on pdp11-dec-aout
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-03 10:58 --- Subject: Bug 9779 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-02-03 10:58:46 Modified files: gas: ChangeLog gas/config : tc-pdp11.c Log message: PR 9779 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of indexed addressing for symbolic expressions. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3729&r2=1.3730 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-pdp11.c.diff?cvsroot=src&r1=1.20&r2=1.21 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9779 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9784] Would like an option to provide a prefix for the debug info source
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-03 15:49 --- Subject: Bug 9784 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-02-03 15:48:50 Modified files: binutils : ChangeLog NEWS objdump.c readelf.c sysdep.h binutils/doc : binutils.texi Log message: 2009-02-03 H.J. Lu PR binutils/9784 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL. * doc/binutils.texi: Document --prefix=PREFIX and --prefix-strip=LEVEL. * objdump.c: Include "filenames.h". (prefix): New. (prefix_strip): Likewise. (prefix_length): Likewise. (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL. (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP. (long_options): Likewise. (show_line): Handle prefix and prefix_strip. (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP. * readelf.c (PATH_MAX): Moved to ... * sysdep.h: Here. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1418&r2=1.1419 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/NEWS.diff?cvsroot=src&r1=1.75&r2=1.76 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.152&r2=1.153 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.434&r2=1.435 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/sysdep.h.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.138&r2=1.139 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9784 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9797] Simple linker script casues spurious error message
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-03 17:05 --- Subject: Bug 9797 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-02-03 17:04:53 Modified files: ld : ChangeLog ld.texinfo Log message: PR 9797 * ld.texinfo (Constants): Document the base-encoding suffixes supported in linker scripts. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1922&r2=1.1923 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.228&r2=1.229 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9797 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9805] ld man page error re: options --allow-shlib-undefined/--no-allow-shlib-undefined
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-04 09:13 --- Subject: Bug 9805 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-02-04 09:13:23 Modified files: ld : ChangeLog ld.texinfo Log message: PR 9805 * ld.texinfo (--allow-shlib-undefined): Correct description of default settings and tidy up the rest of the entry. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1924&r2=1.1925 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.229&r2=1.230 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9805 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/9812] gold build failure "format not a string literal and no format arguments"
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-04 15:19 --- Subject: Bug 9812 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-02-04 15:18:51 Modified files: gold : ChangeLog reduced_debug_output.h Log message: PR 9812 * reduced_debug_output.h (Output_reduced_debug_abbrev_section::failed): Use format for gold_warning. (Output_reduced_debug_info_section::faild): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.174&r2=1.175 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/reduced_debug_output.h.diff?cvsroot=src&r1=1.1&r2=1.2 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9812 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9814] Gas uses Thumb padding within ARM code
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-06 12:52 --- Subject: Bug 9814 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-02-06 12:51:53 Modified files: gas: ChangeLog gas/config : tc-arm.c Log message: PR 9814 * config/tc-arm.c (MODE_RECORDED): New define. (output_inst): Record the thumb_mode in the current frag. (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data. (arm_init_frag): Only set the tc_frag_data field if it has not already been set. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3736&r2=1.3737 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.374&r2=1.375 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9814 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9827] -q option cause assertion fail
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-12 15:07 --- Subject: Bug 9827 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-02-12 15:06:55 Modified files: bfd: ChangeLog elflink.c Log message: PR 9827 * elflink.c (bfd_elf_final_link): When counting the relocations, if the header size has not been set yet then assume that it will match the output section's reloc type. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4458&r2=1.4459 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.329&r2=1.330 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9827 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9841] avr-ld crashes when -relax is used with ATMega8535 target
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-18 15:29 --- Subject: Bug 9841 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-02-18 15:28:57 Modified files: bfd: ChangeLog elf32-avr.c Log message: PR 9841 * elf32-avr.c: Handle case where no local symbos exist correctly. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4462&r2=1.4463 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-avr.c.diff?cvsroot=src&r1=1.39&r2=1.40 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9841 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/7059] Wrong COFF_LONG_SECTION_NAMES handling
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-18 18:38 --- Subject: Bug 7059 CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-02-18 18:38:07 Modified files: bfd: ChangeLog coffcode.h Log message: PR gas/7059 * coffcode.h (coff_write_object_contents): Don't let the string table offset overflow the s_name field when using long section names. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4465&r2=1.4466 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffcode.h.diff?cvsroot=src&r1=1.147&r2=1.148 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7059 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9841] avr-ld crashes when -relax is used with ATMega8535 target
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-19 17:53 --- Subject: Bug 9841 CVSROOT:/cvs/src Module name:src Branch: binutils-2_19-branch Changes by: ewedding...@sourceware.org 2009-02-19 17:53:11 Modified files: bfd: ChangeLog elf32-avr.c Log message: /bfd: 2009-02-15 Bjoern Haase PR 9841 * elf32-avr.c: Handle case where no local symbos exist correctly. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.4318.2.24&r2=1.4318.2.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-avr.c.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.37.2.2&r2=1.37.2.3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9841 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/9836] wrong visibility in shared objects
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-27 19:57 --- Subject: Bug 9836 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-02-27 19:57:46 Modified files: gold : ChangeLog resolve.cc symtab.cc symtab.h gold/testsuite : Makefile.am Makefile.in Added files: gold/testsuite : ver_test_1.sh Log message: PR 9836 * symtab.cc (Symbol_table::add_from_object): If the visibility is hidden or internal, force the symbol to be local. * resolve.cc (Symbol::override_visibility): Define. (Symbol::override_base): Use override_visibility. (Symbol_table::resolve): Likewise. (Symbol::override_base_with_special): Likewise. (Symbol_table::override_with_special): If the visibility is hidden or internal, force the symbol to be local. * symtab.h (class Symbol): Add set_visibility and override_visibility. * testsuite/ver_test_1.sh: New file. * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh. (check_DATA): Add ver_test_1.syms. (ver_test_1.syms): New target. * testsuite/Makefile.in: Rebuild. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.181&r2=1.182 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/resolve.cc.diff?cvsroot=src&r1=1.38&r2=1.39 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/symtab.cc.diff?cvsroot=src&r1=1.114&r2=1.115 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/symtab.h.diff?cvsroot=src&r1=1.84&r2=1.85 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/testsuite/ver_test_1.sh.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=src&r1=1.84&r2=1.85 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=src&r1=1.89&r2=1.90 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9836 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/7091] Internal error on object generated by gnuld
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-28 00:12 --- Subject: Bug 7091 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-02-28 00:12:26 Modified files: gold : ChangeLog object.cc output.cc output.h Log message: PR 7091 * output.cc (Output_section::find_starting_output_address): Rename from starting_output_address; add PADDR parameter; change return type. * output.h (class Output_section): Declare find_starting_output_address instead of starting_output_address. * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a section symbol for which we can't find a merge section. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.182&r2=1.183 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.cc.diff?cvsroot=src&r1=1.84&r2=1.85 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=src&r1=1.85&r2=1.86 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.76&r2=1.77 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7091 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/5990] running out of file descriptors when linking >1024 files
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-28 03:05 --- Subject: Bug 5990 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-02-28 03:05:08 Modified files: gold : ChangeLog descriptors.cc descriptors.h Log message: PR 5990 * descriptors.h (Open_descriptor): Add is_on_stack field. * descriptors.cc (Descriptors::open): If the descriptor is on the top of the stack, remove it. Initialize is_on_stack field. (Descriptors::release): Only add pod to stack if it is not on the stack already. (Descriptors::close_some_descriptor): Clear stack_next and is_on_stack fields. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.183&r2=1.184 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/descriptors.cc.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/descriptors.h.diff?cvsroot=src&r1=1.3&r2=1.4 -- http://sourceware.org/bugzilla/show_bug.cgi?id=5990 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/6811] system library path heuristics fail in some cases
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-28 04:40 --- Subject: Bug 6811 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-02-28 04:39:57 Modified files: gold : ChangeLog fileread.cc fileread.h layout.cc object.cc object.h options.cc options.h symtab.cc symtab.h Log message: PR 6811 * options.h (class Search_directory): Add is_system_directory. (class General_options): Declare is_in_system_directory. * options.cc (get_relative_sysroot): Make static. (get_default_sysroot): Make static. (General_optoins::is_in_system_directory): New function. * fileread.cc (Input_file::is_in_system_directory): New function. * fileread.h (class Input_file): Declare is_in_system_directory. * object.h (class Object): Add is_in_system_directory. (class Input_objects): Remove system_library_directory_ field. * object.cc (Input_objects::add_object): Don't set system_library_directory_. (input_objects::found_in_system_library_directory): Remove. * symtab.cc (Symbol_table::write_globals): Remove input_objects parameter. Change all callers. (Symbol_table::sized_write_globals): Likewise. (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise. Call Object::is_in_system_directory. * symtab.h (class Symbol_table): Update declarations. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.184&r2=1.185 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/fileread.cc.diff?cvsroot=src&r1=1.47&r2=1.48 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/fileread.h.diff?cvsroot=src&r1=1.32&r2=1.33 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.117&r2=1.118 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.cc.diff?cvsroot=src&r1=1.85&r2=1.86 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.h.diff?cvsroot=src&r1=1.69&r2=1.70 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.cc.diff?cvsroot=src&r1=1.82&r2=1.83 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=src&r1=1.94&r2=1.95 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/symtab.cc.diff?cvsroot=src&r1=1.115&r2=1.116 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/symtab.h.diff?cvsroot=src&r1=1.85&r2=1.86 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6811 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/6992] constant strings don't get relocated properly in a relocatable built with gold
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-28 17:53 --- Subject: Bug 6992 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-02-28 17:53:16 Modified files: gold : ChangeLog object.cc symtab.cc Log message: PR 6992 * symtab.cc (Symbol_table::sized_write_section_symbol): In a relocatable link set the value of the section symbol to zero. * object.cc (Sized_relobj::do_finalize_local_symbols): In a relocatable link don't include the section address in the local symbol value. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.185&r2=1.186 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.cc.diff?cvsroot=src&r1=1.86&r2=1.87 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/symtab.cc.diff?cvsroot=src&r1=1.116&r2=1.117 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6992 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9874] Warning while compiling gas/tc-ia64.c with -Wformat-security
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-02 14:47 --- Subject: Bug 9874 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-03-02 14:47:38 Modified files: gas: ChangeLog gas/config : tc-ia64.c Log message: PR 9874 * config/tc-ia64.c (fix_insn): Fix warning reported by -Wformat-security. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3751&r2=1.3752 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-ia64.c.diff?cvsroot=src&r1=1.204&r2=1.205 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9874 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/6768] linking in gas fails with uclibc because of missing libm or flag "-lm" respectively
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-04 02:10 --- Subject: Bug 6768 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-03-04 02:10:34 Modified files: bfd: ChangeLog configure.in configure opcodes: ChangeLog configure.in configure Log message: bfd/ PR 6768 * configure.in: Test for ld --as-needed support. Link shared libbfd against libm. * configure: Regenerate. opcodes/ PR 6768 * configure.in: Test for ld --as-needed support. Link shared libopcodes against libm. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4484&r2=1.4485 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.in.diff?cvsroot=src&r1=1.255&r2=1.256 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&r1=1.296&r2=1.297 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1366&r2=1.1367 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.in.diff?cvsroot=src&r1=1.88&r2=1.89 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.diff?cvsroot=src&r1=1.117&r2=1.118 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6768 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/9918] gold linked debug info for globals doesn't seem to work properly
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-04 06:46 --- Subject: Bug 9918 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-03-04 06:46:27 Modified files: gold : ChangeLog i386.cc powerpc.cc reloc.cc sparc.cc target-reloc.h x86_64.cc gold/testsuite : Makefile.am Makefile.in Added files: gold/testsuite : two_file_shared.sh Log message: PR 9918 * target-reloc.h (relocate_section): Pass output_section to relocate. * i386.cc (Target_i386::should_apply_static_reloc): Add output_section parameter. Change all callers. (Target_i386::Relocate::relocate): Add output_section parameter. * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise. * sparc.cc (Target_sparc::Relocate::relocate): Likewise. * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise. * testsuite/two_file_shared.sh: New script. * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh. (check_DATA): Add two_file_shared.dbg. (two_file_shared.dbg): New target. * testsuite/Makefile.in: Rebuild. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.189&r2=1.190 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/i386.cc.diff?cvsroot=src&r1=1.84&r2=1.85 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/powerpc.cc.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/reloc.cc.diff?cvsroot=src&r1=1.41&r2=1.42 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/sparc.cc.diff?cvsroot=src&r1=1.12&r2=1.13 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/target-reloc.h.diff?cvsroot=src&r1=1.32&r2=1.33 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/x86_64.cc.diff?cvsroot=src&r1=1.78&r2=1.79 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/testsuite/two_file_shared.sh.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=src&r1=1.85&r2=1.86 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=src&r1=1.90&r2=1.91 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9918 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9923] ld crashes on Cygwin when __tls_used is seen but not defined (testcase + patch)
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-05 01:05 --- Subject: Bug 9923 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-03-05 01:04:56 Modified files: bfd: ChangeLog peXXigen.c Log message: PR 9923 * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4486&r2=1.4487 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/peXXigen.c.diff?cvsroot=src&r1=1.46&r2=1.47 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9923 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9921] FAIL: --localize-hidden test 2
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-07 23:38 --- Subject: Bug 9921 CVSROOT:/cvs/src Module name:src Changes by: dang...@sourceware.org 2009-03-07 23:38:13 Modified files: bfd: ChangeLog som.c Log message: PR binutils/9921 * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE for unknown symbols in absolute section. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4490&r2=1.4491 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/som.c.diff?cvsroot=src&r1=1.71&r2=1.72 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9921 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9915] LOCAL_LABELS_DOLLAR doesn't work on Freebsd/x86
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-09 18:33 --- Subject: Bug 9915 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-09 18:33:42 Modified files: gas: ChangeLog gas/config : tc-i386.h Log message: 2009-03-09 H.J. Lu PR gas/9915 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0. (LOCAL_LABELS_FB): Undefine befoe define. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3760&r2=1.3761 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.h.diff?cvsroot=src&r1=1.101&r2=1.102 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9915 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9933] `strip --strip-unneeded` strips common symbols from relocatable objects
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-10 00:48 --- Subject: Bug 9933 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-10 00:48:10 Modified files: binutils : ChangeLog objcopy.c binutils/testsuite: ChangeLog binutils/testsuite/binutils-all: objcopy.exp Added files: binutils/testsuite/binutils-all: copy-4.d Log message: binutils/ 2009-03-09 H.J. Lu PR binutils/9933 * objcopy.c (filter_symbols): Properly handle common symbols in relocatable file. binutils/testsuite/ 2009-03-09 H.J. Lu PR binutils/9933 * binutils-all/copy-4.d: New. * binutils-all/objcopy.exp: Run copy-4. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1437&r2=1.1438 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.125&r2=1.126 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/ChangeLog.diff?cvsroot=src&r1=1.166&r2=1.167 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/copy-4.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/objcopy.exp.diff?cvsroot=src&r1=1.53&r2=1.54 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9933 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-12 17:14 --- Subject: Bug 9938 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-12 17:13:42 Modified files: bfd: ChangeLog elf32-i386.c elf64-x86-64.c Log message: 2009-03-12 H.J. Lu PR ld/9938 * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp to check ___tls_get_addr. * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use strncmp to check __tls_get_addr. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4495&r2=1.4496 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&r1=1.192&r2=1.193 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&r1=1.151&r2=1.152 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9938 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-13 11:34 --- Subject: Bug 9934 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-03-13 11:34:43 Modified files: bfd: ChangeLog elf-bfd.h elflink.c elf32-arm.c Log message: PR 9934 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section. * elflink.c (elf_link_read_relocs_from_section): Use NUM_SHDR_ENTRIES. Gracefully handle the case where there are relocs but no symbol table. * elf32-arm.c (elf32_arm_check_relocs): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4496&r2=1.4497 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-bfd.h.diff?cvsroot=src&r1=1.280&r2=1.281 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.330&r2=1.331 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.c.diff?cvsroot=src&r1=1.180&r2=1.181 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9934 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9945] strip --strip-unneeded removes symbol table
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-13 13:40 --- Subject: Bug 9945 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-13 13:39:57 Modified files: bfd: ChangeLog elf.c binutils : ChangeLog objcopy.c Log message: bfd/ 2009-03-13 H.J. Lu PR binutils/9945 * elf.c (assign_section_numbers): Generate symbol table if there is any relocation in output. (_bfd_elf_compute_section_file_positions): Likewise. binutils/ 2009-03-13 H.J. Lu PR binutils/9945 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4497&r2=1.4498 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.477&r2=1.478 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1439&r2=1.1440 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.126&r2=1.127 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9945 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/6766] Should "--entry foo" imply "-u foo"?
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-18 12:11 --- Subject: Bug 6766 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-18 12:11:38 Modified files: ld : ChangeLog lexsup.c ld/testsuite : ChangeLog Added files: ld/testsuite/ld-undefined: dummy.s entry-1.d entry-2.d entry-3.d entry-4.d entry-5.d entry-6.d entry.exp entry.s Log message: ld/ 2009-03-18 H.J. Lu PR ld/6766 * lexsup.c (parse_args): Call ldlang_add_undef for -e. ld/testsuite/ 2009-03-18 H.J. Lu PR ld/6766 * ld-undefined/dummy.s: New. * ld-undefined/entry-1.d: Likewise. * ld-undefined/entry-2.d: Likewise. * ld-undefined/entry-3.d: Likewise. * ld-undefined/entry-4.d: Likewise. * ld-undefined/entry-5.d: Likewise. * ld-undefined/entry-6.d: Likewise. * ld-undefined/entry.exp: Likewise. * ld-undefined/entry.s: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1952&r2=1.1953 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/lexsup.c.diff?cvsroot=src&r1=1.109&r2=1.110 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1056&r2=1.1057 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/dummy.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry-1.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry-2.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry-3.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry-4.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry-5.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry-6.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry.exp.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-undefined/entry.s.diff?cvsroot=src&r1=NONE&r2=1.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6766 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9970] -pie doesn't warn missing entry symbol
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-20 17:39 --- Subject: Bug 9970 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-20 17:39:04 Modified files: ld : ChangeLog ldlang.c ld/testsuite : ChangeLog ld/testsuite/ld-pie: pie.exp Added files: ld/testsuite/ld-pie: start.d start.s Log message: ld/ 2009-03-20 H.J. Lu PR ld/9970 * ldlang.c (lang_end): Warn missing entry symbol for -pie. ld/testsuite/ 2009-03-20 H.J. Lu PR ld/9970 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests. * ld-pie/start.d: New. * ld-pie/start.s: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1954&r2=1.1955 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.302&r2=1.303 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1057&r2=1.1058 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pie/start.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pie/start.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pie/pie.exp.diff?cvsroot=src&r1=1.4&r2=1.5 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9970 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/9966] "as -alm" gives wrong listing when reading from STDIN
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-24 01:04 --- Subject: Bug 9966 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-24 01:04:26 Modified files: gas: ChangeLog listing.c read.c Log message: 2009-03-23 H.J. Lu PR gas/9966 * listing.c (listing_newline): Properly handle `\\"' and ';'. * read.c (is_end_of_line): Update comments for line separator. (read_begin): Set line separator in is_end_of_line to 2. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3770&r2=1.3771 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/listing.c.diff?cvsroot=src&r1=1.36&r2=1.37 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/read.c.diff?cvsroot=src&r1=1.149&r2=1.150 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9966 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10005] binutils-2.19.1/gas/config/tc -i386.c line 2443 in reloc
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-26 02:41 --- Subject: Bug 10005 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-03-26 02:41:12 Modified files: gas: ChangeLog gas/config : tc-i386.c Log message: PR 10005 * config/tc-i386.c (reloc): Don't abort on lack of required reloc type. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3772&r2=1.3773 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.369&r2=1.370 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10005 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/6494] ICE in bfd/elf.c line 4622 in assign_file_positions_for_non_load_sections
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-26 12:24 --- Subject: Bug 6494 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-03-26 12:23:52 Modified files: bfd: ChangeLog elf.c Log message: PR 6494 * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO p_filesz and p_memsz are equal. Use p_memsz as the segment size. (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO if we don't find matching PT_LOAD when copying. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4534&r2=1.4535 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.479&r2=1.480 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6494 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9992] ar has troubles extracting archives
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-31 08:08 --- Subject: Bug 9992 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-03-31 08:08:33 Modified files: binutils : ChangeLog configure configure.in Log message: PR 9992 * configure.in: Import Solaris specific largefile test from bfd/configure.in. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1448&r2=1.1449 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/configure.diff?cvsroot=src&r1=1.120&r2=1.121 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/configure.in.diff?cvsroot=src&r1=1.92&r2=1.93 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9992 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9972] [PATCH] binutils strings: Document program option -V
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-01 14:57 --- Subject: Bug 9972 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-04-01 14:57:11 Modified files: binutils : ChangeLog strings.c binutils/doc : binutils.texi Log message: PR 9972 * doc/binutils.texi (strings): Document the -V alias for the --version option. * strings.c (usage): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1449&r2=1.1450 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/strings.c.diff?cvsroot=src&r1=1.43&r2=1.44 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.141&r2=1.142 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9972 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/7026] ARM target wont build, error: format not a string literal and no format arguments
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-01 15:47 --- Subject: Bug 7026 CVSROOT:/cvs/src Module name:src Branch: binutils-2_19-branch Changes by: ni...@sourceware.org2009-04-01 15:47:37 Modified files: gas: ChangeLog gas/config : tc-arm.c Log message: * Import this patch: 2008-11-14 Peter Jansen PR 7026 * config/tc-arm.c: Ensure that all uses of as_bad have a formatting string. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.3626.2.18&r2=1.3626.2.19 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.361&r2=1.361.2.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=7026 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9987] ld-gc testsuite errors on cygwin
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-02 09:34 --- Subject: Bug 9987 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-04-02 09:34:22 Modified files: ld/testsuite : ChangeLog ld/testsuite/lib: ld-lib.exp Log message: PR 9987 * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage collection tests for cygwin targets. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1064&r2=1.1065 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/lib/ld-lib.exp.diff?cvsroot=src&r1=1.61&r2=1.62 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9987 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-02 14:42 --- Subject: Bug 6744 CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-04-02 14:42:41 Modified files: ld : ld.texinfo ChangeLog ld/emultempl : pe.em pep.em ld/testsuite/ld-pe: pe.exp ld/testsuite : ChangeLog Added files: ld/testsuite/ld-pe: export_dynamic_warning.d export_dynamic_warning.s Log message: ld/ChangeLog PR ld/6744 * ld.texinfo (--export-dynamic): Mention --export-all-symbols. * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Issue warning if --export-dynamic was passed on command-line. * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise. ld/testsuite/ChangeLog PR ld/6744 * ld-pe/export_dynamic_warning.d: New test control file. * ld-pe/export_dynamic_warning.s: New test source file. * ld-pe/pe.exp: Also run export_dynamic_warning dump test. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.236&r2=1.237 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1956&r2=1.1957 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emultempl/pe.em.diff?cvsroot=src&r1=1.147&r2=1.148 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emultempl/pep.em.diff?cvsroot=src&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pe/export_dynamic_warning.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pe/export_dynamic_warning.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pe/pe.exp.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1066&r2=1.1067 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6744 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/9824] Missing documentation for Linker Script Keywords
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-09 16:07 --- Subject: Bug 9824 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-04-09 16:06:48 Modified files: ld : ChangeLog ld.texinfo Log message: PR 9824 * ld.texinfo (Output Section Constraint): New node. Documents the ONLY_IF_RO and ONLY_IF_RW constraints. (Symbolic Constants): New node. Documents the CONSTANT operator. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1964&r2=1.1965 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.240&r2=1.241 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9824 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/10047] [Regression] ld-new -m XXX no longer works
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-11 14:07 --- Subject: Bug 10047 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-04-11 14:06:56 Modified files: ld : ChangeLog ldfile.c Log message: 2009-04-11 H.J. Lu PR ld/10047 * ldfile.c (ldfile_find_command_file): First try raw name. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1965&r2=1.1966 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldfile.c.diff?cvsroot=src&r1=1.49&r2=1.50 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10047 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/10047] [Regression] ld-new -m XXX no longer works
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-14 03:17 --- Subject: Bug 10047 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-04-14 03:17:21 Modified files: ld : ChangeLog ldfile.c Log message: PR ld/10047 * ldfile.c (find_scripts_dir): Use make_relative_prefix to find ldscripts in build tree. Don't repeat search for ../lib/ldscripts. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1967&r2=1.1968 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldfile.c.diff?cvsroot=src&r1=1.51&r2=1.52 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10047 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/9909] Binutils strip/ar BFD internal error
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-17 12:08 --- Subject: Bug 9909 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-04-17 12:08:10 Modified files: bfd: ChangeLog Log message: PR 9909 * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols. [delta to coffcode.h accidentally committed with a previous patch] Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4558&r2=1.4559 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9909 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10074] objdump doesn't work on EFI
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-17 13:46 --- Subject: Bug 10074 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-04-17 13:46:18 Modified files: bfd: ChangeLog Makefile.am Makefile.in coffcode.h config.bfd configure configure.in libcoff.h libpei.h peXXigen.c peicode.h targets.c binutils : ChangeLog NEWS objcopy.c binutils/doc : binutils.texi Added files: bfd: pei-ia64.c Removed files: bfd: efi-app-ia32.c efi-app-ia64.c efi-app-x86_64.c efi-bsdrv-ia32.c efi-bsdrv-ia64.c efi-bsdrv-x86_64.c efi-rtdrv-ia32.c efi-rtdrv-ia64.c efi-rtdrv-x86_64.c Log message: bfd/ 2009-04-17 H.J. Lu PR binutils/10074 * coffcode.h (bfd_pei_p): New. * config.bfd: Remove bfd_efi_bsdrv_ia32_vec, bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec, bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_app_ia32_vec, bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively. * configure.in: Remove bfd_efi_bsdrv_ia32_vec, bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec, bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_ia64_vec with bfd_pei_ia64_vec. * targets.c: Likewise. * configure: Regenerated. * libcoff.h: Likewise. * Makefile.in: Likewise. * efi-app-ia32.c: Removed. * efi-app-x86_64.c: Likewise. * efi-bsdrv-ia32.c: Likewise. * efi-bsdrv-ia64.c: Likewise. * efi-bsdrv-x86_64.c: Likewise. * efi-rtdrv-ia32.c: Likewise. * efi-rtdrv-ia64.c: Likewise. * efi-rtdrv-x86_64.c: Likewise. * efi-rtdrv-ia32.c: Likewise. * efi-app-ia64.c: Moved to ... * pei-ia64.c: This. (TARGET_SYM): Set to bfd_pei_ia64_vec. (TARGET_NAME): Set to pei-ia64. * libpei.h (bfd_target_pei_p): Removed. (bfd_target_pei_arch): Likewise. (bfd_target_efi_app_p): Likewise. (bfd_target_efi_app_arch): Likewise. (bfd_target_efi_bsdrv_p): Likewise. (bfd_target_efi_bsdrv_arch): Likewise. (bfd_target_efi_rtdrv_p): Likewise. (bfd_target_efi_rtdrv_arch): Likewise. (bfd_pe_executable_p): Likewise. * Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo, efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo. (BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c and efi-rtdrv-ia32.c. (BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo, efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and efi-rtdrv-x86_64.lo. Add pei-ia64.lo. (BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c, efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and efi-rtdrv-x86_64.c. Add pei-ia64.c. (efi-app-ia64.lo): Removed. (efi-bsdrv-ia32.lo): Likewise. (efi-rtdrv-ia32.lo): Likewise. (efi-app-ia64.lo): Likewise. (efi-bsdrv-ia64.lo): Likewise. (efi-rtdrv-ia64.lo): Likewise. (efi-app-x86_64.lo): Likewise. (efi-bsdrv-x86_64.lo): Likewise. (efi-rtdrv-x86_64.lo): Likewise. (pei-ia64.lo): New. * peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p with bfd_pei_p. (arch_type): Removed. (pe_arch): Likewise. (pe_bfd_object_p): Just return coff_object_p. * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace bfd_pe_executable_p with bfd_pei_p. binutils/ 2009-04-17 H.J. Lu PR binutils/10074 * objcopy.c: Include coff/i386.h and coff/pe.h. (pe_file_alignment): New. (pe_heap_commit): Likewise. (pe_heap_reserve): Likewise. (pe_image_base): Likewise. (pe_section_alignment): Likewise. (pe_stack_commit): Likewise. (pe_stack_reserve): Likewise. (pe_subsystem): Likewise. (pe_major_subsystem_version): Likewise. (pe_minor_subsystem_version): Likewise. (set_pe_subsystem): Likewise. (convert_efi_target): Likewise. (command_line_switch): Add OPTION_FILE_ALIGNMENT, OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT, OPTION_STACK and OPTION_SUBSYSTEM. (copy_options): Likewise. (copy_usage): Add --file-alignment, --heap, --image-base, --section-alignment, --stack and --subsystem. (copy_object): Set up PE parameters
[Bug binutils/10061] The binutils suite will not compile on systems without a bash shell
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-24 15:06 --- Subject: Bug 10061 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-04-24 15:06:17 Modified files: ld : ChangeLog genscripts.sh Log message: PR 10061 * genscripts.sh: Don't pass $EMULATION_NAME as $CUSTOMIZER_SCRIPT param. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1972&r2=1.1973 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/genscripts.sh.diff?cvsroot=src&r1=1.29&r2=1.30 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10061 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10109] Bugs in winduni.c break windres for code page 65001
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-05-05 09:36 --- Subject: Bug 10109 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-05-05 09:36:08 Modified files: binutils : ChangeLog winduni.c Log message: PR 10109 * winduni.c: Replace test of HAVE_ICONV_H with a test of HAVE_ICONV. (iconv_onechar): Use ICONV_CONST instead of "const". (wind_MultiByteToWideChar): Initialise local strings. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1462&r2=1.1463 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/winduni.c.diff?cvsroot=src&r1=1.10&r2=1.11 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10109 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10143] Failed compilation at bfin-parse.c
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-05-26 15:35 --- Subject: Bug 10143 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-05-26 15:35:37 Modified files: gas: ChangeLog gas/config : bfin-parse.y Log message: PR 10143 * config/bfin-parse.y (error): Use "%s" as format string for error message. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3814&r2=1.3815 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/bfin-parse.y.diff?cvsroot=src&r1=1.20&r2=1.21 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10143 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10199] 'nm' compiled for Linux -> Windows cross compilation silently ignores -S switch
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-01 01:50 --- Subject: Bug 10199 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-06-01 01:50:45 Modified files: binutils : ChangeLog binutils/doc : binutils.texi Log message: PR 10199 * doc/binutils.texi (nm): Correct -S description. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1475&r2=1.1476 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.146&r2=1.147 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10199 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/10205] STT_GNU_IFUNC definition doesn't work in executable
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-01 13:12 --- Subject: Bug 10205 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-06-01 13:11:52 Modified files: bfd: ChangeLog bfd-in2.h elf32-i386.c elf64-x86-64.c libbfd.h reloc.c include/elf: ChangeLog i386.h x86-64.h ld/testsuite : ChangeLog ld/testsuite/ld-ifunc: ifunc.exp lib.c Added files: ld/testsuite/ld-ifunc: ifunc-1-x86.d ifunc-1-x86.s ifunc-2-i386.d ifunc-2-i386.s ifunc-2-x86-64.d ifunc-2-x86-64.s ifunc-3-x86.s ifunc-3a-x86.d ifunc-3b-x86.d ifunc-4-x86.d ifunc-4-x86.s ifunc-5-i386.d ifunc-5-i386.s ifunc-5-x86-64.d ifunc-5-x86-64.s Log message: bfd/ 2009-06-01 H.J. Lu PR ld/10205 * elf32-i386.c (elf_howto_table): Add R_386_IRELATIVE. (elf_i386_reloc_type_lookup): Likewise. (R_386_tls): Removed. (R_386_irelative): New. (R_386_vt_offset): Updated. (elf_i386_rtype_to_howto): Likewise. (elf_i386_link_hash_table): Add igotplt, iplt and irelplt. (elf_i386_link_hash_table_create): Initialize igotplt, iplt and irelplt. (elf_i386_check_relocs): Handle STT_GNU_IFUNC symbol first. (elf_i386_adjust_dynamic_symbol): Likewise. (elf_i386_allocate_dynrelocs): Likewise. (elf_i386_relocate_section): Likewise. (elf_i386_size_dynamic_sections): Set up .iplt and .igot.plt sections. (elf_i386_finish_dynamic_symbol): When building a static executable, use .iplt, .igot.plt and .rel.iplt sections for STT_GNU_IFUNC symbols. Generate R_386_IRELATIVE relocation for locally defined STT_GNU_IFUNC symbol. * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_IRELATIVE. (x86_64_reloc_map): Likewise. (R_X86_64_standard): Updated. (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt. (elf64_x86_64_link_hash_table_create): Initialize igotplt, iplt and irelplt. (elf64_x86_64_check_relocs): Handle STT_GNU_IFUNC symbol first. (elf64_x86_64_adjust_dynamic_symbol): Likewise. (elf64_x86_64_allocate_dynrelocs): Likewise. (elf64_x86_64_relocate_section): Likewise. (elf64_x86_64_size_dynamic_sections): Set up .iplt and .igot.plt sections. (elf64_x86_64_finish_dynamic_symbol): When building a static executable, use .iplt, .igot.plt and .rela.iplt sections for STT_GNU_IFUNC symbols. Generate R_X86_64_IRELATIVE relocation for locally defined STT_GNU_IFUNC symbol. * reloc.c (BFD_RELOC_386_IRELATIVE): New. (BFD_RELOC_X86_64_IRELATIVE): Likewise. * bfd-in2.h: Regenerated. * libbfd.h: Likewise. include/elf/ 2009-06-01 H.J. Lu PR ld/10205 * i386.h (R_386_IRELATIVE): New. * x86-64.h (R_X86_64_IRELATIVE): Likewise. ld/testsuite/ 2009-06-01 H.J. Lu PR ld/10205 * ld-ifunc/ifunc.exp (contains_irelative_reloc): New. Use it on executable and shared library. Run *.d. * ld-ifunc/lib.c: Add a hidden alias, __GI_library_func2, for library_func2. (library_func): New. * ld-ifunc/ifunc-1-x86.d: New. * ld-ifunc/ifunc-1-x86.s: Likewise. * ld-ifunc/ifunc-2-i386.d: Likewise. * ld-ifunc/ifunc-2-i386.s: Likewise. * ld-ifunc/ifunc-2-x86-64.d: Likewise. * ld-ifunc/ifunc-2-x86-64.s: Likewise. * ld-ifunc/ifunc-3a-x86.d: Likewise. * ld-ifunc/ifunc-3b-x86.d: Likewise. * ld-ifunc/ifunc-3-x86.s: Likewise. * ld-ifunc/ifunc-4-x86.d: Likewise. * ld-ifunc/ifunc-4-x86.s: Likewise. * ld-ifunc/ifunc-5-i386.d: Likewise. * ld-ifunc/ifunc-5-i386.s: Likewise. * ld-ifunc/ifunc-5-x86-64.d: Likewise. * ld-ifunc/ifunc-5-x86-64.s: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4610&r2=1.4611 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&r1=1.481&r2=1.482 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&r1=1.196&r2=1.197 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&r1=1.155&r2=1.156 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&r1=1.215&r2=1.216 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/reloc.c.diff?cvsroot=src&r1=1.18
[Bug gas/10198] GAS wrongly treats `$' as a symbol name
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-01 16:31 --- Subject: Bug 10198 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-06-01 16:31:00 Modified files: gas: ChangeLog gas/config : tc-i386-intel.c gas/testsuite : ChangeLog gas/testsuite/gas/i386: jump.d jump.s jump16.d jump16.s Log message: gas/ 2009-06-01 H.J. Lu PR gas/10198 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'. gas/testsuite/ 2009-06-01 H.J. Lu PR gas/10198 * gas/i386/jump.s: Add test for "jmp $+2". * gas/i386/jump16.s: Likewise. * gas/i386/jump.d: Updated. * gas/i386/jump16.d: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3818&r2=1.3819 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386-intel.c.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1488&r2=1.1489 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/jump.d.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/jump.s.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/jump16.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/jump16.s.diff?cvsroot=src&r1=1.2&r2=1.3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10198 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/977] ld test weak fails on cygwin
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-08 16:06 --- Subject: Bug 977 CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-06-08 16:06:24 Modified files: gas/config : tc-i386.c gas: ChangeLog Log message: PR gas/977 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax branches to weak symbols. (md_apply_fix): Don't convert fixes against weak symbols to section-relative offsets, but save addend for later reloc emission. (tc_gen_reloc): When emitting reloc against weak symbol, adjust addend to pre-compensate for bfd_install_relocation. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.375&r2=1.376 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3820&r2=1.3821 -- http://sourceware.org/bugzilla/show_bug.cgi?id=977 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10165] windres crashes when processing resource files with UTF-8 (cp 65001) encoding.
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-09 15:14 --- Subject: Bug 10165 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-09 15:14:23 Modified files: binutils : ChangeLog winduni.c Log message: PR 10165 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1479&r2=1.1480 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/winduni.c.diff?cvsroot=src&r1=1.12&r2=1.13 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10165 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10269] IFUNC gas problem
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-14 01:40 --- Subject: Bug 10269 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-06-14 01:39:46 Modified files: bfd: ChangeLog elf32-i386.c elf64-x86-64.c ld/testsuite : ChangeLog gas: ChangeLog gas/config : tc-i386.c tc-i386.h Added files: ld/testsuite/ld-ifunc: ifunc-1-local-x86.d ifunc-1-local-x86.s ifunc-2-local-i386.d ifunc-2-local-i386.s ifunc-2-local-x86-64.d ifunc-2-local-x86-64.s ifunc-4-local-x86.d ifunc-4-local-x86.s ifunc-5-local-i386.s ifunc-5-local-x86-64.s ifunc-5a-local-i386.d ifunc-5a-local-x86-64.d ifunc-5b-local-i386.d ifunc-5b-local-x86-64.d Log message: bfd/ 2009-06-13 H.J. Lu PR ld/10269 * elf32-i386.c: Include "objalloc.h" and "hashtab.h". (elf_i386_link_hash_table): Add loc_hash_table and loc_hash_memory. (elf_i386_local_hash): New. (elf_i386_local_htab_hash): Likewise. (elf_i386_local_htab_eq): Likewise. (elf_i386_get_local_sym_hash): Likewise. (elf_i386_link_hash_table_free): Likewise. (elf_i386_allocate_local_dynrelocs): Likewise. (elf_i386_finish_local_dynamic_symbol): Likewise. (bfd_elf64_bfd_link_hash_table_free): Likewise. (elf_i386_link_hash_table_create): Create loc_hash_table and loc_hash_memory. (elf_i386_check_relocs): Handle local STT_GNU_IFUNC symbols. (elf_i386_size_dynamic_sections): Likewise. (elf_i386_relocate_section): Likewise. (elf_i386_finish_dynamic_sections): Likewise. (elf_i386_finish_dynamic_symbol): Check _DYNAMIC only if sym isn't NULL. * elf64-x86-64.c: Include "objalloc.h" and "hashtab.h". (elf64_x86_64_link_hash_table): Add loc_hash_table and loc_hash_memory. (elf64_x86_64_local_hash): New. (elf64_x86_64_local_htab_hash): Likewise. (elf64_x86_64_local_htab_eq): Likewise. (elf64_x86_64_get_local_sym_hash): Likewise. (elf64_x86_64_link_hash_table_free): Likewise. (elf64_x86_64_allocate_local_dynrelocs): Likewise. (elf64_x86_64_finish_local_dynamic_symbol): Likewise. (bfd_elf64_bfd_link_hash_table_free): Likewise. (elf64_x86_64_link_hash_table_create): Create loc_hash_table and loc_hash_memory. (elf64_x86_64_check_relocs): Handle local STT_GNU_IFUNC symbols. (elf64_x86_64_size_dynamic_sections): Likewise. (elf64_x86_64_relocate_section): Likewise. (elf64_x86_64_finish_dynamic_sections): Likewise. (elf64_x86_64_finish_dynamic_symbol): Check _DYNAMIC only if sym isn't NULL. gas/ 2009-06-13 H.J. Lu PR ld/10269 * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION instead of generic_force_reloc. * config/tc-i386.h (TC_FORCE_RELOCATION): New. ld/testsuite/ 2009-06-13 H.J. Lu PR ld/10269 *: ld-ifunc/ifunc-1-local-x86.d: New. *: ld-ifunc/ifunc-1-local-x86.s: Likewise. *: ld-ifunc/ifunc-2-local-i386.d: Likewise. *: ld-ifunc/ifunc-2-local-i386.s: Likewise. *: ld-ifunc/ifunc-2-local-x86-64.d: Likewise. *: ld-ifunc/ifunc-2-local-x86-64.s: Likewise. *: ld-ifunc/ifunc-4-local-x86.d: Likewise. *: ld-ifunc/ifunc-4-local-x86.s: Likewise. *: ld-ifunc/ifunc-5-local-i386.s: Likewise. *: ld-ifunc/ifunc-5-local-x86-64.s: Likewise. *: ld-ifunc/ifunc-5a-local-i386.d: Likewise. *: ld-ifunc/ifunc-5a-local-x86-64.d: Likewise. *: ld-ifunc/ifunc-5b-local-i386.d: Likewise. *: ld-ifunc/ifunc-5b-local-x86-64.d: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4628&r2=1.4629 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&r1=1.202&r2=1.203 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&r1=1.161&r2=1.162 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1109&r2=1.1110 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/ifunc-1-local-x86.s.diff?cvsroot=src&r1=NO
[Bug ld/10270] IFUNC local symbol
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-14 22:13 --- Subject: Bug 10270 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-06-14 22:13:30 Modified files: bfd: ChangeLog elf32-i386.c elf64-x86-64.c ld/testsuite : ChangeLog Added files: ld/testsuite/ld-ifunc: ifunc-9-x86.d ifunc-9-x86.s Log message: bfd/ 2009-06-14 H.J. Lu PR ld/10270 * elf32-i386.c (elf_i386_allocate_dynrelocs): Disallow dynamic IFUNC pointer in non-shared object. Use .got.plt for IFUNC definition in PIE. (elf_i386_allocate_dynrelocs): Resolve IFUNC definition in PIE locally. * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Disallow dynamic IFUNC pointer in non-shared object. Use .got.plt for IFUNC definition in PIE. (elf64_x86_64_relocate_section): Resolve IFUNC definition in PIE locally. ld/testsuite/ 2009-06-14 H.J. Lu PR ld/10270 * ld-ifunc/ifunc-9-x86.d: New. * ld-ifunc/ifunc-9-x86.s: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4631&r2=1.4632 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&r1=1.205&r2=1.206 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&r1=1.164&r2=1.165 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1110&r2=1. http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/ifunc-9-x86.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/ifunc-9-x86.s.diff?cvsroot=src&r1=NONE&r2=1.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10270 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 11:37 --- Subject: Bug 10263 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 11:37:26 Modified files: include: ChangeLog dis-asm.h opcodes: ChangeLog arm-dis.c binutils : ChangeLog objdump.c Log message: PR 10263 * arm-dis.c (print_insn): Ignore is_data if the user has requested the disassembly of data as well as instructions. * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in the flags field of the disassemble_info structure if the -D switch is in operation. * dis-asm.h (struct disassemble_info): New value for the flags field. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.448&r2=1.449 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/dis-asm.h.diff?cvsroot=src&r1=1.72&r2=1.73 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1398&r2=1.1399 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.95&r2=1.96 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1483&r2=1.1484 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.157&r2=1.158 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10263 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10173] cr16 disassembly prefixes some addressess with "0x0x"
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 15:25 --- Subject: Bug 10173 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 15:24:54 Modified files: opcodes: ChangeLog cr16-dis.c Log message: PR 10173 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1399&r2=1.1400 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/cr16-dis.c.diff?cvsroot=src&r1=1.5&r2=1.6 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10173 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10186] Wrong machine code for the Thumb2 instruction SEV.W
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 15:42 --- Subject: Bug 10186 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 15:42:36 Modified files: opcodes: ChangeLog arm-dis.c gas: ChangeLog gas/config : tc-arm.c gas/testsuite : ChangeLog gas/testsuite/gas/arm: thumb32.d Log message: PR 10186 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W instruction. * gas/arm/thumb32.d: Fix expected binary value of SEV.W instruction. * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W instruction. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1400&r2=1.1401 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.96&r2=1.97 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3825&r2=1.3826 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.385&r2=1.386 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1491&r2=1.1492 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb32.d.diff?cvsroot=src&r1=1.29&r2=1.30 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10186 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-18 10:31 --- Subject: Bug 10288 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-18 10:31:21 Modified files: include: ChangeLog dis-asm.h gas/testsuite : ChangeLog gas/testsuite/gas/arm: align.s copro.d opcodes: ChangeLog arm-dis.c binutils : ChangeLog objdump.c binutils/doc : binutils.texi Log message: PR 10288 * arm-dis.c (print_insn_coprocessor): Check that a user specified ARM architecture supports the matched instruction. (print_insn_arm): Likewise. (select_arm_features): New function. Fills in the fields of an arm_feature_set structure based on a given arm machine number. (print_insn): Initialise an arm_feature_set structure. * objdump.c (disassemble_bytes): Set the USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure if the user has invoked the -m switch. * doc/binutils.texi: Document the additional behaviour of objdump's -m switch for ARM targets. * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags field of struct disassemble_info. * gas/arm/align.s: Add labels so that COFF based targets can correctly locate THUMB code. * gas/arm/copro.d: Do not pass --architecture switch to objdump. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.450&r2=1.451 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/dis-asm.h.diff?cvsroot=src&r1=1.73&r2=1.74 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1492&r2=1.1493 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/align.s.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/copro.d.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1402&r2=1.1403 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.97&r2=1.98 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1485&r2=1.1486 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.158&r2=1.159 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.147&r2=1.148 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10288 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10169] Fails to report a bad shift value for Thumb2 instructions SSAT and USAT
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-18 16:36 --- Subject: Bug 10169 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-18 16:36:05 Modified files: gas/config : tc-arm.c gas: ChangeLog gas/testsuite : ChangeLog gas/testsuite/gas/arm: thumb2_bad_reg.l thumb2_bad_reg.s Log message: PR 10169 * gas/tc-arm.c (do_t_ssat): Move common code from here... (do_t_usat): ... and here to... (do_t_ssat_usat): New function: ... here. Add code to check that the shift value, if present, is in range. * gas/arm/thumb2_bad_reg.s: Add tests for SSAT and USAT with an out of range shift. * gas/arm/thumb2_bad_reg.l: Update expected error messages. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.386&r2=1.387 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3829&r2=1.3830 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1493&r2=1.1494 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_bad_reg.l.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_bad_reg.s.diff?cvsroot=src&r1=1.2&r2=1.3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10169 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/10302] ld merging smaller strings into larger strings?
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-20 02:52 --- Subject: Bug 10302 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-06-20 02:52:08 Modified files: gas: ChangeLog gas/doc: as.texinfo Log message: PR 10302 * doc/as.texinfo (Section ): Clarify tail merge. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3831&r2=1.3832 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.203&r2=1.204 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10302 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10141] gold should support the -z options {no, }{lazy, now}
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-22 20:23 --- Subject: Bug 10141 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-22 20:23:21 Modified files: gold : ChangeLog layout.cc options.h Log message: PR 10141 * options.h (class General_options): Add -z lazy and -z now. Sort -z options into alphabetical order. * layout.cc (Layout::finish_dynamic_section): Handle -z now. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.241&r2=1.242 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.126&r2=1.127 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=src&r1=1.99&r2=1.100 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10141 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10030] gold doesn't support TARGET command in linker scripts
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-23 06:40 --- Subject: Bug 10030 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-23 06:39:47 Modified files: gold : ChangeLog options.cc options.h script-c.h script.cc yyscript.y Log message: PR 10030 * yyscript.y: Parse TARGET. * script.cc (script_set_target): New function. * script-c.h (script_set_target): Declare. * options.cc (General_options::string_to_object_format): Rename from string_to_object_format in anonymous namespace. Change callers. * options.h (class General_options): Declare string_to_object_format. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.243&r2=1.244 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.cc.diff?cvsroot=src&r1=1.86&r2=1.87 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=src&r1=1.100&r2=1.101 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/script-c.h.diff?cvsroot=src&r1=1.14&r2=1.15 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/script.cc.diff?cvsroot=src&r1=1.53&r2=1.54 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/yyscript.y.diff?cvsroot=src&r1=1.20&r2=1.21 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10030 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10147] building alsa-lib with gold results in internal error in make_view, at ../../gold/fileread.cc:356
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-23 07:19 --- Subject: Bug 10147 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-23 07:19:35 Modified files: gold : ChangeLog object.cc Log message: PR 10147 * object.cc (Object::section_contents): Don't try to get a view if the section has length zero. (Object::handle_gnu_warning_section): If the section is empty, use the name of the section as the warning. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.245&r2=1.246 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.cc.diff?cvsroot=src&r1=1.94&r2=1.95 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10147 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10133] no string merge in .shstrtab?
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-23 07:04 --- Subject: Bug 10133 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-23 07:04:10 Modified files: gold : ChangeLog layout.cc stringpool.cc stringpool.h Log message: PR 10133 * stringpool.h (class Stringpool_template): Add optimize_ field. (Stringpool_template::set_optimize): New function. * stringpool.cc (Stringpool_template::Stringpool_template): Initialize optimize_ field. (Stringpool_template::set_string_offsets): Test local optimize fild rather than parameter. * layout.cc (Layout::Layout): Call set_optimize on the section name stringpool. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.244&r2=1.245 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.127&r2=1.128 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/stringpool.cc.diff?cvsroot=src&r1=1.28&r2=1.29 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/stringpool.h.diff?cvsroot=src&r1=1.22&r2=1.23 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10133 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10219] Can't get stab symbols when linking with gold
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 00:38 --- Subject: Bug 10219 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 00:38:00 Modified files: gold : ChangeLog layout.cc layout.h Log message: PR 10219 * layout.cc (Layout::Layout): Initialize have_stabstr_section_. (Layout::make_output_section): Set have_stabstr_section_ if we see a .stab*str section. (Layout::finalize): Call link_stabs_sections. (Layout::link_stabs_sections): New file. * layout.h (class Layout): Add have_stabstr_section_ field. Declare link_stabs_sections. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.248&r2=1.249 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.128&r2=1.129 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.h.diff?cvsroot=src&r1=1.65&r2=1.66 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10219 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10237] internal error in dynsym_index, at ../../gold/symtab.h:335
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 05:01 --- Subject: Bug 10237 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 05:01:17 Modified files: gold : ChangeLog gold.cc options.cc options.h Log message: PR 10237 * options.cc (General_options::parse_V): Set printed_version_. (General_options::General_options): Initialize printed_version_. * options.h (class General_options): Add printed_version_ field. * gold.cc (queue_initial_tasks): If there are no input files, don't give a fatal error if we printed the version information. (queue_middle_tasks): If using -r with a shared object, give a fatal error rather than an ordinary error. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.249&r2=1.250 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/gold.cc.diff?cvsroot=src&r1=1.63&r2=1.64 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.cc.diff?cvsroot=src&r1=1.87&r2=1.88 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=src&r1=1.101&r2=1.102 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10237 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10156] gold crashes while building x86-64 linux kernel
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 05:09 --- Subject: Bug 10156 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 05:09:11 Modified files: gold : ChangeLog layout.cc Log message: PR 10156 * layout.cc (Layout::create_note): Use choose_output_section rather than make_output_section. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.250&r2=1.251 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.129&r2=1.130 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10156 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10244] Internal error in relocate_sections, at reloc.cc:842
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 14:36 --- Subject: Bug 10244 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 14:36:14 Modified files: gold : ChangeLog reloc.cc Log message: PR 10244 * reloc.cc (relocate_sections): Skip empty relocation sections. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.251&r2=1.252 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/reloc.cc.diff?cvsroot=src&r1=1.42&r2=1.43 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10244 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10156] gold crashes while building x86-64 linux kernel
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 19:49 --- Subject: Bug 10156 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 19:48:51 Modified files: gold : ChangeLog gold.cc layout.cc layout.h output.cc output.h Log message: PR 10156 * layout.cc (Layout::choose_output_section): If we find an existing section, update the flags. (Layout::create_notes): New function, broken out of Layout::finalize. (Layout::finalize): Don't create note sections. (Layout::create_note): Don't crash if linker script discards section. (Layout::create_gold_note): Likewise. (Layout::create_build_id): Likewise. Don't set after_input_sections on the section. (Layout::create_executable_stack_info): Remove target parameter. Change caller. * layout.h (class Layout): Declare create_notes. Update declaration of create_executable_stack_info. * gold.cc (queue_middle_tasks): Call create_notes. * output.cc (Output_section::update_flags_for_input_section): Move here from output.h. If SHF_ALLOC flag is newly set, mark address invalid. * output.h (Output_data::mark_address_invalid): New function. (class Output_section): Only declare, not define, update_flags_for_input_section. Remove set_flags. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.253&r2=1.254 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/gold.cc.diff?cvsroot=src&r1=1.64&r2=1.65 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.130&r2=1.131 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.h.diff?cvsroot=src&r1=1.66&r2=1.67 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=src&r1=1.91&r2=1.92 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.79&r2=1.80 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10156 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10337] strip breaks statically linked binaries with .rela.plt section
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-27 16:07 --- Subject: Bug 10337 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-06-27 16:07:10 Modified files: bfd: ChangeLog elf.c ld/testsuite : ChangeLog Added files: ld/testsuite/ld-ifunc: binutils.exp Log message: bfd/ 2009-06-27 H.J. Lu PR ld/10337 * elf.c (bfd_section_from_shdr): Don't change sh_link for SHT_REL/SHT_RELA sections on executable nor shared library. Treat SHT_REL/SHT_RELA sections with sh_link set to SHN_UNDEF as a normal section. ld/testsuite/ 2009-06-27 H.J. Lu PR ld/10337 * ld-ifunc/binutils.exp: New. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4673&r2=1.4674 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.482&r2=1.483 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1117&r2=1.1118 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/binutils.exp.diff?cvsroot=src&r1=NONE&r2=1.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10337 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10321] objcopy silently exits with empty input files
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-27 17:19 --- Subject: Bug 10321 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-06-27 17:19:02 Modified files: binutils : ChangeLog bucomm.c objcopy.c Log message: 2009-06-27 H.J. Lu PR binutils/10321 * bucomm.c (get_file_size): Return -1 on error. * objcopy.c (copy_file): Report empty file. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1489&r2=1.1490 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/bucomm.c.diff?cvsroot=src&r1=1.34&r2=1.35 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.132&r2=1.133 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10321 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10297] inconsistencies in objdump's presentation of undefined's and comments
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-29 08:08 --- Subject: Bug 10297 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-29 08:08:15 Modified files: opcodes: ChangeLog arm-dis.c gas/testsuite : ChangeLog gas/testsuite/gas/arm: arch6zk.d arch7.d arm-it-auto-2.d arm-it-auto.d copro.d float.d fpa-mem.d group-reloc-ldc.d group-reloc-ldr.d iwmmxt.d maverick.d neon-omit.d svc.d thumb-eabi.d thumb.d thumb1_unified.d thumb2_add.d thumb2_relax.d thumb32.d vfp-neon-syntax.d vfp-neon-syntax_t2.d vfp1xD.d vfp1xD_t2.d vfpv3-const-conv.d xscale.d ld/testsuite : ChangeLog ld/testsuite/ld-arm: arm-app-abs32.d arm-app.d arm-lib-plt32.d arm-lib.d arm-pic-veneer.d armthumb-lib.d farcall-mixed-app-v5.d farcall-mixed-app.d farcall-mixed-lib.d group-relocs.d mixed-app-v5.d mixed-app.d mixed-lib.d thumb2-bl-undefweak.d Log message: PR 10288 * arm-dis.c (enum opcode_sentinels): New: Used to mark the boundary between variaant and generic coprocessor instuctions. (coprocessor): Use it. Fix architecture version of MCRR and MRRC instructions. (arm_opcdes): Fix patterns for STRB and STRH instructions. (print_insn_coprocessor): Check architecture and extension masks. Print a hexadecimal version of any decimal constant that is outside of the range of -16 to +32. (print_arm_address): Add a return value of the offset used in the adress, if it is worth printing a hexadecimal version of it. (print_insn_neon): Print a hexadecimal version of any decimal constant that is outside of the range of -16 to +32. (print_insn_arm): Likewise. (print_insn_thumb16): Likewise. (print_insn_thumb32): Likewise. PR 10297 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description of an undefined instruction. (arm_opcodes): Use it. (thumb_opcod): Use it. (thumb32_opc): Use it. Update expected disassembly regrexps in GAS and LD testsuites. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1409&r2=1.1410 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.98&r2=1.99 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1496&r2=1.1497 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch6zk.d.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch7.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm-it-auto-2.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm-it-auto.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/copro.d.diff?cvsroot=src&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/float.d.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/fpa-mem.d.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/group-reloc-ldc.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/group-reloc-ldr.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/iwmmxt.d.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/maverick.d.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/neon-omit.d.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/svc.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb-eabi.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb.d.diff?cvsroot=src&r1=1.11&r2=1.12 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb1_unified.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_add.d.diff?cvsroot=src&r1=1.4&r2=1.5 h
[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-29 08:08 --- Subject: Bug 10288 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-29 08:08:15 Modified files: opcodes: ChangeLog arm-dis.c gas/testsuite : ChangeLog gas/testsuite/gas/arm: arch6zk.d arch7.d arm-it-auto-2.d arm-it-auto.d copro.d float.d fpa-mem.d group-reloc-ldc.d group-reloc-ldr.d iwmmxt.d maverick.d neon-omit.d svc.d thumb-eabi.d thumb.d thumb1_unified.d thumb2_add.d thumb2_relax.d thumb32.d vfp-neon-syntax.d vfp-neon-syntax_t2.d vfp1xD.d vfp1xD_t2.d vfpv3-const-conv.d xscale.d ld/testsuite : ChangeLog ld/testsuite/ld-arm: arm-app-abs32.d arm-app.d arm-lib-plt32.d arm-lib.d arm-pic-veneer.d armthumb-lib.d farcall-mixed-app-v5.d farcall-mixed-app.d farcall-mixed-lib.d group-relocs.d mixed-app-v5.d mixed-app.d mixed-lib.d thumb2-bl-undefweak.d Log message: PR 10288 * arm-dis.c (enum opcode_sentinels): New: Used to mark the boundary between variaant and generic coprocessor instuctions. (coprocessor): Use it. Fix architecture version of MCRR and MRRC instructions. (arm_opcdes): Fix patterns for STRB and STRH instructions. (print_insn_coprocessor): Check architecture and extension masks. Print a hexadecimal version of any decimal constant that is outside of the range of -16 to +32. (print_arm_address): Add a return value of the offset used in the adress, if it is worth printing a hexadecimal version of it. (print_insn_neon): Print a hexadecimal version of any decimal constant that is outside of the range of -16 to +32. (print_insn_arm): Likewise. (print_insn_thumb16): Likewise. (print_insn_thumb32): Likewise. PR 10297 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description of an undefined instruction. (arm_opcodes): Use it. (thumb_opcod): Use it. (thumb32_opc): Use it. Update expected disassembly regrexps in GAS and LD testsuites. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1409&r2=1.1410 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.98&r2=1.99 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1496&r2=1.1497 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch6zk.d.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch7.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm-it-auto-2.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm-it-auto.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/copro.d.diff?cvsroot=src&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/float.d.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/fpa-mem.d.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/group-reloc-ldc.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/group-reloc-ldr.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/iwmmxt.d.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/maverick.d.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/neon-omit.d.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/svc.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb-eabi.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb.d.diff?cvsroot=src&r1=1.11&r2=1.12 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb1_unified.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_add.d.diff?cvsroot=src&r1=1.4&r2=1.5 h
[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-30 11:57 --- Subject: Bug 10288 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-30 11:57:06 Modified files: opcodes: ChangeLog arm-dis.c gas/testsuite : ChangeLog gas/testsuite/gas/arm: adrl.d arch4t-eabi.d arch4t.d arch6zk.d archv6t2.d arm-it.d arm3.d arm7dm.d arm7t.d backslash-at.d bl-local-v4t.d blx-local.d copro.d el_segundo.d float.d fp-save.d fpa-mem.d group-reloc-alu.d group-reloc-ldr.d group-reloc-ldrs.d immed.d inst.d iwmmxt.d ldconst.d macro1.d mapmisc.d mapsecs.d mapshort-eabi.d mapshort-elf.d movw-local.d neon-ldst-rm.d offset.d reg-alias.d relax_load_align.d tcompat.d tcompat2.d thumb-eabi.d thumb.d thumb1_unified.d thumb2_add.d thumb2_it.d thumb2_it_auto.d thumb2_pool.d thumb2_relax.d thumb32.d thumbv6.d thumbv6k.d tls.d vfp1.d vfp1_t2.d vfp1xD.d wince.d wince_inst.d xscale.d ld/testsuite : ChangeLog ld/testsuite/ld-arm: arm-app-abs32.d arm-app.d arm-be8.d arm-call.d arm-lib-plt32.d arm-lib.d arm-movwt.d arm-pic-veneer.d armthumb-lib.d armv4-bx.d cortex-a8-fix-b-rel-arm.d farcall-mixed-app-v5.d farcall-mixed-app.d farcall-mixed-lib.d farcall-thumb-arm-pic-veneer.d farcall-thumb-arm-short.d farcall-thumb-arm.d farcall-thumb-thumb-m-pic-veneer.d farcall-thumb-thumb-m.d farcall-thumb-thumb-pic-veneer.d farcall-thumb-thumb.d group-relocs.d mixed-app-v5.d mixed-app.d mixed-lib.d movw-merge.d thumb2-b-interwork.d tls-app.d tls-lib.d Log message: PR 10288 * arm-dis.c (coprocessor): Print the LDC and STC versions of the LFM and SFM instructions as comments,. Improve consistency of formatting for instructions displayed as comments and decimal values displayed with their hexadecimal equivalents. Formatting tidy ups. Updated expected disassembler regexps. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1410&r2=1.1411 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.99&r2=1.100 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1497&r2=1.1498 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/adrl.d.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch4t-eabi.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch4t.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arch6zk.d.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/archv6t2.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm-it.d.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm3.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm7dm.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm7t.d.diff?cvsroot=src&r1=1.15&r2=1.16 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/backslash-at.d.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/bl-local-v4t.d.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/blx-local.d.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/copro.d.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/el_segundo.d.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/sr
[Bug binutils/6714] WindRes 2.18 can't concatenate literal strings anymore?
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-01 15:52 --- Subject: Bug 6714 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-01 15:52:28 Modified files: binutils : ChangeLog rclex.c Log message: PR 6714 * rclex.c (handle_quotes): Do not complain about whitespace separating quoted strings. (rclex_string): Ignore whitespace when looking for a new opening quote following a closing quote. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1490&r2=1.1491 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/rclex.c.diff?cvsroot=src&r1=1.6&r2=1.7 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6714 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10168] Wrong machine code for Thumb2 instruction PKHTB
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-01 16:36 --- Subject: Bug 10168 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-01 16:36:29 Modified files: gas: ChangeLog gas/config : tc-arm.c gas/doc: as.texinfo gas/testsuite : ChangeLog gas/testsuite/gas/arm: thumb32.d Log message: PR 10168 * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as PKHBT. * gas/arm/thumb32.d: Fix expected disassembly of PKHTB insn. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3837&r2=1.3838 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.390&r2=1.391 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.204&r2=1.205 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1499&r2=1.1500 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb32.d.diff?cvsroot=src&r1=1.32&r2=1.33 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10168 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-07 14:46 --- Subject: Bug 10288 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-07 14:46:14 Modified files: opcodes: ChangeLog arm-dis.c Log message: PR 10288 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled addressing modes. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1413&r2=1.1414 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.100&r2=1.101 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10288 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10380] cannot build binutils statically
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-14 07:43 --- Subject: Bug 10380 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-14 07:43:19 Modified files: binutils : ChangeLog README Log message: PR 10380 * README: Document use of LDFLAGS="--static". Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1495&r2=1.1496 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/README.diff?cvsroot=src&r1=1.8&r2=1.9 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10380 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-14 14:17 --- Subject: Bug 10288 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-14 14:16:35 Modified files: opcodes: ChangeLog arm-dis.c Log message: PR 10288 * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1 patterns. (arm_decode_shift): Catch illegal register based shifts. (print_insn_arm): Properly handle negative register r0 post-indexed addressing. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1417&r2=1.1418 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.103&r2=1.104 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10288 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10387] branch instruction with no operand causes gas to segfault on arm-linux-gnueabi
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-14 15:38 --- Subject: Bug 10387 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-14 15:38:21 Modified files: gas: ChangeLog gas/config : tc-arm.h Log message: PR 10387 * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer. (ARM_IS_FUNC): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3847&r2=1.3848 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.h.diff?cvsroot=src&r1=1.51&r2=1.52 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10387 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10400] Gold produces incorrect debug and unwind info when incompatible COMDAT sections are present
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-17 01:07 --- Subject: Bug 10400 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-07-17 01:07:34 Modified files: gold : ChangeLog layout.cc layout.h object.cc object.h plugin.cc Log message: PR 10400 * layout.h: #include . (class Kept_section): Change from struct to class. Add accessors and setters. Add section size to Comdat_group mapping. Change Comdat_group to std::map. Add is_comdat_ field. Add linkonce_size field in union. (class Layout): Update declaration of find_or_add_kept_section. Don't declare find_kept_object. * layout.cc (Layout::find_or_add_kept_section): Remove candidate parameter. Add object, shndx, is_comdat, and is_group_name parameters. Change all callers. Adjust for new Kept_section. (Layout::find_kept_object): Remove. * object.cc (Sized_relobj::include_section_group): Update use of Kept_section. Rename secnum to shndx. Only record Kept_comdat_section if sections are the same size. (Sized_relobj::include_linkonce_section): Update use of Kept_section. Only record Kept_comdat_section if sections are the same size. Set size of linkonce section. (Sized_relobj::map_to_kept_section): Update call to get_kept_comdat_section. * object.h (class Sized_relobj): Rename fields in Kept_comdat_section to drop trailing underscores; change object field to Relobj*. Change Kept_comdat_section_table to store struct rather than pointer. (Sized_relobj::set_kept_comdat_section): Remove kept parameter. Add kept_object and kept_shndx parameters. Change all callers. (Sized_relobj::get_kept_comdat_section): Change return type to bool. Add kept_object and kept_shndx parameters. Change all callers. * plugin.cc (Pluginobj::include_comdat_group): Update call to Layout::find_or_add_kept_section. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.257&r2=1.258 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.131&r2=1.132 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.h.diff?cvsroot=src&r1=1.67&r2=1.68 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.cc.diff?cvsroot=src&r1=1.95&r2=1.96 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/object.h.diff?cvsroot=src&r1=1.75&r2=1.76 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/plugin.cc.diff?cvsroot=src&r1=1.15&r2=1.16 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10400 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-20 12:11 --- Subject: Bug 10288 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-07-20 12:11:18 Modified files: opcodes: ChangeLog arm-dis.c Log message: PR 10288 * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register offset or indexed based addressing mode 3. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1418&r2=1.1419 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.104&r2=1.105 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10288 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gold/10419] nops[] in binutils/gold/x86_64.cc are not actually x86-64 NOPs
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-21 05:23 --- Subject: Bug 10419 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-07-21 05:22:55 Modified files: gold : ChangeLog x86_64.cc Log message: PR 10419 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.258&r2=1.259 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/x86_64.cc.diff?cvsroot=src&r1=1.83&r2=1.84 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10419 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/10420] .p2align can generate non-NOPs on x86-64
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-21 17:50 --- Subject: Bug 10420 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-07-21 17:50:21 Modified files: gas: ChangeLog gas/config : tc-i386.c gas/testsuite : ChangeLog gas/testsuite/gas/i386: i386.exp Added files: gas/testsuite/gas/i386: x86-64-nops-1-pentium.d Log message: gas/ 2009-07-21 H.J. Lu PR gas/10420 * config/tc-i386.c (i386_align_code): Tune for 32bit nops in 64bit. (i386_target_format): Set cpu_arch_isa_flags.bitfield.cpulm for 64bit. gas/testsuite/ 2009-07-21 H.J. Lu PR gas/10420 * gas/i386/i386.exp: Run x86-64-nops-1-pentium. * gas/i386/x86-64-nops-1-pentium.d: New. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3856&r2=1.3857 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.384&r2=1.385 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1509&r2=1.1510 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/x86-64-nops-1-pentium.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/i386.exp.diff?cvsroot=src&r1=1.114&r2=1.115 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10420 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/10426] ld incorrectly creates STT_GNU_IFUNC SHN_UNDEF symbols
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-21 21:37 --- Subject: Bug 10426 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-07-21 21:37:26 Modified files: bfd: ChangeLog elflink.c ld/testsuite : ChangeLog ld/testsuite/ld-ifunc: ifunc.exp Added files: ld/testsuite/ld-ifunc: test-1.c test-2.c Log message: bfd/ 2009-07-21 H.J. Lu PR ld/10426 * elflink.c (elf_link_add_object_symbols): Turn an IFUNC symbol from a DSO into a normal FUNC symbol. (elf_link_output_extsym): Turn an undefined IFUNC symbol into a normal FUNC symbol. ld/testsuite/ 2009-07-21 H.J. Lu PR ld/10426 * ld-ifunc/ifunc.exp: Check test-1 and libtest-2.so. Updated. * ld-ifunc/test-1.c: New. * ld-ifunc/test-2.c: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4695&r2=1.4696 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.346&r2=1.347 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1131&r2=1.1132 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/test-1.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/test-2.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-ifunc/ifunc.exp.diff?cvsroot=src&r1=1.5&r2=1.6 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10426 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils