[Bug target/91829] compatibility.cc: syntax error lea (%pc, _GLOBAL_OFFSET_TABLE@GOTPC), a4 ignored

2022-11-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91829

Andrew Pinski  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 from Andrew Pinski  ---
No feedback in over 2 years and there is no way to reproduce this as already
tried by Jeff so closing as invalid.

[Bug target/91829] compatibility.cc: syntax error lea (%pc, _GLOBAL_OFFSET_TABLE@GOTPC), a4 ignored

2021-12-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91829

Jonathan Wakely  changed:

   What|Removed |Added

   Last reconfirmed||2021-12-02
 Ever confirmed|0   |1
 Status|UNCONFIRMED |WAITING

[Bug target/91829] compatibility.cc: syntax error lea (%pc, _GLOBAL_OFFSET_TABLE@GOTPC), a4 ignored

2020-04-18 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91829

Jeffrey A. Law  changed:

   What|Removed |Added

 CC||law at redhat dot com

--- Comment #4 from Jeffrey A. Law  ---
So what configuration are you using, what options are you using to build your
toolchain?  I'd like to be able to verify a few things before trying to fix
this.

This isn't coming up at all in the bootstraps I'm doing for m68k-linux-gnu
which are then used to build glibc.  So I'm at a bit of a loss for how to
reproduce the problem.

[Bug target/91829] compatibility.cc: syntax error lea (%pc, _GLOBAL_OFFSET_TABLE@GOTPC), a4 ignored

2019-10-07 Thread jopadan at zohomail dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91829

--- Comment #3 from Jon Daniel  ---

replacing
`return "lea (%%pc, _GLOBAL_OFFSET_TABLE_@GOTPC), %0";`
with
`return "lea (%%pc, #_GLOBAL_OFFSET_TABLE_@GOTPC), %0";`

[Bug target/91829] compatibility.cc: syntax error lea (%pc, _GLOBAL_OFFSET_TABLE@GOTPC), a4 ignored

2019-09-26 Thread forkenmasterforce at keemail dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91829

--- Comment #2 from Jon Daniel  ---
Enabling only the COLDFIRE section in load_got seems to fix the compilation
problem even without a coldfire cpu target.
I'll try to figure out which lea move.l combo to use for a specific motorola
target cpu.

[Bug target/91829] compatibility.cc: syntax error lea (%pc, _GLOBAL_OFFSET_TABLE@GOTPC), a4 ignored

2019-09-26 Thread forkenmasterforce at keemail dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91829

Jon Daniel  changed:

   What|Removed |Added

URL||https://cygwin.com/ml/cross
   ||gcc/2001-10/msg00050.html

--- Comment #1 from Jon Daniel  ---
https://cygwin.com/ml/crossgcc/2001-10/msg00050.html