This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/66737] New: ld: warning: -z bndplt ignored


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737

            Bug ID: 66737
           Summary: ld: warning: -z bndplt ignored
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: ienkovich at gcc dot gnu.org
  Target Milestone: ---

[hjl@gnu-6 gcc]$ cat x.c
int
main ()
{
  return 0;
}
[hjl@gnu-6 gcc]$ gcc -mmpx x.c -m32 -fcheck-pointer-bounds
/usr/local/bin/ld: warning: -z bndplt ignored.
[hjl@gnu-6 gcc]$ 

-z bndplt is only needed for x86-64 linker.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]