public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/111045] New: PCREL should not be supported on BE ABI
@ 2023-08-17 10:38 jeevitha at gcc dot gnu.org
  2023-08-17 10:57 ` [Bug target/111045] " jeevitha at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jeevitha at gcc dot gnu.org @ 2023-08-17 10:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111045
           Summary: PCREL should not be supported on BE ABI
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jeevitha at gcc dot gnu.org
  Target Milestone: ---

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/111045] PCREL should not be supported on BE ABI
  2023-08-17 10:38 [Bug target/111045] New: PCREL should not be supported on BE ABI jeevitha at gcc dot gnu.org
@ 2023-08-17 10:57 ` jeevitha at gcc dot gnu.org
  2023-08-17 12:33 ` jeevitha at gcc dot gnu.org
  2023-08-17 21:57 ` bergner at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jeevitha at gcc dot gnu.org @ 2023-08-17 10:57 UTC (permalink / raw)
  To: gcc-bugs

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

Jeevitha <jeevitha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2023-08-17

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/111045] PCREL should not be supported on BE ABI
  2023-08-17 10:38 [Bug target/111045] New: PCREL should not be supported on BE ABI jeevitha at gcc dot gnu.org
  2023-08-17 10:57 ` [Bug target/111045] " jeevitha at gcc dot gnu.org
@ 2023-08-17 12:33 ` jeevitha at gcc dot gnu.org
  2023-08-17 21:57 ` bergner at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jeevitha at gcc dot gnu.org @ 2023-08-17 12:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jeevitha <jeevitha at gcc dot gnu.org> ---
TARGET_PCREL was enabled on the Big Endian machine. However, the Big Endian ABI
does not support PCREL. Therefore, TARGET_PCREL needs to be disabled here.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/111045] PCREL should not be supported on BE ABI
  2023-08-17 10:38 [Bug target/111045] New: PCREL should not be supported on BE ABI jeevitha at gcc dot gnu.org
  2023-08-17 10:57 ` [Bug target/111045] " jeevitha at gcc dot gnu.org
  2023-08-17 12:33 ` jeevitha at gcc dot gnu.org
@ 2023-08-17 21:57 ` bergner at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: bergner at gcc dot gnu.org @ 2023-08-17 21:57 UTC (permalink / raw)
  To: gcc-bugs

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

Peter Bergner <bergner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linkw at gcc dot gnu.org,
                   |                            |meissner at gcc dot gnu.org,
                   |                            |segher at gcc dot gnu.org

--- Comment #2 from Peter Bergner <bergner at gcc dot gnu.org> ---
Technically, the only ABI that officially supports it is our 64-bit LE ELFv2
ABI.  I'm sure it could work on others, but I'm not sure all the i's have been
dotted and the t's crossed to say for sure that it does, so it's probably
safest to just disable it everywhere other than 64-bit LE ELFv2.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-17 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 10:38 [Bug target/111045] New: PCREL should not be supported on BE ABI jeevitha at gcc dot gnu.org
2023-08-17 10:57 ` [Bug target/111045] " jeevitha at gcc dot gnu.org
2023-08-17 12:33 ` jeevitha at gcc dot gnu.org
2023-08-17 21:57 ` bergner at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).