bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/21863] New: Commit PR 21412 from Git Repro breaks target=x


From: mrblack2100 at yahoo dot com
Subject: [Bug binutils/21863] New: Commit PR 21412 from Git Repro breaks target=x86_64-w64-mingw32 compile
Date: Sat, 29 Jul 2017 21:22:11 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21863

            Bug ID: 21863
           Summary: Commit PR 21412 from Git Repro breaks
                    target=x86_64-w64-mingw32 compile
           Product: binutils
           Version: 2.29
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: mrblack2100 at yahoo dot com
  Target Milestone: ---

The changes indicated by PR 21412 ...
author  Alan Modra <address@hidden>   
        Sun, 23 Apr 2017 01:33:34 +0000 (11:03 +0930)
committer       Alan Modra <address@hidden>   
        Sun, 23 Apr 2017 11:03:34 +0000 (20:33 +0930)
commit  bce964aa6c777d236fbd641f2bc7bb931cfe4bf3
tree    0766f8772604e3f7b4df1f2dffb9ee456b9fc6f9        
parent  97e83a100aa8250be783304bfe0429761c6e6b6b

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=bce964aa6c777d236fbd641f2bc7bb931cfe4bf3

...break compilation when build is configured as

../../source/binutils-2.29/configure --build=x86_64-pc-linux-gnu
--target=x86_64-w64-mingw32 --disable-shared --enable-static --disable-nls
--disable-multilib --with-sysroot=/home/jxxx/mingw-64/mingw-w64-x86_64
--prefix=/home/jxxx/mingw-64/mingw-w64-x86_64

with gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) 

The subsequent make fails with the fatal errors
In file included from ../../../source/binutils-2.29/bfd/elf64-x86-64.c:7834:0:
./elf64-target.h:709:39: error: ‘_bfd_elf_get_reloc_section’ undeclared here
(not in a function)
 #define elf_backend_get_reloc_section _bfd_elf_get_reloc_section

In file included from ../../../source/binutils-2.29/bfd/elf64-x86-64.c:23:0:
./elf64-target.h:1062:26: error: ‘bfd_elf64_set_reloc’ undeclared here (not in
a function)
   BFD_JUMP_TABLE_RELOCS (bfd_elf64),
                          ^
./elf64-target.h:1064:24: error: ‘bfd_elf64_bfd_define_start_stop’ undeclared
here (not in a function)
   BFD_JUMP_TABLE_LINK (bfd_elf64),

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]