public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Gas: Any pseudo instruction to disable a single RELOC?
@ 2024-01-12 10:08 YunQiang Su
  2024-01-12 10:17 ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: YunQiang Su @ 2024-01-12 10:08 UTC (permalink / raw)
  To: binutils

Is there a way to disable generating RELOC for a single instruction?
One example is

     .set noreorder
xx:
      .reloc 0,R_MIPS_NONE,0  # append a new reloc.
      bal 4
      nop
      sll $2,$2,0
      sll $2,$2,0


In this example, I wish `bal 4` would be keeped as is.
Is there a way to disable generating any RELOC?

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

end of thread, other threads:[~2024-01-12 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 10:08 Gas: Any pseudo instruction to disable a single RELOC? YunQiang Su
2024-01-12 10:17 ` Jan Beulich
2024-01-12 14:41   ` YunQiang Su
2024-01-12 15:43     ` Xi Ruoyao
2024-01-12 16:00       ` YunQiang Su

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).