tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] how to name a switch


From: Sergey Korshunoff
Subject: [Tinycc-devel] how to name a switch
Date: Sun, 24 Apr 2016 18:37:13 +0300

I need some switch to allow tcc behave like gcc/pcc in the code:
  void vide(void); __asm__("vide: ret");
like
  void vide(void); __asm__("globl vide\nvide: ret");

When the right solution is to ask developers to write asm code correctly,
there is many such code in linux kernels. How to name this switch?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]