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

--- Comment #4 from Andreas Schwab <sch...@linux-m68k.org> ---
.macro HEADER name, code
  _header_\name:
  .set link\@, link
  .int link\@     # the header has a pointer to the preceding entry
  .set link, _header_\name
  .ascii "\name"  # and the name of the word
  .int \code      # and a pointer to its function body
.endm

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

Reply via email to